Aller au contenu

Photo

manual installation of the database


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
gordonbrown82

gordonbrown82
  • Members
  • 544 messages
hey guys database problem  here:

"C:\\Program Files\\Microsoft SQL Server\\90\\Tools\\Binn\\"sqlcmd -S .\\BWDATOOLSET -E -Q "RESTORE DATABASE bw_dragonage_content FROM DISK = 'C:\\Program Files\\Dragon Age\\tools\\dbbak\\bw_dragonage_content.bak' WITH MOVE 'bw_dragonage_content' TO 'C:\\Program Files\\Dragon Age\\tools\\toolssql\\Data\\bw_dragonage_content.mdf', MOVE 'bw_dragonage_content_Log' TO 'C:\\Program Files\\Dragon Age\\tools\\toolssql\\Data\\bw_dragonage_content.ldf'

when i use that command i get the message that SQL server 2005 might not be allowing a connection from afar (fjärran****ning in swedish).

i can't change the priviliges in SQL server surface area configuration

i've tried to install the database manually but i don't understand the last step in the tutorial:


In the Dragon Age\\tools\\ folder is a program called ConfigureToolset.exe. Run this and click "next" until you get to the database connection screen:


Posted Image

Posted Image
This is where you'll select the database that the toolset uses.
The ConfigureToolset application currently (as of 1.00) doesn't set a registry entry that the toolset also needs in order to find the database properly. You'll need to set this 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

#2
gordonbrown82

gordonbrown82
  • Members
  • 544 messages
i'm running vista now. is there some more extreme way of getting around this problem like installing xp or something?

#3
grallonsphere

grallonsphere
  • Members
  • 60 messages
It's so user friendly it brings tears to my eyes...







G.

#4
7times6

7times6
  • Members
  • 12 messages
Hej,



I had the same error. For me it worked to install the SQL Express manually after downloading it from microsoft: Watch out, during install you get asked on the 2nd/3rd step? whether you wish to assign the sa user for the database (a click box), do it!

Then install the toolset, because of the user assigned it might work, press retry at least once if it complains.



You also might want to check out that page:



http://social.biowar...the_database.22



Vista does not add the user on its own and its a pain to do it later if you are not Vista savy