The customer environment is:
* BizTalk 2006 R2 SP1 64 bits
* Windows 2003 server R2 64Bits
* SQL Server 2005 SP3 64 Bits
In my case the error was due that it seems Documenter Tool it is not able to run on 64bits on the detailed environment. So how literally force the tool to run on 32 bit mode? Just running a tool called CorFlags.exe
Syntax
corflags.exe Microsoft.Services.Tools.BiztalkDocumenter.exe /force /32BIT+
Great… but I do not see the tool, where is it?
As far as i know it is installed by:
* Microsoft Windows 200X SDK (C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\x64>) (note: this path is from a Windows 7 SDK)
* Visual Studio 2005 and above (C:\Program Files\Microsoft Visual Studio\SDK\v 2.0\Bin)
Read more: BizTalk Tips & Things