This took me the better part of the afternoon to figure out, so hopefully I can save someone else the time.
- Install the Dragon Age Toolset, ensuring that you uncheck the “Install SQL Server 2005″ option.
- Download the x64 versions of SQL Server 2005 Express Edition and SQL Server Management Studio Express.
- Install Server and Management Studio with the default settings.
- Open Management Studio Express and connect with the default settings.
- Right click “Databases” and select “New Database.” Set the name to “dragonage_toolset” and press OK.
- Select “dragonage_toolset” from the list on the left and click the “New Query” button in the toolbar.
- Paste the contents of this file in the blank window, and click the “Execute” button in the toolbar. You may see some warnings, but that’s OK.
- Repeat the process, this time pasting the contents of this file.
- Close Management Studio Express.
- Run “ConfigureToolset.exe” from your Toolset installation folder.
- Click next on the first screen. On the “Content Database” dialog, uncheck “Use the default database” and paste the following into the Database field:
Provider=SQLNCLI.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=dragonage_toolset;Data Source=MACHINE-NAME\SQLEXPRESS
You will want to change “MACHINE-NAME” to match the name of your PC in all capital lettering. - Press Next, and then press Finish. Start the Toolset and you should be good to go.
Hope this helps!
Tags: dragon age, sql server, toolset



This worked for me. I’ve been struggling with it for the last couple days. Thanks a lot!
unfortuantely i get many errors when i copy and paste those files into the query.
will the names of those queries also matter?
Hey hows it going,
I followed your instructions and I could not get the Toolset to load… I keep getting the message that states ‘unable to connect to the database.’ I followed your instructions to the letter…with no success… Also, I am getting a lot of errors when executing the creation of the temp tables/tables in the above-mentioned links you provided…
Any help would be appreciated…
Dan
Thanks a lot, actually works to make the editor running. However, once I am in, I experience some problems, i.e. I cannot access placeables, creatures, etc. Can it be that some links are not set correct?
Thanks for posting this. Alas it didn’t work for me. What a piece of overcomplicated bullshit software
Hi guys,
Thanks; it appears we’re missing a step here somewhere and are failing to get all the data imported into the database. I’ve noticed this as well, and am investigating how to fix it. Stay tuned to this thread for updates.
Thumbs up, works like a charm for me!
Hey guys & Evan,
to prevent executing the db-scripts with errors, try the following other solution:
In the Management Studio Express right click on “Databases…” and select “Restore Database…” (maybe named different, I am using the german version!).
In the first field (“to database”) write “bw_dragonage_content”.
For the second field, first select “from medium” and select the file “bw_dragonage_content.bak” from your “\Dragon Age\tools\dbbak” folder.
A dataset is appearing in the list, select it in the column “restore”, then press OK.
If an error show’s up, try to set full rights for the MSSQL-folder named in the error for all users over the explorer. It will work then, and you have the original database without any error.
Worked for me…
Ah, of course you have to change your settings with the ConfigureToolkit.exe, just use the wizard on the second page, it will show available servers and databases. If it still doesn’t work, you maybe also have to start the “SQL GUI Manager” (or similar) and select “add new administrator”, which will grant SQL admin access to your current user if done properly…
you told us to download the 64x version of sql server 2005 but never told us to install it, think that might be the problem?
Thanks! Even works for 32 bit.
Hey Even, I just had a thought, would this work with the Steam installed version of the game also? or would something need to be changed for that?
Hi Evan, trying this out now, I hope it works. But thanks anyway for sharing, have been trying to make this work for 2 days now.
Thanks.
Wilmer Lindau.
Yup! I’m actually using the Steam version myself.