Questions tagged [biztalk-2009]

Microsoft BizTalk Server 2009 is 6th version of Microsoft's ESB and B2B platform.

Microsoft BizTalk Server enables companies to automate business processes, through the use of adapters which are tailored to communicate with different software systems used in an enterprise.

Created by , it provides enterprise application integration, business process automation, business-to-business communication, message broker and business activity monitoring.

183 questions
3
votes
4 answers

What are the primary advantages of Visual Studio Team Foundation Server over the other versions?

We are looking into the possibility of upgrading to Team Foundation Server 2008 for our development team. One of our primary reasons is some of the deployment capabilities surrounding BizTalk 2009, but I am curious what other benefits there are for…
Andrew Dunaway
  • 1,206
  • 3
  • 16
  • 29
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
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
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…
2
votes
3 answers

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. Whats is the better approach? I've seen some here…
Juan
  • 588
  • 1
  • 8
  • 25
2
votes
2 answers

Storing or looking up ISA numbers with BizTalk EDI

My company uses BizTalk for our EDI and AS2 communications. One periodic issue is that a VAN or similar partner we transmit with will want to know whether we received a file by it's ISA #. We currently do use the ISA # for routing within our ports,…
Andrew Dunaway
  • 1,206
  • 3
  • 16
  • 29
2
votes
2 answers

send image file as message in biztalk server 2006

I have a image file with extention.tif I have set ports for sending and receiving file. I have configured sending port to a folder and receiving port to a folder. My sending folder's name is send1 and receiving folder's name is receive1. Now i want…
MARKAND Bhatt
  • 2,428
  • 10
  • 47
  • 80
2
votes
1 answer

BizTalk mapping - Scripting Functoid Object life cycle, when is it initialized and destructed

In a BizTalk map when you call a scripting functiod, is the object (the class you are calling) initialized at the time of the first call and kept in memory for the entire time the transformation is occurring? Or is is destroyed and initialized every…
aceinthehole
  • 5,122
  • 11
  • 38
  • 54
2
votes
1 answer

Custom Pipeline

Is it possible to stop a receive pipeline from publishing a message to messagebox. I've developed a pipeline component to check validity of the input message. I want to add code to stop the message getting published to messagebox if validation…
netShree
  • 35
  • 3
2
votes
1 answer

BizTalk 2009 Cumulative Update 2 installation problems

Back in April, I installed the BizTalk 2009 CU 2 hotfix in our development environment. All local (developer machine) installations were successful and have no problems. However, our QA server installation is having some problems that we cannot seem…
dramatix01
  • 65
  • 7
2
votes
2 answers

BizTalk 2009 "Invalid character in data element" error

In some of our BizTalk 2009 development environments, when attempting to process a HIPPA X12 file, 4010 270 file type, any element defined in the schema to be type X12_AN is throwing an "Invalid character in data element" error; e.g.…
dramatix01
  • 65
  • 7
2
votes
1 answer

Difference between resuming a suspended message or suspended service instance

We encounter a bunch of suspended service instances (like 100). Also we notice that there are more than 100 (related) suspended messages (mostly with NACKs). What is the difference then to resume from a suspended service instance or to resume from a…
Patrick Peters
  • 9,456
  • 7
  • 57
  • 106
2
votes
2 answers

How to replace a multipart message schema in a map without replacing the map

I have an orchestration map that maps two source messages into one destination message. When the schema for one of the source messages changes, I was hoping to be able to click on the input message part and select "Replace Schema" to refresh the…
BizTalkMama
  • 308
  • 1
  • 2
  • 13
2
votes
1 answer

Error message 0xC0C02524 when configuring BizTalk group

Long time reader, first time poster ;) I have a problem when configuring a BizTalk 2009 group. I get error 0xC0C02524 without any messages while running the configuration. The log file says nothing of import and the eventlogs on the respective…
Daniel
  • 25
  • 3
2
votes
2 answers

Biztalk project naming conventions

When starting a BizTalk project I generally follow the naming conventions found here. Where you name your projects and assembly's something…
Derek Beattie
  • 9,429
  • 4
  • 30
  • 44
1
2
3
12 13