RE: [U2] Universe failure - why?

2008-01-25 Thread Oaks, Harold
Thanks to all who helped.  fixtool at unix level has worked very well.
Harold Oaks
Clark County 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bernard Lubin
Sent: Tuesday, January 22, 2008 4:57 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Universe failure - why?

This could be happening because there is an error on the file or on one
of the associated indices.  We had that error a couple of times. To fix,
we either rebuilt the indices or ran fixtool (at unix) to check if the
file needs to be fixed.  We also had that error if there is something
wrong with the key (eg control character or @VM, @SM)

Rgds

Bernard Lubin
Development Department
Reynolds and Reynolds
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oaks, Harold
Sent: Wednesday, 23 January 2008 10:39 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe failure - why?

Can anybody help determine what to do about this error?

Hashdata = 490657843
Infohtype32=20, infosplit32=80, infomerge32=50 Infocurmod=80,
infofilesp=66D80, infolargerec=651 Infonsplit=80, infobasemod=80

Contact Customer Support Immediately!!!
CRITICAL ERROR! Notify the system administrator.
Abnormal termination of Universe.
Fault type is 10.  Layer type is BASIC run machine.
Fault occurred in BASIC program APPRISSP at address 121e.
.profile[20]: 11947 Memory fault


The offending instruction in the program APPRISSP is just a write of a
record to a file.  How does this make Universe blow up?

Any help appreciated.


Harold D. Oaks
Sr. Analyst/Programmer
Office of the Budget and Information Systems Clark County, Washington
ph: (360) 397-6121 x4132
fax: (360) 397-2342
---
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] Universe failure - why?

2008-01-22 Thread Oaks, Harold
Can anybody help determine what to do about this error?

Hashdata = 490657843
Infohtype32=20, infosplit32=80, infomerge32=50
Infocurmod=80, infofilesp=66D80, infolargerec=651
Infonsplit=80, infobasemod=80

Contact Customer Support Immediately!!!
CRITICAL ERROR! Notify the system administrator.
Abnormal termination of Universe.
Fault type is 10.  Layer type is BASIC run machine.
Fault occurred in BASIC program APPRISSP at address 121e.
.profile[20]: 11947 Memory fault


The offending instruction in the program APPRISSP is just a write of a
record to a file.  How does this make Universe blow up?

Any help appreciated.


Harold D. Oaks
Sr. Analyst/Programmer
Office of the Budget and Information Systems
Clark County, Washington
ph: (360) 397-6121 x4132
fax: (360) 397-2342
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Universe failure - why?

2008-01-22 Thread Hona, David S
Corrupt file? Is the file over 4 GB?

What platform/OS version and UV version?

Regards,
David



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oaks, Harold
Sent: Wednesday, January 23, 2008 10:39 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe failure - why?

Can anybody help determine what to do about this error?

Hashdata = 490657843
Infohtype32=20, infosplit32=80, infomerge32=50 Infocurmod=80,
infofilesp=66D80, infolargerec=651 Infonsplit=80, infobasemod=80

Contact Customer Support Immediately!!!
CRITICAL ERROR! Notify the system administrator.
Abnormal termination of Universe.
Fault type is 10.  Layer type is BASIC run machine.
Fault occurred in BASIC program APPRISSP at address 121e.
.profile[20]: 11947 Memory fault


The offending instruction in the program APPRISSP is just a write of a
record to a file.  How does this make Universe blow up?

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


Re: [U2] Universe failure - why?

2008-01-22 Thread karlp
If a forward link in the file structure is pointing to 'never never land'
on the disk, you can have memory faults as memory is exceeded.

Try this against the file:

LIST FILENAME F1 DET.SUP

and see if you get any errors. Alternatively, you could just run fixtool
-file FILENAME in the directory where the file is located and see what it
finds.

I'm sure I missed a switch of some type for fixtool... You'll get some
better help soon.

Karl

quote who=Oaks, Harold
 Can anybody help determine what to do about this error?

 Hashdata = 490657843
 Infohtype32=20, infosplit32=80, infomerge32=50
 Infocurmod=80, infofilesp=66D80, infolargerec=651
 Infonsplit=80, infobasemod=80

 Contact Customer Support Immediately!!!
 CRITICAL ERROR! Notify the system administrator.
 Abnormal termination of Universe.
 Fault type is 10.  Layer type is BASIC run machine.
 Fault occurred in BASIC program APPRISSP at address 121e.
 .profile[20]: 11947 Memory fault


 The offending instruction in the program APPRISSP is just a write of a
 record to a file.  How does this make Universe blow up?

 Any help appreciated.


 Harold D. Oaks
 Sr. Analyst/Programmer
 Office of the Budget and Information Systems
 Clark County, Washington
 ph: (360) 397-6121 x4132
 fax: (360) 397-2342
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/



-- 
Karl Pearson
Director of I.T.
ATS Industrial Supply, Inc.
[EMAIL PROTECTED]
http://www.atsindustrial.com
800-789-9300 x29
Local: 801-978-4429
Fax: 801-972-3888

To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Universe failure - why?

2008-01-22 Thread Bernard Lubin
This could be happening because there is an error on the file or on one of
the associated indices.  We had that error a couple of times. To fix, we
either rebuilt the indices or ran fixtool (at unix) to check if the file
needs to be fixed.  We also had that error if there is something wrong with
the key (eg control character or @VM, @SM)

Rgds

Bernard Lubin
Development Department
Reynolds and Reynolds
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oaks, Harold
Sent: Wednesday, 23 January 2008 10:39 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe failure - why?

Can anybody help determine what to do about this error?

Hashdata = 490657843
Infohtype32=20, infosplit32=80, infomerge32=50
Infocurmod=80, infofilesp=66D80, infolargerec=651
Infonsplit=80, infobasemod=80

Contact Customer Support Immediately!!!
CRITICAL ERROR! Notify the system administrator.
Abnormal termination of Universe.
Fault type is 10.  Layer type is BASIC run machine.
Fault occurred in BASIC program APPRISSP at address 121e.
.profile[20]: 11947 Memory fault


The offending instruction in the program APPRISSP is just a write of a
record to a file.  How does this make Universe blow up?

Any help appreciated.


Harold D. Oaks
Sr. Analyst/Programmer
Office of the Budget and Information Systems
Clark County, Washington
ph: (360) 397-6121 x4132
fax: (360) 397-2342
---
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/