Page 1 of 1

RCP does not work with the Stored Procedure Stage

Posted: Thu Jun 25, 2009 11:00 am
by michaeld
Hi,

Has anybody been able to get RCP working with the stored procedure stage? It doesn't have an RCP checkbox like every other stage, and when I tried to run the job then all the columns that were expected to move through RCP were dropped. There is no mention of RCP in the Connectivity Guide for Stored Procedures
[/b]

Posted: Thu Jun 25, 2009 1:06 pm
by chulett
I don't recall the Stored Procedure stage having any kind of 'pass thru' capabilities. Input columns get mapped into the proc and output is strictly driven by the proc.

Posted: Fri Jun 26, 2009 8:35 am
by michaeld
it does allow you to pass through columns that are not part of the SP's output, but you have to explicitly define them.... no RCP. I'm trying to make a shared container utilizing it, but I'll have to take another approach.

Posted: Tue Jun 30, 2009 2:43 am
by Sreenivasulu
Stored procedure does not have RCP capabilities. A SP call is independent and invokes a new session in itself

Regards
Sreeni

Posted: Tue Jun 30, 2009 2:43 am
by Sreenivasulu
Stored procedure does not have RCP capabilities. A SP call is independent and invokes a new session in itself

Regards
Sreeni

Posted: Tue Jun 30, 2009 12:17 pm
by michaeld
Well then a thumbs down to the SP stage. They should make a connector stage that allows you to execute SP as a transformation.