PO output For Communication email

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

PO output For Communication email

Roshan
Hello,

suppliers did not receive email notifications only from 14:00 p.m to 14.30 p.m. Is there a way I can analyze the logs?

Thanks,
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: PO output For Communication email

ErmanArslansOracleBlog
Administrator
you need to analyze workflow mailer logs.
It is publicly available information.
Reply | Threaded
Open this post in threaded view
|

Re: PO output For Communication email

Roshan
I have seen this anomaly in the interval 14:00 to 14:30 p.m

[Mar 30, 2016 2:05:54 PM MUT]:1459332354730:-1:-1:erpprodapps.sunresort.local:172.25.43.142:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:172.25.43.142:37028:1459279611670:5:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection(null,0x1dc3e47,false,false,false): : BEGIN

what does this null,0x1dc3e47,false,false,false means?

For other time it is like this:
[Mar 30, 2016 1:56:54 PM MUT]:1459331814707:-1:-1:erpprodapps.sunresort.local:172.25.43.142:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:172.25.43.142:37028:1459279611670:5:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection: END: returning oracle.jdbc.driver.T4CConnection@1e3725d
Reply | Threaded
Open this post in threaded view
|

Re: PO output For Communication email

ErmanArslansOracleBlog
Administrator
These are arguments. You cant know what they mean, only the java getJDBCConnection knows them.

You cant analyze this that way.
You have to look for errors , failed attempts and similar things. You can make comments in every line where you see false.

İncrease the log level of workflow mailer , restart it and then analyze the trace and look for errors.