[U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
Running Universe 11.1.9 Information flavor on top of Windows A process which has been running for months, has suddenly decided that it has a Fatal Error ! When I debug it further, I get this symptom. In a Universe BASIC program, I can OPEN the file (a type 1 directory) I can SELECT the

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Dave Davis
How big is the record (file actually) it's trying to read? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 06, 2014 1:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] [Universe

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Israel, John R.
If the program has not changed, then the data has. Can you do an OSREAD? Anything odd about the data or key it is reading? John Israel Sent from my iPhone On May 6, 2014, at 1:05 PM, Wjhonson wjhon...@aol.com wrote: Running Universe 11.1.9 Information flavor on top of Windows A

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
Each record is only maybe 200 bytes or that sort. The entire directory has about 200 of these records in it -Original Message- From: Dave Davis dda...@harriscomputer.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 10:08 am Subject: Re: [U2] [Universe

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Dave Davis
File permissions? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 06, 2014 1:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] [Universe] [Windows] Running Universe 11.1.9

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Mark Eastwood
] [Universe] [Windows] Running Universe 11.1.9 Information flavor on top of Windows A process which has been running for months, has suddenly decided that it has a Fatal Error ! When I debug it further, I get this symptom. In a Universe BASIC program, I can OPEN the file (a type 1 directory) I can

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
OSREAD isn't a command in Universe BASIC -Original Message- From: Israel, John R. johnisr...@daytonsuperior.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 10:09 am Subject: Re: [U2] [Universe] [Windows] If the program has not changed, then the data

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Woodward, Bob
Of Wjhonson Sent: Tuesday, May 06, 2014 10:05 AM To: u2-users@listserver.u2ug.org Subject: [U2] [Universe] [Windows] Running Universe 11.1.9 Information flavor on top of Windows A process which has been running for months, has suddenly decided that it has a Fatal Error ! When I debug it further, I

Re: [U2] [Universe] [Windows]

2014-05-06 Thread dale kelley
Is it a particular record that errors out or can you not read any of them? On 05/06/2014 12:04 PM, Wjhonson wrote: Running Universe 11.1.9 Information flavor on top of Windows A process which has been running for months, has suddenly decided that it has a Fatal Error ! When I debug it

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Bill Haskett
that stupid desktop.ini item within the directory, are you? Just a few thoughts. Bill - Original Message - *From:* wjhon...@aol.com *To:* u2-users@listserver.u2ug.org *Date:* 5/6/2014 10:04 AM *Subject:* [U2] [Universe

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
entries, is still an open question -Original Message- From: Bill Haskett wphask...@advantos.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 11:30 am Subject: Re: [U2] [Universe] [Windows] Can you open the .csv file (the Windows File item within the Windows

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Holt, Jake
Are you using open or openseq for the xls files? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 6, 2014 12:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] [Universe] [Windows

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
Can't read any of them. But see my latest update message just now sent. -Original Message- From: dale kelley dalekel...@dalewkelleyinc.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 11:06 am Subject: Re: [U2] [Universe] [Windows] Is it a particular

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
: Tue, May 6, 2014 1:09 pm Subject: Re: [U2] [Universe] [Windows] Are you using open or openseq for the xls files? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 6, 2014 12:05 PM To: u2

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Israel, John R.
06, 2014 4:10 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [Universe] [Windows] csv files, not xls The OPEN works, the READNEXT works, the READ is where it fails A SELECT by the way, returns the correct number of entries, it just won't EDIT any of them. -Original Message

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
Cannot edit it in AE either -Original Message- From: Israel, John R. johnisr...@daytonsuperior.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 1:13 pm Subject: Re: [U2] [Universe] [Windows] Maybe already asked, but can you pull in up in the AE editor

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Israel, John R.
@listserver.u2ug.org Subject: Re: [U2] [Universe] [Windows] Cannot edit it in AE either -Original Message- From: Israel, John R. johnisr...@daytonsuperior.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 1:13 pm Subject: Re: [U2] [Universe] [Windows] Maybe already asked

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Bruce Decker
: Tuesday, May 06, 2014 4:10 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [Universe] [Windows] csv files, not xls The OPEN works, the READNEXT works, the READ is where it fails A SELECT by the way, returns the correct number of entries, it just won't EDIT any of them

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
data of the file perhaps which would explain why the Last Modified Date column is completely blank. -Original Message- From: Bruce Decker bdec...@bluepinc.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 1:37 pm Subject: Re: [U2] [Universe] [Windows] Can you

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Woodward, Bob
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 06, 2014 1:09 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [Universe] [Windows] Yes, Yes, No, Yes, No :) Here's an update. IF I open one of these in notepad, and just add an extra char

Re: [U2] [Universe] [Windows]

2014-05-06 Thread dale kelley
I goog'd 40070 and references I found said its a windows registry error. That kind of baffles me,... unless the NSA is administering windows registry now. On 05/06/2014 12:04 PM, Wjhonson wrote: Running Universe 11.1.9 Information flavor on top of Windows A process which has been running

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Peter Cheney
...@listserver.u2ug.org u2-users-boun...@listserver.u2ug.org on behalf of Woodward, Bob bob_woodw...@k2sports.com Sent: Wednesday, 7 May 2014 6:53 To: U2 Users List Subject: Re: [U2] [Universe] [Windows] This sounds like it's back to permissions. If it was UNIX, then I'd say the owner/user for the records(files

Re: [U2] [Universe] [Windows]

2014-05-06 Thread Wjhonson
Thanks excellent. I think you might be correct here. -Original Message- From: Peter Cheney peter.che...@firstmac.com.au To: U2 Users List u2-users@listserver.u2ug.org Sent: Tue, May 6, 2014 3:13 pm Subject: Re: [U2] [Universe] [Windows] I'd have to agree that it is likely going

Re: [U2] Universe Windows reading a Virtual Tape File

2008-08-18 Thread Dave Taylor
- From: Curt Stewart [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Sunday, August 17, 2008 10:10 PM Subject: [U2] Universe Windows reading a Virtual Tape File I apologize if this is a dumb question, but I haven't found a definitive answer anywhere including the manuals. I'm still

Re: [U2] Universe Windows reading a Virtual Tape File

2008-08-18 Thread Ed Clark
Not a dumb question. I've seen threads on here before about this. I think the bottom line is that universe on windows has no way to deal with virtual tape, but universe on unix/linux does. So if you have access to universe on unix, load your t-dumps there and then use uvbackup to

RE: [U2] Universe Windows reading a Virtual Tape File

2008-08-18 Thread Ron White
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curt Stewart Sent: Monday, August 18, 2008 12:10 AM To: u2-users@listserver.u2ug.org Subject: [U2] Universe Windows reading a Virtual Tape File I apologize if this is a dumb question, but I haven't found a definitive answer

RE: [U2] Universe Windows reading a Virtual Tape File

2008-08-18 Thread Bill Haskett
: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Ron White Sent: Monday, August 18, 2008 11:27 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe Windows reading a Virtual Tape File UV on windows does not do virtual tapes but if you do a T-DUMP from D3 you can load

[U2] Universe Windows reading a Virtual Tape File

2008-08-17 Thread Curt Stewart
I apologize if this is a dumb question, but I haven't found a definitive answer anywhere including the manuals. I'm still in the process of converting a D3 application to Universe and I've T-Dumped a bunch of file dictionaries to a VTF and now I just want to be able to T-LOAD them into the

[U2] UniVerse/Windows and VMWare {Unclassified}

2005-10-11 Thread HENDERSON MIKE, MR
Folks, We are considering a server consolidation exercise, particularly for our Development and Test environments, using VMWare to provide several 'virtual server' environments on a single physical box. One part of this proposal is that my UniVerse Development server will become a virtual server

RE: [U2] UniVerse/Windows and VMWare {Unclassified}

2005-10-11 Thread Stuart . Boydell
] On Behalf Of HENDERSON MIKE, MR [EMAIL PROTECTED] Sent: Wednesday, 12 October 2005 12:11 To: u2-users@listserver.u2ug.org Subject: [U2] UniVerse/Windows and VMWare {Unclassified} Folks, We are considering a server consolidation exercise, particularly for our Development

RE: [U2] Universe Windows XP

2004-12-23 Thread Anthony Dzikiewicz
Subject:Re: [U2] Universe Windows XP Goo'day Anthony,At 20:32 22/12/04 -0500, you wrote: I am doing some work on Universe using an intermec 2435 rf terminal. The screen size is 16X24 and its doing vt220 emulation. I set up the LOGIN, VOC record so that when a particular user logs in it does

RE: [U2] Universe Windows XP

2004-12-23 Thread Anthony Dzikiewicz
] Universe Windows XP Goo'day Anthony,At 20:32 22/12/04 -0500, you wrote: I am doing some work on Universe using an intermec 2435 rf terminal. The screen size is 16X24 and its doing vt220 emulation. I set up the LOGIN, VOC record so that when a particular user logs in it does; SET.TERM.TYPE

Unclassified RE: [U2] Universe Windows XP

2004-12-22 Thread HENDERSON MIKE, MR
Anthony, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Dzikiewicz Sent: Thursday, 23 December 2004 14:33 To: u2-users@listserver.u2ug.org Subject: [U2] Universe Windows XP I am doing some work on Universe using an intermec 2435 rf terminal. The screen size

RE: [U2] Universe Windows XP

2004-12-22 Thread Mark Eastwood
I am doing some work on Universe using an intermec 2435 rf terminal. The screen size is 16X24 and its doing vt220 emulation. I set up the LOGIN, VOC record so that when a particular user logs in it does; SET.TERM.TYPE VT220 WIDTH 16 LENGTH 24 It still doesnt seem to 'fit' the small

Re: [U2] Universe Windows XP

2004-12-22 Thread Bruce Nichol
Goo'day Anthony,At 20:32 22/12/04 -0500, you wrote: I am doing some work on Universe using an intermec 2435 rf terminal. The screen size is 16X24 and its doing vt220 emulation. I set up the LOGIN, VOC record so that when a particular user logs in it does; SET.TERM.TYPE VT220 WIDTH 16 LENGTH 24

RE: [U2] Universe Windows XP

2004-12-22 Thread Adrian Matthews
We use a Function Key for this We tell users to, say, F12 at the login prompt... with F12 set for usually, user, password and login account... Ouch, obviously your company's auditors aren't as strict (good?) as ours. We'd get strung up for allowing that. The information contained in