Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-06 Thread Kevin King
Thanks for the insights. Wally, I'll launch that case, thx. On Thu, Jun 5, 2008 at 5:03 PM, David Jordan [EMAIL PROTECTED] wrote: This is just a wild thought as I do not know the details of what you are doing. Maybe look at a transaction process around the routine, where you set the

RE: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-05 Thread David Wolverton
- but not if these issues are 'core' and not fixed or fixable via proceess. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Wednesday, June 04, 2008 11:26 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Unidata 7.1 ODBC Threading Problems

Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-05 Thread Kevin King
proceess. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Wednesday, June 04, 2008 11:26 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Unidata 7.1 ODBC Threading Problems? Thank you, but there's no file in play

Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-05 Thread Wally Terhune
Kevin King wrote: Yeah, I've hoping Wally might chime in, but... This is really a deal breaker right now, and it's giving us a black eye that we can't seem to fix whatever this is. __ I'm really not the best U2 support resource to deal with ODBC issues. You really

Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-05 Thread Geoffrey Mitchell
To: u2-users@listserver.u2ug.org Subject: Re: [U2] Unidata 7.1 ODBC Threading Problems? Thank you, but there's no file in play; the script is merely calling a subroutine. The DSN has the basic connection name, uid, and password. The ODBC connection itself is connecting to Unidata via

Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-05 Thread Results
I had a problem like this once when thee software on each end implemented threads differently. One was expecting Apartment threading and the other was expecting something else... I think it was coclass inits. I don't know if that applies here, but it sounds real similar. - Chuck Kevin King

RE: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-05 Thread David Jordan
This is just a wild thought as I do not know the details of what you are doing. Maybe look at a transaction process around the routine, where you set the transaction level to the lowest. When operating in ODBC you need to deal with RDBMS logic more that U2 for file processing. To get a clean

Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-04 Thread Brett Callacher
Hi Kevin, The issue we have had is to with Universe and ODBC and more particularly to do with ODBC reads preventing Universe-side writes. However, you don't seem to be getting much response with your issue specifically so maybe this could help. Make sure that your ODBC DSN entry on the client

Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-04 Thread Kevin King
Thank you, but there's no file in play; the script is merely calling a subroutine. The DSN has the basic connection name, uid, and password. The ODBC connection itself is connecting to Unidata via the uci_config parameters, which doesn't specifically nominate anything about the connection other

Re: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-04 Thread Kevin King
Thank you, but there's no file in play; the script is merely calling a subroutine. The DSN has the basic connection name, uid, and password. The ODBC connection itself is connecting to Unidata via the uci_config parameters, which doesn't specifically nominate anything about the connection other