Question regarding szVersion

kingpcr

Member
Hi All,

Please see the following request and response I get from JDE 8.9
---------------------
<jdeRequest type="callmethod" user="JDE" pwd="Gr@66er!" environment="DL9" session="" sessionidle="">
<callMethod name="F42UI05EditLine" app="" runOnError="" trans="">
<params>

<param name="mnOrderNumber">1002528</param>
<param name="szOrderType">S1</param>
<param name="szOrderCompany">01200</param>
<param name="mnLineNumber">1</param>
<param name="szBranchPlant">1210</param>
<param name="szLocation">STORE</param>
<param name="szLot">615075</param>
<param name="mnEnteredShipQuantity">1</param>
<param name="szEnteredLineType">S</param>
<param name="szVersion">DSI591040</param>

</params>
</callMethod>
</jdeRequest>
---------------------
<jdeResponse user="JDE" sessionidle="" type="callmethod" session="1712.1172245062.50" environment="DL9" role="">
<callMethod app="XMLInterop" trans="" name="F42UI05EditLine" runOnError="">
<returnCode code="0"/>
<params>
<cErrorConditions>2</cErrorConditions>
<cRecordWritten>1</cRecordWritten>
<mnJobnumberA>26289</mnJobnumberA>
<szVersion>ZJDE0001</szVersion>
<cShipAscendingDateFlag>0</cShipAscendingDateFlag>
</params>
<errors>
<error code="4150" name="szEnteredLineType">Error: Invalid Line Type</error>
<error code="0425" name="szOrderType">Error: Status Flow Not Set Up</error>
</errors>
</callMethod>
</jdeResponse>
--------------------

Even if I specify szVersion as DSI591040, it seems JDE takes the default version 'ZJDE0001' (see the jdeResponse).

I awlays get the same error message and error code.
Any help on this will be greatly appreicated.

Thanks,
Praveen
 
Hi,

a. Is that version checkin on the environment where
you're running this XML code?
b. Has this version been built and deployed to the
Enterprise Server where you run the UBE?
 
Back
Top