Tagged Questions
The orchestration tag has no wiki summary.
4
votes
3answers
106 views
C# Libraries for timed actions
do you know of any C# libraries that allow you to sequence a series of actions, ie. each action executing when the previous has finished, or better yet, after a specific time interval has occurred.
...
4
votes
3answers
668 views
Orchestration vs Message Driven Architecture
What are the responsibilities of an Orchestration engine vs a Message Driven System.
If I have to build a system which have to string together different independent ...
3
votes
2answers
134 views
AGPL impact on service mash-ups and service orchestration
What is the impact of AGPL on mash-ups and service orchestration?
Scenario 1: I write a web application that uses an AGPL licensed library and also uses external non-open web-services (e.g. stuff ...
3
votes
2answers
171 views
OutOfMemoryException Processing Large File
We are loading a large flat file into BizTalk Server 2006 (Original release, not R2) - about 125 MB. We run a map against it and then take each row and make a call out to a stored procedure.
We ...
3
votes
5answers
1k views
Is orchestration an ESB responsibility?
Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation enhancer, transparent location provider, service aggregator, load balancer, ...
2
votes
1answer
57 views
Biztalk: XML containing email mapped to CSV, send as attachment
Here is my situation:
- I receive an XML which contains an email address in the field (ie xxxx@hotmail.com).
- This XML is then mapped to a CSV (The Email is not mapped to the CSV and it does not ...
2
votes
1answer
315 views
Why is my BizTalk Orchestration is picking up the same message from the Message Box Multiple times
This is my first Question on SO, so i'll try to be clear!
I have an Orchestration with a Direct Bound Logical port. Lets call it "O1"
O1 subscribes to message type "A" (specified in the filter ...
2
votes
1answer
147 views
BizTalk orchestration editor leaves errors in source code
I've finally tracked down an issue to bad code left in my ODX, presumably by Visual Studio
I had a Construct Message with a Transform and Message Assignment in it ...
Whenever I compiled, I was ...
1
vote
2answers
35 views
Biztalk Getting 'NullPartException' error when using xpath
Profile: Biztalk 2009 update 4 on Windows 2008 Server SP2 (Development platform)
Hi When using xpath to map my output using a Message Construct and a Message Assignment with the following code:
...
1
vote
3answers
77 views
How to run biztalk orchestration every X minutes
I have an orchestration that is started by a public port published as service. Everytime somebody calls this service the orchestration starts
I need to start the orchestration every 30 minutes too.
...
1
vote
4answers
230 views
Suggest a persistent strategy for a workflow system
I am in the process of creating a UI configuration tool for my pet project. One aspect of this tool lets the end user DEFINE his orchestration. I then need to save this orchestration definition into a ...
1
vote
1answer
153 views
Return a Message from a Called Orchestration
We have a parent orchestration where we call a child orchestration.
However, once the child orchestration has completed, we would like to return a message to the parent orchestration.
What is the ...
1
vote
0answers
55 views
Approaches for Orchestrating Message Queues
I'm looking for some different perspectives for orchestrating messages through a number of message queues.
For orchestration steps, would prefer to avoid some of the hard coded xml file solutions ...
1
vote
1answer
542 views
Calling Web Service with primitive types within Orchestration - Can't map request message
I'm running into this problem when trying to call a SOAP Web Service from within a Biztalk orchestration.
The Web Service is an abapi exposed by SAP as a SOAP Web Service, and the signature of the ...
1
vote
2answers
144 views
Help For Example… Biztalk
I am newbie in this Biztalk world and up to now i am able to read file and send that data to sql and vice versa using orchestration and by configurating physical ports in biztalk administration,but i ...
0
votes
1answer
14 views
Catch EndpointNotFoundException in Biztalk 2010 Orchestration
I would like to handle an EndpointNotFoundException in my orchestration.
I add a new exception handler
scope synchronized = false
exception object type = ...
0
votes
0answers
9 views
Ordered services calls (orchestration), jersey Restful web service
I have a set of services available from a Jersey RESTful Web Service. My problem is that i want to specify the order in which those services should be called, and generate error message when a service ...
0
votes
3answers
81 views
BizTalk orchestration hydration / rehydration issue
I have a custom received pipeline that breaks down a large file into individual file and send them to the message box and an orchestration would subscribe to these messages and process them. In my ...
0
votes
1answer
68 views
Making a thread-unsafe DLL call in BizTalk Orchestration (or only running one Orchestration at a time)
I have an issue with a 3rd party DLL, which is NOT thread-safe, but which I need to call within an orchestration.
I'm making the DLL call within an Expression shape. The same DLL is called in a ...
0
votes
2answers
73 views
Need multi-tenancy feature on Third party framework
we are using third party framework(called as orchestrator which is based on java) for business to business integartion. But it does not have multi-tenancy feature.
So how can we achieve the ...
0
votes
2answers
91 views
Applying two transforms to a message on the send port
I have an urgent need to send a canonical message (M1) out of an orchestration and need to map the canonical message to another message (M2). The resulting message (M2) has to be Wrapped in another ...
0
votes
1answer
63 views
Windows Workflow 4.0 for Simple Orchestration?
I have 4 classes, each with a couple of methods (all the same, they implement a common Interface) and a Dictionary<> containing stuff the instances need to know to do work. They operate serially, ...
0
votes
1answer
196 views
Biztalk, Azure and BPEL - How to orchestrate?
I'm fairly new to all these technologies and try to grasp how they are related. I'm searching for a way to use orchestrate .Net services with BPEL, in the intranet but also in the cloud.
As I ...
0
votes
0answers
369 views
Request-Response correlation in BizTalk
I have a general question about correlation in BizTalk. I have an orchestration. In the middle of this orchestration, I send a message via an outbound (solicit-response) port. My expectation was ...
0
votes
2answers
256 views
Ordered delivery BizTalk performance
Is there an alternative to the "ordered delivery" on a send port in BizTalk? The sequence of the message is very important to me, so I created an orchestration that suspends the message when it is not ...
0
votes
1answer
111 views
biztalk suspend orchestration for x time
Is it possible to use the suspend shape in an orchestration that makes use of some kind of timer? For sequence purposes I suspend the orchestration when it is not in sequence, but if the orchestration ...
0
votes
1answer
145 views
WCF service and Biztalk service configuration error
I have a WCF web service which calls a biztalk service( ie Orchestration). When i do the unit test i am getting following error:
Test method ...
0
votes
1answer
74 views
Bizmonade - testing orchestration that receives ANY document
I have an orchestration that receives any document type in BizTalk (System.Xml.Document). It looks like Bizmonade always wants to use an orchestration that specifies a type of schema that is different ...
0
votes
2answers
213 views
Starting mutliple orchestrations from parent orchestration and passing messages to them
I have a situation where a main orchestration is responsible for processing a convoy of messages. These messages belong to a set of customers, the orchestration will read the messages as they come in, ...
0
votes
2answers
212 views
Consuming Biztalk 2006 R2 Orchestration exposed as a web service
I have created an Orchestration which is exposed as a web service, the Orchestration basically receives an message type of employee, which has the Employee_Name promoted as a distinguised field to ...
0
votes
1answer
250 views
What is the SQL query for Orchestration debugger information (tracking data) in BizTalk?
By using the Orchestration debugger one can get useful time information on the left, regarding entering and leaving shapes. Unfortunately one cannot copy the information from that window. I would like ...
0
votes
5answers
590 views
Garbage Collection in Biztalk, What would be the wise approach?
Our Biztalk 2006 application contains two orchestrations which are invoked on frequent basis (approx 15 requests per second). We identified possible memory leakages in our application by doing certain ...
0
votes
3answers
1k views
Using Biztalk orchestration as a webservice
I published an orchestration in Biztalk as a webservice. Does anyone know how I can use XML serialization or something to load XML from a file and "convert" it to the messagetype the webservice ...