Error: APT_TeraSync: could not create operator sync table

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
cbres00
Participant
Posts: 34
Joined: Tue Sep 21, 2004 9:20 am

Error: APT_TeraSync: could not create operator sync table

Post by cbres00 »

I'm trying to use Row Generator to load a test table in Teradata.
I get this strange 'APT_TeraSync: could not create operator sync table' error message.

Any ideas on what this means??

We're on DS 7.1.

Regards,
Cathy
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi Cathy,

In the Teradata API stage there is an option to specify the table name. Here you can specify the table name as Database_Name.Table_Name. I think this should solve your problem.

HTH
--Rich

Pride comes before a fall
Humility comes before honour
yannish
Charter Member
Charter Member
Posts: 23
Joined: Mon Dec 29, 2003 7:38 am
Location: Finland, Northern Europe

Post by yannish »

Hi Cathy,

You stated that you have write priviledges on the target database - do you also have create priviledges? Teradata Enterprise stage creates terasync-table in the database to store basically the SQL statements you use and it seems that you don't have permissions to create that table.

Cheers,

Janne
Post Reply