RE: [U2] Database integrity check [not-secure]

2007-07-03 Thread Hennessey, Mark F.
Use fixtool at the unix level. The basic would be fixtool -file 
/path/to/file/FILENAME


Located in /.uvhome/uv/bin:

fixtool -help
-level #- Diagnosic level between 1 and 10 (default 2)   
-fix- Fix the file   
-file x - Where x is the file to use 
-filepath x - Where x is the path for the file   
-help   - Display this help message  
-output x   - Where x is the path for the output files   
-logging- Turns logging on   
-logpath x  - Where x is the path for the logging files  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED]
Sent: Monday, July 02, 2007 4:58 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Database integrity check


Hello all!
 
We're running UV 10 on AIX 5.3.  We're looking for a way to
verify the
integrity of the database.  In Pick, we always did a dummy file
save.  In
older versions of uniVerse, we used uvfixfile.  When we try to use
uvfixfile
now, it tells us that it does not support 64-bit files.
 
From
UniAdmin, we can manually check each file (right-click the file and
choose
Diagnostics).  We can't seem to determine what UniAdmin is running at
the
unix level, though, in order to be able to automate checking the entire
database.
 
Can someone point us in the right direction?
 
Thanks in
advance!
 
Brian F. Paige
Serta International
[EMAIL PROTECTED]
Direct
line:  847-747-0451
Internal extension:  2051
Fax:  847-747-0551
 
_ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _

The information transmitted is intended only for the person
or entity to which it is addressed and may contain confidential and/or
privileged material not intended for Public use.  
Any review,
retransmission, dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other than the intended
recipient is 
strictly prohibited. If you received this communication in
error, please notify the sender and delete the material from any and all
computers or devices.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Error Message

2007-07-03 Thread Karen Bessel
UniVerse Rel 10.1



I received the following error message:



Message[001467]



with no associated error text. I cannot find any references to it in the
ERRMSG file.



Is there anyone out there who can shed some light on this?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Error Message

2007-07-03 Thread Brian Leach
Karen

It's normally a spooler entry number.

Brian

UniVerse Rel 10.1



I received the following error message:



Message[001467]



with no associated error text. I cannot find any references to it in the
ERRMSG file.



Is there anyone out there who can shed some light on this?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Error Message [not-secure]

2007-07-03 Thread Hennessey, Mark F.
It's in SYS.MESSAGE:

LIST.ITEM SYS.MESSAGE 001467 11:43:09
 
001467   
001 Spooler Entry #%i

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Karen Bessel
Sent: Tuesday, July 03, 2007 11:21 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Error Message


UniVerse Rel 10.1



I received the following error message:



Message[001467]



with no associated error text. I cannot find any references to it in the
ERRMSG file.



Is there anyone out there who can shed some light on this?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Error Message

2007-07-03 Thread Karen Bessel
Hmmm, I don't think that's the case here, but thanks for your reply.

I had several phantom threads running concurrently - all were running
the same program and all produced an identical error message. The
spooler entry# would not be the same on different phantom ports/threads,
and I don't think that the program was generating printed output. 

Normally, with a spooler entry# (even with a phantom), I'll see:

Spooler Entry #



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach
Sent: Tuesday, July 03, 2007 11:37 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Error Message

Karen

It's normally a spooler entry number.

Brian

UniVerse Rel 10.1



I received the following error message:



Message[001467]



with no associated error text. I cannot find any references to it in the
ERRMSG file.



Is there anyone out there who can shed some light on this?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV CREATE.FILE

2007-07-03 Thread Susan Joslyn
Hello Group,

Anybody know the syntax to create a DIR type file from a single command line
execute on Universe?

 

The helps says it's type, then  modulo and sep -  then gives the specific
example CREATE.FILE DATA TEST 4 3 2 saying that this will create type 4 file
with a modulo of 3 and a separate of 4, but when I type that exact command
at TCL I get:

 

CREATE.FILE DICT SJTEST7 4 3 2  

Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.

Added @ID, the default record for RetrieVe, to D_SJTEST7.

I've always just done it CREATE.FILE filename - then hit return and it
prompts me.  It does, by the way prompt for modulo first.  But if I try to
do THAT on the command line, as in CREATE.FILE SJTEST8 1 2 19 . I still
don't get what I'm after:

 

CREATE.FILE SJTEST8 1 2 19 

Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 

Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1

Added @ID, the default record for RetrieVe, to D_SJTEST8
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV CREATE.FILE

2007-07-03 Thread Colin Jennings

Hi Susan.

To create a DIR level file (type 1 or 19) at TCL, enter:

CREATE.FILE MYFILE 1,1 1,1,19

The first 1,1 will create a standard Type 18 dictionary file and the 1,1,19 
will create a Type 19 data file.  To create a Type 1, change the 19 
accordingly.


Col.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV CREATE.FILE

2007-07-03 Thread Jerry Banker
Susan,
The command is flavor dependent.
Pick, Reality, and IN2 use:
CREATE.FILE DATA filename mod,sep,type

Prime and Ideal use:
CREATE.FILE DATA filename type mod sep

Jerry

-Original Message-
From: Susan Joslyn [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 03, 2007 12:36 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] UV CREATE.FILE

Hello Group,

Anybody know the syntax to create a DIR type file from a single command
line
execute on Universe?

 

The helps says it's type, then  modulo and sep -  then gives the
specific
example CREATE.FILE DATA TEST 4 3 2 saying that this will create type 4
file
with a modulo of 3 and a separate of 4, but when I type that exact
command
at TCL I get:

 

CREATE.FILE DICT SJTEST7 4 3 2  

Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.

Added @ID, the default record for RetrieVe, to D_SJTEST7.

I've always just done it CREATE.FILE filename - then hit return and it
prompts me.  It does, by the way prompt for modulo first.  But if I try
to
do THAT on the command line, as in CREATE.FILE SJTEST8 1 2 19 . I still
don't get what I'm after:

 

CREATE.FILE SJTEST8 1 2 19 

Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 

Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1

Added @ID, the default record for RetrieVe, to D_SJTEST8
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV CREATE.FILE

2007-07-03 Thread u2
It depends on the flavor. The commands are very different.
In idea flavor, it's just
CREATE-FILE dirname 1
Or
CREATE-FILE dirname 19
And it creates a default dictionary for the file as type 3 modulo 1. If you
want a different size/type for the dictionary, create it first with
CREATE-FILE DICT dirname 3 4 5
Which creates the dict as type 3 modulo 4 seperation 5, and then create the
data portion with
CREATE-FILE DATA dirname 19

If you are in PICK flavor,
CREATE-FILE dirname 4,5,6 1,1,19
Will create a type 19 file with a type 6 dictionary modulo 4 seleration 5.
You need to put in the dummy 1,1 before the type 19.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn
 Sent: Tuesday, July 03, 2007 1:36 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] UV CREATE.FILE
 
 
 Hello Group,
 
 Anybody know the syntax to create a DIR type file from a 
 single command line execute on Universe?
 
  
 
 The helps says it's type, then  modulo and sep -  then gives 
 the specific example CREATE.FILE DATA TEST 4 3 2 saying that 
 this will create type 4 file with a modulo of 3 and a 
 separate of 4, but when I type that exact command at TCL I get:
 
  
 
 CREATE.FILE DICT SJTEST7 4 3 2  
 
 Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.
 
 Added @ID, the default record for RetrieVe, to D_SJTEST7.
 
 I've always just done it CREATE.FILE filename - then hit 
 return and it prompts me.  It does, by the way prompt for 
 modulo first.  But if I try to do THAT on the command line, 
 as in CREATE.FILE SJTEST8 1 2 19 . I still don't get what I'm after:
 
  
 
 CREATE.FILE SJTEST8 1 2 19 
 
 Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 
 
 Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1
 
 Added @ID, the default record for RetrieVe, to D_SJTEST8
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV CREATE.FILE

2007-07-03 Thread Allen Egerton

Susan Joslyn wrote:

Hello Group,

Anybody know the syntax to create a DIR type file from a single command line
execute on Universe?


snip

Unless I'm grossly misunderstanding what you're trying to do, a simple 
CREATE.FILE SJTEST7 1 should do it.


Directory type files have neither modulo nor separation.

--
Allen Egerton
aegerton at pobox dot com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV CREATE.FILE

2007-07-03 Thread Perry Taylor
This may be flavor dependent. We run Pick flavor and I create dir-type
files all the time with...

CREATE.FILE FILENAME 1,1,19 1,1,19

This of course assumes you want both the dictionary and data files to be
type 19.

Perry 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn
Sent: Tuesday, July 03, 2007 1:36 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] UV CREATE.FILE

Hello Group,

Anybody know the syntax to create a DIR type file from a single command
line
execute on Universe?

 

The helps says it's type, then  modulo and sep -  then gives the
specific
example CREATE.FILE DATA TEST 4 3 2 saying that this will create type 4
file
with a modulo of 3 and a separate of 4, but when I type that exact
command
at TCL I get:

 

CREATE.FILE DICT SJTEST7 4 3 2  

Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.

Added @ID, the default record for RetrieVe, to D_SJTEST7.

I've always just done it CREATE.FILE filename - then hit return and it
prompts me.  It does, by the way prompt for modulo first.  But if I try
to
do THAT on the command line, as in CREATE.FILE SJTEST8 1 2 19 . I still
don't get what I'm after:

 

CREATE.FILE SJTEST8 1 2 19 

Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 

Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1

Added @ID, the default record for RetrieVe, to D_SJTEST8
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure or 
distribution is prohibited. ZirMed, Inc. has strict policies regarding the 
content of e-mail communications, specifically Protected Health Information, 
any communications containing such material will be returned to the originating 
party with such advisement noted. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UV] GROUP Command Equivalent

2007-07-03 Thread Ray Wurlod
I know for certain that there is no BASIC equivalent.

If I recall correctly, however, RECORD sets @SYSTEM.RETURN.CODE with the group 
number.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Error Message

2007-07-03 Thread Ray Wurlod
So maybe SYS.MESSAGE was (temporarily?) inaccessible at the time?  That's 
normally the reason for these kinds of responses being emitted.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Error Message

2007-07-03 Thread Jerry Banker
Is there any problem running processes on other operating system, Red
Hat in particular? We have several cron jobs that run UV processes.

-Original Message-
From: John Jenkins [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 03, 2007 3:54 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Error Message

By any chance are you running on AIX and launching UniVerse foreground
processes from root crontab?

If so - please don't.. you can get oddities at best.

There were some changes associated with PHANTOMs - which version are you
on?

Regards

JayJay

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karen Bessel
Sent: 03 July 2007 16:56
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Error Message

Hmmm, I don't think that's the case here, but thanks for your reply.

I had several phantom threads running concurrently - all were running
the same program and all produced an identical error message. The
spooler entry# would not be the same on different phantom ports/threads,
and I don't think that the program was generating printed output. 

Normally, with a spooler entry# (even with a phantom), I'll see:

Spooler Entry #



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach
Sent: Tuesday, July 03, 2007 11:37 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Error Message

Karen

It's normally a spooler entry number.

Brian

UniVerse Rel 10.1



I received the following error message:



Message[001467]



with no associated error text. I cannot find any references to it in the
ERRMSG file.



Is there anyone out there who can shed some light on this?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Error Message

2007-07-03 Thread John Jenkins
By any chance are you running on AIX and launching UniVerse foreground
processes from root crontab?

If so - please don't.. you can get oddities at best.

There were some changes associated with PHANTOMs - which version are you on?

Regards

JayJay

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karen Bessel
Sent: 03 July 2007 16:56
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Error Message

Hmmm, I don't think that's the case here, but thanks for your reply.

I had several phantom threads running concurrently - all were running
the same program and all produced an identical error message. The
spooler entry# would not be the same on different phantom ports/threads,
and I don't think that the program was generating printed output. 

Normally, with a spooler entry# (even with a phantom), I'll see:

Spooler Entry #



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach
Sent: Tuesday, July 03, 2007 11:37 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Error Message

Karen

It's normally a spooler entry number.

Brian

UniVerse Rel 10.1



I received the following error message:



Message[001467]



with no associated error text. I cannot find any references to it in the
ERRMSG file.



Is there anyone out there who can shed some light on this?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/