Hi,I came to know that job->setVariable() function of teamsite has limitation that the variable can contain value upto 4096 characters/bytes.What is the workaround if the value exceeds the above limit.
Any specific reason you are passing along the complete value within job variable.My suggestion would be to use a text file to store the value and pass the pathname of the textfile with in job variable.