Orchestrate Column doesnt pass in reference query
Posted: Thu Jun 17, 2010 5:58 pm
Hi,
I have two source. 1 is oracle table with three columns (GRGR_ID,PRPR_ID,GRGR_SELL_OVER_DT).
Another one is sybase table. I have to fetch member under the group (GRGR_ID)coming from oracle. I used orchestrate using sparse lookup.
The query is like this :
GRGR.GRGR_ID= ORCHESTRATE.GRGR_ID And
(ORCHESTRATE.GRGR_SELL_OVER_DT >= convert(char(10),MEPE.MEPE_EFF_DT,101) as MEPE_EFF_DT
But while running the job it is showing error like:
Error in prep stmt: SELECT----
GRGR.GRGR_ID= ? And
( ? >= convert(char(10),MEPE.MEPE_EFF_DT,101)
I have taken both source and reference column with same name
So here orchestrate value doesnt pass. So please provide any solution.
Nishant Shah
I have two source. 1 is oracle table with three columns (GRGR_ID,PRPR_ID,GRGR_SELL_OVER_DT).
Another one is sybase table. I have to fetch member under the group (GRGR_ID)coming from oracle. I used orchestrate using sparse lookup.
The query is like this :
GRGR.GRGR_ID= ORCHESTRATE.GRGR_ID And
(ORCHESTRATE.GRGR_SELL_OVER_DT >= convert(char(10),MEPE.MEPE_EFF_DT,101) as MEPE_EFF_DT
But while running the job it is showing error like:
Error in prep stmt: SELECT----
GRGR.GRGR_ID= ? And
( ? >= convert(char(10),MEPE.MEPE_EFF_DT,101)
I have taken both source and reference column with same name
So here orchestrate value doesnt pass. So please provide any solution.
Nishant Shah