Kbase P113236: How to find the job log for an ODBC DataServer Connection to AS/400
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/9/2006 |
|
Status: Verified
GOAL:
How to find the job log for an ODBC DataServer Connection to AS/400
GOAL:
What is the name of the job for an ODBC Connection running on the AS/400
FACT(s) (Environment):
OpenEdge 10.x
ODBC DataServer
FIX:
The ODBC DataServer connection that is in the list of active jobs on the AS/400 is called QRWTSRVR. In order to determine which job belongs to a particular user, you must do a display job on each QRWTSRVR job listed. The easiest way to do this is to issue the following commands on the AS/400:
1. WRKACTJOB - This will display all active jobs
2. Find jobs named QRWTSRVR.
3. Use option 5 to display each job.
4. On the Work with Job screen, enter 1 to show job attributes. This will show you which user the job belongs to. If this is the correct job then press F12 to return back one screen. If this is not the correct job press F3 to return to the active job listing.
4. When the correct job is found, Enter 5 on the Work with Job screen to display the job log.