UDB_XA ERROR
1003553Apr 17 2013 — edited Apr 21 2013hi, when I add
"#DB2 UDB
UDB_XA:db2xa_switch_std:-L${DB2DIR}/lib -ldb2" into the ${TUXDIR}/udataobj/RM
then using the command
${TUXDIR}/bin/buildtms -r UDB_XA -o ${TUXDIR}/bin/TMS_UDB
some error like this
"ld: 0711-317 ERROR: Undefined symbol: db2xa_switch_std
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
CMDTUX_CAT:1832: ERROR: can't execute cc -q64 -D_LARGE_FILES -D__XCOFF32__ -D__XCOFF64__ -brtl -qstaticinline -I$TUXDIR/include -o /app/gsgl/TUXEDO/tuxedo11gR1/bin/TMS_UDB BS-39e0b8.c -L${TUXDIR}/lib /app/gsgl/TUXEDO/tuxedo11gR1/lib/TMS.o -brtl -qstaticinline -ltux -lbuft -L${DB2DIR}/lib -ldb2 -lfml -lfml32 -lengine -lpthread
CMDTUX_CAT:530: ERROR: Cannot execute $TUXDIR/bin/buildserver -r "UDB_XA" -o /app/gsgl/TUXEDO/tuxedo11gR1/bin/TMS_UDB -S -s TMS -s..TMS:TMS -f $TUXDIR/lib/TMS.o "
I find db2xa_switch_std may cause wrong ,but using db2xa_switch is ok.
Please tell me the difference between db2xa_switch_std and db2xa_switch???????????????????