无法进入 Kentico 应用程序配置的下一阶段
Can't get to next stage of Kentico application configuration
我正在尝试启动我的 Web 应用程序 运行。它使用 Kentico。我连接到管理页面,该页面引导我完成初始数据库和站点设置。它 运行 通过“创建数据库对象”。我可以看到这些表现在在数据库中。 “下一步”按钮尚未激活。
此错误在创建数据库对象日志中:
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
objects/proc_personas_reevaluateallcontacts
...
objects/cms_resource
我怎样才能克服这个问题?
将 web.config 文件中的连接字符串的超时时间增加到 600 左右,然后重试。
我正在尝试启动我的 Web 应用程序 运行。它使用 Kentico。我连接到管理页面,该页面引导我完成初始数据库和站点设置。它 运行 通过“创建数据库对象”。我可以看到这些表现在在数据库中。 “下一步”按钮尚未激活。
此错误在创建数据库对象日志中:
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
objects/proc_personas_reevaluateallcontacts
...
objects/cms_resource
我怎样才能克服这个问题?
将 web.config 文件中的连接字符串的超时时间增加到 600 左右,然后重试。