biztalk

Tracking of messages from external program to biztalk and back

Hi! I have an external program that will generate an xml document out from the db and pass it to BizTalk. Is it possible to create a transaction id or something(the id the message as in the DB) so I can keep track of the message in BizTalk, and store information in a BizTalk custom Pipeline to the database with the given transaction id?...

Should we introduce BizTalk/ESB?

My company are about to implement a new architecture in which we have proposed BizTalk (we are a Microsoft shop) as the Enterprise Service Bus (ESB) in a SOA (please don't quote Service Oriented Ambiguity) environment. Our business is to take Orders through our new Order Capture GUI which must connect to our Customers Database, Product ...

Biztalk 2006 and Biztalk 2006 R2

How do i tell the 2 versions apart by looking only at their installations? ...

Resume BizTalk dehydrated orchestration

How can I resume a dehydrated orchestration ? the orchestration in question should have been retrieving messages from a MSMQ queue but the userid permission wasn't set on the queue, so the BizTalk box wasn't able to read from the queue Corrected the permissions, but the only options are teminate and suspend ? ...

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 looking for SAP integration, but any input would be appreciated. ...

Load Balancing in BizTalk

At one of our client's site we have the following topology of BizTalk 2006 in production environment: 2 BizTalk Runtime servers 1 SQL Server with MsgBox and TrackingDB on it. One of the runtime servers are dedicated physical server and the another is virtual server, though both have 4 CPUs and 8Gb of memory. The physical server ...

Server Rejecting Biztalk X.509 Certificates

Our ssl certificate recently expired, so we were issued a new one by the CA. Unfortunately, when biztalk uses this certificate to access a server, the server rejects it, giving us a 403.17 error (Expired or not yet valid). So I checked the dates of the certificate and it seems okay. But to really check if the certificate was working, w...

BizTalk SSO configuration and SQL Error 18456, Severity 14, State 16

Hello, I'm having a major issue trying to configure a new install of BizTalk Server 2006 (not R2). The server had Biztalk installed on it before, and it was working fine. I've uninstalled Biztalk, removed the databases and jobs from the SQL server, which is a separate machine, and reinstalled Biztalk. The install was successfull, wi...

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. The BizTalk orchestration does its stuff and returns a response to the asp.net page. The process could take up to a minute or two. I ge...

Moving Biztalk 2006 Database from SQL 2000 to SQL 2005

Has anybody had any experience migrating a bizTalk 2006 server from a SQL 2000 server to a SQL 2005 Server? I understand that nothing chnages as far as the content of the databases - views, stored procs, etc. all remain the same. The scheduled jobs have to be migrated. All of that aside... tips, trick, etc. Thank You in advance. Chr...

How to create Dynamic send port for MS CRM 3.0/4.0 in BizTalk 2006?

HI , I want to create a dynamic send port for MS CRM 3.0/4.0 adapter. but i didn't get how to create it? Also i didn't get any methods to set user name and password required to access CRM. CRM URL is : http://localhost:5555 User name: Administrator Password: password Orgname: MicrosoftCRM I installed MS CRM Adapter[Both for 3.0/4.0...

Correlating a PDF into an orchestration BizTalk

I need to correlate a PDF and a XML file in BizTalk using the PDF filename and value in the XML. How can I read a PDF-file into an orchestration? I somehow have to handle it as XML ... The reason for the correlation is that I have to have both the PDF and the XML from the sending system before I can write them in a specific order to the...

MSBuild ContinueOnError

Hi I have an MSBuild project as follows: <Target Name="StopApplications"> <BizTalk.BuildGenerator.Tasks.StopApplication MessageBoxConnection="$(BizTalkManagementDatabaseConnectionString)" ApplicationName="x.Direct.Brackmills"/> <BizTalk.BuildGenerator.Tasks.StopApplication MessageBoxConnection="$(Biz...

Biztalk Splitting a file and the use of

Hi! In Biztalk 2006 I have a custom pipeline that split a file into many files, before each file get mapped. In the send pipeline I use "Use Temporary file for writing". My question is: When splitting messages and use "Use Temporary file for writing", will every one of the splitted files be moved to the out folder from the temp folder a...

BTSTask ImportBindings

Hi I have a simple batch file that executes BTSTask ImportBindings on a previously exported binding file. There don't seem to be any errors thrown. The send / receive ports and orchestrations are created ok. The problem is that the orchestrations are not bound and the hosts are not set. I've examined the binding file and it looks ok....

Enable Streaming in Biztalk WCF Adapter

I want to send a large blob from biztalk with some metadata to a WCF service. I can control both the service settings and the biztalk settings freely, though I have to use http to reach the service. The blob may well be in the gigabyte range, so the plain WCF BizTalk adapter with BasicHttp or WSHttp is out of question since it serializ...

Web service scenario in BizTalk server

Hi I am new to BizTalk server and I want to know that is it possible to communicate with bizTalk like a web server? My scenario is like this. I have a application in silverlight that will send request to biztalk (web service or http) with some parameter, biztalk will send that request to third party web service, third party web service...

Can we not run BTSHTTPReceive.dll in Win XP (IIS 5)

I am trying to run the sample of Biztalk Samples\AdaptersUsage\HTTPRequestResponse in my machine where bizTalk is properly setup. Being Windows XP, it has IIS 5.1 and in the tutorial (ms-help://MS.BTS.2006/BTS06CoreDocs/html/81c66f61-d86c-49cf-8d24-21c67c68bc5a.htm) it is written in the 3rd step to create the application pool, but there ...

Is BizTalk the "correct" technology for this problem?

I'm currently working on a solution that involves the following work flow: System sends out an email which includes some kind of identifier/sessionID. User replies to email. System receives reply, and parses email for sender, identifier, and user response. System queries a sql database to retrieve some information based on the user res...

Dynamic xsd and Biztalk 2006

Hi all, I'm sort of a biztalk newbie and we run 2006 here with plans to migrate to 2006 R2 in the future. I have a schema that I need to work with called Siri, which is public at: link text or link text for the root xsd document. I have successfully imported this schema into my biztalk project, however, I am finding it difficult to ge...