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

	<entry>
		<id>https://datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7476</id>
		<title>Installation into a directory with a long path name</title>
		<link rel="alternate" type="text/html" href="https://datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7476"/>
				<updated>2009-11-07T18:32:38Z</updated>
		
		<summary type="html">&lt;p&gt;A Monk32: &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;
[[Category:Toolset installation]]&lt;/div&gt;</summary>
		<author><name>A Monk32</name></author>	</entry>

	<entry>
		<id>https://datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7475</id>
		<title>Installation into a directory with a long path name</title>
		<link rel="alternate" type="text/html" href="https://datoolset.net/mw/index.php?title=Installation_into_a_directory_with_a_long_path_name&amp;diff=7475"/>
				<updated>2009-11-07T18:32:10Z</updated>
		
		<summary type="html">&lt;p&gt;A Monk32: &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;
[[Category:Toolset installation]]&lt;/div&gt;</summary>
		<author><name>A Monk32</name></author>	</entry>

	</feed>