Home
Forums
New posts
What's new
New posts
Latest activity
Advertise
Resources
Log in
Register
What's new
New posts
Menu
Log in
Register
Install the app
Install
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Technical
Please help - printing from scheduler
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MSiebenschuh" data-source="post: 3022" data-attributes="member: 402"><p>This is how we handle scheduled jobs (and we even have a couple of jobs that</p><p>run every night for each branch and then prints the report out on their</p><p>local printer.)We use UNIX cron. I think the AS400 has a similar system</p><p>scheduler. It is a lot more efficient than writing a daemon to look for your</p><p>jobs. it is real simple </p><p></p><p>1. write a script that basically says </p><p></p><p>$SYSTEM/bin32/runube SCHED SCHED PRD2733 R5542401 JAX0001 QBATB733_6</p><p>Interactive Print Save pjaxcs01</p><p></p><p>2. schedule it using cron (or the AS400 equivalent)</p><p></p><p>3. rejoice you are a hero and in the end you will find this much more</p><p>flexible and useful</p><p></p><p>the params for the runube command are</p><p></p><p>USER PASS ENVIRONMENT REPORT VERSION QUEUE Interactive Print Save PRINTER</p><p></p><p>I have set up my SCHED user to have no environments so no one can log in as</p><p>this user. Hope this helps. </p><p>Mark Siebenschuh</p><p>HP9000</p><p>Oracle 8.0.5</p><p>B733 Base</p></blockquote><p></p>
[QUOTE="MSiebenschuh, post: 3022, member: 402"] This is how we handle scheduled jobs (and we even have a couple of jobs that run every night for each branch and then prints the report out on their local printer.)We use UNIX cron. I think the AS400 has a similar system scheduler. It is a lot more efficient than writing a daemon to look for your jobs. it is real simple 1. write a script that basically says $SYSTEM/bin32/runube SCHED SCHED PRD2733 R5542401 JAX0001 QBATB733_6 Interactive Print Save pjaxcs01 2. schedule it using cron (or the AS400 equivalent) 3. rejoice you are a hero and in the end you will find this much more flexible and useful the params for the runube command are USER PASS ENVIRONMENT REPORT VERSION QUEUE Interactive Print Save PRINTER I have set up my SCHED user to have no environments so no one can log in as this user. Hope this helps. Mark Siebenschuh HP9000 Oracle 8.0.5 B733 Base [/QUOTE]
Verification
Post reply
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Technical
Please help - printing from scheduler
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top