Troubleshooting
Problem
The Purchase Order receiving process is failing with an error - "Invalid Transaction, Value="YCP0063", after the recent deployment. There are no changes made to the Purchase Order flow as part of this deployment.
Error Details:
<Errors>
<Error ErrorCode="YCP0063" ErrorDescription="Invalid Transaction" ErrorRelatedMoreInfo="">
<Attribute Name="ErrorCode" Value="YCP0063"/>
<Attribute Name="ErrorDescription" Value="Invalid Transaction"/>
<Error ErrorCode="com.yantra.yfs.japi.YFSException" ErrorDescription="" ErrorRelatedMoreInfo="<?xml version="1.0" encoding="UTF-8"?>
</Errors>
<Error ErrorCode="YCP0063" ErrorDescription="Invalid Transaction" ErrorRelatedMoreInfo="">
<Attribute Name="ErrorCode" Value="YCP0063"/>
<Attribute Name="ErrorDescription" Value="Invalid Transaction"/>
<Attribute Name="BaseTransactionKey" Value="INCLUDE_IN_DERIVED_RDER"/>
<Attribute Name="ProcessTypeKey" Value="PO_FULFILLMENT"/>
<Stack>
com.yantra.yfc.util.YFCException at com.yantra.omp.business.order.returns.OMPReturnOrderUtils.getReturnOrderDocType(OMPReturnOrderUtils.java:289) at com.yantra.omp.customdbhelper.YFSOrderLineGetXMLHelper.massageStandardGetXML(YFSOrderLineGetXMLHelper.java:628) at com.yantra.omp.customdb.YFS_Order_LineImpl.massageStandardGetXML(YFS_Order_LineImpl.java:2585) at com.yantra.omp.customdb.YFS_Order_LineImpl.getXML(YFS_Order_LineImpl.java:2784) at com.yantra.shared.dbclasses.YFS_Shipment_LineBase.getOrderLineXML(YFS_Shipment_LineBase.java:3667) at com.yantra.shared.dbclasses.YFS_Shipment_LineBase.getXML(YFS_Shipment_LineBase.java:3560) at com.yantra.ydm.customdb.YFS_Shipment_LineImpl.getXML(YFS_Shipment_LineImpl.java:553) at com.yantra.shared.dbclasses.YFS_ShipmentBase.getShipmentLinesXML(YFS_ShipmentBase.java:8667) at com.yantra.shared.dbclasses.YFS_ShipmentBase.getXML(YFS_ShipmentBase.java:8353)
</Stack>
Cause
- BaseTransactionKey: INCLUDE_IN_DERIVED_ORDER
- ProcessTypeKey: PO_FULFILLMENT
Resolving The Problem
SELECT * FROM OMDB.YFS_TRANSACTIONWHERE BASE_TRANSACTION_KEY = 'INCLUDE_IN_DERIVED_ORDER'ORDER BY PROCESS_TYPE_KEY;
Document Location
Worldwide
Product Synonym
oms; sterling oms; order management;
Was this topic helpful?
Document Information
Modified date:
09 April 2025
UID
ibm17185470