Page 1 of 1

DataStage Server Job as a Web Service

Posted: Thu Dec 24, 2015 4:49 am
by rajnishjain88
I created a simple Server Job:

ISD_Input ---> Sequential File

The input column name is CLIENT_ID (VARCHAR (15)). The "Allow Multiple Instances" and "Enabled for Information Services" options are checked.

When I deploy it as a REST Web Service in ISD and invoke using http://<server>:<port>/app_name/svc_name/operation_name?CLIENT_ID=A it doesn't do anything. The output file size remains zero and the time of creation is the time when the service was deployed. There's nothing in the job log as well.

Please can you advice what extra needs be done to get the ISD_Input column value populated through HTTP Web Service invocation? Similar stuff works well with Parallel Jobs.

Posted: Sat Dec 26, 2015 5:46 pm
by eostic
did you add wisd-rest2 to your url? check carefully the url you are using with your ee job.......it will be the same for a server job.

ernie