SAP BW Vs DataStage Parameter Passing Issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
tkbharani
Premium Member
Premium Member
Posts: 71
Joined: Wed Dec 27, 2006 8:12 am
Location: Sydney

SAP BW Vs DataStage Parameter Passing Issue

Post 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
Thanks, BK
Post Reply