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

How should I use BizTalk's Business Rules Engine from a .NET Windows application?

We're developing a WPF business application for internal users, but this problem could apply to WinForms easily as well. We want to leverage a business rules engine to make modifying the rules in the future easier as well as to possibly let the…
Sean Hanley
  • 5,677
  • 7
  • 42
  • 53
3
votes
0 answers

Connecing BizTalk 2010 to an Azure Storage Queue

I have an internal WCF service that needs to connect with an Azure queue. Does the BizTalk 2010 AppFabric connect tool support storage queues? According to the following MSDN blog it requires a relay endpoint. BizTalk Server 2010 AppFabric…
Richard Butterwood
  • 735
  • 1
  • 12
  • 29
3
votes
1 answer

Biztalk client defined subscription items

I am designing a Biztalk solution which requires client applications to subscribe and receive only a certain subset of event messages depending on their user permissions. Subscription will be done through topic or content based routing. The client…
Phil Nixon
  • 81
  • 5
3
votes
1 answer

What is the SQL query equivalent to the BizTalk Admin Console "Completed Instances"?

What is the SQL query equivalent to the BizTalk Admin Console "Completed instances"? I want to get various summaries of the completed instances, e.g. grouped by Service Name, but the "Completed instances" tab doesn't have a "Group by" option Can I…
SteveC
  • 15,808
  • 23
  • 102
  • 173
3
votes
2 answers

Do I need to install all previous Cumulative updates (cu) for BizTalk?

I recently installed CU9 to BizTalk 2010. Microsoft site (https://support.microsoft.com/en-us/kb/3136004) claims that all previously CU are included in latest CU. BizTalk Server uses a cumulative update (CU) model for providing fixes and updates.…
Piotr Grudzień
  • 179
  • 3
  • 11
3
votes
3 answers

FILE Receive Location - How to define file mask with 2 extensions

I would like to only get files ending with *.xls OR *.xlsx extension from my Receive Location. How should "File mask" look like?
Hooch
  • 28,817
  • 29
  • 102
  • 161
3
votes
2 answers

Reduce the BizTalk receive location file input speed

We have a BizTalk 2010 receive location, which will get a 70MB file and then using inbound map (in receive location) and outbound map (in send port) to produce a 1GB file. While performing the above process, a lot of disk I/O resource is consumed in…
hosir
  • 477
  • 1
  • 9
  • 33
3
votes
2 answers

Inserting a record in Oracle using biztalk 2010 issue

I am trying to follow this blog to insert a record into an oracle table using BizTalk 2010 http://biztalk2010changes.blogspot.co.nz/2011/04/insert-update-delete-select-operation.html No orchestration was created I only created a WCF-custom generated…
user1205746
  • 3,110
  • 11
  • 44
  • 73
3
votes
1 answer

Biztalk receive location in c#

I configured a receive port using c#. Below is the code and every thing is fine. But i need to configure the authentication tab and give the details of USERNAME and PASSWORD. Could any one guide me on this. ReceivePort myreceivePort =…
user2979719
  • 59
  • 1
  • 1
  • 8
3
votes
1 answer

Unable to programmatically set Content-Type in BizTalk Wcf-Custom response port

I am attempting to receive JSON messages into BizTalk using the bLogical REST Start Kit for BizTalk (http://biztalkrest.codeplex.com/). I am able to successfully receive a message, transform it, and return a response from my Orchestration, but when…
Brett
  • 1,127
  • 6
  • 11
3
votes
1 answer

BizTalk Adapters

I'm fairly new to BizTalk, at this point I'm just exploring its functionality and learning about how the different pieces (schemas, orchestrations, ports, etc) work together. I have a question about its adapters: Are the different adapters already…
user1783490
  • 273
  • 1
  • 8
  • 23
3
votes
2 answers

BizTalk 2009 to 2010 upgrade path

We are moving to BTS 2010 and I would like to know if I can simply redeploy our 2009 apps onto 2010? I have tried finding this information out on the web and I have found anecdotal evidence of people saying the 2009 apps run on 2010 but nothing…
tom redfern
  • 30,562
  • 14
  • 91
  • 126
3
votes
2 answers

Biztalk and the best way to call web service

I am writing a biztalk orchestration that will need to call a web service, probably multiple web services, and probably more than once. I see two options before me; one, consume the wsdl in a separate code project, and call the web services from…
Jeyenne
  • 121
  • 2
  • 15
3
votes
2 answers

Why can't I change the attachment name of the body part via the BizTalk SMTP Adapter?

I'm attempting to send a message through a BizTalk SMTP Send Port. Specifically, I am sending a message through a "specify-later" port of an orchestration. My goal is to attach the message body to the sent email with an attachment filename of my…
Matt Mitchell
  • 40,943
  • 35
  • 118
  • 185
3
votes
2 answers

Store configurable values in SSO

I need to store configurable values in SSO, and at run time, retrieve them in a custom pipeline component Any help regarding this...
1
2
3
40 41