RE: [U2] [UV] Trigger(s) on distributed file

2007-06-21 Thread Anthony Youngman
Off the top of my head - AND CHECK TO MAKE SURE... You can't create triggers (or indexes, or anything like that) on the master, because it only exists as a record in PARTFILES). But - and I'm pretty sure this is true of indices at least - if you try and create an index on the master, it will

[U2] _PH_ ID

2007-06-21 Thread Kevin King
Is there a way for a phantom to know the _PH_ item that it's output is being redirected to? -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com http://www.precisonline.com/ ** Check out our FREE support forum at http://www.precisonline.com/forum/ http://www.PrecisOnline.com/forum/. ---

Re: [U2] [UV] Trigger(s) on distributed file

2007-06-21 Thread john reid
I didnt attempt to create on the 'master' in universe 10. I wrote an application to find every pathname, created my own VOC from that location, and created the trigger on that name. My approach would also not have a trigger in place for an addition to the df. To the good, the application creates

RE: [U2] _PH_ ID

2007-06-21 Thread Cordes, Tom (contractor)
The phantom's unix process id is a part of the _PH_ id. Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Thursday, June 21, 2007 9:18 AM To: U2 List Subject: [U2] _PH_ ID Is there a way for a phantom to know the _PH_ item that it's

Re: [U2] _PH_ ID

2007-06-21 Thread john reid
Universe 10.x PHANTOM SQUAWK RUN JMRBP HI RUN_36022_14417 record has been created in the 'PH' file. Phantom process started with process ID 7408. On 6/21/07, Kevin King [EMAIL PROTECTED] wrote: Is there a way for a phantom to know the _PH_ item that it's output is being redirected to?

RE: [U2] _PH_ ID

2007-06-21 Thread iggchamp
Not on my system, hpux 11 / uv10.1.8 -- Original message -- From: Cordes, Tom (contractor) [EMAIL PROTECTED] The phantom's unix process id is a part of the _PH_ id. Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[U2] Can't get current working directory. ?

2007-06-21 Thread Jon Wells
Hi all, Earlier this week I set out to replace a test account with a fresh copy of the live account (Unidata 6.1 on AIX 5.1). The Live account had grown more then I had anticipated and I found myself with a max'ed out /test file system. While preparing to restore from tape, we found we had

Re: [U2] _PH_ ID

2007-06-21 Thread Timothy Snyder
Is there a way for a phantom to know the _PH_ item that it's output is being redirected to? On UniData it's SYSTEM(48). Tim Snyder Consulting I/T Specialist U2 Lab Services Information Management, IBM Software Group 717-545-6403 [EMAIL PROTECTED] --- u2-users mailing list

Re: [U2] Can't get current working directory. ?

2007-06-21 Thread karlp
Just a thought, but are the permissions of the directory rwxr-xr-x or something similar? If a directory doesn't have execute permissions, you can't CD to it. That's also true if the parent directories don't have execute permissions set. Karl quote who=Jon Wells Hi all, Earlier this week I set

Re: [U2] Can't get current working directory. ?

2007-06-21 Thread Jeffrey Butera
quote who='Jon Wells' date='Thursday 21 June 2007' Hi all, Earlier this week I set out to replace a test account with a fresh copy of the live account (Unidata 6.1 on AIX 5.1). The Live account had grown more then I had anticipated and I found myself with a max'ed out /test file system.

Re: [U2] _PH_ ID

2007-06-21 Thread iggchamp
If your platform is unix, you could do something like this: COMMAND=/usr/sbin/fuser phpath/RUN* COMMAND='SH -C ':COMMAND:'' CRT COMMAND EXECUTE COMMAND CAPTURING RESULTS MORE=(RESULTS#'') LOOP WHILE MORE DO REMOVE LINE FROM RESULTS SETTING MORE FNAME=FIELDS(LINE,':',1)

RE: [U2] _PH_ ID

2007-06-21 Thread bpaige
If the HI program has been cataloged, though, you can do PHANTOM HI And the first _ field of the id would then be HI instead of RUN. You can then use the program name to find the ID in the PH file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of john

RE: [U2] Can't get current working directory. ?

2007-06-21 Thread bpaige
Jon, The fact that you can get things to work as root, but not as other users, sounds like a permissions problem somewhere out in unix. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Wells Sent: Thursday, June 21, 2007 9:10 AM To:

RE: [U2] _PH_ ID

2007-06-21 Thread Kevin King
My apologies for not specifying Unidata, but yes, thank you Tim the answer is SYSTEM(48)! We have a winner, no more callers please. -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com ** Check out our FREE support forum at http://www.PrecisOnline.com/forum/. --- u2-users mailing list

Re: [U2] Can't get current working directory. ?

2007-06-21 Thread Doug Miller
I have seen this before. Usually one of 2 things. 1) Someone rm'ed the directory while you were still in it 2) You don't have correct permissions to the account directory I am guessing the latter since root appears to be fine. If you sure permissions are wide open on the directory, files and

RE: [U2] _PH_ ID

2007-06-21 Thread Jerry Banker
UV doesn't have the name on SYSTEM(48). The phantom ID on our system is a combination of the program name, the time, and the date. You could build the ID in the program using SYSTEM(12) and DATE(). PH.ID = 'programname_':FIELD(SYSTEM(12),'.',1):'_':DATE() Or PH.ID = 'programname_'@TIME:'_':@DATE

Re: [U2] _PH_ ID

2007-06-21 Thread Augusto Alonso
Hi Kevin. You could catch the output of PHANTOM SQUAWK XXPROCXX, and play with it... Regards Augusto Alonso - Original Message - From: Kevin King [EMAIL PROTECTED] To: U2 List u2-users@listserver.u2ug.org Sent: Thursday, June 21, 2007 3:17 PM Subject: [U2] _PH_ ID Is there a way

RE: [U2] _PH_ ID

2007-06-21 Thread Stevenson, Charles
UV ...You could build the ID in the program using SYSTEM(12) and DATE(). PH.ID = 'programname_':FIELD(SYSTEM(12),'.',1):'_':DATE() Or PH.ID = 'programname_'@TIME:'_':@DATE Yeahbut, fire off 100 jobs of the same name WITHIN THE SAME SECOND and look at the games UV plays with the PH id!

Re: [U2] Can't get current working directory. ?

2007-06-21 Thread Jon Wells
Hi Jeff, Here's what our file system looks like -- # / df -k Filesystem1024-blocks Free %UsedIused %Iused Mounted on /dev/hd4 122880 69976 44% 4040 7% / /dev/hd2 3997696 1074744 74%54030 6% /usr /dev/hd9var188416135664 28%

Re: [U2] [UV] Trigger(s) on distributed file

2007-06-21 Thread Clifton Oliver
Just a point of technical correction. The master does exist as a physical file, type 27. -- Regards, Clif ~~~ W. Clifton Oliver, CCP CLIFTON OLIVER ASSOCIATES Tel: +1 619 460 5678Web: www.oliver.com ~~~

[U2] snapshots, dynasets, cursors and unicode

2007-06-21 Thread Linda Dubes Law
We are running UV 10.0 with NLS. Using the IBM ODBC driver, we are getting an error stating that the odbc driver does not support dynasets. Is there another driver that we could use that would support dynasets? Or is it possible that NLS is not configured properly thus keeping the driver to

Re: [U2] Can't get current working directory. ?

2007-06-21 Thread Jon Wells
Just checked our records. After the restore and before we started mussing with permissions, a ls -l screen shot showed /test was @ 755, sys, sys which is what we see for the currently working just fine /live directory. Is there a difference between '/test' the directory and '/test' the mount

Re: [U2] Can't get current working directory. ?

2007-06-21 Thread Jon Wells
Ah Ha!!! We were able to perform a umount /test, change permissions, and mount /test. It is now working :-) Thank you all for your help! *---* Jon Wells Database Administrator Beloit

[U2] Universe PE - Web Services

2007-06-21 Thread Sara Burns
While we are waiting for an official version of UniVerse 10.2.4 we have been trying to get Web Services working in the downloadable PE version. We have created a Web Service but when we try to run it we are advised in the log that the license has expired. Is this not able to be used in the PE

RE: [U2] [UV] Trigger(s) on distributed file

2007-06-21 Thread Boydell, Stuart
Many thanks to the responants, I am just investigationg what is involved in converting a file to DF. So far: - Triggers are required on each part. You cannot create a trigger on the master and there is no similar functionality to the 'CREATE.INDEX' command on DFs. - BSCAN doesn't work - but

RE: [U2] Universe PE - Web Services

2007-06-21 Thread Bill Haskett
Sara: I believe Web Services only works with a Connection Pool license. I had to purchase one for UD to test our the services. Hope this helps. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sara Burns Sent: Thursday, June 21, 2007 8:56 PM

RE: [U2] [UV] Trigger(s) on distributed file

2007-06-21 Thread Bernard Lubin
Stuart, Bscan will not work against the main file, but works on the individual files. Bernard Lubin Development Department Reynolds and Reynolds -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boydell, Stuart Sent: Friday, 22 June 2007 2:06 PM To: