Re: [U2] Triggers in Universe

2013-01-28 Thread Peter Cheney
Could use the trigger program to call one or more external subroutines based on the trigger action required? I understand that the external subroutines are not cached and can be updated without needing to stop/start the master trigger. -Original Message- From: u2-users-boun...@listserver

Re: [U2] Data not seen using LIST.ITEM

2013-01-28 Thread Tyler L
Don, Thank you for your reply. That is a nice thing to know. I using that I have since found out that it is my own fault for not reading the code properly and I have resolved the issue. Thank you very much. -- View this message in context: http://u2-universe-unidata.1073795.n5.nabble.com/Data-n

Re: [U2] Data not seen using LIST.ITEM

2013-01-28 Thread Don Robinson
Tyler,   Try using CT instead of LIST-ITEM.   CT will display every line in the record including blank ones.   The LIST-ITEM command skips blank lines and something may be causing it to skip 30.   CT and LIST-ITEM don't use the dictionary so that's not the problem.   Also, you can look at the reco

Re: [U2] [UD] Disabling/blocking ODBC

2013-01-28 Thread Phil Walker
Is this only Unidata or Universe? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath Sent: Tuesday, 29 January 2013 9:15 a.m. To: U2 Users List Subject: Re: [U2] [UD] Disabling/blocking ODBC Glad to hear

[U2] Data not seen using LIST.ITEM

2013-01-28 Thread Tyler44044
Hello, Currently in the program I have, when I read values into an array called SR, if I do SR<30> it shows the correct value on the screen. 30 also corresponds with the column number in the file as well. But when I do LIST.ITEM "file" "ID number" column 30 does not appear on the screen - all the o

Re: [U2] [UD] Disabling/blocking ODBC

2013-01-28 Thread John Jenkins
Don't forget UOLOGIN. Regards JayJay On 28 Jan 2013, at 19:25, bradley.sch...@usbank.com wrote: >> There is an undocumented feature: ' ODBCLOGIN'. This is a subroutine >> that is called for every ODBC call. You can use this to either blank >> prevent ODBC, or setting up restricted login access

Re: [U2] [UD] Disabling/blocking ODBC

2013-01-28 Thread Daniel McGrath
Glad to hear that! Regards, Dan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of bradley.sch...@usbank.com Sent: Monday, January 28, 2013 12:25 PM To: U2 Users List Subject: Re: [U2] [UD] Disabling/blocking ODBC >

Re: [U2] [UD] Disabling/blocking ODBC

2013-01-28 Thread bradley . schrag
> There is an undocumented feature: ' ODBCLOGIN'. This is a subroutine > that is called for every ODBC call. You can use this to either blank > prevent ODBC, or setting up restricted login access & login. Dan, I got the info from our VAR and it works great. Thanks! Brad. U.S. BANCORP made the fo