Thank you, After running the command from the webserver:
D:\dsc\Install>instdsc dbserver dotshopping_staging \\dbserver\d$\mssql\data d:\key localhost noreply@r2pnetworks.com
the directory structure \\dbserver\d$\MSSQL\Data\FTData\dotshopping_staging is created but then it gives this error:
Creating database dbserver.dotshopping_staging at \\dbserver\d$\mssql\data ...
Running sqlcmd -E -S dbserver -v DatabaseName="dotshopping_staging"
PrimaryFilePhysicalName="\\dbserver\d$\mssql\data\dotshopping_staging.mdf"
PrimaryLogFilePhysicalName="\\dbserver\d$\mssql\data\dotshopping_staging_log.ldf"
DBDataPath="\\dbserver\d$\mssql\data" -i "D:\dsc\Install\CreateDB.sql" -b</span>
Unhandled Exception: System.ComponentModel.Win32Exception:
The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn
fo)
at System.Diagnostics.Process.Start()
at DotShoppingCart.OpenSource.Core.RunCmd.RunProcess(String filename, String
arguments) in D:\sites\OpenSourceEdition\Core\RunCmd.cs:line 44
at DotShoppingCart.OpenSource.Core.DBDeployment.CreateDSCDatabase(String serv
er, String dbName, String path, Boolean outputToConsole) in D:\sites\OpenSourceE
dition\Core\DBDeployment.cs:line 35
at InstDSC.InstDSC.CreateDB() in D:\sites\OpenSourceEdition\InstDSC\Program.c
s:line 94
at InstDSC.InstDSC.Install() in D:\sites\OpenSourceEdition\InstDSC\Program.cs
:line 86
at InstDSC.InstDSC.Main(String[] args) in D:\sites\OpenSourceEdition\InstDSC\
Program.cs:line 81</span>
Any tips?
|