Re: [U2] Question about using CallHTTP and secured connection

2007-01-11 Thread Jason Lin
Symeon Breen wrote: Hi Jason - I find the best way to debug these is to turn protocol logging on At the top of the program put something like res=protocolLogging("SymTest.log","ON",10) and at the bottom res=protocolLogging("SymTest.log","OFF",10) The file SymTest.log will then contain detail o

RE: [U2] UV Bci {Unclassified}

2007-01-11 Thread HENDERSON MIKE, MR
Rudy, I use a code fragment that looks a bit like this ["names have been changed to protect the innocent" ;-) ] STATUS = SQLExecDirect(HANDLE,"EXEC @ = '"::"' ;") STATUS = SQLBindCol(HANDLE, 1, SQL.B.DEFAULT, ) STATUS = SQLBindCol(HANDLE, 2, SQL.B.DEFAULT, ) LOOP WHILE STATUS NE SQL.NO.DATA.F

[U2] UV Bci

2007-01-11 Thread Cooper, Rudy
Hello List, I think I've asked this before, but I'm not sure. If I have please bear with me. We're running UV 10.1.10 on a W2K box with sp3. Has anyone called a sql server stored procedure with an output parameter from UV using bci and gotten it to work ? I can call a stored procedure wi

RE: [U2] [UV] Data Replication

2007-01-11 Thread Ray Wurlod
The RECOVERYTYPE choice with FILEINFO pertains to transaction logging. The easiest programmatic way to determine whether a file is published for replication is to read from UV_UDRPUB directly; to determine whether the file is a replica query UV_UDRSUB directly. Both these files have complete dict

Re: [U2] UniData Dynamic File Behavior

2007-01-11 Thread bradley . schrag
I've seen this before and had it explained before. The explanation made sense for about ten minutes. This was one of several symptoms we were seeing with dynamic files that caused us to bring IBM in for consultation. Rober DunnMiller was the guy. I think he eats this stuff for breakfast. Very helpf

RE: [U2][not-secure] U2 and Open Insight.

2007-01-11 Thread Hennessey, Mark F.
Friends: My apologies, but our e-mail nanny ^h^h^h^h^h Tumbleweed server decided to secure my post. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hennessey, Mark F. Sent: Thursday, January 11, 2007 11:51 AM To: u2-users@listserver.u2ug.org Subject:

RE: [U2] U2 and Open Insight. [not-secure]

2007-01-11 Thread Hennessey, Mark F.
Whoa - looks like a job for "tinyurl.com" :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ron White Sent: Monday, January 08, 2007 5:54 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] U2 and Open Insight. Oddly enough, this announcement was on C.

[U2] Important delivery?

2007-01-11 Thread Bob Woodward
So what's the package, Mark? BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mark.hennessey Sent: Thursday, January 11, 2007 8:51 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] U2 and Open Insight. You have received an important delivery fro

Re: [U2] U2 and Open Insight.

2007-01-11 Thread Jeff Schasny
Whatever it was it didn't work.: *The Tumbleweed IME Message you are trying to access cannot be found.* *This is most likely due to the message at this location having expired. Please ask the sender of this IME Message to resend the message.* *Note: First, please make sure you are using the cor

RE: [U2] U2 and Open Insight.

2007-01-11 Thread mark . hennessey
You have received an important delivery from mark.hennessey Please pick up the package at the following Web address: https://smail.ct.gov/ime?x=4-169327-111948-FN7OC8IZ The package will expire on Saturday February 10, 2007 at 11:52:04 EST5 ...

[U2] [UV] LIST.READU program

2007-01-11 Thread Brett Callacher
Was not aware of the INTERNAL switch. Very handy. Trouble is, at least with UV on Windows, this works fine on 10.1.11 but seems to return the user id running the LIST.READU on 10.1.18. Can anyone confirm this? Thanks Brett "Leroy Dreyfuss" <[EMAIL PROTECTED]> wrote in message news:<[E

Re: [U2] Question about using CallHTTP and secured connection

2007-01-11 Thread Symeon Breen
Hi Jason - I find the best way to debug these is to turn protocol logging on At the top of the program put something like res=protocolLogging("SymTest.log","ON",10) and at the bottom res=protocolLogging("SymTest.log","OFF",10) The file SymTest.log will then contain detail of the connections and