Saturday, October 17, 2009

BizTalk troubleshooting


  1. Open IE and navigate to the BAM Portal for example like this: http://localhost/bam/BamManagementService/BamManagementService.asmx
    If it works, your web service is working.

  2. Click: GetViewSummaryForCurrentUser

  3. Press the Invoke button, displayed in the upper left corner

    1. If it works, your web service is able to talk to the database

    2. If it does not work, check the web.config file under for example
      C:\Program Files (x86)\Microsoft BizTalk Server 2006\BAMPortal\BAMManagementService
Now look for the following entry:

<appSettings>
<add key="BamServer" value="SKLAB5026" />
<add key="BamDatabase" value="BAMPrimaryImport" />
</appSettings>


Make sure the correct database server and name is entered. Also check the web.config file of the BAMQueryService as well.

No comments:

Post a Comment