Unable to submit jderequest of 'ube' type

kiran g

kiran g

Well Known Member
Unable to submit jderequest of \'ube\' type

I am facing issue while submitting request to launch job at JDE EnterpriseOne server through jderequest of 'ube' type.

The request I am trying to submit is:

<?xml version='1.0' encoding='UTF-8' ?>
<jdeRequest type='ube' user='JDE' pwd='JDE' environment='DV812' role='*ALL' session=''>
<!--This document is automatically generated by the J.D.Edwards APIs-->
<ACTION TYPE='LAUNCH_JOB'>
<REPORT_NAME VALUE='R01010Z'/>
<REPORT_VERSION VALUE='ZJDE0001'/>
<JARGON_SYSTEM_CODE VALUE='1'/>
<COMMENTS VALUE='1'/>
<DATA_TYPING VALUE='1'/>
<BUSINESS_VIEW VALUE='0'/>
<PRINTER_INFORMATION VALUE='0'/>
<POPULATED VALUE='1'/>
</ACTION>
</jdeRequest>

I am getting following XML Response with error report code 22 for above request.

<?xml version='1.0' encoding='UTF-8' ?>
<jdeResponse environment="DV812" type="ube" user="JDE" session="">
<errorReport code="22" state="3">
No available service to process this request
</errorReport>
</jdeResponse>

Does anyone has an idea about what additional configuration is required to make this request work?

Also I am not able to submit this request using runubexml command as command fails throwing error not able to get ENV handle.

JDE system Details:
JDE EnterpriseOne 8.12 with 8.96 toolset
Win2K3 server setup
 
Re: Unable to submit jderequest of \'ube\' type

Is this the first connection you are trying?. if so then Check if you are using the correct jar/class files.
Also check if you are able to connect to E1 server and verify all settings in .ini files. If all of this is fine then you might have to see the logs to find the problem.

Thanks,
Chan
 
Re: Unable to submit jderequest of \'ube\' type

I am having these exact same issues with both jdeRequest and runubexml. Is there a JDE.INI setting on the server that needs to be set so that the UBE Kernel recognizes XML requests?
 
Back
Top