Hi,
DSTX Map is calling a stored procedure which is creating couple of temp table for maintaining complex logic.
In the end stored procedure will return the recordset which Map will capture in the BLOB variable.
When Map calles the procedure it is giving me the following error twice (Stored proc is creating 2 temp tables)in the .dbl file.
-------------------------------------------------------
<3480-3864>: Server(sybase_de) error or informational msg--->
number(2762) severity(16) state(3) line(33) status(6)
error or info: The 'CREATE TABLE' command is not allowed within a multi-statement transaction in the 'tempdb' database.
procedure: ODS_SP_PF_CLAIMSROUTE
-------------------------------------------------------
I have MERC_TEMPDB system variable set up and point to the correct database.
Regards,
Vibhav1008
DSTX Map is calling a stored procedure which is creating couple of temp table for maintaining complex logic.
In the end stored procedure will return the recordset which Map will capture in the BLOB variable.
When Map calles the procedure it is giving me the following error twice (Stored proc is creating 2 temp tables)in the .dbl file.
-------------------------------------------------------
<3480-3864>: Server(sybase_de) error or informational msg--->
number(2762) severity(16) state(3) line(33) status(6)
error or info: The 'CREATE TABLE' command is not allowed within a multi-statement transaction in the 'tempdb' database.
procedure: ODS_SP_PF_CLAIMSROUTE
-------------------------------------------------------
I have MERC_TEMPDB system variable set up and point to the correct database.
Regards,
Vibhav1008