RUNUBEXML for 8.10

dan_richards

dan_richards

Reputable Poster
Does anyone have some documentation on using RUNUBEXML in 8.10?

I've tried searching and haven't found anything.

Thanks!

Dan
 
Hi Dan,

It is nothing specific for the RUNUBEXML 8.10 compare with other ERP releases. The RUNUBEXML command is located on the enterprise server.
Information below:
a) Get the initial XML file
RUNUBEXML G CREATE_XML FIRST.XML
b) Edit the FIRST.XML file. Replace the MYUSERID with the JDE user, MYPASSWD with JDE password, MYENV with the environment, MYREPORT with your report batch program and MYVERSION with the report version.
c) Get the report parameters
RUNUBEXML S FIRST.XML SECOND.XML
Now replace the parameters with real values and you can submit the job via RUNUBEXML

RUNUBEXML S SECOND.XML THIRD.XML

the THIRD.XML will contain the job id (if all information in the XML is correct)

Hope this helps.

Adrian
 
Back
Top