Hi,
My tpbegin does not cause xa interface to be called.
I am sure that I build the simpserv correctly. After all the tpopen
does cause the xa_open to be called.
075853.IL0783NT4!simpserv.186.323.0: LUCAS: Welcome to the simple server
075853.IL0783NT4!simpserv.186.323.0: TRACE:at: { tpopen()
075853.IL0783NT4!simpserv.186.323.0: TRACE:xa: { xa_open(0x1350260, 0,
0
075853.IL0783NT4!simpserv.186.323.0: TRACE:xa: } xa_open = 0
075853.IL0783NT4!simpserv.186.323.0: TRACE:at: } tpopen = 1
075853.IL0783NT4!simpserv.186.323.0: TRACE:at: } tpsvrinit = 0
080259.IL0783NT4!?proc.201.608.0: TRACE:tr: trace("*:ulog:dye")
080259.IL0783NT4!?proc.201.608.0: TRACE:tr: dye
080259.IL0783NT4!?proc.201.608.0: TRACE:at: } tpinit = 1
But when I call tpbegin, no calls to xa_start happens. Here's the trace
for tpbegin call.
080259.IL0783NT4!simpserv.186.323.0: TRACE:at: { tpbegin(30, 0x0)
080259.IL0783NT4!simpserv.186.323.0: gtrid x0 x3c1a21bc x1: TRACE:at:
} t
pbegin = 1
Can anybody help me ?