JDE Services User

Tim2632000

Active Member
Can anyone tell me what the command is, on an AS/400, to show who is the User which starts/stops the E1 Service?

It's easy on a Wintel machine, you just go into Services,double click the JDE Service then click the Log On tab.

How can you do it on an AS/400?

Thanks!
 
Hi Tim,

You can do a WRKACTJOB on the command line and check the Current user under the JDE subsystem. We are on Xe so our subsystem is JDEB7334. Our user profile is ONEWORLD. You can also look at the subsystem description and check the AutoStart Job entries (DSPSBSD B7334SYS/JDEB7334 - Option 3) and check the job description. The job description will have a user profile associated with it in the USER parameter.

Hope this helps.

Kind regards,
Misael
 
Use the WRKACTJOB command and look for the jobs under the your JDE subsystem. For those jobs, look at the value of the current user for your JDE jobs (JDENET_K, JDENET_N and NETWORK), which probably is ONEWORLD. This is for EnterpriseOne.
 
One way (and I’m sure there are others) is to use the WRKACTJOB command. Beside any of the kernels enter a 5 then a 1. From here you can see the date and time the job entered the system as well as the user who submitted the job.
 
You can also display the history log to see when the E1 Service starts/stops. Since the jobs NETWORK and SENTINEL seem to always start, you can use the following command.

DSPLOG PERIOD((*AVAIL *BEGIN)) JOB(NETWORK) MSGID(CPF1124 CPF1164)
 
Back
Top