Select Error Occurred and other HIP Errors
Common HIP Errors
Common HIP Errors
MSDN Documentation here: MSDN AdsUtil.vbs According to this TechNet article, you should be able to view, create and delete Virtual Directories in the IIS7 GUI admin tool, but I had difficulties with it. AdsUtil can be found here: c:inetpubAdminScripts (on machines running Windows 2008 and IIS7). It’s a VB/Script (.vbs suffix) and you should always […]
Download Free BizTalk 2006/2009 Architecture Posters
Often you need to quickly find an SQL database column based on a partial name, or do something like show me all the column names that have “cust” or “addr” or “date” in the column name…
Sometimes you need to use a proxy to access an external web service. This article show how to do it, and have it driven by the web.config.
How to install the WCF features into IIS 7.
Most BizTalk systems have the need to deploy WCF web services. This shows how to do it in Visual Studio 2008, and even set up alternative config files for multiple environments such as: Test, QA, Staging, Prod.
BizTalk has the ability to store cross reference (xref) values in the BizTalkMgmtDB. Usually, mapping functoids handle the conversion, but the following routines allow the same lookups from anywhere you can call C#.
Converts several date/time formats to standard XML Date/Time
We had a case where many maps need to convert YYYYMMDD date format to a standard XML date.