cannot load form data

Hi Guys,
I just ran into this issue using 2.2. When I start a client session, and open a solution, I get the error message “cannot load form data”. If I click ok, the form and data load fine without any problems. I am running the server on a linux fedora core 3 box, with 1 gig of memory. If I start the developer, I don’t get the message.

I once saw an answer to another question that said it was a memory problem, but I have 1 gig of memory. Any clue would help greatly.

Thanks
Graham

Hi Graham

Had similar problem recently. Try looking in …Servoy.service_log.txt file - mine showed that table PK was being duplicated after updates.

Graham Greensall
Worxinfo Ltd

Thanks Graham,
That solved my problem instantly - I was loading a 0000-00-00 value in a datetime field (from mysql) which couldn’t be translated. Fixed by adding a valid date.

Thanks for the pointer - I learn something new every day from you guys.

Graham