Page 1 of 1

ISD jobs trace

Posted: Mon Apr 11, 2016 5:32 am
by qslearn
Hi All,

Can someone help on how to trace/view the ISD jobs logs?

While testing using SOAPUI, I 'am able to get the request and response .

But where do I can find which request got processed or how did the job got processed details? In the admin console, I don't see any tabs related to servicesjobs.

Please let me know if there are any configurations to be done.

Thanks.

Posted: Mon Apr 11, 2016 6:54 am
by qt_ky
If you are using a DataStage/QualityStage type of operation then you can view the job log details using the DataStage Director client as with any DataStage job.

Posted: Mon Apr 11, 2016 7:47 am
by eostic
...and you can also typically use the "Monitor" function inside of the DataStage Director and see evidence of the requests (as rows) flowing through your ISD Job.

Ernie

Posted: Mon Apr 11, 2016 7:48 am
by eostic
...and you can also typically use the "Monitor" function inside of the DataStage Director and see evidence of the requests (as rows) flowing through your ISD Job.

Ernie

Posted: Mon Apr 11, 2016 7:59 am
by qslearn
Thanks for the responses.

Once the datastage quality stage operation Service is deployed, I could see an instance of the job starts running and it waits for the request/response.

Through SOAPUI, I Could see the responses.

But I'm looking are there any ways to look for which webclient tried to request, for how many request did the job ran actually (log details) as in the director the job.instance is still in running state.


Thanks.

Posted: Mon Apr 11, 2016 10:47 am
by eostic
Over the years I've seen customers implement a variety of Web Service/SOA monitors, the best of which have been hardward based, such as IBM's DataPower. They intercept incoming web services calls, can alter payloads on the way in or the way out, apply security, etc. I haven't seen a software based one in awhile, but Actional (now owned by Progress Software, as I recall) had a nice aggregation console that looked at such things.

Ernie