<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kevan.emmott.com &#187; assume</title>
	<atom:link href="http://kevan.emmott.com/tag/assume/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevan.emmott.com</link>
	<description>&#34;cannonballs and acorns&#34;</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:31:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Don&#039;t Make Assumptions in Your Installers</title>
		<link>http://kevan.emmott.com/2009/04/dont-make-assumptions-in-your-installers/</link>
		<comments>http://kevan.emmott.com/2009/04/dont-make-assumptions-in-your-installers/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 16:54:54 +0000</pubDate>
		<dc:creator>kevan@emmott.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[assume]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[no-no]]></category>

		<guid isPermaLink="false">http://kevan.emmott.com/2009/04/14/dont-make-assumptions-in-your-installers/</guid>
		<description><![CDATA[TIBCO iProcess Engine makes an assumption when it installs. It assumes that the database owner name and the schema name for that user [...]]]></description>
			<content:encoded><![CDATA[<p>TIBCO iProcess Engine makes an assumption when it installs. It assumes that the database owner name and the schema name for that user will match. With a standard mixed-mode SQL Server 2005 install this would be fine &#8211; throw Windows Integrated Authentication (WIA) in the mix and it gets complicated. SQL2k5 creates a dbo user, linked to a domain account, and a dbo schema. TIBCO assumes the schema name will match what it resolves the dbowner to (domain/user). It doesn&#8217;t allow you to override this. It doesn&#8217;t take what SQL2k5  says is the default schema for the user. It makes an assumption. Which then results in a error during installation or the creation of a schema that can break enterprise standards. And it&#8217;s just ugly.</p>
<p>Don&#8217;t make assumptions in your installers.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevan.emmott.com/2009/04/dont-make-assumptions-in-your-installers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
