biztalk-2009

How does the MSBuild CoreCompile Target Identify Reference Assemblies

Can anyone shed any light on how the CoreCompile task in TFS2010 (RC) Microsoft.TeamFoundation.Build targets generates the assembly references that are passed to csc.exe? We are seeing references to both version 2.0 and 4.0 of System.Xml.dll (shown in bold below), however we are using the 'Specific Version: true' flag on the project as...

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 the best way of specify in the drop location for SSIS use after the transformation. If this were a 'normal' BizTalk orchestration it would be...

BizTalk 2009 Community ODBC Adapter - Problem Generating Schemas from MySQL Stored Procedure

Hi, I am am currently trying out the Community ODBC Adapter (from TwoConnect) to call stored procedures on a MySQL database. I have been able to use the MySQL ODBC driver to connect to the database, but when generating the schemas for a stored procedure with input parameters I am getting the following error: Incorrect Number of argum...

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 using the BRE Resolver to execute rules that need to inspect the Context Message Type property to determine the appropriate map to use. However...

who convert flat file xml in biztalk server?

Hi, I am new to BizTalk server. So if this question is so obvious, plz forgive :( I have a flat file from one application, which i have to send to a biztalk server. In that case which component in my biztalk server converts my flat file to xml. Also I heard that I have to create an input schema(.xsd file), why i need an input message ...

[How] Can I have on Party in BizTalk use two different GS02 segments for the same EDI Message type?

Calling all BizTalk / HIPAA EDI Gurus... I have a connection to an EDI clearinghouse to whom I send X12 270 documents using BizTalk 2009. The "Information Source" for these 270s can be either of two depending on a variety of factors. For one Information Source, the clearinghouse requires one value in my GS02, and for the other, they r...

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 to only be able to install an application from an existing msi. I need a way of basically doing what visual studio does when you right c...

Number of files received by a file receive location

Hi, Is there a way to calculate the number of files received by a receive location using BAM? Thanks ...

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 pInMsg) { Stream originalDataStream = pInMsg.BodyPart.GetOriginalDataStream(); StreamReader strReader = new StreamReader(originalDat...

BizTalk System.OutOfMemoryException with DB2 Send Ports

I'm currently running BizTalk 2009 and until now, everything has been fine. Starting yesterday, when I try to set up and Configure a DB2 Send Port, I get a pop-up with "Exception of type 'System.OutOfMemoryException' was thrown.". Except the system has 3GB of memory, using only 1.2GB with just BizTalk Administrator running. The system...

BizTalk Halt and Clear all Rule Firings

The following is essentially the rule: If the ndoes do not exist then do not continue with the next rule. If the nodes do exist then continue with the next rule. This is accomplished by setting the priority on the rules and then by "Halt and clear all rule firings" - on the initial check for nodes existing. I've tested in the rule comp...

BizTalk WCF-SQL InvalidOperationException

I get the following been raised frequently in the windows event log on BizTalk Server 2009 The adapter "WCF-SQL" raised an error message. Details "System.InvalidOperationException: The operation is not valid for the current state of the enlistment. at System.Transactions.EnlistmentState.InternalIndoubt(InternalEnlistment enlistment...

DSNACICS through BizTalk 2009

Has anyone had any success with calling DSNACICS from BizTalk 2009? We previously used that procedure in our ASP application and in translating the application into BizTalk, we thought we could use that procedure again rather than setting up the full call to CICS. ...

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 those messages is picked up from the MessageBox by an orchestration that transforms the message and calls a wcf service. The problem I am exp...

Files marked as readonly during build

It seems that when TFS does a build, when it creates the build directory and pulls the files down from source, it is marking all the source files as read only. This is causing a problem with a BizTalk solution that we have, it looks like at build time biztalk generates/edits a cs class for mapping files, and this is the same type of file...

What can cause an object reference error when using BizTalk to consume a WCF endpoint?

I'm on the other side of a BizTalk 2009 integration, and I have a fairly simple contract stood up that looks something like this: [ServiceContract(Name = "ReceiverService", Namespace = "http://services.company.org/")] public interface IReceiverService : ILoadBalanced { [OperationContract] void FinishedRouting(long applicationId); [O...

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 'Microsoft.BizTalk.TOM.resources'. I have seen this post, it resolved some of my build problems but not all, specifically I haven not seen any reference to '...

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? ...

FTP adapter from orchestrations in BizTalk 2009

Hello. I have an orchestration that receives an xml file with a ftp url. I want to send the url, username and password to the FTP adapter and retrieve the file. Is this possible from within an orchestration, or is the FTP adapter simply built for polling from a predefined server url? Regards ...

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 custom pipeline and BizTalk 2009, so anyone can help me please. i found out that what happened is that BizTalk host increase memory usag...