Questions tagged [biztalk-2010]

Microsoft BizTalk Server 2010 is 7th version of Microsoft's ESB and B2B platform.

According to Microsoft:

BizTalk Server is Microsoft’s Integration and connectivity server solution. A mature product on its seventh release, BizTalk Server 2010 provides a solution that allows organizations to more easily connect disparate systems. Including over 25 multi-platform adapters and a robust messaging infrastructure, BizTalk Server provides connectivity between core systems both inside and outside your organization. In addition to integration functionality, BizTalk also provides strong durable messaging, a rules engine, EDI connectivity, Business Activity Monitoring (BAM), RFID capabilities and IBM Host/Mainframe connectivity

Microsoft BizTalk Server 2010 helps organizations meet the challenges of integrating diverse systems. Most organizations have a multitude of systems and technologies that are required for their daily operations. By bringing together these technologies in agile and scalable way, BizTalk can help unleash the potential of your existing infrastructure. BizTalk Server 2010 lets organizations:

  • Simplify and automate interoperability to reduce costs and errors
  • Gain critical insights on business processes and performance
  • Shield processes from change impacts
  • Promote agility and manageability
  • Integrate to eliminate redundancy
  • Automate your business interactions with partners
604 questions
2
votes
1 answer

BizTalk What does mean segment and progress from "Exception thrown from: segment X progress Y" communicate

What does 'segment' and 'progress' mean in that kind of exception 2) xlang/s engine event log entry: Uncaught exception (see the 'inner exception' below) has suspended an instance of service…
Piotr Grudzień
  • 179
  • 3
  • 11
2
votes
1 answer

Migration Approach for BT2006 R2 to BT2013 R2

Currently I am working on Migrating BT2006 R2 (VS2005) to BT2013 R2 (VS2013). I tried below twp approaches. Approach I: First, Open the BT2006 R2 Project in (VS2010)[BT2010] [Intermediate] then Upgrade BT2010 Project to BT2013 R2 (opening in VS2013…
Vinoth
  • 79
  • 2
  • 11
2
votes
1 answer

BizTalk 2010 WCF SQL adapter compatibility with SQL Server 2014

I am getting the error below whilst updating a port which uses a WCF SQL adapter that has always worked fine with SQL 2008 to a SQL 2014 DB with exactly the same (very simple) table schema. The adapter failed to transmit message going to send port…
2
votes
1 answer

mapping a string containing xml in BizTalk

I have an xml document with a node that may optionally contain a string of escaped xml. I'd like to be able to transform that content using xsl in a BizTalk map. Any suggestion how? I've tried: msxsl:node-set(string). This creates a nameless single…
Jay
  • 13,803
  • 4
  • 42
  • 69
2
votes
1 answer

BizTalk 2010 Conditional Mapping Issue (from two different recurring source nodes to same destination node)

I have an EDI 810 file, from which I have to conditionally map certain values from two different repeating SAC nodes, which occur multiple times in different spots in the document. Please note that the SAC_2 occurs at a lower level when compared to…
JDoe
  • 33
  • 7
2
votes
1 answer

Split Flat Files into smaller files (on row count) using Custom Pipeline

I am trying to create a custom pipeline component for BizTalk 2010 that splits an incoming flat file into multiple smaller files. I want to split the file (lets say of ~30 000 rows) into files of about 5000 rows each or a bit less (lets say if the…
2
votes
1 answer

BizTalk 2010 Send FTPS - when is client certificate hash "thumbprint" needed?

Based on this post, it's very unclear if a certificate is needed or not. The most important quote I got out of that post is this: "I reached out to MS BizTalk support and they asked me not to use the certificate and just use FTP over SSL without…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
2
votes
1 answer

Generating a Cross Product from two input schemas using BizTalk Map

I am using a many to one mapping in BizTalk, to generate an output schema with data generated using a cross product logic on a node of input schemas. Following figure depicts what I've done yet: The sample input xmls are as follows:
pp1010
  • 31
  • 5
2
votes
1 answer

Why does terminating a suspended (not resumable) service instance return Failed, yet it is terminated

Why does terminating a suspended (not resumable) service instance report failed, yet it is terminated? Using the Microsoft.BizTalk.Operations BizTalkOperations.TerminateInstance() on a "Suspended (resumable)" and a "Suspended (not resumable)"…
SteveC
  • 15,808
  • 23
  • 102
  • 173
2
votes
1 answer

Biztalk Error in WCF OracleDBBinding

I used the Consume Adapter Service to create the OrcaleDBBinding to access 3 views from DB. When I tried to test the project I am getting error like, The adapter failed to transmit message going to send port…
trx
  • 2,077
  • 9
  • 48
  • 97
2
votes
2 answers

Include empty EDIFACT segment in BizTalk with separators

One of our trading partners requires an IMD+F segment per item in their EDI invoice, even if it's empty. They want it to look like this: IMD+F++:::' In the XSLT that maps to the EDIFACT (D96A) Invoice, I have the following:
MarioDS
  • 12,895
  • 15
  • 65
  • 121
2
votes
3 answers

Is there a way to get at the queries used in the MBV / BHM

Is there a way to get at/extract the queries used in the Message Box Viewer / BizTalk Health Monitor?
SteveC
  • 15,808
  • 23
  • 102
  • 173
2
votes
1 answer

How to import/export the tracking setting of a policy

I've noted from the MSDN page that policy isn't exportable to a bindings file. Is there another way to import/export the tracking setting?
SteveC
  • 15,808
  • 23
  • 102
  • 173
2
votes
1 answer

xsl:if not working as expected

I have the following XML I am trying to transform into an internal canonical format. What I need to do is test the 'id' node in the assignedAuthor section for a specific root string and grab the extension attribute based on that. I have to use XSLT…
Ritley572
  • 299
  • 4
  • 15
2
votes
1 answer

BizTalk integration with google drive

I am looking to integrate BizTalk 2010 with google drive to do the basic operations such as Create folders, upload files, share and change the permissions. Anyone has any idea about it?
vinny
  • 21
  • 1