Difference between revisions of "Bug: ConfigureToolset application fails to set a registry key"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(copied from known issues)
 
(added tracking number)
Line 21: Line 21:
 
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=bw_dragonage_content;Data Source=.\\BWDATOOLSET
 
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=bw_dragonage_content;Data Source=.\\BWDATOOLSET
 
</pre>
 
</pre>
 +
 +
{{EV|203026}}
  
 
[[Category:Toolset bugs]]
 
[[Category:Toolset bugs]]

Revision as of 23:06, 15 January 2010

  • Version found: 1.0.1008.0
  • Status: Open

Description

The ConfigureToolset application currently (as of 1.01) doesn't set a registry entry that the toolset also needs in order to find the database properly.

Workarounds

If you need to use ConfigureToolset to change your database settings, you'll need to set this key manually. The key you'll need to update is:

HKEY_LOCAL_MACHINE\SOFTWARE\BioWare\Dragon Age\Toolset\Environment

Change it to match the database line produced by the configuration tool in the previous step. For example, the value in a default installation of the toolset is:

Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=bw_dragonage_content;Data Source=.\\BWDATOOLSET


BioWare BWIcon rgb.png
This issue has been recorded in BioWare's internal tracking system.

Reference number: 203026 -