Hi All,
We are trying to run an osh script in unix which is having a XML_Output operator in it.
That operator(XML_Output) is having a characterset in it like mentioed below.
#### STAGE: XML_Output
## Operator
dscapiop
## Operator options
-charset [&DSProjectMapName]
Firstwei have created a datastage job with it, that is working fine.
But when we are trying to run it in unix box, by giving the command
osh -f filename.osh
It is giving an error as
##E IIS-DSEE-TOSH-00048 04:21:07(007) <main_program> Parameter not resolvable: DSProjectMapName [osl/osl.C:712]
##E IIS-DSEE-TCOS-00020 04:21:07(008) <main_program> Parameterization error: Parameterization failed.. [osh.C:1115]
Can anyone help me in this, how to run it in unix box ?
Problem with XML_Output Stage
Moderators: chulett, rschirm, roy
I don't know if you can run it that way. You might be able to do, but I can't confirm. The xmlInput and xmlOutput Stages are not native Operators. They were written long before osh existed. As such, they may have different characteristics that prevent what you are trying to do, so I am not surprised.
Ernie
Ernie
Ernie Ostic
blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>

