RE: [U2][UD] ODBC to UniData

2004-09-10 Thread kafsat taiyus
Savita, Log in to the server using the user name, you are using in your ODBC connection. Make sure you can change directory to /datatel/development/coldev if it is not already the home directory. Define unidata environment variable it is already not in the login script. Use udt command to go

RE: [U2] UK U2 Account managers

2004-09-10 Thread Andy Moore
DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please delete it and notify the sender immediately. Please note that there is no guarantee

Re: [U2] UV: how best for subr to ask Do I own a readu lock for [file rec0?

2004-09-10 Thread David T. Meeks
Try using the RECORDLOCKED function... Locked = RECORDLOCKED( file.variable, record.ID ) It will return you a value indicating the locked status, including the type of lock and whether you own it or not (for example, it'll tell you that you have a READL on it already, or that Joe has a FILELOCK

RE: [U2] UV: how best for subr to ask Do I own a readu lock for [file rec0?

2004-09-10 Thread Peter Olson
when you enter the routine, try IF RECORDLOCKED( F.VAR , ID ) THEN set a flag for that file/id END do WRITEU's when leaving the routine, test the flag to see if the record should be released. -Original Message- From: [EMAIL

RE: [U2] UV: how best for subr to ask Do I own a readu lock for [file rec0?

2004-09-10 Thread Stevenson, Charles
Thank-you! I couldn't remember or find it for some reason. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David T. Meeks Try using the RECORDLOCKED function... Locked = RECORDLOCKED( file.variable, record.ID ) It will return you a value indicating

RE: [U2] [UV] Lock Maintenance

2004-09-10 Thread Thomas Sprenger
Hi Louie, thank you for your reply. I had tried a similar command (i.e. UNLOCK USER nn ALL), when I got the error message. When I omit the USER attribute, the result is the same. Please refer to the follwing screenshot: WHO 81 uv From root LIST.READU

[U2] 64BIT Option with mkdbfile

2004-09-10 Thread Perry Taylor
Does anyone happen to know the syntax to specify a 64-bit file be created using mkdbfile? Thanks. Perry Taylor Zirmed, Inc. 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

Re: [U2] 64BIT Option with mkdbfile

2004-09-10 Thread Glenn Herbert
That would be -64BIT. At 11:07 AM 9/10/2004, you wrote: Does anyone happen to know the syntax to specify a 64-bit file be created using mkdbfile? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended

RE: [U2] UK U2 Account managers

2004-09-10 Thread Dennis Bartlett
It's general, methinks... -Original Message- From: Ian Byrne [mailto:[EMAIL PROTECTED] [snip] I just want to know if we are the only ones experiencing this problem or is it much more general? Regards, Ian Byrne --- to unsubscribe please visit http://listserver.u2ug.org/ PRE

RE: [U2] Can't find a character in my source code

2004-09-10 Thread Stevenson, Charles
On UV, I would compile it with the -X option and then look at the cross-reference map. BASIC BP PGM -X ED BP.L PGM ---: F Xspace That would show all lines where variable X is referenced, assigned, etc. I think you have something similar in UD. cds -Original Message- From: [EMAIL

RE: [U2] 64BIT Option with mkdbfile

2004-09-10 Thread Perry Taylor
Update: A little experimentation proved that -64BIT did the trick! (Too obvious :[ ) Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Friday, September 10, 2004 9:07 AM To: [EMAIL PROTECTED] Subject: [U2] 64BIT Option with

RE: [U2] Can't find a character in my source code

2004-09-10 Thread Peter Olson
can ya post the code ? or email it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Friday, September 10, 2004 2:41 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Can't find a character in my source code Are there any Includes? George

RE: [U2] Can't find a character in my source code

2004-09-10 Thread Alfke, Colin
Try the (M)atch command: ie. M/'X '0X Colin Alfke Calgary, AB -Original Message- From: Shawn Waldie [mailto:[EMAIL PROTECTED] The program will successfully compile, but it gives me a warning stating that Variable 'X' never assigned a value; but I don't see it. With AE, I would like

RE: [U2] Can't find a character in my source code

2004-09-10 Thread Allen E. Elwood \(CA\)
Hi Shawn, Accusoft has a WED editor that runs in a window on your PC and it has the ability to search for whole word only. It's an excellent product, I highly recommend it. It's like using NOTEPAD as an editor, except it's got A BUNCH of features that make it the best editor I've ever used!!!

RE: [U2] Can't find a character in my source code

2004-09-10 Thread Shawn Waldie
That's what I love about this line of work...and this list: you learn something new just about every day. It turns out that Unidata has the same feature, and it took me right to the culprit...on line 258. Thanks, everyone. Shawn -Original Message- From: Stevenson, Charles

RE: [U2] major (?) @var security hole

2004-09-10 Thread Peter Olson
neat! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of u2ug Sent: Friday, September 10, 2004 3:34 PM To: [EMAIL PROTECTED] Subject: [U2] major (?) @var security hole this may be common knowledge , but I stumbled across this yesterday at a client's site and

RE: [U2] major (?) @var security hole

2004-09-10 Thread Adrian Matthews
First saw that in Prime Information back in 87. Taking compatability a tad too far. Mind you if people can get into your systems and add new programs I would think that modifying these items would be the least security problem you'd face! From: [EMAIL PROTECTED]

RE: [U2] major (?) @var security hole

2004-09-10 Thread John Reid
Is @NOTHING sacred? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of u2ug Sent: Friday, September 10, 2004 3:34 PM To: [EMAIL PROTECTED] Subject: [U2] major (?) @var security hole this may be common knowledge , but I stumbled across this yesterday at a

[U2] UniSession.connect error

2004-09-10 Thread Bob Little
I have searched for a solution to this problem without much luck so far. I've been working with UniVerse 10 PE for Linux, and UniObjects and get an error when trying to connect to UniVerse. The RPC daemon has been started and is running. I get a UniSessionException that when toString()'d

RE: [U2] major (?) @var security hole

2004-09-10 Thread George Gallen
CL. On UV10 RH7.2 unix The direct bombed in compile, but the indirect worked perferctly George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 3:34 PM To: [EMAIL PROTECTED] Subject: [U2] major (?) @var security hole this may

RE: [U2] ODBC driver for VSG (Visual Schema Generator) Unidata

2004-09-10 Thread Craig Peterson
Follow up note to anyone interested... Business Objects Data Integrator 6.5 does not support API level 2 conformance in ODBC drivers. Supposedly they are expanding their ODBC conformance with a subsequent release. I'm pretty sure Unidata's ODBC driver is API level 2. -Original

RE: [U2] major (?) @var security hole

2004-09-10 Thread Allen E. Elwood \(CA\)
Hi Gerry Wow! Looks like a bug to me. Submit it to IBM! However, having said that only programmer's would be able to do this, and if you have a sneaky programmer there are many ways they could reek havoc even without this bug. Sneaky programmers are almost always eventually discovered in

Re: [U2] major (?) @var security hole

2004-09-10 Thread u2ug
hmm RH7.2 ?unix? when did that promotion happen ? ;-) by 'perfect' do you mean that the @vars were modified or were not modified ? they are definitely modified on uv10 hpux11 w2k - Original Message - From: George Gallen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday,

RE: [U2][UD] ODBC to UniData

2004-09-10 Thread Craig Peterson
What do you get when you use do the following at the SQL prompt in your coldev account. At the SQL prompt. sql SELECT COUNT(*) FROM 'filename'; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chauhan, Savita Sent: Friday, September 10, 2004 10:29 AM To:

RE: [U2] UK U2 Account managers

2004-09-10 Thread David Jordan
Hi Ian The problem is worldwide and have the frustration in Australia as well. The problem is that all sales are classified under the DB2 generic for all database sales whether it is U2, informix, DB2. The sales guys think that the only sales are DB2 and don't want to waste their time with

Re: [U2] major (?) @var security hole

2004-09-10 Thread gerry
all hacking aside ... how i found this was some code passed @LOGNAME to a subroutine ( expecting that read-only system variables would in fact be read-only ) which modifies its input args. after calling this routine everything from that point on that used @LOGNAME was completely screwed - log

RE: [U2] major (?) @var security hole

2004-09-10 Thread Allen E. Elwood \(CA\)
LOL, that's funny. That reminds me. One day I was waiting for my Big Mac, and I looked across the street and said to myself, Maybe I'll eat at Taco Dot Bell tomorrowsigh...to much programming. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

Re: [U2] major (?) @var security hole

2004-09-10 Thread gerry
tough - thats what you get for relying on a bug/undocumented feature ;-) - Original Message - From: Bob Gerrish [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 10, 2004 05:14 pm Subject: Re: [U2] major (?) @var security hole I used this at a client site where they

RE: [U2] UniSession.connect error

2004-09-10 Thread Noah Hart
Does ths user name have any special characters? Noah Hart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Little Sent: Friday, September 10, 2004 1:16 PM To: [EMAIL PROTECTED] Subject: [U2] UniSession.connect error I have searched for a solution

RE: [U2] 64BIT Option with mkdbfile

2004-09-10 Thread Ray Wurlod
The Hashed File Calculator would have generated this (-64bit) option for you. =8^D --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UniSession.connect error

2004-09-10 Thread Bob Little
No. Just alpha-numeric characters. Is there another daemon that must be running besides the rpc daemon? Bob Noah Hart wrote: Does ths user name have any special characters? Noah Hart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Little Sent: Friday,