How To Add An iSeries JobQueue To Oracle JDE EnterpriseOne

Read Time:1 Min, 6 Sec

This is old news to many, but I have recently needed to go through this process again and had a heck of a time finding documentation on it. So, this is now my documentation on how to add an iSeries job queue to Oracle JDE EnterpriseOne.

  1. Login to the IBM iSeries server as ONEWORLD
  2. Use DSPSBSD QBATCH and choose option 6 to get the next available sequence number. You may need to page-down see the last entry.
  3. Press F5 twice to get out of the DSPSBSD program and back to the A98OWMNU.
  4. Choose option 11 to Create Job Queue
    A98OWMNU
  5. Enter the name of your new job queue and the next open sequence number that you found earlier.
  6. Use command ADDJOBQE to add a job queue entry to an active subsystem.
    1. Example:
      ADDJOBQE SBSD(QBATCH) JOBQ(R4164) MAXACT(1) SEQNBR(170)
    2. CHGJOBQE will permit you to make changes to the job queue’s description, i.e. maximum active jobs.
  7. Use the DSPSBSD command to verify that the previously added job queue is recognized by the subsystem and have been setup with a max active job of what you indicated in the MAXACT parameter.
    DSPSBSD

Like I said. Most people probably know this already, but I just needed a place to put it so that I don’t have to search for it next time.

Author

Stewart Schatz

Career: Principal CNC Consultant for Syntax Systems Limited specializing Oracle JD Edwards EnterpriseOne and the technology that supports it. Side Hustle: Owner/Operator of E1Tips.com Location: Lancaster, PA USA  What I like to do: Invest in Family, Explore Technology, Lead Teams, Share Knowledge/Experience, Hunt, Hike, etc.
Happy
Happy
0
Sad
Sad
0
Excited
Excited
0
Sleepy
Sleepy
0
Angry
Angry
0
Surprise
Surprise
0

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

One thought on “How To Add An iSeries JobQueue To Oracle JDE EnterpriseOne

Leave a Reply to custom cars Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post File Cleanup Using Windows BAT/CMD Files
Next post How To Find Your Linux Version