sql server - SSIS - Missing column OBJID when importing from Orace using Attunity drivers -
my customer uses tool called ifs (an erp system), runs on oracle (the customer runs 11.2). job extract information there using microsoft sql server integration services (or ssis). so, we're using attunity drivers oracle (default odbc slow).
i added new columns existing package today, appending them @ tail of existing query. surprise when tried joining new column new table, revealed no results whatsoever. turns out, values in column not values expected. lengthy troubleshooting session later, found following.
most of our ifs objects contain 3 columns @ end; objid, objversion, , objkey. sinister happening these columns, though. pretty selected in above order:
querying oracle yields valid columns , data:
however, reason objid not recognized valid column in ssis, , refuses show column. note how data oracle make way resultset; not in right column. actual data column apparently dismissed altogether (in above screenshot column looks blank. might have chosen bad column screenshot; stil proves point , highlights core of issue, though):
when checking "column" tab in ssis, rowid there present, checkbox not checked. checking manually nothing.
we import column called objid sap, using ssis, , works fine. therefore suspecting issue might attunity drivers, cannot seem figure out going on.
i'm hoping might have encountered before, , has work around.
it's interesting issue, had me stumped few hours. working around it, have no immediate need resolution; question purely try , satisfy own curiosity.
i'd thankful/grateful hints :)
i have had share of bizzare issues popping when using attinuity connectors , have abandoned them once , when proved non-reliable. packages work sometimes, stops working next run. tweak dft , down goes system, have recreate scratch sometimes.
the issue facing may direct result of well. highly recommend move on 'oracle provider ole db' can download link - http://www.oracle.com/technetwork/developer-tools/visual-studio/downloads/index.html.
it painful task understand if there lot of pacakges worth it.
wiki




Comments
Post a Comment