<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MSDTC on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/msdtc/</link><description>Recent content in MSDTC on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 01 May 2013 11:31:00 +0200</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/msdtc/index.xml" rel="self" type="application/rss+xml"/><item><title>Ensuring unique CIDs for MSDTC in BizTalk installations</title><link>http://blog.marko-apfel.de/posts/ensuring-unique-cids-for-msdtc-in-biztalk-installations/</link><pubDate>Wed, 01 May 2013 11:31:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/ensuring-unique-cids-for-msdtc-in-biztalk-installations/</guid><description>&lt;h2 id="situation"&gt;Situation&lt;/h2&gt;
&lt;p&gt;By installing BizTalk in a distributed environment it is essential, that the MS DTC (Microsoft Distributed Transaction Controller) have an unique CID. Notably by cloning machines in a virtual environment this is often not the case, if the customizing after cloning is too simple establishes. A lot of system guys don’t care about this IDs – they only change the SIDs of the systems.&lt;/p&gt;</description></item><item><title>Installationsanleitung BizTalk 2004 in einer Multi-Computer-Landschaft</title><link>http://blog.marko-apfel.de/posts/installationsanleitung-biztalk-2004-in-einer-multi-computer-landschaft/</link><pubDate>Wed, 15 Feb 2006 09:56:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/installationsanleitung-biztalk-2004-in-einer-multi-computer-landschaft/</guid><description>&lt;h2 id="voraussetzungen"&gt;Voraussetzungen&lt;/h2&gt;
&lt;h3 id="hardware-server"&gt;&lt;em&gt;Hardware (Server)&lt;/em&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;EAI (BizTalk): &lt;code&gt;VSTB0007&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Datenbank (SQL Server): &lt;code&gt;VSTB0008&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;xml:namespace prefix = st1 ns = &amp;ldquo;urn:schemas-microsoft-com:office:smarttags&amp;rdquo; /Enterprise Single Sign-On VSTB0009&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="software-betriebssystem"&gt;Software (Betriebssystem)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Windows 2003 Server&lt;/li&gt;
&lt;li&gt;Installationsmodus von uns&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="software-medien-bzw-downloads"&gt;Software (Medien bzw Downloads)&lt;/h3&gt;
&lt;h4 id="vstb0007"&gt;VSTB0007&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;SQL Server 2000 Standard&lt;/li&gt;
&lt;li&gt;SQL Server 2000 SP3a&lt;/li&gt;
&lt;li&gt;SQL Server 2000 SP3a for Analysis Services&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="vstb0008"&gt;VSTB0008&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Visual Studio.NET 2003&lt;/li&gt;
&lt;li&gt;MSXML 4.0 SP2&lt;/li&gt;
&lt;li&gt;MSXML 3.0 SP4&lt;/li&gt;
&lt;li&gt;SOAP Toolkit 3.0&lt;/li&gt;
&lt;li&gt;SqlXml 3.0 SP2&lt;/li&gt;
&lt;li&gt;Office XP Tool Web Components (OWC10)&lt;/li&gt;
&lt;li&gt;Windows SharePoint Services (2.0)&lt;/li&gt;
&lt;li&gt;BizTalk Server 2004&lt;/li&gt;
&lt;li&gt;BizTalk Server 2004 SP1&lt;/li&gt;
&lt;li&gt;Hotfix KB831950&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="vstb0009"&gt;VSTB0009&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;DTC Tester Tool&lt;/li&gt;
&lt;li&gt;BizTalk Server 2004&lt;/li&gt;
&lt;li&gt;BizTalk Server 2004 SP1&lt;/li&gt;
&lt;li&gt;MSXML 4.0 SP2&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="user-und-gruppen-im-active-directory-einrichten"&gt;User und Gruppen im Active Directory einrichten&lt;/h3&gt;
&lt;h4 id="service-user"&gt;Service User&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;User cannot change password: check (enterprise security will batch change the passwords).&lt;/li&gt;
&lt;li&gt;Password never expires: check.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Allow logon to terminal server&lt;/em&gt;: uncheck.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Remote control&lt;/em&gt;: uncheck &lt;em&gt;enable remote control&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Log on to&lt;/em&gt;: none (disallow using the account on any other workstation).&lt;/li&gt;
&lt;/ol&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;User Name&lt;/th&gt;
					&lt;th&gt;First Name&lt;/th&gt;
					&lt;th&gt;Last Name&lt;/th&gt;
					&lt;th&gt;Full Name&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;SQLService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SQL&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SQLService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;SQL Service Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;SPAdmin&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;Admin&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SPService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;SharePoint Admin Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTS&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Service Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTServiceBAS&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BAS&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Server BAS Application Pool Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTServiceBASWeb&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BASWeb&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk BAS Publishing Web Service Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTServiceEDI&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;EDI&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Base EDI Service Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTServiceHost&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;Host&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Host Instance Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTServiceHostIso&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;HostIso&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Isolated Host Instance Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;SSOService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SSO&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;Enterprise Single Sign-On Service&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTServiceHWF&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;HWF&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;Human Workflow Services User Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTServiceREU&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;REU&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTService&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;Rule Engine Update Service&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4 id="interactive-user"&gt;Interactive User&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;User cannot change password: check (enterprise security will batch change the passwords).&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Password never expires&lt;/em&gt;: check.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Allow logon to terminal server&lt;/em&gt;: check.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Remote control&lt;/em&gt;: &lt;em&gt;check enable remote control&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Log on to&lt;/em&gt;: none (disallow using the account on any other workstation).&lt;/li&gt;
&lt;/ol&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;code&gt;User Name&lt;/code&gt;&lt;/th&gt;
					&lt;th&gt;&lt;code&gt;First Name&lt;/code&gt;&lt;/th&gt;
					&lt;th&gt;&lt;code&gt;Last Name&lt;/code&gt;&lt;/th&gt;
					&lt;th&gt;&lt;code&gt;Full Name&lt;/code&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserAdmin&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;Admin&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Administrative User Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserBASTechMgr&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;TechManager&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk BAS Tech Manager&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserBASTechPub&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;TechPublisher&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk BAS Tech Publisher&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserDeploy&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;Deploy&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Deployment User Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserHostInstance&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;HostInstance&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Host Instance Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserHostIsolated&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;IsolatedlHost&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Isolated Host Instance Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserInstall&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;Install&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Installation User Account&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;BTUserSupport&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;Support&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;BTUser&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;BizTalk Support Access Account&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4 id="gruppen"&gt;Gruppen&lt;/h4&gt;
&lt;p&gt;To allow HAT to attach orchestrations to the debugger, the developer needs to belong to the BizTalk Server Administrators group, as outlined above in “BizTalk Development Accounts”.&lt;/p&gt;</description></item></channel></rss>