Data not logging and unable to see data in MWS

Hi,

When am executing a service in developer, able to see data in Result screen, but not in MWS editPipeLine (have enabled the Audit part as below)

Enable Auditing: Always
Log On: Error, Success and Start
Include PipeLine: Always

Any idea. Am using wM7.1.2(Previously it was working, now its not working).

Regards,
Sam.

Any idea for data not logging in MWS…

Regards,
Sam

Previously it was working, now its not working…
As mentioned above, it was working in MWS previously, Did you apply any patches or upgraded any Service packs recently in IS/MWS?

Can you see if the data is getting logged for other services, i mean to say if this issue is for some specific flow or you are observing this behavior for all services.

-nD

check the pool which you have created for MWS.

You mean, JDBC Pool?
Verified JDBC pool in IS, didn’t see anything different.

seeing this issue for all services.

Regards,
Sam.

Hi All,

Able to see only the input, not the lastError, during error scenario. why?

Service Settings as below

Enable Auditing: Always
Log On: Error, Success and start
Include Pipeline: Always

Regards,
Sam

Are you catching you last error by using getlasterror in catch block of ur service?

Yes am catching the error using pub.flow:getLastError service.

Regards,
Sam

After the getlastError, specify an exit step so that, this will explicitly come of this service by throwing this lastError pipeline… which u can then find in MWS.

Already did this [ able to see the error message using exit step ] but my query is why lastError not getting displayed in MWS “EditPipeline”.

Regards,
Sam

Hi,

quite late, but nevertheless noteworthy:

In MWS there is only the input pipeline of a service (or a step when monitoring process instances) visible, but not the output pipeline.

The error message for the service or step can be found at the bottom of the page when they failed.

Regards,
Holger