Dynamics 365数据库同步失败如何解决超时?
How to resolve time-out Dynamics 365 database synchronization Failed?
编译我的模块后(已执行),
我运行 Dynamics 365 数据库同步。
我收到以下错误:
Severity Code Description Project File Line Suppression State
Error System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.Dynamics.Framework.Tools.ProjectSystem.DevFabricAccessor.StartWorkerProcess()
at Microsoft.Dynamics.Framework.Tools.ProjectSystem.DevFabricDebuggingHost.WarmupAppPool(Int32 RetryCount)
at Microsoft.Dynamics.Framework.Tools.ProjectSystem.Debugger.IISExpressHostSupplier.InitializeDebuggingHostSupplier()
at Microsoft.Dynamics.Framework.Tools.ProjectSystem.Debugger.IISExpressHostSupplier.RestartRuntime()
at Microsoft.Dynamics.Framework.Tools.BuildTasks.SyncEngineWrapper.Sync(CancellationToken cancellationToken)
信息:我的开发环境在 云端。
我尝试重新启动我的 IIS 和 运行 再次同步,但没有任何变化。
你对这个问题有什么看法吗?有什么办法可以解决吗?有什么技巧和窍门吗?
谢谢。
您是否尝试过通过命令行同步并增加超时时间?
有关如何执行此操作的示例,请参阅以下链接。开关是SqlTimeOut
。它可能没有记录...不确定我只是反编译程序集以查看选项。
- https://community.dynamics.com/365/financeandoperations/b/axilitynet/posts/ax7-database-synchronization-w-o-visual-studio
- https://d365technext.blogspot.com/2018/06/database-synchronization-using-power.html
编译我的模块后(已执行), 我运行 Dynamics 365 数据库同步。
我收到以下错误:
Severity Code Description Project File Line Suppression State Error System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() at Microsoft.Dynamics.Framework.Tools.ProjectSystem.DevFabricAccessor.StartWorkerProcess() at Microsoft.Dynamics.Framework.Tools.ProjectSystem.DevFabricDebuggingHost.WarmupAppPool(Int32 RetryCount) at Microsoft.Dynamics.Framework.Tools.ProjectSystem.Debugger.IISExpressHostSupplier.InitializeDebuggingHostSupplier() at Microsoft.Dynamics.Framework.Tools.ProjectSystem.Debugger.IISExpressHostSupplier.RestartRuntime() at Microsoft.Dynamics.Framework.Tools.BuildTasks.SyncEngineWrapper.Sync(CancellationToken cancellationToken)
信息:我的开发环境在 云端。
我尝试重新启动我的 IIS 和 运行 再次同步,但没有任何变化。
你对这个问题有什么看法吗?有什么办法可以解决吗?有什么技巧和窍门吗?
谢谢。
您是否尝试过通过命令行同步并增加超时时间?
有关如何执行此操作的示例,请参阅以下链接。开关是SqlTimeOut
。它可能没有记录...不确定我只是反编译程序集以查看选项。
- https://community.dynamics.com/365/financeandoperations/b/axilitynet/posts/ax7-database-synchronization-w-o-visual-studio
- https://d365technext.blogspot.com/2018/06/database-synchronization-using-power.html