BigJohn
17th April 2002, 23:55
I am using Function Server for updating information for PO Lines.
If I do it for multiple records, the session and the bshell get killed.
Has anybody faced this problem before?
Thx

mark_h
18th April 2002, 14:51
When trying to debug the purchase order report that will happen, but none of my PO function servers abort like what you are talking about.

I do not know about you but I always make it a practice to always close all sessions before starting on the next record. So I read a record, find the po, update the line, close the line session, close the PO session and then read the next line from the flat file. When I first started doing function servers a couple of them would lock up if I tried to keep them open to do multiple records. Since then I always close the sessions out of habit. I know resource wise that I should not do this, but why take a chance of screwing something up.

Mark