RE: [U2] A few simple questions

2007-12-06 Thread Bertrand, Ron
Either you su to root, login as root or (if setup) do a sudo uv to enter universe as root and then run the master off. I built a program to do the sudo piece for me. Among other things! This the GOSUB that does the work. LOGOFF.MSG = '' ERR.MSG = '' VOC.REC = '' VOC.ID = 'TEMP.LOGOFF.USER' VOC.R

RE: [U2] A few simple questions

2007-12-06 Thread Jerry Banker
When your Universe was installed more than likely the installer picked root as the administrator. Jerry Banker Sr Programmer Analyst Affiliated Acceptance Corp Sunrise Beach, MO 1-800-233-8483 www.affiliated.org > -Original Message- > From: Oaks, Harold [mailto:[EMAIL PROTECTED] > Sent: T

[U2] A few simple questions

2007-12-06 Thread Oaks, Harold
I am a fairly new Universe user. We are running on hpux 10.2 I have several questions, but only one here- I know the MASTER OFF command can be used to log out a user, i.e. "MASTER OFF 132" logs off user 132. The on-line help says one must be a Universe Administrator to run this command, and be

RE: [U2] Recall Question

2007-12-06 Thread Ron Hutchings
RetrieVe: syntax error. Unexpected literal string. Token was "'O'". > From: [EMAIL PROTECTED] > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Recall Question > Date: Thu, 6 Dec 2007 19:49:09 + > > Hi > > I'm running 10.2 in PICK flavor and it works for me. > What is the error? > > Br

RE: [U2] Recall Question

2007-12-06 Thread Stevenson, Charles
Pick flavor has you stick that stuff on the end BREAK.ON field[" [text] ['options']..."] Instead of what SYS.HELP says: BREAK.ON [" [text] ['options']..."] field 2 Examples. 1st a Pick flavor account: >.L RELLEVEL RELLEVEL 001 X 002 10.0.16 003 PICK 004 PICK.FORMAT 005 10.0.16 > >

RE: [U2] Recall Question

2007-12-06 Thread Jerry Banker
In some flavors the BREAK.ON feature is different from others. In some BREAK.ON "'O'" field works, in others it has to be BREAK.ON field "'O'". Jerry Banker Sr Programmer Analyst Affiliated Acceptance Corp Sunrise Beach, MO 1-800-233-8483 www.affiliated.org > -Original Message- > From: Ron

RE: [U2] U2 SOAP Server

2007-12-06 Thread Sara Burns
Like a number of others on this list we have managed to view Tony's video (at home as it would not work through our firewalls). I found it very interesting and informative and think it would be great on a site using UniVerse etc as their only major database. However we are not in that situation.

RE: [U2] Recall Question

2007-12-06 Thread Mark Eastwood
Works okay on Pick Flavor running 10.2 (RH Linux) What does the error message say? Mark -Original Message- Running Universe the BREAK.ON "'O'" feature gives me an error message. Any insight on this? I am guessing it is because of the pick format. --- u2-users mailing list u2-users@

RE: [U2] Recall Question

2007-12-06 Thread Brian Leach
Hi I'm running 10.2 in PICK flavor and it works for me. What is the error? Brian > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ron Hutchings > Sent: 06 December 2007 19:29 > To: u2-users@listserver.u2ug.org > Subject: [U2] Recall Question > >

RE: [U2] Accessing the OS

2007-12-06 Thread Brian Leach
Apologies if this appears twice - I think it didn't make it out first time ... Remember that you can also create a verb pointer to a UNIX binary. This allows you to execute it like a local command, which can be easier if you need to pass command line arguments that are quoted. AFAIR you can find

[U2] Recall Question

2007-12-06 Thread Ron Hutchings
>.L RELLEVEL RELLEVEL 001 X 002 10.0.11 003 PICK 004 PICK.FORMAT 005 10.0.11 Running Universe the BREAK.ON "'O'" feature gives me an error message. Any insight on this? I am guessing it is because of the pick format. _ You ke