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
3
votes
1 answer

Debug an orchestration in biztalk 2010

I'm making an orchestration to send data from one SQL Server DB to another one. I'm able to receive the data but unable to send it to the other DB. I made a send port to test what I'm getting as an input. I got to know that I'm not getting the right…
Bilal Saeed
  • 603
  • 2
  • 10
  • 24
3
votes
1 answer

Check if a record exists in a SQL Server table using functoids

I have two schemas. I want to check if the value (e.g. ID) in first schema exists in the second one. If it exists then update the record else insert the record into the second schema. How can this be done in BizTalk Server 2010 with SQL Server 2008…
Bilal Saeed
  • 603
  • 2
  • 10
  • 24
3
votes
2 answers

BizTalk: terminate messages

If I need to build a specialized web app to be able to terminate messages processed by specific send ports, WMI is one option. Are there others? and are there pros/cons to each approach?
Jeremy
  • 44,950
  • 68
  • 206
  • 332
3
votes
1 answer

How to create a Biztalk Map that transforms hierarchical XML to flat file

I try to transform a hierarchical XML file to a flat file schema using Biztalk 2010. It works fine. Every file is mapped. But the hierarchy is destroyed. My input xml structure looks like this:
Tonn Ski
  • 47
  • 1
  • 7
3
votes
1 answer

Biztalk 2010 odx.cs file

Are there generated .cs files for Biztalk 2010 orchestrations, and if so where are they located? In Biz 09 they were File0.cs but I haven't been able to find any odx.cs or .cs files that correspond to orchestrations for my Biz 2010 projects.
Jeyenne
  • 121
  • 2
  • 15
3
votes
1 answer

Biztalk Flat File--Ignoring Headers and Footers

I believe I have a general understanding on the steps on how to do this, but am struggling to get the schemas correct, either using the Flat File Schema Generator or tweaking the config afterwords. I will give a sample of the data below, but in…
Phil Sandler
  • 27,544
  • 21
  • 86
  • 147
3
votes
3 answers

How can I have a file appearing on a WebDav server trigger a BizTalk event?

I have a legacy system which can create files visible in WebDav as an output. I'd like to trigger a BizTalk orchestration receive port when a file matching a filter appears - so a lot like the standard File adapter, but for WebDav. I found the…
whybird
  • 1,108
  • 8
  • 19
3
votes
2 answers

receive soap exception while calling SAP webservice(HTTPS) in BizTalk 2010 using WSBasicHTTPBinding

I am calling a SAP webservice(HTTPS) in BizTalk 2010. I have generated schema using consume wcf service wizard. When I call the webservice by passing the requested schema instance, I receive following fault message:
user1321340
  • 27
  • 1
  • 1
  • 3
2
votes
1 answer

BizTalk The part 'part' of message '' contains zero bytes of data

I'm receiving this error in a Message Assignment shape within my orchestration. Within this assignment shape, I'm trying to execute an XPath query to extract a base64 encoded string from a message received by WCF. I'm then trying to load an…
dustyhoppe
  • 1,783
  • 16
  • 20
2
votes
1 answer

BizTalk Message Assignment "cannot implicitly convert type 'System.Byte[]' to 'System.Byte[]'

I'm currently working on a BizTalk orchestration that uses a Message Assignment Shape to convert an incoming xml message to binary so that it can be stored in a promoted property of the outgoing message. The message assignment shape expression…
dustyhoppe
  • 1,783
  • 16
  • 20
2
votes
2 answers

BizTalk Custom Pipeline Component System.OutOfMemoryException

I'm currently developing a BizTalk Custom Send Pipeline that accepts an xml file and converts it to Excel. Unfortunately, after deploying the pipeline, I'm receiving a System.OutOfMemoryException. I've included the code for Execute Method of…
dustyhoppe
  • 1,783
  • 16
  • 20
2
votes
4 answers

Manually constructing a message inside orchestration

Here' the situation. I have a sequence of 12 integration tasks to be run every 15 minutes, most of them actually reading something from the oracle server and pushing it into a web service. I have created a port for both oracle and web service and I…
mmix
  • 6,057
  • 3
  • 39
  • 65
2
votes
1 answer

BizTalk 2010 Path Validation in Custom XSLT for Maps

We are developing a EDI application using BizTalk 2010 and Visual Studio 2010. Because of our complex requirements, we are making extensive use of the custom XSLT feature provided by the BizTalk mapper instead of the mapper GUI. Although I find it…
Qwinn
  • 23
  • 3
2
votes
1 answer

using xslt functoid

I have input like
user1104946
  • 680
  • 1
  • 9
  • 30
2
votes
1 answer

BizTalk rules engine not firing actions despite conditions being met

I have an orchestration in BizTalk that has a CallRules shape in it. The orchestration was not behaving as expected, and I narrowed the issue down to the Business Rules Engine (BRE). I used the Test Policy functionality in the Business Rules…
1 2
3
40 41