Feb 28

Identifier ‘RetryCount’ does not exist in ‘myprojectnamespace’; are you m...

When trying to help a friend of mine configuring a dynamic SOAP Adapter Solicit-Response port, some like this: We got this strange error when trying to

By Sandro Pereira

Feb 16

The source was not found, but some or all event logs could not be searched. Inaccessible logs: Se...

It's very common to use NET code for orchestration support and also to log errors, warnings or information in Event Viewer I have as a principle, not to

By Sandro Pereira

Jan 30

BizTalk Orchestration error: “Errors exist for one or more children.”

For some reason after having migrated a BizTalk Server 2006/Visual Studio 2005 solution to BizTalk 2010/VS 2010 using VS Conversion Wizard, I got the

By Sandro Pereira

Jun 30

BizTalk Mapper Extensions UtilityPack updated for BizTalk Server 2010

BizTalk Mapper Extensions UtilityPack project (available on GitHub) is now updated for BizTalk Server 2010 (sorry for the delay) This is a simple migration

By Sandro Pereira

May 26

Steps to prepare your BizTalk environment for diagnostics

In the past, I publish an article about “An unhandled exception ('<SystemStackOverflowException>') occurred in BTSNTSvcexe” with the promise that I

By Sandro Pereira

May 8

BizTalk – How to debug Custom Pipeline Components running on Isolated Host

Normally we can debug almost all pipeline components in run-time mode by attaching Visual Studio to “BTSNTSvcexe” process (see: Debugging External

By Sandro Pereira

Jan 17

BizTalk Orchestration Error Message – Using Parallel Action – if shared data is updated in a para...

Scenario I have one scenario that at the end of the orchestration I will delivery notification to the client, one branch will send notification by SMS,

By Sandro Pereira

Nov 25

BizTalk FTP Adapter – How to send an FTP message with a specified filename

There are many approaches to this I'll give the simple (or basic) way to do Set the FILEReceivedFileName and use the %SourceFileName% macro In the

By Sandro Pereira

Nov 11

BizTalk 2010 – Migrate an old BizTalk Visual Studio solution to Visual Studio 2010

My firsts concerns when I decide to migrate my BizTalk Server 2006 environment to BizTalk Server 2010 was: It is easy to migrate a VS 2005 solution to VS

By Sandro Pereira

Oct 11

BizTalk WCF Service Wizard – Consume WCF Service to download metadata from a running servic...

Windows Communication Foundation (WCF) provides a new TCP-based network protocol (nettcp://) for high-performance communication To import schemas that are

By Sandro Pereira
turbo360

Back to Top