Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Bill Haskett
Original Message - *From:* ma...@afsi.com *To:* U2 Users List *Date:* 9/13/2011 7:03 AM *Subject:* Re: [U2] Job scheduling in UniVerse They do in a round-about way - someone suggested using cron to start uv session every 15 minutes and launch the phantom...but to do this there must be a fr

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread George Gallen
some other program. George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Stevenson Sent: Tuesday, September 13, 2011 9:47 AM To: U2 Users List Subject: Re: [U2] Job scheduling in UniVerse Phantoms do not cons

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Colin Alfke
We've done this for years - as long as you don't care that a program contains the login credentials for a SB user. In the login process (prior to the SB.LOGIN) we check various parameters (we run under UniData so they're a little different) and then simply data in the user and password to the SB.LO

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Mark Eastwood
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Stevenson Sent: Tuesday, September 13, 2011 6:47 AM To: U2 Users List Subject: Re: [U2] Job scheduling in UniVerse Phantoms do not consume a UV license

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Charles Stevenson
Phantoms do not consume a UV license. Otherwise everything Glen says is right. What the others say about cron & windows scheduler is fine, too. There are a couple fancy commercial scheduling products built to run under UV, too, depending on how elaborate your needs are (multiple queues, prior

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Manu Fernandes
Hi, If you start a uv from os scheduller and want to run a SBprocess ; you go to trouble ... because before running your process you must start a SBenvironment Release 5.2 introduce the SB.REMOTE.PROCESS which give ability to start a process from uv shell (then from os shell) without start

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Symeon Breen
If you are on *nix use the cron, if on windows use the scheduler. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Martin Hlasensky Sent: 13 September 2011 07:26 To: u2-users@listserver.u2ug.org Subject: [U2] Job sch

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Bob Witney
Nonsense Use the unix crontab that's what its for Script it like this: ## # Invoke program EW5MINSQ in /PROD ## # echo Start of Script cd /PROD echo "PHANTOM EW5MINSQ"

Re: [U2] Job scheduling in UniVerse

2011-09-13 Thread Glenn Sallis
Hi Martin, In this situation I would create a phantom process, presuming you have enough free user licences available, as a phantom process will consume one user licence. This is a UniVerse Basic program which runs in the background and perform the actions or processes that you need to take