baanware
24th October 2002, 16:43
Hi,
I am working on a session which makes use of a DDC Function Server. In this Function Server (which I generated myself using tuddc9201m000, Function Server Generator), there is a set of sub-processes activated as follows:
process.xxx = activate("session_xxx")
switch.to.process(process.xxx, SWITCH.WITHOUT.INTERACTION)
process.xxx correctly results in the process being created, but every time the process is "switched.to.process" or "send.to.process", a message results:
"object 0 in process xxx not found"
Regardless of the message the logic in the sub-process'es seems to be executed correctly ???
We're running BaanIV c4, SP9.
I suspected the Standard Program to be the reason, and have therefore patched this to the latest level - still without positive results.
I have now thrown my suspicion towards the fact that the Function Server script was generated from a 4GL session with Forms and "generated" into a 3GL session without these forms. Can this be the reason?
...as far as I have understood the "switch.to.*" commands are made to support the graphical interface, which is not activated using 3GL.
Can anybody tell me how to break this problem?
Thanks in advance!
Best regards
Soeren Lildal
I am working on a session which makes use of a DDC Function Server. In this Function Server (which I generated myself using tuddc9201m000, Function Server Generator), there is a set of sub-processes activated as follows:
process.xxx = activate("session_xxx")
switch.to.process(process.xxx, SWITCH.WITHOUT.INTERACTION)
process.xxx correctly results in the process being created, but every time the process is "switched.to.process" or "send.to.process", a message results:
"object 0 in process xxx not found"
Regardless of the message the logic in the sub-process'es seems to be executed correctly ???
We're running BaanIV c4, SP9.
I suspected the Standard Program to be the reason, and have therefore patched this to the latest level - still without positive results.
I have now thrown my suspicion towards the fact that the Function Server script was generated from a 4GL session with Forms and "generated" into a 3GL session without these forms. Can this be the reason?
...as far as I have understood the "switch.to.*" commands are made to support the graphical interface, which is not activated using 3GL.
Can anybody tell me how to break this problem?
Thanks in advance!
Best regards
Soeren Lildal