1) First, Verify if the Esker order exists in C_ESKERF by running the following SQL query in TOAD.
select * from C_ESKERF where customer = '12345' and c_eskerf_id = '1234567890'
2) If the query returns anything, then it was a timing issue and may be disregarded.
3) If the query DOES NOT return anything, then the Esker CSV needs to be reprocessed in in UNIX. Connect to UNIX by using PuTTY and follow the next steps.
4) Using PuTTY, log in to G2 (erpprod2.hagerco.com). Navigate to /g2/prod/userdata/scripts/esker/eskerdone and look for the CSV file for the Esker order.
- Use the command: ls -Al OrderCSV'EskerNumber.csv' (Ex. ls -Al OrderCSV1000678741175949460.csv)
5) Move the CSV file to the Esker Temp directory. (UNIX command 'mv' is used to move files)
mv OrderCSV1000678741175949460.csv ../eskertemp
6) There is a cron job that looks for Esker orders in the eskertemp directory every 2 minutes. The cron job will grab the CSV file, process the file, and move the CSV to eskerdone when complete.
7) Navigate to eskertemp and list the directory to verify the CSV was moved.
cd .. ; cd eskertemp ; ls -Al
'cd ..' -- moves to previous directory 'cd eskertemp' -- moves to the eskertemp directory 'ls -Al' -- lists all contents in directory, in long format (showing more details) Commands can be linked together for a single line argument by using a semicolon between commands.
8) Wait about 2 min or so and check eskertemp again to see if the esker file has been processed.
ls -Al OR USE COMMAND 'll' (Two lower case letter L).
9) If CSV file never gets processed, it will just sit in the directory eskertemp. If the file sits there for 5 min or longer, check to make sure the esker job is running.
- Esker Process Troubleshooting: https://hagercohelp.freshdesk.com/a/solutions/articles/48000987227?portalId=48000017001
- Check if Esker is still running using the steps in this KB: https://hagercohelp.freshdesk.com/a/solutions/articles/48001230084?portalId=48000017001
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article