RE: How to schedule Pick basic programs

2004-04-23 Thread Kryka, Richard
I like the scheduled approach (NT).  A phantom in UniVerse like is shown
below with the LOOP/REPEAT gets lost when the server is restarted.  So
you need to have a procedure that restarts the job.  If you use the NT
scheduler, it is always going to run -- even after a restart.

Dick Kryka
Director of Applications
CCCS of Greater Denver, Inc.
Paragon Financial Services
303-632-2226
[EMAIL PROTECTED]

-Original Message-
From: Eppel,Gary [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 23, 2004 10:39 AM
To: U2 Users Discussion List
Subject: RE: How to schedule Pick basic programs



This is so simple. Wish we would have discovered it 4 years ago. We've
been doing it the hard way (batch/script file in Scheduler/cron in
Windoze/AIX) up to now. Why didn't UV Support ever tell us about this?
:-(


Thanks George!


Now, if you still want to use the batch file approach you may find
you'll need the following command ahead of the execution line:

SET UNIVERSE_CONTROLLING_TERM=1

- it's been a while since we did this but I think this makes sure that
Universe sees the process as a phantom and not something else. We ran
into problems without it. Reported it as an issue to Universe a long
time agonot sure if it's ever been fixed.

Also, don't know what UDT command does as indicated in Marty Benson's
reply - doesn't work on our systems. Here's a sample of what our batch
file might look like (as given to us by UniVerse Support)

The first line is needed if the UV data account is not on the same
drive as the system  substitute drive letters as needed for your
system mappings
  D:
  CD \path_to_UV_data_account
  SET UNIVERSE_CONTROLLING_TERM=1
  D:\path_to_UV_bin_directory\uv tcl_command_line 
D:\path_to_output_file ... Or NULL


Gary Eppel
Cerner Corp



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of George Gallen
Sent: Friday, April 23, 2004 9:32 AM
To: U2 Users Discussion List
Subject: RE: How to schedule Pick basic programs

Another method would be:

ED VOC SCHEDULE-THIS

0001: PA
0001: LOOP (If you want this to repeat each day)
0002: SLEEP XX:XX (Time you want process to run)
0003: TCL COMMAND
0004: TCL COMMAND
0005: TCL COMMAND
0005: REPEAT (If you want this to repeat each day)


PHANTOM SCHEDULE-THIS
LO


It works under all OS's, and doesn't care about the login scripts
(unless you need to change accounts within the VOC). 

George



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 8:38 AM
To: [EMAIL PROTECTED]
Subject: How to schedule Pick basic programs


Hi,

Can some one tell me how to schedule the pick basic programs.

tx in advance for the help

regards,
Reddy
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users



CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
 --
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UniVerse PE ODBC on Same PC

2004-03-12 Thread Kryka, Richard
Ian,

Thanks for the info.  Your response is the only one I received -- I was
beginning to think my posting went into a black hole.

Dick Kryka
Director of Applications
CCCS of Greater Denver, Inc.
Paragon Financial Services
303-632-2226
[EMAIL PROTECTED]

-Original Message-
From: ACS Staff Member [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 12, 2004 3:57 AM
To: U2 Users Discussion List
Subject: Re: UniVerse PE ODBC on Same PC

Hi Richard

Our experience was the same on uniVerse prior to version 10.1.
uniVerse 10.0 and prior gave the same problem whether it was a server
version or the PE version.
We have susequently installed 10.1 and this problem has been solved.
When last I looked the PE version was still 10.0 but hopefully a 10.1 PE
version will be available soon ???

Not that this really helps you much...;-)

Ian Foster

- Original Message -
From: Kryka, Richard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 12:28 AM
Subject: UniVerse PE ODBC on Same PC


 Last week I downloaded UniVerse PE and installed it on a Windows 2000
 PC.  This computer is to be stand-alone, with no network connection.

 Everything seems fine except when using ODBC on that same machine.
The
 Test in the UniVerse ODBC Configuration Editor takes forever (1minute
20
 seconds).  It does eventually succeed.

 When I run a simple Crystal Report on that workstation against a small
 file on the UniVerse DataBase on that same workstation, it sends the
 processor usage through the roof and takes several minutes.  If I
 connect another PC to this one and run the same report, it runs in a
few
 seconds.

 It appears that UniVerse ODBC is intended for another PC (client)
 accessing the server, and does not easily handle the client and server
 being the same PC.

 Has anyone experienced this?  Do I need to set up ODBC a special way?
 Or is this just the way UniVerse ODBC works when running on the same
PC?

 Thanks.

 Dick Kryka

 --
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


UniVerse PE ODBC on Same PC

2004-03-09 Thread Kryka, Richard
Last week I downloaded UniVerse PE and installed it on a Windows 2000
PC.  This computer is to be stand-alone, with no network connection.
 
Everything seems fine except when using ODBC on that same machine.  The
Test in the UniVerse ODBC Configuration Editor takes forever (1minute 20
seconds).  It does eventually succeed.  
 
When I run a simple Crystal Report on that workstation against a small
file on the UniVerse DataBase on that same workstation, it sends the
processor usage through the roof and takes several minutes.  If I
connect another PC to this one and run the same report, it runs in a few
seconds.
 
It appears that UniVerse ODBC is intended for another PC (client)
accessing the server, and does not easily handle the client and server
being the same PC. 
 
Has anyone experienced this?  Do I need to set up ODBC a special way?
Or is this just the way UniVerse ODBC works when running on the same PC?
 
Thanks.
 
Dick Kryka
 
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users