Hi everyone!
I'm having trouble to call an stored procedure in Sybase IQ from Data Services 4.0 SP 4. I've managed to import the definition of the Stored Procedure and call it in a Script Task. The SP's return code is "ACTA_SP_OK" saying the stored procedure executed correctly. However, the final table of the stored procedure is not created.
The queries in the stored procedure are executed with another SP that saves the sql command and a description into a log table. All the commands that are executed through this embededed SP are not executed when Data Services performs the SP call. If I execute the SP directly in Sybase IQ, it runs fine.
I've also tried to execute the SP through a "sql('<<datastore>>','<<sql command>>')" command. In DataServices 4.0 SP2 worked, but after the upgrade, it stopped working.
Is the embeded execution of stored procedures supported in Data Services? Is there another way of saving the SP's log and execute succesfully from Data Services?