Login  Register

PO output For Communication email

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

PO output For Communication email

Roshan
1294 posts
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
| More
Print post
Permalink

Re: PO output For Communication email

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

Re: PO output For Communication email

Roshan
1294 posts
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
| More
Print post
Permalink

Re: PO output For Communication email

ErmanArslansOracleBlog
Administrator
5731 posts
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.