JDE Trace Debug Question

travtone

Member
Hi Everyone..

Pretty green to the dev part of JDE and just trying to make sense of reading the debug log via JDE Trace. I'm trying to run a UBE that is a copy of R49549 and it's not pulling the NN for the batch that would be assigned for the insert on F49590. However, I'm seeing an issue with the call against the X0010GetNextNumber BF. Any ideas on why it would throwing this?

Any help or guidance would be tremendously appreciated.
 

Attachments

  • Debug.jpg
    Debug.jpg
    165.3 KB · Views: 27
Any chance when the UBE was copied, the read only checkbox was left on? If so, you'll see a Y in the Read Only Report Flag in OMW. See attached (though my example is not read only).

If you open the debug log in notepad (or whatever), you may find more messages in there. JDETrace doesn't catch everything. Also just check the plain old JDE.LOG

Craig
 

Attachments

  • UBEReadOnly.JPG
    UBEReadOnly.JPG
    49.3 KB · Views: 9
Back
Top