<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deployment on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/deployment/</link><description>Recent content in Deployment on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 24 Jun 2015 14:57:00 +0200</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/deployment/index.xml" rel="self" type="application/rss+xml"/><item><title>Error “Couldn’t install programs” during installing Windows Live Writer</title><link>http://blog.marko-apfel.de/posts/error-couldnt-install-programs-during-installing-windows-live-writer/</link><pubDate>Wed, 24 Jun 2015 14:57:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/error-couldnt-install-programs-during-installing-windows-live-writer/</guid><description>&lt;p&gt;By downloading the latest version of WLW you normally get the online installer. It is a small program &lt;code&gt;wlsetup-web.exe&lt;/code&gt; which downloads during setup the necessary components.&lt;/p&gt;
&lt;p&gt;Unfortunately this setup raised on different machines the error “Couldn’t install programs”.&lt;/p&gt;</description></item><item><title>ClearOS: Installation hangs during system update with “Exception: Didn't install any keys”</title><link>http://blog.marko-apfel.de/posts/clearos-installation-hangs-during-system-update-with-exception-didn-t-install-any-keys/</link><pubDate>Tue, 25 Nov 2014 15:23:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/clearos-installation-hangs-during-system-update-with-exception-didn-t-install-any-keys/</guid><description>&lt;p&gt;During my first installation of ClearOS the (web) installer hangs during the system update step. It downloaded a lot but it didn’t applied the updates because of the error &lt;code&gt;Exception: Didn't install any keys&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Installation experiences with NDepend under Win7/64 with restricted user permissions</title><link>http://blog.marko-apfel.de/posts/installation-experiences-with-ndepend-under-win7-64-with-restricted-user-permissions/</link><pubDate>Mon, 27 Dec 2010 19:10:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/installation-experiences-with-ndepend-under-win7-64-with-restricted-user-permissions/</guid><description>&lt;p&gt;Today Patrick from NDepend gave me a new license for his static code analysis tool &lt;em&gt;NDepend&lt;/em&gt; for my fresh machine with Win7/64. This platform is new for me, so some things are different to Win XP. Maybe that till yet some of these things are not well enough understood from me. So I stepped in some traps.&lt;/p&gt;</description></item><item><title>Experiences with the new Add-In concept of ArcGIS 10</title><link>http://blog.marko-apfel.de/posts/experiences-with-the-new-add-in-concept-of-arcgis-10/</link><pubDate>Wed, 08 Sep 2010 12:08:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/experiences-with-the-new-add-in-concept-of-arcgis-10/</guid><description>&lt;h2 id="namespaces-of-components-in-an-add-in"&gt;Namespaces of components in an Add-In&lt;/h2&gt;
&lt;p&gt;It seems that there is only one namespace for all components in an Add-In allowed. The namespace is defined over an attribute of the tag &lt;code&gt;&amp;lt;AddIn&amp;gt;&lt;/code&gt;. And this tag is allowed only once per &lt;code&gt;config.esriaddinx&lt;/code&gt; file.&lt;/p&gt;</description></item><item><title>Casing of COM-Interop registered components</title><link>http://blog.marko-apfel.de/posts/casing-of-com-interop-registered-components/</link><pubDate>Tue, 08 Jun 2010 09:54:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/casing-of-com-interop-registered-components/</guid><description>&lt;p&gt;During a refactoring I realized that renaming of components, which will be registered for COM-Interop, must be done carefully.&lt;/p&gt;
&lt;p&gt;In my case i changed the casing of &lt;code&gt;XyzToolbar&lt;/code&gt; to &lt;code&gt;XyzToolBar&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;At the developing machine everything works fine. But after installing the modified stuff at the production machine, the toolbar was not visible. Using &lt;code&gt;regasm&lt;/code&gt; with the new assemblies helped.&lt;/p&gt;</description></item><item><title>ClickOnce installation folder</title><link>http://blog.marko-apfel.de/posts/clickonce-installation-folder/</link><pubDate>Thu, 19 Feb 2009 14:17:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/clickonce-installation-folder/</guid><description>&lt;p&gt;During testing ClickOnce-Deployment i wondered that in my start-menu an &amp;ldquo;application reference&amp;rdquo; is created which has no link-reference to the application which is installed at the client.&lt;/p&gt;
&lt;p&gt;Only references to the server which offers the application are listed.
It seems there is some magic in the ClickOnce-client-engine of .NET-FW 2.0&lt;/p&gt;</description></item><item><title>Error: The database server you specified cannot be reached ..</title><link>http://blog.marko-apfel.de/posts/error-the-database-server-you-specified-cannot-be-reached/</link><pubDate>Thu, 23 Feb 2006 18:15:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/error-the-database-server-you-specified-cannot-be-reached/</guid><description>&lt;p&gt;Beim Installieren des Enterprise Single Sign-On Dienstes kommt folgende Fehlermeldung:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;The database server you specified cannot be reached.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Make sure you have specified the correct server name and that the server is currently running.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Login failed for user ***
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Die Domain-Gruppe der &amp;ldquo;SSO Administratoren&amp;rdquo; muss in die Gruppe der lokalen Adminstratoren auf der SQL Server Maschine. Der Installations-User bekommt durch die Mitgliedschaft in &amp;ldquo;SSO Administratoren&amp;rdquo; dann Admin-Rechte im SQL-Server.&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>