You are not logged in.
Announcement
Unanswered posts
|
Yes, got it fixed...thanks
Hello
TableName : tempdb..test
Don't add some dot '.' in your table name.
Best regards
shong
I have a job in TOS v3.1.2 that extracts data from a sybase database, processes the data and writes the data to an xml file. I am using a tSybaseOutput component to create a temporary table to store the records to be processed by the job. I have the following configuration for the tSybaseOutput component:
TableName : tempdb..test
Action on Table: Drop table if exists and create
Action on Data: Insert
However the job/component is not deleting the temp table if exists. I am getting the message (tempdb..test already exists).
Not sure if i am missing something...please advice.