Page 1 of 1

SAP BW Vs DataStage Parameter Passing Issue

Posted: Wed Jun 18, 2008 4:31 am
by tkbharani
Hi
We are calling SAP BW through Plug in. The job is PUSH job. There are two parameter's which we need to assign,that is Connection Name and Source System name. When we hard code the values for these parameters, the job is getting completed successfully. But when we pass the values through job parameter's, its not able pass it. This we came to know by osh script. Kindly tel us why its not passing the value or is there some other problem.

successful osh script
------------------------

Code: Select all

#################################################################
#### STAGE: BW_Load_Stage_421_1011
## Operator
dscapiop
## Operator options
-stageprops J1ChainTrig.BW_Load_Stage_421_1011 '{
   
}'
-inlinkprops 0 toBW '{
   DSSOURCESYSTEM=\'ISNULL\=FALSE
DSPASSWORD\=ll\{\-\/\/\(\{zi
INFOSOURCEDATAPATH\=\/u10\/PX\/ds7\.5\/Ascential\/DataStage\/SourceSystems\/PXS\/Data
DSPROJECTNAME\=pxdev
SRCNAME\=PXS
RFCENABLED\=TRUE
USEDEFAULTDATAPATH\=TRUE
Failed OSH script
------------------

Code: Select all

#################################################################
#### STAGE: BW_Load_Stage_421_1011
## Operator
dscapiop
## Operator options
-stageprops J1ChainTrig.BW_Load_Stage_421_1011 '{
   
}'
-inlinkprops 0 toBW '{
   DSSOURCESYSTEM=\'ISNULL\=TRUE
DSPASSWORD\=
INFOSOURCEDATAPATH\=
DSPROJECTNAME\=
SRCNAME\=
RFCENABLED\=TRUE
USEDEFAULTDATAPATH\=TRUE