Gold installation problem
Posted: Mon May 06, 2013 10:08 pm
I'm bringing a 7.0.4 site up to Gold ( 7.0.8 ). The upgrade to 7.0.7 went fine. I then installed a new site for Gold, following the Gold Upgrade instructions with the intent of upgrading the DB and migrating custom stuff into the Gold site:
*stopped the 7.0.7 site after verifying the database was upgraded
*installed .NET4
*Created an empty folder for the site, set permissions appropriately.
*Created a .NET 4 application pool.
*Copied the Gold files from Ablecommerce-GOLDR-b5410-WSP.zip file to the folder.
*Created a site in IIS, pointed it to the folder. Started App pool and site.
*Following the Gold Upgrade instructions, I attempted to access http://mysiteurl/install/default.aspx. Instead of the expected "enter license key" and "where's the database" screens I get the following error:
According to IIS and aspnet_regiis, .NET 4 is installed and allowed. I created a simple html file and put it in the root of the website. I get the same error when I try to access the html file.
The server is running:
Windows Server 2008 Standard (Version 6.0 Build 6002: Service Pack 2) 64bit
IIS 7.0.6000.16386
There are other websites, all running .NET2/3.51. All other sites are stopped.
IIS 6.0 is installed for simple SMTP service
I did a similar upgrade of a 7.0.7 site on a Windows 2008R2/IIS7.5 with no problems - http://thatotherurl/install/default.aspx ran just fine.
Any thoughts or hints?
Thanks!
HaggisMan
*stopped the 7.0.7 site after verifying the database was upgraded
*installed .NET4
*Created an empty folder for the site, set permissions appropriately.
*Created a .NET 4 application pool.
*Copied the Gold files from Ablecommerce-GOLDR-b5410-WSP.zip file to the folder.
*Created a site in IIS, pointed it to the folder. Started App pool and site.
*Following the Gold Upgrade instructions, I attempted to access http://mysiteurl/install/default.aspx. Instead of the expected "enter license key" and "where's the database" screens I get the following error:
Code: Select all
Server Error in '/' Application.
--------------------------------------------------------------------------------
Format of the initialization string does not conform to specification starting at index 0.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Format of the initialization string does not conform to specification starting at index 0.]
System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) +6298813
System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +253
System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +134
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +103
System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +35
System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +253
System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +60
NHibernate.Connection.DriverConnectionProvider.GetConnection() +221
NHibernate.Tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.Prepare() +28
NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.GetReservedWords(Dialect dialect, IConnectionHelper connectionHelper) +113
NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.Update(ISessionFactory sessionFactory) +125
NHibernate.Impl.SessionFactoryImpl..ctor(Configuration cfg, IMapping mapping, Settings settings, EventListeners listeners) +865
NHibernate.Cfg.Configuration.BuildSessionFactory() +154
CommerceBuilder.Common.DatabaseConfiguration.get_SessionFactory() +584
CommerceBuilder.Common.DatabaseSessionManager.GetSession() +355
CommerceBuilder.DomainModel.NHibernateHelper.CreateCriteria(String aliasName, Int32 maximumRows, Int32 startRowIndex, String sortExpression) +67
CommerceBuilder.DomainModel.NHibernateHelper.CreateCriteria(Int32 maximumRows, Int32 startRowIndex, String sortExpression) +92
CommerceBuilder.DomainModel.RepositoryWithTypedId`2.LoadAll(String sortExpression, Int32 maximumRows, Int32 startRowIndex) +128
CommerceBuilder.Common.AbleContext.a() +224
CommerceBuilder.Common.AbleContext.get_Store() +72
CommerceBuilder.UI.AbleCommercePage.InitializeTheme() +45
System.Web.UI.Page.PerformPreInit() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1700
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
The server is running:
Windows Server 2008 Standard (Version 6.0 Build 6002: Service Pack 2) 64bit
IIS 7.0.6000.16386
There are other websites, all running .NET2/3.51. All other sites are stopped.
IIS 6.0 is installed for simple SMTP service
I did a similar upgrade of a 7.0.7 site on a Windows 2008R2/IIS7.5 with no problems - http://thatotherurl/install/default.aspx ran just fine.
Any thoughts or hints?
Thanks!
HaggisMan