Page 1 of 1

Error in Teradata Enterprise stage

Posted: Tue Nov 03, 2009 7:49 pm
by rroy2
Hi,

I am working on DS 7.5.1 version. We have a parallel job to truncate data from a teradata table, for this we are using "Teradata Enterprise" stage.

The job runs fine in Dev box (reads from a file and truncates the table).

When we moved the code to test box it is failing with following error.

TABLE_NAME: TeraSync:Connect for server = '', dbname = '' user = '' failed. Error Code = 207error code = 1
TeraSync:Connect for server = ', dbname = ' user = ' failed. Error Code = 207 error code = 1 [terasync.C:957]
DBCAREA msg_txt: MTDP: EM_NETCONN(207): Error in doing a network connect. CLI Error Message: MTDP: EM_NETCONN(207): Error in doing a network connect. [terasync.C:959]
APT_TeraSync::connect: connect (0) failed. server = " DEVL", Default db = "DEFAULT_DB"
", user = "default_user_id", password = "****"
[terasync.C:241]

I am passing the server name, user id and pwd details from User defined Environment vars through job sequencer. the other job in sequencer has MLoad stage and that job runs fine in test box.

Could someone please suggest how to resolve this error and the reason for it to not to be able to connect the teradata DB.

Thanks