Questions tagged [biztalk-orchestrations]

A component of Microsoft BizTalk Server allowing you to program business processes, long running transactions, complex workflows and exception handling.

131 questions
1
vote
2 answers

Getting the orchestration parent name or id in the calling orchestration

I have an orchestration that calls another orchestration. Is it possible to get the orchestration name or id of the parent in the calling orchestration in an Expression shape?
1
vote
2 answers

What is the best practice to insert multiple records to DB and get multiple records from DB in single instance using BizTalk?

I want to develop a BizTalk orchestration. Which should insert multiple records into multiple DB tables and retrieve inserted records from multiple DB tables, in single instance of orchestration. For this requirement, I'm able to insert the data in…
1
vote
1 answer

Declaring non-serializable object in a non-atomic orchestration

I have an orchestration with transaction type set to None. Within the orchestration I invoke a C# helper class which is referenced in the orchestration project. On building I get the error a non-serializable object type can only be declared within…
DarkW1nter
  • 2,807
  • 9
  • 54
  • 107
1
vote
2 answers

Publish BizTalk orchestration as wcf service into remote IIS

I am trying to publish my BizTalk Orchestration to IIS. When I try with my local IIS it is working. But when I try with a remote IIS it says host not found. Is there any way to do this? I am using BizTalk Server 2013 R2 and IIS 8.5 In the remote…
1
vote
1 answer

Split XML Message into different Flat Files from Orchestration Send

I have a sales order orchestration that sends order messages to a SOAP service. The message contains the order header elements as well as a repeating set of order line items. Example: cust123 bar
Thiago Silva
  • 6,354
  • 2
  • 26
  • 38
1
vote
1 answer

Consuming WCF service from dynamic send port in biztalk over https and in PUT mode

I want to consume a PUT WCF service over a https connection from a BizTalk orchestration dynamic send port so far I am using this code in my message assignment shape XMLDocumentOutput(WCF.MaxReceivedMessageSize)=…
Kishan Bhatt
  • 68
  • 1
  • 11
1
vote
2 answers

Migrating BizTalk 2010 source to 2013

I have the source code of BizTalk 2010 applications that needs to be re-written for BizTalk 2013. What i am doing so far is that I am creating new BizTalk 2013 project, adding the existing files from 2010 project (schemas maps orchestrations…
1
vote
2 answers

BizTalk Orchestration with Envelope Schema

I have Flat File Schema in which I set the Allow Message Breakup at Infix Root to true. And also I set the Record Max Occurrence 1. To dispatch the message and send the multiple message to the send port.I used a Receive Pipeline(with flat file…
trx
  • 1,847
  • 7
  • 33
  • 71
1
vote
1 answer

Namespace issue in BizTalk Orchestration. Is this a bug?

I found this issue in my working project, wondering if there're any way to avoid this instead of change my projects' namespace: Here's a simple steps to repeat this issue: Create a biztalk project, Change the Project's default namespace to, say…
Zee
  • 790
  • 1
  • 9
  • 22
1
vote
2 answers

Should I use BizTalk Orchestration

I am currently in the process of porting an existing application (BizTalk 2004) to a newer version of BizTalk. The current solution takes multiple types of EDI documents, modifies it if its necessary and sends it to our legacy system to be loaded…
BM.
  • 1,583
  • 2
  • 12
  • 20
1
vote
2 answers

Preferred Communication method between systems using Biztalk

We have 2 systems between which we want messages to be exchanged. I am currently designing the application and have been given 2 choices. System 1 to push messages to an intermediate location (FTP or SQS) and system 2 (running BizTalk) reading the…
1
vote
2 answers

Printing a hardcopy of a BizTalk Orchestration

I want to print my orchestration in a BizTalk 2010 solution. During the meeting, hard copy is more helpful for understanding, so I want to print my orchestration. Do you have any idea for this issue?
shafak
  • 47
  • 1
  • 8
1
vote
3 answers

BizTalk: Getting error in Promoted Property

I am getting below error when I run the Orchestration and try to assign value to a promoted property by reading the value of another promoted property. Error in Suspended Orchestration: Inner exception: There is no value associated with the…
1
vote
1 answer

How to loop in orchestration BizTalk 2010

I'm looking to loop data received from SQL Server data received from wcf-sql adapter. I use for loop and and the following itostring=i.ToString(); MessageOne=xpath(MessagePolling,"/*[local-name()='MainData' and…
user2541552
  • 26
  • 1
  • 8
1
vote
2 answers

Managing suspended/dehydrated instances when redeploying orchestrations

Scenario: A biztalk application is deployed with a receive port, orchestration and send port. Messages flow correctly. At some point, a bug is found in the orchestration, causing messages to suspend. The orchestration must be fixed and…
Jeremy
  • 40,978
  • 63
  • 191
  • 304
1 2
3
8 9