PPG2 EPO Troubleshooting
Here are some details on understanding the SQL Server Management Studio Express screen to trouble shoot the new PPG EPO issues.
This new process uses SQL, there are SQL tables setup to record and send results to the customer. Below is a SQL command to view the results for a certain customer and to understand the columns we have.
select * from xml_request where targetcustomer = '4985' AND CREATED >= '2009-02-27'
*Change customer # and date and click Execute and a box will appear below with the results
Request Type – Can be ConfirmRequest, ShipNoticeRequest or ColUpdateRequest
Confirm Request: From PPG to Customer contains details about the order, success or failure on part#s
Ship Notice Request: Confirm that items on order were shipped
Col Update Request: Request for any updates from Customer to Perfection
Xml Request – The data in the file. Can be looked at by just click on the box and doing a copy and past into Note pad
Update – The status of the request. If it is null then request has not been pick up by customer, when there is a date this tells you when it got loaded into the customer’s system.
173.15.211.245