Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9041

Pass BPC SSIS variable to stored procedure

$
0
0

  Dear All

  

We have a ssis package in which there is data flow task. There
is a OLEDB source which uses “Data access mode” as sql command.

 

This task calls a stored procedure with a input parameter
which will be appset name.   [EXEC ProcName
@BPCAPPSET]

 

The stored procedure is executing fine without any issues.
But when I pass variable containing appset name to that stored procedure its
not taking properly and package ending successful.

The variable is “BPCAPPSET” it contains appset name which
will be taken front end.

   However to test if this value is taken by stored procedure
or not, I tried to hardcode and pass appset name to stored procedure. i.e exec
ProcName Appset1.

  Appset1 is existing appset. It worked fine. But we want to
put this package in all land scapes, such that whenever it is triggered it will
take the appset as parameter and does the calculation in stored procedure.

   Please advice how to pass this variable to stored
procedure.

 

regards

Prasad


Viewing all articles
Browse latest Browse all 9041

Trending Articles