Apr 2

BizTalk Server Visual Studio Error: The type or namespace name ‘Unb21’ does not exist...

When working with EDI documents with BizTalk Server, the EDI components promote several details inside default or custom pipelines, details that we sometimes

By Sandro Pereira

Oct 29

Receiving a time out error while trying to invoke a BizTalk Orchestration exposed as a service (WCF)

Today I want to talk about a very common problem that can occur when we are invoking BizTalk Orchestrations exposed as synchronous services (Request-Response

By Sandro Pereira

Jun 15

BizTalk Training – Orchestrations – How to Call Orchestrations developed in a differe...

In the past, I developed a demo on “How to Call Orchestration from another project or from another BizTalk Application” that you can read here and where

By Sandro Pereira

Mar 26

Project build results in the error “you must specify at least one already-initialized corre...

When you compile your BizTalk project, you receive the error: "you must specify at least one already-initialized correlation set for a non-activation

By Sandro Pereira

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

May 11

BizTalk Error Message – An unhandled exception (‘System.StackOverflowException’) occu...

It's very common to use NET code for orchestration support In one of these scenarios, I decide to use a class for, in a certain way, validate the request and

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

Aug 23

BAM API – Using OrchestrationEventStream to write BAM Events from BizTalk orchestration

The OrchestrationEventStream (OES) is one of the artifacts developers should consider in order to programmatically populate a BAM activity model from within a

By Sandro Pereira
turbo360

Back to Top