On our production server, I created an extract of a user's data:
loadercli>tableextract user data outstream file
'backup02_25_05_1109318700.data'
On my local box, I created a new user and reran my sql script to create
the same tables for this user. I then attempted to use loader to insert
the
Will setting this to yes help anything if I use multiple users to emulate a
multiple database scheme in a single instance?
>sometimes (when many clients are working intensively at the same time)
>I get the following error to the console of the server:
>
>ERR -11608 COMMUNIC sql03_request: wrong connection state,
>state is 'requested'
Please add some traces to vin77.c:requestReceive
#else
rc = i28requestForPytho
Robert Klemme wrote:
Hi,
just from gut feeling: this sounds like an improper synchronization in the
application layer. Maybe you're using the same connection from two
different threads at the same time. Just my 0.02EUR.
Im am completely sure that I dont do this.
But thank you for the hint,
By the
Hi,
just from gut feeling: this sounds like an improper synchronization in the
application layer. Maybe you're using the same connection from two
different threads at the same time. Just my 0.02EUR.
HTH
robert
> Hello all,
>
> We are using a multithreaded python application as a middleware