Developer forum

Forum » Development » setup question

setup question


Reply

When setting up a project for dynamicWeb eCommerce I have the following issues that I need answers for


1. How do I change from Access to SQL server in the configuration ? 



2. The current setting is Light. How do I configure the project to be Business? 



3. I have run the ecommdbsetup msi fil and installed the tables in my database. However in the control panel > modules > ecom the status is : eCom not installed.



 


regards

Lars Kohsel

Valtech 

Replies

 
Reply

1. ?


 


2. Open dynamicweb.mdb in Access, open the Module table, find the ModuleSystemName (light) - change the boolean of ModuleAccess to false (uncheck).


 


.. find the modulesystemname (business) - change the boolean of ModuleAccess to true (check).


 


3. same as above - change the ModuleAccess of eCom moduleSystemName to true.


 


// Jess


 
Reply

To set up your Dynamicweb to run on SQL server, set these values in GlobalSettings.aspx to match your configuration:


 


GlobalSettings/System/Database/Type = ms_sqlserver

GlobalSettings/System/Database/SQLServer = IP or machine name

GlobalSettings/System/Database/UserName = DB login name

GlobalSettings/System/Database/Password = DB user password


And before you ask, yes, we are currently working on finding a way to let you do these thins through admin.

 

You must be logged in to post in the forum