an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > installation issue
Last Post 6/18/2010 10:20:23 AM By lukezy. 24 replies.
Page 1 of 3 (25 posts) << First < Prev 1 2 3 Next > Last >> 
6/1/2010 8:40:16 AM
bansal_db
Posts: 181
Joined: 4/13/2009
installation issue
Hey Luke,
 
I am trying to install sql and web on different servers and getting this error. Do you know what might be the problem?
 
Thanks
 
C:\DSC\Install>InstDSC.exe CDC-DB1 dotshoppingcart C:\database\sd9000 c:\Encrypt
ionKey mail.temp.com temp@temp.com
Creating database CDC-DB1.dotshoppingcart at C:\database\sd9000 ...Running sqlcm
d -E -S CDC-DB1 -v DatabaseName="dotshoppingcart" DefaultDataPath="C:\database\s
d9000\" -i "C:\DSC\Install\CreateDB.sql" -b

Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot fin
d the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn
fo)
   at DotShoppingCart.Commercial.Base.RunCmd.RunProcess(String filename, String
arguments)
   at DotShoppingCart.Commercial.Core.DBDeployment.CreateDSCDatabase(String serv
er, String dbName, String path, Boolean outputToConsole)
   at InstDSC.InstDSC.CreateDB() in C:\sites\DotShoppingCartSuite\InstDSC\Progra
m.cs:line 98
   at InstDSC.InstDSC.Install() in C:\sites\DotShoppingCartSuite\InstDSC\Program
.cs:line 90
   at InstDSC.InstDSC.Main(String[] args) in C:\sites\DotShoppingCartSuite\InstD
SC\Program.cs:line 85
6/1/2010 10:23:42 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: installation issue
You need to make sure the folder C:\database\sd9000 at machine CDC-DB1 exists first.
DotShoppingCart Staff
6/1/2010 10:31:03 AM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: installation issue
It does exist.
6/1/2010 10:36:02 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: installation issue
Does C:\DSC\Install\CreateDB.sql exist on the local machine?
DotShoppingCart Staff
6/1/2010 10:39:56 AM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: installation issue
Yes.
6/1/2010 10:47:06 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: installation issue
Then try to run the following directly.
 
sqlcm d -E -S CDC-DB1 -v DatabaseName="dotshoppingcart" DefaultDataPath="C:\database\sd9000\" -i "C:\DSC\Install\CreateDB.sql" -b
 
 
DotShoppingCart Staff
6/1/2010 10:55:14 AM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: installation issue
SQL is not installed on the webserver. I am getting sqlcm is not recognized command.
6/1/2010 11:03:28 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: installation issue
Ah, that was the problem. SqlCmd is the client tool. Try to install the SQL client to your web server.
DotShoppingCart Staff
6/2/2010 12:44:00 PM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: installation issue
Luke,
 
I am trying to setup a test environment. I replaced the code from production on test site and also did the dabase restore from a backup from production.
 
The front end pages that i have are loading fine. All the products are also loading in the test environment but when i hit login or register, its timing out.
 
Am i missing something?
 
Thanks
 
-D
6/3/2010 9:07:29 AM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: installation issue
i also updated the encryption key on the test machine. Is there anything else?
6/4/2010 9:48:41 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: installation issue
Are you still expericening the problem? Is there any exception stack or error message?
DotShoppingCart Staff
Page 1 of 3 (25 posts) << First < Prev 1 2 3 Next > Last >>