Warning while loading using ODBC connector

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
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Warning while loading using ODBC connector

Post by jerome_rajan »

Hi All,

We are trying to laod data to a SQL Server DB using ODBC Connector. We have a string column that we are casting to timestamp in a user defined insert statament in the connector. While the data is getting loaded correctly, we are getting the below warning:

"unable to determine association between statement parameters and table columns. Only limited schema reconciliation will be performed"

Any assistance appreciated.

Thanks in advance
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not sure but an exact search for "Only limited schema reconciliation will be performed" returned 8 matches, perhaps something there will help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Just a guess without searching, have you tried changing the data type in the job design before it hits the ODBC stage (avoiding the cast)?
Choose a job you love, and you will never have to work a day in your life. - Confucius
Post Reply