Tomcat catalina.out log contains messages similar to:
<PUBLISH_RULE_ID/>
<MSGNODENAME/>
</PSCAMA>
</Transaction>
</MsgData>
</CUSTOM_VENDOR_OUT_EFF>
Got pref
INFO 2008-07-15-13.33.37.000727 In setData of PeopleSoftXmldata
INFO 2008-07-15-13.33.37.000729 @PeopleSoftXmlData.setData, XML tag not found!
WARN 2008-07-15-13.33.37.000730 @InboundGateway.doPost -NonPassportException - Cannot identify the external system for the incoming XML. Pl check the XML.
What the log entry is trying to tell you is that FI Connect cannot determine the source application for the incoming XML.
PassportLiterals.properties contains entries that associate XML tag fragments with 3rd party applications.
Entry "PsftVendors=<CUSTOM_VENDOR" had reverted back to "PsftVendors=<FININT_VENDOR". "<CUSTOM_VENDOR" is found in the incoming XML and lets FI Connect know that PeopleSoft is the 3rd party application.
Cannot identify the external system for the incoming XML.
Tomcat catalina.out log contains messages similar to:
<PUBLISH_RULE_ID/>
<MSGNODENAME/>
</PSCAMA>
</Transaction>
</MsgData>
</CUSTOM_VENDOR_OUT_EFF>
Got pref
INFO 2008-07-15-13.33.37.000727 In setData of PeopleSoftXmldata
INFO 2008-07-15-13.33.37.000729 @PeopleSoftXmlData.setData, XML tag not found!
WARN 2008-07-15-13.33.37.000730 @InboundGateway.doPost -NonPassportException - Cannot identify the external system for the incoming XML. Pl check the XML.
What the log entry is trying to tell you is that FI Connect cannot determine the source application for the incoming XML.
PassportLiterals.properties contains entries that associate XML tag fragments with 3rd party applications.
…
PsftProjects=<CUSTOM_PROJECT>
PsftActivities=<CUSTOM_ACTIVITY>
PsftApPayments=<CUSTOM_AP_PAYMENT>
PsftEmployees=<PERSONAL
PsftVendors=<CUSTOM_VENDOR
PsftLaborRate=</CUSTOM_LABOR_RATE>
PsftApRecons=<CUSTOM_AP_RECON>
…
SapVendors=<VendorDoc
...
Entry "PsftVendors=<CUSTOM_VENDOR" had reverted back to "PsftVendors=<FININT_VENDOR". "<CUSTOM_VENDOR" is found in the incoming XML and lets FI Connect know that PeopleSoft is the 3rd party application.