NirajKakodkar
20th April 2016, 16:15
Hi ,
I am facing a bit strange issue, I have a DLL to generate Outbound advice with method as below
whinhdllc0001.generate.ob.advice(i.runn, i.orno)
The method have run number & order number as input arguments. The DLL works perfect when called from 3GL object / 4 GL session without any issues & generates the advice properly.
But when I call the same method from BOD, the advice is not generated. I tried to debug the DAL for whinh225 but it works good as well. I tried to capture any DAL errors at the end of my DLL to check what could have failed. I found the last error message as below
"Outbound Order line (SFC Production Order XYZ 1/10 -1 ): The time field cannot be modified in outbound advice).
The strange thing is the DLL generates the desired output with same inputs arguments when called from 3GL/4GL, but when it is called from the BOD st script the same method with same input gives the above error.
Moreover I tried to fetch the message pattern to identify where this message is coming from, but no luck :(
Any thoughts, suggestion, advice to resolve the issue ?
I am facing a bit strange issue, I have a DLL to generate Outbound advice with method as below
whinhdllc0001.generate.ob.advice(i.runn, i.orno)
The method have run number & order number as input arguments. The DLL works perfect when called from 3GL object / 4 GL session without any issues & generates the advice properly.
But when I call the same method from BOD, the advice is not generated. I tried to debug the DAL for whinh225 but it works good as well. I tried to capture any DAL errors at the end of my DLL to check what could have failed. I found the last error message as below
"Outbound Order line (SFC Production Order XYZ 1/10 -1 ): The time field cannot be modified in outbound advice).
The strange thing is the DLL generates the desired output with same inputs arguments when called from 3GL/4GL, but when it is called from the BOD st script the same method with same input gives the above error.
Moreover I tried to fetch the message pattern to identify where this message is coming from, but no luck :(
Any thoughts, suggestion, advice to resolve the issue ?