Originally posted by: Bragger
Hi All,
I am using below syntax to call a child map with override input card settings.
RUN("ChildMap", "-ID1 '-MDQ ABC.MDQ -DBNAME %DbBrt% -USER %DbBrtUser% -PASSWORD %DbBrtPwd% -Query HEADER" )
This map is working fine on my local windows 7 system but same map when deployed on Sterling Integrator B2B is not working. I am getting below error on server:
<SourceReport card="1" adapter="DB" bytes="0" adapterreturn="-1025">
<Message>The specified query could not be found</Message>
<Settings>-MDQ ABC.MDQ -DBNAME ###-USER ###-PASSWORD ***** (%DbBrtPwd%) -Query HEADER</Settings>
</SourceReport>
Does anyone know why Sterling is not able to resolve this Query whereas on local system it is working fine?
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange