Autostarting of Subsystem Processing

DannyMc

Member
We are running OneWorld XE with an AS/400 as our Enterprise server. Had anyone set subsystem processing to automatically start without intervetion. Example: After an IPL, the system is started and JD Edwards is started using the STRNET comand. How do we get the subsystem processing jobs to start on the AS/400?

Thanks,
Danny Mc?
 
If you want them to start automatically after IPL you can add it to the
startup CL program. It is QSTRUP in QGPL. I recommend if you copy and
change the source in another library and put the new object in QGPL.

I am going to write a CL to start up the JDE processing. I have heard that
there needs to be a delay of a few minutes after the IPL before you start up
JDE. I am planning on writing a CL program that delays for a given number
of seconds and I'll have it called at the end of the QSTRUP program. That
way if the system goes down or anything it can bring back up JDE without
manual intervention. Hope this helps!

:)

Lori
OW Xe SP15.1
AS400 V4R5
NT
Citrix
email: [email protected]
 
You can put the automatic startups (like STRNET) in your QSTRUP CL program.





Xe, ES=AS/400 V4R5, CO=AS/400, Deployment=AS/400 INS Card, Thick & Citrix Clients
 
Re: RE: Autostarting of Subsystem Processing

I've already got the STRNET at the end of my startup program. However, I was wanting to know how to start the subsystem processing jobs (aka: monitors) for processing Pick Tickets, Invoices, etc... This would happen after STRNET has completed and JDE is up and running.

I have created a separate subsystem and jobque called JDEMON. I am trying to have these "subsystem processing" jobs set up as Autostart Job Entries when the subsystem starts. Document ID: ODS-00-0135 only covers how to configure the system and how to setup a version to submit from within JDE.

Thanks,
Danny Mc?
 
Re: RE: Autostarting of Subsystem Processing

Danny,

You need to have an AS/400 job description set up with the correct call in
the 'request data' parameter, also make sure the library list is set correctly
in the job description, then add an 'Auto Start Job Entry' in the susbsystem
description, using the ADDAJE command. Hope this helps.............

BK

Brian Kamps
Hoffman Enclosures
V4R5 AS/400 B7332 live





DannyMc <[email protected]> on 07/09/2001 08:48:22 AM
 
RE: RE: Autostarting of Subsystem Processing

Danny,

If you have NNTP access(news groups), you may get more response by posting
AS/400 specific questions there...

Yes, there are AS/400 gurus laying quiet on the JDE List, but much of the
center is on JDE, not necessarily the platform... or the OS stuff.

I have had several 'good' JDE/AS400 issues resolved by posting to the
comp.sys.ibm.as400.misc Newsgroup... If you don't have NNTP access
(firewalled, service unavailable....) but do have Internet Access you can go
to www.dejanews.com. Try this shortcut:
http://groups.google.com/groups?safe=off&group=comp.sys.ibm.as400.misc

If it wrapped - make sure your cut and paste catches it all.

Just a thought... for an additional AS/400 resource.


I've already got the STRNET at the end of my startup program. However, I
was wanting to know how to start the subsystem processing jobs (aka:
monitors) for processing Pick Tickets, Invoices, etc... This would happen
after STRNET has completed and JDE is up and running.

I have created a separate subsystem and jobque called JDEMON. I am trying
to have these "subsystem processing" jobs set up as Autostart Job Entries
when the subsystem starts. Document ID: ODS-00-0135 only covers how to
configure the system and how to setup a version to submit from within JDE.

Thanks,
Danny Mc?



--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OW&Number=1
5665


Daniel Bohner
[email protected]
www.existinglight.net
JDE - XE & AS/400
JDE - B7331 & MS SQL 7x
 
Re: RE: Autostarting of Subsystem Processing

We have used the IBM scheduler (WRKJOBSCDE) to start our 'subsystem jobs',
see below for an ex:

Last successful submission:
Job . . . . . . . . . . . . : OWTOSQ2
User . . . . . . . . . . . : ONESCDE
Number . . . . . . . . . . : 029708
Date . . . . . . . . . . . . : 10/07/01
Time . . . . . . . . . . . . : 06:10:00
Schedule day . . . . . . . . . : *MON *TUE *WED *THU *FRI
Schedule time . . . . . . . . : 06:10:00
Frequency . . . . . . . . . . : *WEEKLY
Recovery action . . . . . . . : *SBMRLS
Next submit date . . . . . . . : 11/07/01
Command . . . . . . . . . . . : RUNUBE USER(xxxxx) PASSWORD(xxxx)
ENVIRON
(PRD733) REPORT(R42565) VERSION(ETH20004)

Job queue . . . . . . . . . . : OWPOLL01
Library . . . . . . . . . . : QGPL
Job queue status . . . . . . . : RLS/SBS
Job description . . . . . . . : ONESCDE
Library . . . . . . . . . . : QGPL
Scheduled by . . . . . . . . . : BBBBBB
User profile . . . . . . . . . : ONESCDE
Message queue . . . . . . . . : *USRPRF
Library . . . . . . . . . . :
Text . . . . . . . . . . . . . :


You can also put the RUNUBE statement in a CL program and make it as a PJ
(Prestart Job) or as an AutoStart
job that's starts up when the subsystem starts.

Hopes it helps

Best regards
Mats Thunholm

---------------------------------------------------------------------------------------------------------

Mats Thunholm
APBiotech
Uppsala, Sweden
+46 18 612 0646 (w), +46 70 666 5819 (m)
[email protected]
---------------------------------------------------------------------------------------------------------



DannyMc
<dmcquestion@yaho To: [email protected]
o.com> cc:
Sent by: Subject: Re: RE: Autostarting of Subsystem Processing
owner-jdelistml@j
delist.com


2001-07-09 15:48
Please respond to
jdelist






I've already got the STRNET at the end of my startup program. However, I
was wanting to know how to start the subsystem processing jobs (aka:
monitors) for processing Pick Tickets, Invoices, etc... This would happen
after STRNET has completed and JDE is up and running.

I have created a separate subsystem and jobque called JDEMON. I am trying
to have these "subsystem processing" jobs set up as Autostart Job Entries
when the subsystem starts. Document ID: ODS-00-0135 only covers how to
configure the system and how to setup a version to submit from within JDE.

Thanks,
Danny Mc?



--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat
=&Board=OW&Number=15665


B7332 SP11.3, AS400 V4R5
Mats Thunholm
APBiotech
Uppsala, Sweden
 
Back
Top