Re: [U2] fixtool

2008-08-04 Thread Martin Phillips
Hi Doug, is fixtool the best way to repair a universe file? In my experience with the various repair tools over many years of working with UniVerse, fixtool does seem to be able to repair more corruptions than the previous tools. I read somewhere that all it does is fix the broken link

[U2] [UV] Basic Match...

2008-08-04 Thread Boydell, Stuart
UV 10.2/aix Can someone tell me if this would be expected output. Specifically the tilde modifier on the match pattern appears to not be working. I would have thought that the last column was the opposite result... TEST.MATCH 001 cell = '' 002 for i = 1 to 6 0003 cell := i 004 crt cell, cell

[U2] Linux Psuedo Directory

2008-08-04 Thread Results
All, I'm going blank on this one, all help appreciated. I want to create a Linux user who cannot see the top level directories, i.e. what they see as '/' is actually further down the chain. Can anyone remind me how? - Chuck Rootless Barouch --- u2-users mailing list

RE: [U2] [UV] Basic Match...

2008-08-04 Thread jpb-u2ug
The help file specifies: A tilde (~) placed immediately before pattern specifies a negative match. That is, it specifies a pattern or a part of a pattern that does not match the expression or a part of the expression. The match is true only if string and pattern are of equal length and

Re: [U2] ODBC Error: State = S1000 Error = [Ardent][Unidata ODBC Driver][IBM][SQL Client][Unidata]Unidata lower level function error with fetch

2008-08-04 Thread Kevin King
I have no idea what the SQL is being sent from Worldship. That could possibly be valuable, but I don't have access to that level of information right now. But an interesting question, no doubt. On Sun, Aug 3, 2008 at 10:14 AM, Anthony W. Youngman [EMAIL PROTECTED] wrote: In my case, the SQL

Re: [U2] Linux Psuedo Directory

2008-08-04 Thread Results
The answer is chroot and it only took me an hour to find it... Results wrote: All, I'm going blank on this one, all help appreciated. I want to create a Linux user who cannot see the top level directories, i.e. what they see as '/' is actually further down the chain. Can anyone remind me

RE: [U2] Linux Psuedo Directory

2008-08-04 Thread Anthony Youngman
Man chroot Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Results Sent: 04 August 2008 14:59 To: u2-users@listserver.u2ug.org Subject: [U2] Linux Psuedo Directory All, I'm going blank on this one, all help appreciated. I want to create

RE: [U2] ODBC Error: State = S1000 Error = [Ardent][Unidata ODBC Driver][IBM][SQL Client][Unidata]Unidata lower level function error with fetch

2008-08-04 Thread Anthony Youngman
Don't know about UD, but on UV you can switch on logging that will list all the commands passed to UV. Only problem is, to describe it as verbose is an understatement ... Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: 04

RE: [U2] fixtool

2008-08-04 Thread Stevenson, Charles
I read somewhere that all it does is fix the broken link (fixing the file but losing the data that the broken link pointed to). This may be all that can be done. A backward link error often means that two groups apparently own the same overflow block. The data of one will have

[UV] printer memory segment. was: [U2] Available printer memory exceeded

2008-08-04 Thread Stevenson, Charles
Does anyone know the history of that printer memory segment nomenclature? It seems that all memory errors are printer memory errors on Universe. Jerry That's true. Generally doesn't have much to do with printers, but a UV process's private memory. Examples: See POST.STATUS's 3rd column

RE: [U2] Available printer memory exceeded

2008-08-04 Thread Stevenson, Charles
Jerry, 1. 1st thing I'd do is look in the recent changes for a construct functionally something like this: X cleared (wrong place for X to be initialized.) Start-outer-loop * X should be cleared here, but isn't. Start-inner-loop X:= [stuff](X grows)

RE: [U2] fixtool

2008-08-04 Thread Dan Fitzgerald
Heehee, Chuck! I once heard a 3rd party presidential candidate refer to the major parties' fixing Social Security that way. You can use fixtool in the interactive mode, if you really feel bold, adventurous, know what you're doing and it helps if your family owns the company. If it's a broken

RE: [U2] Linux Pseudo Directory

2008-08-04 Thread Tom Dodds
@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ __ Information from ESET NOD32 Antivirus, version of virus signature database 3324 (20080804) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com --- u2-users mailing list u2-users

RE: [U2] fixtool

2008-08-04 Thread Ray Wurlod
- Original Message - From: Dan Fitzgerald [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] fixtool Date: Mon, 4 Aug 2008 13:59:55 -0400 Wide and shallow shall be your files. That was Dan channeling Yoda (though the verb should have been at the end: wide and

Re: [UV] printer memory segment. was: [U2] Available printer memory exceeded

2008-08-04 Thread Ray Wurlod
The answer is very simple. When they were looking for a name, they chose the name of the largest structure in this particular shared memory segment (apparently user shared memory segment would have been confused with private memory segments). The largest structure in the printer shared memory

RE: [U2] UniData PROC tip: DB command

2008-08-04 Thread Keith Johnson (DSLWN)
Baker Hughes wrote The man (person) who writes a PROC interpreter/conversion utility that can take a PROC and turn it into either Basic, or a PAragraph, will have a product to sell... I tried really really really hard to do this a few years ago. The code got more and more complicated until I

RE: [U2] [UV] Basic Match...

2008-08-04 Thread Boydell, Stuart
Jerry, Thanks, I did read the manual but failed to process the length clause (ADHD). S Since you are testing for length and the lengths are the same the tilde doesn't come into play. Jerry ** This email message and any files

FW: [U2] fixtool

2008-08-04 Thread LeRoy Dreyfuss
Hello Doug, If you run the tool once, it may orphan one or more overflow buffers. Running it until it has no errors should reclaim the unlinked buffers, thus recovering the records from orphaned buffer(s). The number of times you run fixtool depends on how many errors it finds as it traverses