-
I use the BTSTask utility in a command line script to deploy orchestrations. I have one that when run, it always knocks my receieve location out of commission. It changes the Receive pipeline to PassThroughReceive for a custom pipeline I use. I've looked in the binding file and can see nothing relating...
-
Came into work to find the BTSNTSvc.exe on two of my biztalk servers (DEV & QA) dieing whenever they receive any messages. The messages appear to make it into the Message Box and they get routed to the correct orchestrations. The orchestrations lock as soon as they hit the initial receive shape....
-
And Event Viewer showed following error. I have no clue whats going on. Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'HP.Image.CaseExchange.Orchestrations.CaseExchProcess(9c43873e-95ff-80fc-0e99-6e21841bf35b)'. The service instance will remain...
Posted to
BizTalk 2004
(Forum)
by
kiransnaik
on
Thu, Feb 12 2009
Filed under: orchestration, map, pipeline, schema, Orchestrations, tracking, biztalk server 2004, biztalk 2004 orchestration dynamic soap, Biztalk 2004 dynamic web reference
-
As I allow my orchestration to run, I notice the performace goes from about 2 seconds to make about 12 database calls (7 MSSQL and 5 Oracle) to several minutes. When I look at the Orchestration debugger, I see the message is being processed fine untill it reaches the first DB call (MSSQL in this case...
-
Hi, Is it easy to check for running service instances, suspended messages etc. programmatically (c#). I want to create a little program which checks for active messages and suspended messages, before i stops and removes my application. Is there a smart way to do that?
Posted to
BizTalk 2006
(Forum)
by
criffer
on
Tue, Apr 1 2008
Filed under: Application, orchestration, msi, .net component, Biztalk 2006 R2, BizTalk 2006 Editions, biztalk 2006, BizTalk, bt2006
-
Hi, I am new to biztalk and i have some problems constructing my orchestration. My schenario is: I have a oracle database and i need to do a poll to information from it. --> For this i have oracle adapter for biztalk. I have use the table change event, and it works. Next, with an ID from the poll...
-
I did a project in BizTalk which involved copying a previous project in BizTalk and then changing the references. This reference calls a Stored Procedures which popluates a table. Now I copied the project and changed all the namespaces. But I did not change the Receive Port in Orchestration. Since I...
Posted to
BizTalk 2004
(Forum)
by
Anonymous
on
Mon, Dec 3 2007
Filed under: orchestration, deployment, biztalk server 2004, biztalk 2004 orchestration
-
hi, I have a order message like this ord_req_id 5 cust_id 2 date 2007-11-12 exp_ship 2007-11-25 PO0000050051 US Alice Smith 123 Maple Street Mill Valley CA 90952 US Robert Smith 8 Oak Avenue Old Town PA 95819 Hurry, my lawn is going wild! ITEMS,ITEM872-AA|Lawnmower|1|148.95|Confirm this is electric,ITEM926...
-
It is not possible to create "custom shapes" in BizTalk 2006. You can, however, call any .net code from an expressio shape. Add a reference to your porject or assembly from the BizTalk project and then - If your method is static - simply use it from an expression shape If your method is not...
-
Hello I'm working on a solution where I'm trying to create a dynamic PDF handler. I want to call an orchestration with a variable messagetype depending on what kind of document needed to be handled. My problem is not being able to figure out what type my orchestration parameter should be to pick...