bean_k
22nd December 2005, 22:51
Greetings,

In Baan4B2:

I'm attempting to use the Generate Inbound Advice function server tdilc4203b000. I'm seeing my DDC_REQUEST message in the DDC transaction log, but I never get back a DDC_REPLY.

I've debugged the tdilc4203b000 session and it gets all the way to the end of the session (no data to process, which is fine by me) and it exits the main() function for ddc processing. But, my code that waits for an Event of a Message in return (the DDC_REPLY) waits and times out and never gets the message.

My looping through events kept finding a "Move Window" event, nothing else. When I forced my code to read a bucket, it hung forever (since there was no reply sent). My code is just like the tuddc0220 script used to Test function servers where it Loops while True listening to events until it finds the Reply from the function server.

Is it possible that some function servers accept DDC_REQUEST messages, process (as this did), and don't send back DDC_REPLY messages?

-ben