Tagged Questions

Microsoft BizTalk Server is an integration platform product from Microsoft.

learn more… | top users | synonyms

34
votes
5answers
12k views

What is a .snk for?

What is a .snk file for? I know it stands for Strongly Named Key, but all explanations of what it is and how it works goes over my head. Is there any simple explanation on how a strongly named key ...
23
votes
12answers
11k views

What are some viable alternatives to BizTalk Server?

In evaluating different systems integration strategies, I've come across some words of encouragement, but also some words of frustration over BizTalk Server. What are some pros and cons to using ...
12
votes
10answers
745 views

Are you using BizTalk? If so, how are you using it?

At my last place of employment, I used BTS quite a bit. However, I've noticed that managers often want to use it for the wrong things, and developers are hesitant to adopt it. So, I'm just wondering, ...
10
votes
1answer
369 views

What happens when a user closes their browser waiting for a long running web service call?

I have a similar issue like here: http://social.msdn.microsoft.com/forums/en-US/biztalkgeneral/thread/87d5a6ec-04ee-4c6f-8267-f526ee105f0b I have an asp.net web page that calls a BizTalk web service. ...
8
votes
1answer
199 views

POST to REST webservices using API: body serialization

I am trying to use an REST webservice, by following the indications here: http://social.technet.microsoft.com/wiki/contents/articles/invoke-restful-web-services-with-biztalk-server-2010.aspx ...
7
votes
1answer
865 views

Replace .sln with MSBuild and wrap contained projects into targets

I'd like to create a MSBuild project that reflects the project dependencies in a solution and wraps the VS projects inside reusable targets. The problem I like solve doing this is to svn-export, ...
7
votes
5answers
2k views

What is the scope of a Static Class?

I have an assembly that may be used by more than one process at a time. If I am using a static class, would the multiple processes all use the same "instance" of that class? Since the processes ...
7
votes
8answers
2k views

Mocking WebService consumed by a Biztalk Request-Response port

I'm using BizUnit to unit-tests my Biztalk orchestrations, but some orchestrations consume a WebService,and testing these seems more like integration testing than unit testing. I'm familiar with ...
6
votes
2answers
597 views

BizTalk Web Reference - generated XSD has “lost” information from WSDL

I am using BizTalk 2006 R2 to generate a web reference from a WSDL file. Comparing the generated XSD to the WSDL, it is apparent that a lot of information has been lost. Consider the following ...
6
votes
2answers
1k views

How to set up a multi-developer Biztalk environment?

If we have 3 developers working on the same Biztalk project what is the best way to set up our development environment? We are using TFS to store the Biztalk project. Should we use 1 sql server and ...
6
votes
4answers
2k views

Jitterbit vs. BizTalk

Is there anyone who has used or looked into using Jitterbit as well as BizTalk? If so, what are some pros and cons of each, and which one did you go with as your final solution? Specifically, I'm ...
6
votes
6answers
2k views

How to use an AppDomain to limit a static class' scope for thread-safe use?

I have been bitten by a poorly architected solution. It is not thread safe! I have several shared classes and members in the solution, and during development all was cool... BizTalk has sunk my ...
5
votes
2answers
575 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 ...
5
votes
4answers
1k views

Pros/Cons of using BizTalk instead of NServiceBus or MassTransit

I am curious if it even makes consider BizTalk for the implementation of a pub/sub messaging architecture (basically what you can do with NServiceBus or MassTransit is all I really need). My manager ...
5
votes
3answers
3k views

Consuming a WCF service in BizTalk 2006 R2

I'm trying to figure out how to consume a WCF service in BizTalk 2006 R2 (sending a request and receiving a response). I've gotten as far as going through the "Add Generated Items" wizard. Now I am ...
4
votes
6answers
74 views

Need XSLT transform to remove duplicate elements - sorted by an attribute

I have a terrible piece of XML that I need to process through BizTalk, and I have managed to normalise it into this example below. I am no XSLT ninja, but between the web and the VS2010 debugger, I ...
4
votes
1answer
781 views

Setting Key Usage attributes with Makecert

Is it possible to set Key Usage attributes using makecert, or any other tool I can use to generate my own test certificates? The reason I'm interested is that certificates used for BizTalk Server AS2 ...
4
votes
1answer
230 views

What is the recommended way to split messages in send pipelines?

I need to split a bizTalk message in the send pipeline. This is easy with disassemblers in receive pipelines, but doesn't work in send pipelines (makes sense). So what is the recommended way to do ...
4
votes
1answer
163 views

BizTalk Server Threading in Receive Pipelines

I am building custom pipeline components for receive pipelines in BizTalk Server (2006 and 2009). I am building the components in a streaming fashion. My question: for any single inbound message, if ...
4
votes
4answers
1k views

TRANSACTION ISOLATION LEVEL REPEATABLE READ in SQL Server

What are the risks or performance degradation when using SET TRANSACTION ISOLATION LEVEL REPEATABLE READ? We have some SP that are called from BizTalk services. We are getting deadlock sometimes. If ...
4
votes
1answer
424 views

ESB Toolkit 2.0 - Is Anyone REALLY ACTUALLY Using It?

We've made a big investment in Microsoft BizTalk Server 2009 and it works like a dream for all our asynchronous work. We want to do much more synchronous work with it, though, and that's why we're ...
4
votes
1answer
446 views

UDDI Best Practices

My organisation is getting into the SOA world (a bit late, but that's what it's like here!) and we're looking into the ESB Toolkit 2.0 (we already have BizTalk Server 2009). We're keen on ...
4
votes
4answers
1k views

BizUnit vs Visual Studio Team Test

With the release of BizTalk 2009 we can now use Visual Studio Team Edition 2008 to leverage some of the team test features. We can unit test maps, schemas, and pipelines ... but from what I can tell, ...
4
votes
2answers
476 views

How can I suppress individual BizTalk warnings in Visual Studio 2005

We are currently using BizTalk 2006 R2 to build Enterprise Integration solutions. We use BizTalk maps extensively, but when you build a solution in Visual Studio 2005, it produces the following ...
3
votes
1answer
31 views

BizTalk, WCF-SAP adapter and load balancing

I have two BizTalk 2010 servers that belong to the same BizTalk group. They are being used to expose a web service front-end to SAP BAPI calls. A load balancer sits in front of the two BizTalk servers ...
3
votes
1answer
74 views

using xslt functoid

I have input like <Loop2300> <HD></HD> <DTP> <DTP1></DTP1> <DTP2></DTP2> <DTP3></DTP3> </DTP> ...
3
votes
2answers
90 views

How to receive a specific file thru BizTalk FTP receive port

My orchestration receives a message that contains a file name and I want to pick that file from my FTP. I can configure FTP receive port to receive all files from some folder in the FTP, but how do I ...
3
votes
1answer
46 views

BizTalk set up in dual center environment

I have a question with setting up BizTalk clustered servers in both dual center. We have a data center in South of CA and North of CA. We want both BizTalk servers to be running at both dual center, ...
3
votes
2answers
80 views

How to send messages from Biztalk to MANY web services

Imagine we have a Notification service build on BizTalk. Once the service receives a notification it should then send this notification to other systems. If we have had 2-3 systems we could just add a ...
3
votes
1answer
192 views

Biztalk 2009 + VS 2010 = possible?

Is it possible to use Biztalk 2009 with VS 2010?
3
votes
2answers
133 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
3answers
304 views

Help with PowerShell BizTalk scripts WITHOUT using BizTalk provider for PowerShell

I have been using the excellent BizTalk Provider for PowerShell from codeplex for a while now. However in my new company the build team are not comfortable using it so I need to rewrite all my handy ...
3
votes
1answer
167 views

Biztalk client defined subscription items

I am designing a Biztalk solution which requires client applications to subscribe and receive only a certain subset of event messages depending on their user permissions. Subscription will be done ...
3
votes
2answers
336 views

Set up notifications when Biztalk send/receive ports stop or are disabled

We have a Biztalk 2006 R2 server, and from time to time, the receive ports will change to "Disabled" status for any one of a number of reasons - most commonly, server maintenance elsewhere on the ...
3
votes
5answers
779 views

Biztalk mapping Date to String

I'm working on a biztalk project and use a map to create the new message. Now i want to map a datefield to a string. I thought i can do it on this way with an Function Script with inline C# public ...
3
votes
4answers
315 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
1answer
403 views

Update WCF service reference

In BizTalk 2006 R2, is there some way to regenerate the reference to a WCF service that has been created using the "Add Generated Items / Consume WCF Service" option? I tried just re-running the ...
3
votes
1answer
80 views

Can a BizTalk Receive Port pull in FailedMessageRoutings like a Send Port does with filtering?

Is there anyway for a BizTalk receive port to initialize an orchestration, pulling in FailedMessages that could otherwise be routed to a send port in the console using filtering on ErrorType exists ...
3
votes
3answers
508 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
3answers
439 views

Biztalk maps: Grouping different nodes into a list

Is there a way of achieve the following transformation in the BT mapper? if not, any smart idea? <Person> <Age>25</Age> <Name>Paul</Name> </Person> to: ...
3
votes
3answers
386 views

Biztalk Log4Net

Has anyone used log4net with Biztalk? We are currently looking into using it and are trying to access pros/cons, and whether or not it would meet our needs.
3
votes
1answer
115 views

Import small number of records from a very large CSV file in Biztalk 2006

I have a Biztalk project that imports an incoming CSV file and dumps it to a database table. The import works fine, but I only need to keep about 200-300 records from a file with upwards of a million ...
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
3answers
1k views

Biztalk suspended messages in database

I was wondering if some1 knows where I can see the data of a suspended message in the biztalk database. I need this because about 900 messages have been suspended because of a validation and I need ...
3
votes
1answer
737 views

Usage of Biztalk SAP Adapter without Biztalk Server to connect .NET and SAP

Is it possible to use the Biztalk adapter pack whithout a Biztalk installation (Biztalk license is available)? I want to use the Biztalk Adapter for SAP RFC calls within a .NET Application (as a ...
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 ...
3
votes
1answer
116 views

Does anyone know of a FAX adapter for BizTalk Server 2009?

I found one example on CodeProject that was implemented for (I believe) BTS 2006. It looks like it would work, and if nothing else, it's a reasonable implementation of the BTS Samples base adapter. ...
3
votes
1answer
2k views

What could be wrong with this xsd?

I have an xsd. When I try to validate it in BizTalk it gives these errors: error BEC2009: Node "<Schema>" - Schema reference "http://www.w3.org/2001/xml.xsd" is not a valid reference or does ...
3
votes
5answers
2k views

BizTalk server problem

we have a biztalk server (a virtual one (1!)...) at our company, and an sql server where the data is being kept. Now we have a lot of data traffic. I'm talking about hundred of thousands. So I'm ...
3
votes
2answers
509 views

BizTalk WMI Remote Wrapper

I'm using MgmtClassGen.exe from the .Net Framework SDK to generate some WMI wrapper classes for BizTalk artifacts like hosts, host instances, etc. I'm using HostSetting.GetInstances() to get the ...

1 2 3 4 5 14