The LINKBSFN Command Confusion



I don’t know about you, but I can never remember what the correct parameters are for the LINKBSFN command that is required when doing Tools Release updates on an IBM iSeries (i, System i, AS400). So, just to make it easier on myself, here they are: LINKBSFN PARENT(PACKAGELIB) ...

EnterpriseOne 8.97 Install Host Table Hic-Up



While installing EnterpriseOne 8.97 on one of our instances, we ran across an issue that was pretty puzzling to both us and Oracle's Global Support Services group. We had successfully installed both the Server Manager Console and the Enterprise Server (System i, iSeries, AS/400) Management Agent.  When everything ...

How To Throttle The Job Queue



NOTE: The following is intended for use on the IBM System i (iSeries,AS400, etc.) CHGJOBQE SBSD(QBATCH) JOBQ(JDEOWPACK) MAXACT(2) Explanation: CHGJOBQE- Change Job Queue Entry SBSD- Subsystem Description JOBQ- Job Queue MAXACT- Maximum Active Jobs .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode ...

CNC Certification and Consulting



If you pay attention to threads on JDEList, every once in a while someone will inquire about the availability of CNC Certification.  Usually, these inquiries are met with the an answer generally like: No, there are no "official" certifications. The latest inquiry was from ...

The IBM iSeries (System i) JDK Juggle



While installing the Oracle Server Manager agent, we learned some interesting little Java tricks on the IBM iSeries.  They probably work on all platforms, but I don't know for sure and I'm not going to take the time to test.  Also, these tips are for OS400 V5R4. ...