Questions tagged [biztalk]

Microsoft BizTalk Server is a server product for Business Process Management and Enterprise Application Integration, developed by Microsoft.

BizTalk enables organizations to integrate their business processes and manage through the exchange of electronic business documents ( such as purchase orders , invoices, delivery notes , etc. ) between applications in XML and other formats , as well as outside the boundaries of the organization . BizTalk supports several standard EDI formats such as EDIFACT , X12 and RosettaNet , and there are plenty of adapters available for facilitating connections to several platforms (including SAP and PeopleSoft ) via various protocols such as HTTP , FTP and SMTP.

BizTalk Server uses the Microsoft .NET technology and supports SOAP and Web Services. Software for BizTalk Server is done through Visual Studio .NET .

34 questions
1
vote
1 answer

log shipping of biztalk database on SQL server 2008 standard edition

I want to do log shipping for biztalk databases on SQL server 2008 standard edition (server A) to another SQL server 2008 standard edition (server B). I was told that for biztalk, logshipping is not like standard logshipping. I was able to find 2…
Manjot
  • 333
  • 3
  • 17
0
votes
1 answer

How to determine if Biztalk 2010 vs BizTalk 2010/R2 is installed

I've looked in the Registry, and database BizTalkMgmtDb.dbo.BizTalkDBVersion to try to determine of Biztalk 2010 or BizTalk 2010 R2 is installed on my system. What's unclear is how R2 would show up there, is it part of the product name itself?…
NealWalters
  • 1,273
  • 7
  • 18
  • 39
0
votes
1 answer

Biztalk 2009 Host Integration Adapters

I have installed BizTalk 2009, it's working fine. Then I installed Host Integration Server 2009 from the BizTalk CD. Now, how do I install or find the BizTalk Adapters that related to Host Integration Services? When I look for an extra download…
NealWalters
  • 1,273
  • 7
  • 18
  • 39
0
votes
1 answer

The MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems

I have a BizTalk server and a SQL server which BizTalk sends messages via WCF-SQL to. The BizTalk server has been calling to this server for over a year with no problems. I came in this morning any suddenly it can't (it was working on Friday). The…
Bensonius
  • 111
  • 1
  • 6
0
votes
1 answer

SQL server- process blocked by -2

I have a Windows server 2003 which has Biztalk Server 2006 enterprise Edition and SQL server 2005 on it. I have had messages like process blocked by -2 in SQL server logs on the same server. I tried killing that process but blocking comes back after…
Manjot
  • 333
  • 3
  • 17
0
votes
1 answer

migrate plus move existing biztalk server database from sql server 2008 R2 to sql server 2012

we are planning to move biztalk database from one place to another as well as upgrade the sql server. the initial database is in sql server 2008 R2 and target is sql server 2012. but the thing is that we have to set up database on another system, i…
sameer
  • 1
  • 3
0
votes
1 answer

Can i use SCOM 2007 R2 to re-enable Biztalk Receive Locations that are disabled?

If we have a BizTalk Receive locaction that has been disabled, can we use SCOM to automatically re-enable the receive locations?
Vijay
  • 1
  • 2
0
votes
1 answer

BizTalk Message Tracking not working

We have a new BizTalk instance set up, and have Message Tracking enabled on some events. The Tracked Message Events appear in the query, but trying to open the details results in this error message: The message was not found in the Message Box or…
Rex M
  • 131
  • 3
  • 10
0
votes
1 answer

Seeking Information regarding EDI

I'm not sure if this is a correct place, but I can't think of another to ask this. I've been looking for about 2 weeks to figure out where I can find information about EDI software and infrastructure. I'm building a SAAS solution which will…
user60812
  • 111
  • 2
0
votes
2 answers

How to do safely test Biztalk app by manipulating the Windows OS system time w/o breaking the Active Directory?

i have a biztalk - window service tied middleware application which talks to other system. recently we had a request to test for scenarios which relates to the date. as we have a lot of places in the application which uses the .net Datetime.Now…
melaos
  • 109
  • 4
0
votes
1 answer

Exchange server rule to export incoming mail attachments to external folder

I wrote a question in Stackoverflow and they referenced me here, I hope you can help me. I would like to make an Exchange Server Rule in order to export incoming mail attachments to a scpecific folder (say "C:\temp") I have seen this can be done…
Juan
  • 1
  • 1
0
votes
2 answers

A colleague claims BizTalk is slow and should not be used

A colleague claims BizTalk is slow and should not be used. He argues that he has never heard anything positive about BizTalk, that it is slow and that customers using it wants to replace it with something else. I'm in the planning phase of some…
Tedd Hansen
  • 654
  • 4
  • 8
  • 17
0
votes
2 answers

SQL Server 2005 Developer Edition in Hyper v client

I am running Hyper V with a 3 servers. I added a new server with Biztalk 2006 R2 and it requires SQL Server. Can I install the SQL Server 2005 Developer's edition? Whould this cause a hugh performance hit to my hyper v server? This will be used for…
Saif Khan
  • 1,935
  • 2
  • 20
  • 25
0
votes
1 answer

Windows Server 2003 Is there a limit on number of TCP connections per process?

We are running into issues with BizTalk host instance intermittently going down. One of the things that we are worried about is the number of FTP connections a single host instance is making which could easily reach into the hundreds perhaps…
0
votes
1 answer

Command or tool to display list of connections to a Windows file share

Is there a Windows command or tool that can tell me what users or computers are connected to a Windows fileshare? Here's why I'm looking for this: I've run into issues in the past where our deployment team has deployed BizTalk applications to one…
BizTalkMama