Hi vdha,
Tracing can be enabled at three levels.
- Between the adapter client and the adapter
- Within the adapter
- Between the adapter and the line-of-business (LOB) application
Refer this great MSDN link for details: Diagnostic
Tracing and Message Logging
1.Does that gives details about why there was connection failure.
For different trace type generated. Refer: Traces
Reference
For your specific question you can refer to Channels section.
2.Just modifying the BTSSvc.exe.config file will
help or How can this be done.
BTSSvc.exe.config or BTSNTSvc64.exe.config.
3.Can we see the traces in the Event log of Admin Console.
Yes, you just need to add the excerpt provided in the link below within the <configuration> tag of your BizTalk configuration
file. This will enable Warning level tracing (Errors + Warnings).
Alternatively, if you want to write the trace to file. You just need to change the trace type.
For the excerpt refer: WCF-Adapter
- Setting a trace
Rachit