Tagged Questions
The biztalk-2009 tag has no wiki summary.
5
votes
2answers
587 views
In BizTalk why is an MSI file both imported and installed?
I'm working on a BizTalk project and don't understand the reason for both installing (double-clicking) and importing (using biztalk admin console) is needed.
I have a BizTalk project and I added ...
3
votes
1answer
194 views
3
votes
2answers
136 views
Incremental build support in Biztalk 2009 .btproj projects?
While chasing incremental build time improvements, I found that .btproj files and thus all other projects that depend on these are rebuilt (partly) on each incremental build. Tracking this all the way ...
3
votes
4answers
317 views
Deploy BizTalk Application via MSBuild
I am trying to setup up a continuous integration type environment for BizTalk. When source code is checked in, I need it to build then deploy to a build server. I have found BTSTask.exe but this seems ...
3
votes
3answers
513 views
Biztalk mapper: how to detect a node that do not come in the xml
I would like to know how to detect that a node is not present in the origin. I have tried hundreds of things with the logical functoids with no success.
The third case of this page is what I am ...
3
votes
2answers
1k views
Calling SSIS from BizTalk Orchestration
I have a scenario were I need to move a vast amount of data, and I need to use BizTalk to control the flow and contain the business logic. The problem is that BizTalk will not be able to handle the ...
2
votes
1answer
37 views
data base look up functoid
I have one table which has 2 IDs.
Now I have to check id1 value of table1 and if it is equal to id of the destination schema
then i have to take the id2 from the table1 and assign it into ...
2
votes
1answer
68 views
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 ...
2
votes
1answer
90 views
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 ...
2
votes
1answer
86 views
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 ...
2
votes
2answers
161 views
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 ...
2
votes
1answer
210 views
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 ...
2
votes
2answers
302 views
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 like:
MyCompany.MyProject.Orchestrations.dll
...
2
votes
4answers
526 views
BizTalk: how to limit number of connections to a wcf service?
I developed a BizTalk application that receives as input a file that contains a bunch of messages. I use the BizTalk XML disassembler component to 'debatch' the file in sepereate messages. Each of ...
2
votes
1answer
268 views
Dispose a stream in a BizTalk pipeline component?
I'm fairly new to BizTalk and creating a custom pipeline component. I have seen code in examples that are similar to the following:
public void Disassemble(IPipelineContext pContext, IBaseMessage ...
2
votes
2answers
1k views
Biztalk Flat File Schema - how to accept a LF or CRLF as the line delimiter
Our client sends us a flat file as input, which we then take and convert to an XML file before sending to the destination system.
The flat file consists of multiple lines, each line is delimited by ...
1
vote
1answer
10 views
Polling large Data from the database
I have written stored procedure to poll the data from the database in biztalk.but the datasize is very large its around 80MB...Due to which i am getting error.Does anyone knows what configuration do i ...
1
vote
0answers
12 views
The error threshold has been exceeded. The receive location is shutting down
I am doing polling using SQL adapter......For small records polling is succesful......but for large recorde i am getting following error..
The receive location "RcvSqlDataLoc" with URL "" is shutting ...
1
vote
1answer
72 views
debatching 837 files with multiple claim
I am getting an edi file 837 which is having multiple claims. How to debatch the 837 edi file so that each file contain only one claim per file using biztalk.
1
vote
3answers
62 views
Does visual studio need to be installed on biztalk production server
My biztalk production server does not have Visual stodio installed on the server.
Now i have to create one application in the production server which will use schema from another application which is ...
1
vote
2answers
36 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
2answers
65 views
Mapping overlap in BizTalk - how to stop duplicating effort?
We have a pretty complex BizTalk interface which uses the HL7 accelerator.
We use a canonical schema which can contain one of several types of transactions from our main patient administration system ...
1
vote
1answer
42 views
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 ...
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
2answers
66 views
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 ...
1
vote
1answer
103 views
BizTalk - mapping a source that has a Parent-Child relationship a flat destination
I have seen this question about a parent child relationship, but it is not exactly the same since I have nothing to tag with.
I have a source flat file that look like this
Location Route ...
1
vote
0answers
87 views
BizTalk Zombies - any way to explicitly REMOVE a subscription from within a BizTalk orchestration
Background:
We make use of a lot of aggregation, singleton, and "N-Ton" orchestrations, similar to Seroter's Round Robin technique described here (BizTalk 2009).
All of the these orchestration ...
1
vote
1answer
113 views
How to search within message body for specific tracked message in Biztalk
In Biztalk 2009, I can view the 'Tracked Message Events' from the admin console. I need to find a particular message (containing a particular string in the body) for which I know the day of arrival, ...
1
vote
1answer
125 views
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 ...
1
vote
1answer
146 views
BizTalk 2009 File Adapter Send with Append Locking Issues
We have some EDI files coming in to our BizTalk server that we drop off on a file share for processing by an end system. The files are dropped to the file share via a single File Send Port with a ...
1
vote
1answer
144 views
BizTalk 2009 EDI HIPAA 5010A Hotfix/Update
I was wondering if anyone could offer any insight as to when an update is going to be released for BizTalk to comply with the 5010A standard, all addendums and errata included.
I've just about ...
1
vote
1answer
133 views
BizTalk and DB2 CLOB
Has anyone had experience dealing with DB2 stored procedures which take a CLOB input parameter and calling that stored procedure from BizTalk?
I've tried changing the schema type to string, ...
1
vote
3answers
501 views
Use XML schema to specify default namespace in XML instance
I'm not sure if it matters, but I'm using BizTalk 2009 to generate the XML.
Is there a way to specify in my XML schema that the generated XML instance should use the target namespace as the default ...
1
vote
2answers
413 views
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 ...
1
vote
2answers
256 views
BizTalk WCF Send Port error - The header 'CoordinationContext' was not understood
I have a WCF-WSHttp Send Port set up with Enable Transactions checked, and I'm getting the following error when a message is sent:
The header 'CoordinationContext' from the namespace ...
1
vote
2answers
251 views
Use msbuild to deploy BizTalk 2009 project
When I run msbuild on my BizTalk 2009 .btproj file, the default targets execute and the project is built.
Is there a target I can invoke to deploy the project?
1
vote
0answers
114 views
delays in receiving and processing BTS message
I have a strange problem , I receive messages using http receive dll on IIS virtual directory and it does not start processing on orchestration until 2 or more minutes after it is received i'm using ...
1
vote
1answer
137 views
BTSTask Add Non-BizTalk dll to Application
Is there a way to use BTSTask to add a non dll assembly to a BizTalk application? If I use the "AddReference" command it seems like it only allows you to add BizTalk assemblies?
1
vote
1answer
334 views
Building BizTalk 2009 on TFS 2010
I am trying to get a biztalk 2009 project to build on TFS 2010, and i keep running into this same error.
C:\BuildsShare\....\Schema\ShippingConfirmation.xsd: Could not find file ...
1
vote
1answer
579 views
How to Resolve a Transformation Service with BRE that occurs after an Orchestration in an Itinerary?
In trying to implement simple integration patterns with Biztalk ESB Toolkit 2.0, I'm facing a problem trying to resolve a Transformation Itinerary Service that occurs after an Orchestration.
I'm ...
1
vote
1answer
179 views
Use a fake biztalk send port as configuration
I am using a BizTalk orchestration to kick off an SSIS package. This package is essentially doing transformation on behalf of BizTalk on a very large volume of data. I have run into a problem as to ...
1
vote
2answers
288 views
BizTalk error: failed while updating the application “BizTalk.System”
I'm using biztalk 2009 and trying to deploy via vs.net 2008.
My project is just an empty BizTalk application with an empty orchestration. I've created a strong name key file and selected it in the ...
1
vote
1answer
381 views
Microsoft ESB Toolkit 2.0 for WCF Services
Can we have ESB Toolkit 2.0 to route the incoming messages to WCF services hosted in IIS?
I'm thinking of using content based routing, validation and transformation capabilities of ESB for WCF ...
1
vote
1answer
2k views
Biztalk Server 2009 - Failover Clustering and Network Load Balancing (NLB)
We are planning a Biztalk 2009 set up in which we have 2 Biztalk Application Servers and 2 DB Servers (DB servers being in an Active/Passive Cluster). All servers are running Windows Server 2008 R2.
...
1
vote
2answers
158 views
Using 50+ 3rd party web services, should I use BizTalk or just C#?
I'm building a back-end application that needs to fetch data on various schedules from over 50+ 3rd party web services and that number will continue to grow. The data from these services can currently ...
1
vote
1answer
94 views
Automatically truncate to MaxLength during mapping
I have a schema that has the max length property set on all of its elements, of various size. I am mapping to it and expect that the max length will be exceeded quite often.
Is there a way tell ...
1
vote
2answers
128 views
Removing the Default Wrap Character From all records
I am using BizTalk 2009 and I have a flat file that is similar to the following
"0162892172","TIM ","LastName ","760 "," ","COMANCHE ","LN "
"0143248282","GEORGE ","LastName ","625 ...
1
vote
4answers
995 views
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, ...
1
vote
3answers
1k views
Multiple BizTalk Servers in a BizTalk Group - How to handle concurrency?
I'm currently responsible for putting up a multi environment BizTalk Deployment and we're planning on deploying two or more BizTalk Server in a BizTalk Group to provide High Availability and ...
1
vote
2answers
1k views
BizTalk WCF-SQL Adapter Selecting from a view
i have the most annoying issue;
i have an orchestration doing a lookup against a view.
it works in locally and on our development server, but not in QA or UAT.
same code. same views. just different ...