Hello,
I am trying to install ECF 2.0 and I got the following log in the log file while trying to create a store. As you can see below. It failed to import the catalog:
*** Creating new instance of Mediachase .NET eCommerce Framework ***
Connecting to SQL server '58750F00B9F5470' as 'sa'...
OK.
Creating SQL database 'EverythingStore'...
OK.
Executing SQL script 'C:\Program Files\Mediachase\.NET eCommerce Framework\2.0\Database Scripts\DataBaseSchema.sql'...
OK.
Executing SQL script 'C:\Program Files\Mediachase\.NET eCommerce Framework\2.0\Database Scripts\DataBaseDataLoad.sql'...
OK.
Disconecting from SQL server.
Modifying 'C:\Program Files\Mediachase\.NET eCommerce Framework\2.0\Everything Store\web.config'...
OK.
Modifying 'C:\Program Files\Mediachase\.NET eCommerce Framework\2.0\Commerce Manager\web.config'...
OK.
Modifying 'C:\Program Files\Mediachase\.NET eCommerce Framework\2.0\Setup\CreateStore.exe.config'...
OK.
Importing store catalog...
Failed.
*** Failed ***
Rollback started
Connecting to SQL server '58750F00B9F5470' as 'sa'...
OK.
Deleting SQL database 'EverythingStore'...
OK.
Disconecting from SQL server.
Rollback finished
Error details:
System.ComponentModel.LicenseException: The license for Mediachase eCommerce Framework 2004 has expired. Please contact support@mediachase.com for more information.
at Mediachase.Store.Business.ServerLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)
at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey)
at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license)
at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
at Mediachase.Store.Business.Product..ctor()
at Mediachase.Store.Business.ReportManager.XmlImportCatalog(XmlDocument doc)
at McStore.McStore.ImportCatalog()
at McStore.McStore.Create()
at McStore.McStore.Main(String[] args)