cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter error logs

Former Member
0 Kudos

I am working on adapter modules. I would like to see the detailed log/traces of what happens during the execution. Can you let me know which file in XI server corresponds to the adapter log/trace.

Thanks,

Jaishankar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Jai,

I dont know if my post is relevant.

Anyway, If you are working on custom Adapter Modules, then try using Audit log feature. It can be viewed at Details of Message Monitoring of the Adapter engine.Very useful for debugging Custom Modules.

Regards,

Sudharshan N A

Former Member
0 Kudos

Sudarshan,

Thanks. I am using Audit Log feature in my module, but the problem is the module's behaviour is inconsistent. I would need more trace than what I can print using AuditLogs.

Thanks,

Jaishankar

former_member190389
Active Contributor
0 Kudos

On server go to dir

usr/sap/<SID>/DVE*/j2ee/cluster/server0/log/default.trc

if you have not set the force/singletracefile parameter in Visual admin

else if you have set theat to false

usr/sap/<SID>/DVE*/j2ee/cluster/server0/log/application/<ur package name>/default.trc

by default that parameter is true

Also you can view it through NWA i.e http://<host:port>/nwa in monitoring -->log & traces

in right pane select default trace in combo box

PS: This all applies if you are using Trace api in your module.

Edited by: Progirl Progirl on Jun 16, 2008 2:55 PM

Former Member
0 Kudos

Hi,

Check these forum replies.

Thanks,

Vijaya.

Former Member
0 Kudos

Hi Jai,

Logging:

a) Using configuration parameters LOGGING or LOGGING_SYNC for local integration engine.

Using configuration parameter LOGGING_PROPAGATION for globally (for all integration engines)

b) Activate logging for individual pipeline services

c) Set logging in the message header

d) Set logging in the trouble shooting settings

Tracing:

a) Using configuration parameters TRACING_LEVEL for local integration engine.

Using configuration parameter TRACING_LEVEL_PROPAGATION for globally (for all integration engines)

b) Set tracing in the message header

/people/michal.krawczyk2/blog/2005/05/27/xi-netweaver-administrator--first-look--logs-traces

http://help.sap.com/saphelp_nw2004s/helpdata/en/64/0b59010a65de44be4f26cb57b9580d/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6be3be90-0201-0010-ceb1-bc65ec51...

if found worth pls do the req

Thanx

Sampath