Darko Jovisic

BizTalk and .NET development

  Home  |   Contact  |   Syndication    |   Login
  11 Posts | 0 Stories | 14 Comments | 11 Trackbacks

News

Archives

Post Categories

Monday, November 21, 2005 #

You can download this tool to help you debug orchestrations:
http://www.sysinternals.com/Utilities/DebugView.html

You can put an expression shape in your orchestration designer and write some information (by using System.Diagnostics.Debug.WriteLine()) out that will be catched by this tool. For example:

System.Diagnostics.Debug.WriteLine(System.DateTime.Now.ToShortTimeString());


Read this great article by James Avery at:

http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/default.aspx

A must read!


I was installing BizTalk on Win XP sp2 machine when I got this message. I didn't understand what it meant. Then I found the solution on the net. Here is the procedure:

1. Start -> Run -> gpedit.msc
2. Click Computer Configuration
3. Click Administrative Templates
4. Click System
5. Click Remote Procedure Calls
6. Click on RPC Endpoint Mapper Client Authentication
7. A new window opens. Enable this service.

That's it!

Also make sure that your firewall and antivirus are TURNED OFF BEFORE you start configuring BizTalk (ConfigureFramework.exe).