Teradata Fans,
I have a problem with the .NET provider in SSIS & a stored procedure in Teradata. I have developed stored procedure that creates a volatile table. This volatile table will be used during the execution of 1 SSIS package. I have 64 SSIS packages that make use of the same stored procedure in Teradata. All these packages will create 1 volatile table with the same name in Teradata.
The 64 SSIS packages run parallel in a Master SSIS Package. When I run the Master package a got the error message that the volatile table already exists. This is strange. I thought that every package had a different session? Bottomline: how do I force SSIS to make a new session for every call to the Teradata stored procedure?
Anybody encountered the same issue?
Forums: