How to see the logs for Jobs deployed as webservice

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
raghavrhyd
Participant
Posts: 7
Joined: Wed Mar 09, 2011 1:12 am

How to see the logs for Jobs deployed as webservice

Post by raghavrhyd »

Hi,

Pls. inform where i can see the logs of a job which is deployed as a web service.

I have created one job using ISDINPUT->TRANSFORMER->(1.ISDOUTPUT 2.DB Table) and deployed as a web service.

i have two outputs
1.ISDOUTPUT which will have 2 columns and
2.DB table which captures the input parameters coming from ISDINPUT and stores.

I am testing this from SOAPUI and it is showing o/p for ISDOUTPUT values and when i checked in DB table ,data is not appearing.

I am not sure where to see the logs for webservices , to find why it is not loading into DB table.

Pl.guide me.

Regds,
Raghavendra
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

The log is like any other DS job. Normal Job log. It's possible you many not see anything in it until you stop the operation, but it's the regular log.

As for not seeing anything in your db target, some things to look for:

a) make any links that branch to your isdOutput last in order, if you happen to be branching from a transformer.

b) be sure that you are committing after every row.

Ernie
Ernie Ostic

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