I need to do a two phase commit (a transaction over a table and a
nickname). Trying to do so gives me the error SQL30090N reason = 18
The suggested action is:
If multiple data sources need to be updated within a unit of
work, make sure the two_phase_commi t server option has been
set to 'Y' for all the data sources that need to be updated.
See the SQL Reference for information on setting the value
used for the two_phase_commi t setting.
Problem is I cant find this in the SQL Reference. Can anyone point out
where in the SQL Ref this is described.
Thanx in advance
/Lennart
nickname). Trying to do so gives me the error SQL30090N reason = 18
The suggested action is:
If multiple data sources need to be updated within a unit of
work, make sure the two_phase_commi t server option has been
set to 'Y' for all the data sources that need to be updated.
See the SQL Reference for information on setting the value
used for the two_phase_commi t setting.
Problem is I cant find this in the SQL Reference. Can anyone point out
where in the SQL Ref this is described.
Thanx in advance
/Lennart
Comment