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
I am using BTSTask and BTSControl to do some deployment operation on a BizTalk 2006.we moved to BizTalk 2009 and these tools seem to n开发者_JAVA技巧ot work with BT2009. are there any specific version
The question is entirely described in the title: is it possible to have multiple components in the same .NET assembly. All examples I\'ve seen so far had a single custom pipeline component per assembl
I\'ve downlaoded the nsoftware sftp adapter for Biztalk. I created a few send & receive ports within Biztalk admin just to see if it works, and it does.
This schema used to work on our Biztalk 2004 environment but throws an error when compiled in Biztalk 2006 R2.
Okay, I\'ve looked through all the walkthroughs on the MSDN.. and I don\'t know what\'s happening.I\'ve got an asynchronous MDN that\'s being received by myOne-Way port which has the pipeline as \"AS2
I have a requirement to process an excel attachment that comes via email, and then insert the data into a SQL Database. Need to be done through BizTalk.
I tried to create a custom pipeline component that takes a message and attaches additional another part dynamically (during Disassemble stage). I haven\'t set up a send port, so that I can see what Bi
I\'m trying to use a distinguished property but I get开发者_StackOverflow中文版 an error \"Cannot implicitly convert type ... to Global_NS ... \"
I\'m trying to make use of the attribute value type in a BizTalk XSL transformation to dynamically set attributes or other element names.