Hiba_t
28th October 2004, 18:17
Hi all,
I'm using function servers with the session tfgld1101m000. Doing the following
stpapi.put.field("tfgld1101m000", "tfgld101.year", "2000")
stpapi.put.field("tfgld1101m000", "tfgld101.btno", "340" )
stpapi.find("tfgld1101m000")
stpapi.get.field("tfgld1101m000", "tfgld101.ttyp", vall )
stpapi.end.session("tfgld1101m000")
The value returned in the variable vall is correct.. The problem is when it gets to end.session I get the following error and it stucks..
Fatal error: index 31 out of dims [0] 20
Fatal error: Can not continue in ... in DLL: ottstpapihand ()[bms.receive$]
The same code works for other sessions..
Can anyone help me ?
Thanks
I'm using function servers with the session tfgld1101m000. Doing the following
stpapi.put.field("tfgld1101m000", "tfgld101.year", "2000")
stpapi.put.field("tfgld1101m000", "tfgld101.btno", "340" )
stpapi.find("tfgld1101m000")
stpapi.get.field("tfgld1101m000", "tfgld101.ttyp", vall )
stpapi.end.session("tfgld1101m000")
The value returned in the variable vall is correct.. The problem is when it gets to end.session I get the following error and it stucks..
Fatal error: index 31 out of dims [0] 20
Fatal error: Can not continue in ... in DLL: ottstpapihand ()[bms.receive$]
The same code works for other sessions..
Can anyone help me ?
Thanks