Database export fails
My Database export keeps failing. The task server won't claim the task. It evaluates it and just freezes. All other tasks execute just fine. Any ideas?
My Database export keeps failing. The task server won't claim the task. It evaluates it and just freezes. All other tasks execute just fine. Any ideas?
Ambrose, this kind of issue virtually always breaks down to one of a few things:
Has the RevitDBExport task ever worked from any task server?
There's a help article that talks about this, although I see that the last picture has been mis-linked:
For anyone else with the same issue: You may have to manually add the database to the host in SSMS. Be sure that the database name matches the project name, minus spaces or any special characters. Example: Project= "Test-Project", Corresponding database name="TestProject"