Running PTAEACECONV from PeopleSoft Application Designer
Before running PTAEACECONV from PeopleSoft Application Designer, you must customize the program to find the location and file name of the correct XML file. In PeopleSoft Application Designer, open the PTAEACECONV Application Engine program definition and view the PeopleCode in Step01. Scroll down to the following PeopleCode:
If (&modelName = "") Then
&modelName = "TEST";
End-If;
If (&xmlFilePath = "") Then
&xmlFilePath = "C:\PeopleSoft\text.xml";
End-If;Replace the TEST variable with the XML filename of the exported BAM 8.8 model.
Replace the C:\PeopleSoft\text.xml variable with the full path to the XML file of the exported BAM 8.8 model.
Note:
The path must include the full name and extension of the XML file, for example: C:\User\employment\employment.xml.
When completing the run request, select to output a log to a file. Either use the default pathc:\temp\PTAEACECONV.log or create your own path.