Hello *.*,
I'm trying to replace some SQL-Statement in my ETL-process with SSIS-elements. There are already some similar transformations but this one gives me a headache.
SELECT SN, MANDKENN FROM V$P$A WHERE V$P$A.KOPF IN ( SELECT SN FROM V$VWHERE ( V$P$A.MANDKENN = V$V.MANDKENN ) )
Looks easy, I know. I've made a lookup transformation for this one and connected the rows as following:
The connection works, the results are coming in by this SQL statement:
SELECT SN, MANDKENN FROM V$V
All other options are default. The OLE-connections is also used in several other transformations and works fine there.
When running this dataflow in debug mode, I'm getting the error codes 0xC020901E (no accordance), 0xC0209029 (DTS_E_INDUCEDTRANSFORMFAILUREONERROR) and 0xC0047022 (DTS_E_PROCESSINPUTFAILED).
Any ideas, whats I'm doing wrong?
Greetings, Markus
MCTS (70-642), MCP Please click the "Mark as Answer" or "Vote As Helpful button" if a post solves your problem or is helpful! Bitte klicke auf "Als Antwort vorschlagen" oder "Als hilfreich bewerten", wenn mein Beitrag Dein Problem löst oder hilfreich ist.