[U2] Another undocumented Uniobjects error

2010-08-22 Thread Kevin King
Did some testing today to see if Uniobjects could still read data when the database is paused. Negative. In attempting to connect to Unidata via Uniobjects an error 39207 is returned. This error is of course not documented in the Uniobjects documentation. Is there a comprehensive list of UO

Re: [U2] Another undocumented Uniobjects error

2010-08-22 Thread Brian Leach
Kevin It's the less than useful #define IE_SR_SLAVE_READ_FAIL 39207 /* Failed to read from the slave correctly */ If you have a copy of Universe you can find these in the gcidir/include/api_public.h file. Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Another undocumented Uniobjects error

2010-08-22 Thread Kevin King
I'm particularly fond of the word correctly in that comment. It's one thing to fail in reading. It's another to fail in reading correctly. :-) ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] [UV] uniobjects error

2010-08-22 Thread Boydell, Stuart
Dianne, It was just a guess but the error number - even though not documented - was around that range. It could also be something to do with NLS if you have it enabled? Good luck. Stuart -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] [UV] uniobjects error

2010-08-22 Thread Boydell, Stuart
Dianne, Kevin, FYI, Not being at all busy this morning (ha) but this was more interesting: I just tried: System.out.println(UniErrorMessage.getErrorMessage(39143)) System.out.println(UniErrorMessage.getErrorMessage(39207)) OUJ responded with: Unknown Error [39143] Occurred Error [39207]