teradata connection delete issue

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
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

teradata connection delete issue

Post by bikan »

Hi,

I have am using teradata connector stage as target and i am deleting record table based on below condition
ELETE
FROM test
WHERE (A = ORCHESTRATE.A
AND C = ORCHESTRATE.C
AND S = ORCHESTRATE.S
AND S = ORCHESTRATE.S
AND G = ORCHESTRATE.G
AND CRA = ORCHESTRATE.CRA)

I am getting below warning
Unable to determine association between statement parameters and table columns. The connector will not be able to obtain external schema and only limited schema reconciliation will be performed

there are no record for deletion but I want to know why this warning is coming.
the access ethod is immediate.
primary index of table test is on col A
hamzaqk
Participant
Posts: 249
Joined: Tue Apr 17, 2007 5:50 am
Location: islamabad

Post by hamzaqk »

there is a schema reconciliation option in the connector stage. try setting it to ignore......
Teradata Certified Master V2R5
toshea
Participant
Posts: 79
Joined: Thu Aug 14, 2008 6:46 pm

Post by toshea »

The schema reconcilation options won't get rid of that warning. That warning occurs when you specify the SQL yourself without using the Build button. The warning is harmless. You can ignore it.
toshea
Participant
Posts: 79
Joined: Thu Aug 14, 2008 6:46 pm

Post by toshea »

You can use the DataStage message handler to suppress warnings.
Post Reply