Post your triggers. You probably need to straighten out the ordering of
execution. BTW, there are some operations where DB2 has to upgrade the
isolation level. E.g. for RI. Got any of those?
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
>>> Try setting this instance parameter (probably requires instance stop and
>>> start). I think you need FP9 or higher, but not sure.
[quoted text clipped - 5 lines]
> execution. BTW, there are some operations where DB2 has to upgrade the
> isolation level. E.g. for RI. Got any of those?
Thanks for responses !
The problem was, we had the flag DB2_SKIPINSERTED set to YES, not to ON.
Fortunately we've notised that mistake ...
But till then we had a week of nightmare ...
This is one of that cases, that makes programmers go mad ...
Serge Rielau - 15 Feb 2006 21:56 GMT
>>>> Try setting this instance parameter (probably requires instance stop
>>>> and start). I think you need FP9 or higher, but not sure.
[quoted text clipped - 14 lines]
> But till then we had a week of nightmare ...
> This is one of that cases, that makes programmers go mad ...
That's odd. Should be 1 = ON = YES.

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Filip Sielimowicz - 15 Feb 2006 22:54 GMT
> That's odd. Should be 1 = ON = YES.
What does exactly mean "That's odd" ?
Sorry, but my english is not perfect ...
You mean I said something that can not be true ?
So we are still doing some mistake ?
Mark A - 16 Feb 2006 00:54 GMT
>> That's odd. Should be 1 = ON = YES.
>
[quoted text clipped - 3 lines]
> You mean I said something that can not be true ?
> So we are still doing some mistake ?
You did what I told you and it works, right? What mistake could there be?
Quit worrying.
Filip Sielimowicz - 16 Feb 2006 12:19 GMT
> >> That's odd. Should be 1 = ON = YES.
> >
[quoted text clipped - 6 lines]
> You did what I told you and it works, right? What mistake could there be?
> Quit worrying.
It's beacuse RZ is doing tests, but the knife is on my throat ...
Serge Rielau - 16 Feb 2006 13:00 GMT
>> That's odd. Should be 1 = ON = YES.
>
> What does exactly mean "That's odd" ?
> Sorry, but my english is not perfect ...
Neither is mine :-)
> You mean I said something that can not be true ?
> So we are still doing some mistake ?
Either DB2 made a mistake by not accepting YES or you made one.
DB2 is supposed to support 1, ON and YES as well as 0, OFF and NO.
If you can reproduce the bad behaviour with a simple example it may be
worth calling support so other customers don't run into teh problem you
may have discovered.
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Knut Stolze - 16 Feb 2006 13:07 GMT
> Either DB2 made a mistake by not accepting YES or you made one.
> DB2 is supposed to support 1, ON and YES as well as 0, OFF and NO.
> If you can reproduce the bad behaviour with a simple example it may be
> worth calling support so other customers don't run into teh problem you
> may have discovered.
The code should be doing the right thing (in V8.2). So a reproducable
scenario would be really appreciated.

Signature
Knut Stolze
DB2 Information Integration Development
IBM Germany
Knut Stolze - 16 Feb 2006 08:36 GMT
> The problem was, we had the flag DB2_SKIPINSERTED set to YES, not to ON.
> Fortunately we've notised that mistake ...
> But till then we had a week of nightmare ...
> This is one of that cases, that makes programmers go mad ...
You probably had some other issue. DB2_SKIPINSERTED can be set to 1, ON, Y,
YES, T, or TRUE to be activated.

Signature
Knut Stolze
DB2 Information Integration Development
IBM Germany