vsumardi
25th May 2007, 07:56
Hi all,

Has anyone ever got error message "Session not available"?

Here's some return string from baan.functioncall:

"stpapi.save("tdilc1121s000",1,"Session not available")"

and some more

"stpapi.save("tdpur4121m000","Session not available")"

It seems to only happen for some sessions, because other seems to work fine.

I only got these errors for one day and now everything is running fine but i can't figure out what was wrong..

I'm using Baan 4c4 on informix and HPUX

Many thanks in advance,
Ardi

mark_h
25th May 2007, 13:46
I have not had anything just like this. I have had sessions that run in debug mode, but do not run when compiled normally. And yes I did get errors like "session not available" or it would just hang. In some of these sessions I put in suspend statements to give the background sessions time to finish or activate.

Another thing that has happened in the past was processing too many records through the inventory adjustment function server. It used to be we could only process 500 or so records before getting an error. I can not remember what the error was. Again this went away in one of the SP updates.

_Ralph_
25th May 2007, 23:35
I had this problem with Cycle Counting Orders generation.
I solve it using
stpapi.synchronize.dialog("Session", "mode", error)


holpe it helps.!