Troubleshooting hybrid connectivity
Finally, we wrap up our discussion by looking at troubleshooting hybrid connectivity. Primarily, this involves looking at the BizTalk Adapter Service, which was introduced in Chapter 4, Enterprise Application Integration.
To troubleshoot the hybrid connectivity runtime, add the following snippet to web.config
in C:\Program Files\Microsoft BizTalk Adapter Service\BAServiceRuntime
with administrator access:
<system.diagnostics> <sources> <source name= "Microsoft.ApplicationServer.Integration.BAService.Runtime" switchValue="All"> <!-- Use Critical, Error, Warning, Verbose, All, Information to adjust the log level --> <listeners> <add name="BAServiceRuntimeTrace" /> </listeners> </source> </sources> <trace autoflush="true" /> <sharedListeners> <add name="BAServiceRuntimeTrace" type= "System.Diagnostics.XmlWriterTraceListener" initializeData= "C:\logs...