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.LOGIN program. Set up this SB user to have a specific terminal type and
printer (so it won't prompt) and then in the Start Sys,Menu,Opt setting
enter values that will cause a menu item to run that does what you want.

Of course, if you don't need the SB environment to run whatever it is you
are trying to run then you can skip the SB.LOGIN and run it directly (just
make sure it won't then return to the SB.LOGIN).

This will allow you to use the OS scheduling service which is much more
robust than trying to get a phantom to sleep and restart itself....

Hth
Colin Alfke
Calgary, Canada

-----Original Message-----
From: 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 starting a "SB+ user
login" and it works very fine.
But you run 3.3..

If you want a SBprocess on phantom scheduled  each 15 minutes ... create a
"parent" process with a loop EXEC process ; SLEEP 900  and make a
JobScheduling for these "parent" process.
You start it manually one time from within SB+ session.

I hope this help.
Manu


> -----Message d'origine-----
> DeĀ : Martin Hlasensky
> 
> Hello,
> 
> I need help with UniVerse and job scheduling. Now we have UniVerse 9.5
> and System Builder 3.3.2 (SB) and I want to run process every 15 minutes.
I
> am able schedule job once only in SB. How can I schedule periodically
> recurring job in UniVerse or SB?
> 
> Thanks for answer
> 
> Martin Hlasensky
> Czech republic


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to