Netezza_Connector RCP CheckSum

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
imfarhan
Participant
Posts: 53
Joined: Tue Jul 24, 2012 9:34 am

Netezza_Connector RCP CheckSum

Post by imfarhan »

Dear All,

I'm testing the result of number of tables output by using CheckSum(ComputationMode=Use All columns) , and the source DB2 Connector setup as RCP (Runtime Column Propagation) and its work fine.
Db2Connector --> CheckSum-- SequentialFile
The above is working fine, the problem is in follow using NZ connector

Now the same test when I used for Netezza Connector using RCP and using CheckSum feed into file its generate the following error:

Code: Select all

Netezza_Connector_0: None of the columns from the output link schema matched any of the columns in the table PP_STAGING_.TestTable (CC_NZMetadataHelper::reconcileOutputLinkSchema, file CC_NZMetadataHelper.cpp, line 1,258)
Using the Datastagate 8.7, Parallel Job

Appreciate your help
Farhan Syed
imfarhan
Participant
Posts: 53
Joined: Tue Jul 24, 2012 9:34 am

Use the ODBC Connector

Post by imfarhan »

As i've found Netezza Connector giving problem. I've replaced with ODBC Connector and its work
Comparing two database output result

Code: Select all

DB2_Connector ----->CheckSum--->SequFile [Already Working]
Netezza_Connector---->CheckSum--->SeqFile [ Not Working ]
ODBC_Connector----->CheckSum--->SeqFile [Working ]
I simply validate/check the output table resulf of Migrated database into Netezza from DB2 check of each table contents. Further I'm checking using md5Sum functionality to compare the output result

Code: Select all

c:\>md5sum - b db2f_ile.csv nz_file.csv
Don't know whyt it not working with Netezza Connector
Thanks
Farhan
Farhan Syed
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Support.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply