simon
2010-03-02 00:46:46 UTC
When I dump the queue using "sysadmin dump_queue" I see a ton of
transactions
wrapped in begin tran/commit that have nothing to do with the error message.
I take the batching off via 'alter connection set batch to 'off' to make
sure the commits are not purged from the transaction list, but still get the
same result. And the first begin/commit tran never comes through, while the
actual error seems to be sitting somewhere in the middle of the queue.
I can't really afford to resume skip transaction, since I have a lot of
updates that I can't run behind earlier updates.
How have you, gentlemen, been handling these situations? I use a
single-threaded dsi, with batching off, as indicated earlier. The rest of
the rep.settings are default. Environment is ase 12.
Separate question:
Have you ever encountered a dumped stable queue transaction that contained a
syntax
error in the dump file (or RSSD)? One of the calls looked like "update table
where <condition>" with no set clause. I thought it was quite weird. The
rest of transactions were ok.
--- news://freenews.netfront.net/ - complaints: ***@netfront.net ---
transactions
wrapped in begin tran/commit that have nothing to do with the error message.
I take the batching off via 'alter connection set batch to 'off' to make
sure the commits are not purged from the transaction list, but still get the
same result. And the first begin/commit tran never comes through, while the
actual error seems to be sitting somewhere in the middle of the queue.
I can't really afford to resume skip transaction, since I have a lot of
updates that I can't run behind earlier updates.
How have you, gentlemen, been handling these situations? I use a
single-threaded dsi, with batching off, as indicated earlier. The rest of
the rep.settings are default. Environment is ase 12.
Separate question:
Have you ever encountered a dumped stable queue transaction that contained a
syntax
error in the dump file (or RSSD)? One of the calls looked like "update table
where <condition>" with no set clause. I thought it was quite weird. The
rest of transactions were ok.
--- news://freenews.netfront.net/ - complaints: ***@netfront.net ---