I'm trying to work through the installation/configuration but I get this error during database creation:```
at CMS.DataEngine.SqlInstallationHelper.ImportDefaultData(IDataConnection connection, String dataFolder, LogMessage log, String defaultErrorMessage)
at CMS.DataProviderSQL.DataConnection.BulkInsert(DataTable sourceData, String targetTable, BulkInsertSettings insertSettings)
at CMS.DataEngine.AbstractDataConnection.HandleError(String queryText, Exception ex)The statement has been terminated.
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Caused exception:BulkInsert to table 'BadWords_Word'
Query:[DataConnection.HandleError]:
ERROR: An error occurred:
data\badwords_word
```This is my connection string:@connectionStrings@
@add name=@CMSConnectionString@ connectionString=@Data Source=MYPC\SQLEXPRESS;Initial Catalog=jobzgenie;Integrated Security=False;Persist Security Info=False;User ID=jobzgenie_user;Password=jobzgenie99;Connect Timeout=200;Encrypt=False;Current Language=English;@ /@
@add name=@Entities@ connectionString=@metadata=res://*/DataModels.JobsJetDataModel.csdl|res://*/DataModels.JobsJetDataModel.ssdl|res://*/DataModels.JobsJetDataModel.msl;provider=System.Data.SqlClient;provider connection string=@quot;data source=MYPC\SQLEXPRESS;initial catalog=jobzgenie;persist security info=True;user id=jobzgenie_user;password=jobzgenie99;MultipleActiveResultSets=True;App=EntityFramework@quot;@ providerName=@System.Data.EntityClient@ /@
@/connectionStrings@I have increased How can I get past this?
↧