DataStage Server Job as a Web Service

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rajnishjain88
Participant
Posts: 3
Joined: Wed Dec 09, 2015 10:51 pm

DataStage Server Job as a Web Service

Post 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.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post 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
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply