sam1234
(sam1234 *)
December 23, 2009, 4:54pm
1
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.
sam1234
(sam1234 *)
December 29, 2009, 10:52am
2
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?
devexpert
(devexpert *)
December 29, 2009, 2:45pm
4
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
manubhai
(manubhai *)
January 5, 2010, 11:03pm
5
check the pool which you have created for MWS.
sam1234
(sam1234 *)
January 8, 2010, 2:07pm
6
You mean, JDBC Pool?
Verified JDBC pool in IS, didn’t see anything different.
seeing this issue for all services.
Regards,
Sam.
sam1234
(sam1234 *)
January 28, 2010, 12:25pm
7
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
devexpert
(devexpert *)
January 28, 2010, 12:39pm
8
Are you catching you last error by using getlasterror in catch block of ur service?
sam1234
(sam1234 *)
January 28, 2010, 1:51pm
9
Yes am catching the error using pub.flow:getLastError service.
Regards,
Sam
devexpert
(devexpert *)
January 28, 2010, 11:05pm
10
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.
sam1234
(sam1234 *)
January 29, 2010, 10:05am
11
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