RE: [U2] Need help - UV intermittent roving file open error

2006-08-25 Thread Stuart . Boydell
Really? It's redimensioning in common here on UV10, aix, PICK flavour, no question about it. Exactly for the purpose of a file open subroutine used in hundreds of programs with hundreds of users... No complaints. I have even just written a test program which redims a

Re: [U2] Need help - UV intermittent roving file open error

2006-08-25 Thread Mats Carlid
PROTECTED] Sent: Friday, 25 August 2006 9:28 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Need help - UV intermittent roving file open error Do you check/change accounts when you open files? Changing accts will probably cause issues. Check FILEINFO(). Also, dimensioned arrays can

RE: [U2] Need help - UV intermittent roving file open error

2006-08-25 Thread Womack, Adrian
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, 25 August 2006 2:29 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Need help - UV intermittent roving file open error Really? It's redimensioning in common here on UV10, aix, PICK

RE: [U2] Need help - UV intermittent roving file open error

2006-08-25 Thread Scott Ballinger
Thanks for the suggestions. This problem happens after initial login without any logtos. I will take a look at MFILES. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 [demime 1.01d removed an attachment of type application/ms-tnef which had a name of winmail.dat] ---

RE: [U2] Need help - UV intermittent roving file open error

2006-08-25 Thread John Jenkins
Watch T30FILES as well (just in case) as you are going there... Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger Sent: 25 August 2006 18:04 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Need help - UV intermittent

[U2] Need help - UV intermittent roving file open error

2006-08-24 Thread Scott Ballinger
I have a little file open subroutine that I use in a lot of places to keep open files in common: OPEN.FILE.SUB 0001 SUB(FILENAME,FILEVAR,ERROR) 0002 * open filename to filevar, keep opened files in named common 0003 * 01-20-05 asb 0004 0005 COMMON /OPEN.FILE.SUB/ FILENAMES,FILEVARS(1000)

RE: [U2] Need help - UV intermittent roving file open error

2006-08-24 Thread Stuart . Boydell
10:08 To: u2-users@listserver.u2ug.org Subject: [U2] Need help - UV intermittent roving file open error I have a little file open subroutine that I use in a lot of places to keep open files in common: Recently (within the last two weeks) I have started getting the following error: [SNIP] Program

Re: [U2] Need help - UV intermittent roving file open error

2006-08-24 Thread Clifton Oliver
Do you think it is possible that the number of files opened to FILEVARS() is exceeding MFILES? On Aug 24, 2006, at 5:07 PM, Scott Ballinger wrote: Any suggestions will be greatly appreciated- perhaps the OPEN.FILE.SUB --- u2-users mailing list u2-users@listserver.u2ug.org To