Additional info: Pass parameter to a job activity having issue
I have a value in UNIX file text.txt and the value in it like ('xxx','xxx'). I am reading through execute command activity and passing output to a job activity as a parameter but it is failing with the below error.
Test..JobControl (@Job_Activity_24): Controller problem: Error calling DSSetParam(UsrVar1), code=-4
[ParamValue/Limitvalue is not appropriate]
No issues if I pass a single value like 1234. I went through the forums i am seeing a single value passed as a parameter but not like this specific one.
If you looked at other posts with this error, does that mean you are handling the
dynamic array
that the Execute Command stage returns properly as they note? Meaning, you are removing the @FM at t ...
If you looked at other posts with this error, does that mean you are handling the
dynamic array
that the Execute Command stage returns properly as they note? Meaning, you are removing the @FM at the end of the parameter value?
I have not searched forums based on error. I searched how to pass parameters in a sequence job i have seen several scenarios but not exactly the one what I am looking for may be i might have missed.
I am sorry to say this could you please tell me in detail what you meant.
To be more specific about my job here is my sequence job details.
1)ExecuteCommandActivity
Command: cat
Parameters:test.txt ( It has value ('1000','2000')
2) Job Activity
I am assigning under parameters like below but did not work for me
UsrVar:Ex_Com.$CommandOutput
Even I tried to hard code the value ('1000','2000') but it says "Expected: right arenthesis('')'')
Then the first suggestion would be to actually
search the forums
here. You're not the first person to see this error and it has been asked and answered so many times here that it should be easy en ...
Add To Favorites View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum