<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tannernet</id>
		<title>Dragon Age Toolset Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tannernet"/>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/wiki/Special:Contributions/Tannernet"/>
		<updated>2026-04-21T19:01:01Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7571</id>
		<title>Installation into a directory with a long path name</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7571"/>
				<updated>2009-11-10T19:55:04Z</updated>
		
		<summary type="html">&lt;p&gt;Tannernet: added explanation, formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MSSQL Express 2005's installer has a limitation that prevents it from installing to a directory path that's longer than 58 characters. Microsoft's Knowledge Base has details here: http://support.microsoft.com/kb/935371&lt;br /&gt;
&lt;br /&gt;
Unfortunately, the default installation path used by Steam goes over this limit. When you hit this error you'll get the error message&lt;br /&gt;
&lt;br /&gt;
&amp;quot;SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft] [SQL Native Client] [SQL Server]Incorrect syntax near '='. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
A workaround has been developed that allows installation to work correctly, however.&lt;br /&gt;
&lt;br /&gt;
Open the file \Steam\steamapps\common\dragon age origins\tools\toolssql\MSSQL.1\MSSQL\Install\Sysdbupg.sql&lt;br /&gt;
&lt;br /&gt;
Find the line [it's near the bottom] that reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SELECT @certificate_name = QUOTENAME(@certificate_name, '''')&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace it with the following line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SELECT @certificate_name = '''' + REPLACE(@certificate_name, '''', '''''') + ''''&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Re-install toolset.&lt;br /&gt;
&lt;br /&gt;
If you can't find these files, you can try doing it while the installation process is ongoing. When the error message above pops up, edit the Sysdbupg.sql file and then click &amp;quot;retry&amp;quot; after you save the modified version.&lt;br /&gt;
&lt;br /&gt;
If you still run into problems, Delete temp_MS_AgentSigningCertificate_database.MDF and LDF from C:\Program Files (x86)\Steam\steamapps\common\dragon age origins\tools\toolssql\MSSQL.1\MSSQL\Data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may also run into the following error message:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]CREATE DATABASE failed.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This one can be worked around by replacing the Sysdbupg.sql file with a blank file of the same name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' BioWare is working on this problem to produce a better workaround than having to edit things on the fly while installing. We may be able to produce a new installer that handles this situation. Hopefully this won't take very long, we thank you for your patience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Error: &amp;lt;code&amp;gt;&amp;quot;Cannot open file for writing C:\Program Files\BioWare\...&amp;quot;&amp;lt;/code&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
This is because the folder &amp;lt;code&amp;gt;C:\Program Files\BioWare\&amp;lt;/code&amp;gt; does not exist (for example: you installed Dragon Age from Steam.)&lt;br /&gt;
Simply create the directory &amp;lt;code&amp;gt;C:\Program Files\BioWare\&amp;lt;/code&amp;gt; then hit retry.&lt;br /&gt;
&lt;br /&gt;
[[Category:Toolset installation]]&lt;/div&gt;</summary>
		<author><name>Tannernet</name></author>	</entry>

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7557</id>
		<title>Installation into a directory with a long path name</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7557"/>
				<updated>2009-11-10T08:52:07Z</updated>
		
		<summary type="html">&lt;p&gt;Tannernet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MSSQL Express 2005's installer has a limitation that prevents it from installing to a directory path that's longer than 58 characters. Microsoft's Knowledge Base has details here: http://support.microsoft.com/kb/935371&lt;br /&gt;
&lt;br /&gt;
Unfortunately, the default installation path used by Steam goes over this limit. When you hit this error you'll get the error message&lt;br /&gt;
&lt;br /&gt;
&amp;quot;SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft] [SQL Native Client] [SQL Server]Incorrect syntax near '='. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
A workaround has been developed that allows installation to work correctly, however.&lt;br /&gt;
&lt;br /&gt;
Open the file \Steam\steamapps\common\dragon age origins\tools\toolssql\MSSQL.1\MSSQL\Install\Sysdbupg.sql&lt;br /&gt;
&lt;br /&gt;
Find the line [it's near the bottom] that reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SELECT @certificate_name = QUOTENAME(@certificate_name, '''')&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace it with the following line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SELECT @certificate_name = '''' + REPLACE(@certificate_name, '''', '''''') + ''''&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Re-install toolset.&lt;br /&gt;
&lt;br /&gt;
If you can't find these files, you can try doing it while the installation process is ongoing. When the error message above pops up, edit the Sysdbupg.sql file and then click &amp;quot;retry&amp;quot; after you save the modified version.&lt;br /&gt;
&lt;br /&gt;
If you still run into problems, Delete temp_MS_AgentSigningCertificate_database.MDF and LDF from C:\Program Files (x86)\Steam\steamapps\common\dragon age origins\tools\toolssql\MSSQL.1\MSSQL\Data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may also run into the following error message:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]CREATE DATABASE failed.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This one can be worked around by replacing the Sysdbupg.sql file with a blank file of the same name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' BioWare is working on this problem to produce a better workaround than having to edit things on the fly while installing. We may be able to produce a new installer that handles this situation. Hopefully this won't take very long, we thank you for your patience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Error: &amp;quot;Cannot open file for writing C:\Program Files\BioWare\...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Simply create the directory C:\Program Files\BioWare\ then hit retry.&lt;br /&gt;
&lt;br /&gt;
[[Category:Toolset installation]]&lt;/div&gt;</summary>
		<author><name>Tannernet</name></author>	</entry>

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=Talk:Installing_the_toolset&amp;diff=7556</id>
		<title>Talk:Installing the toolset</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=Talk:Installing_the_toolset&amp;diff=7556"/>
				<updated>2009-11-10T08:48:00Z</updated>
		
		<summary type="html">&lt;p&gt;Tannernet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Need help with this error during SQL Server Express 2005 install:&lt;br /&gt;
&lt;br /&gt;
[Microsoft][SQL Native Client][SQL Server]CREATE DATABASE failed. Some file names listed could not be created.&lt;br /&gt;
&lt;br /&gt;
--[[User:Tannernet|Tannernet]] 01:53, 10 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Found help here:&lt;br /&gt;
&lt;br /&gt;
http://social.bioware.com/wiki/datoolset/index.php/Installation_into_a_directory_with_a_long_path_name&lt;/div&gt;</summary>
		<author><name>Tannernet</name></author>	</entry>

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=Talk:Installing_the_toolset&amp;diff=7551</id>
		<title>Talk:Installing the toolset</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=Talk:Installing_the_toolset&amp;diff=7551"/>
				<updated>2009-11-10T01:53:11Z</updated>
		
		<summary type="html">&lt;p&gt;Tannernet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Need help with this error during SQL Server Express 2005 install:&lt;br /&gt;
&lt;br /&gt;
[Microsoft][SQL Native Client][SQL Server]CREATE DATABASE failed. Some file names listed could not be created.&lt;br /&gt;
&lt;br /&gt;
--[[User:Tannernet|Tannernet]] 01:53, 10 November 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Tannernet</name></author>	</entry>

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=Talk:Installing_the_toolset&amp;diff=7550</id>
		<title>Talk:Installing the toolset</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=Talk:Installing_the_toolset&amp;diff=7550"/>
				<updated>2009-11-10T01:52:12Z</updated>
		
		<summary type="html">&lt;p&gt;Tannernet: Created page with 'Need help with this error during SQL Server Express 2005 install: [Microsoft][SQL Native Client][SQL Server]CREATE DATABASE failed. Some file names listed could not be created.'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Need help with this error during SQL Server Express 2005 install:&lt;br /&gt;
[Microsoft][SQL Native Client][SQL Server]CREATE DATABASE failed. Some file names listed could not be created.&lt;/div&gt;</summary>
		<author><name>Tannernet</name></author>	</entry>

	</feed>