Page 1 of 1

How to see the logs for Jobs deployed as webservice

Posted: Sun May 22, 2011 7:45 am
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

Posted: Mon May 23, 2011 6:17 am
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