
Service Templates und der Fehler mit der DAC assembly Microsoft.SqlServer.Dac.dll
VIRTUAL MACHINE MANAGER TweetSeit System Center 2012 Virtual Machine Manager lassen sich komplexe Services mit mehreren Tiers zusammenstellen und einsetzen. Ein wesentliches Szenario ist dabei die Installation eines SQL Server.
Mit System Center 2012 SP1 gibt es in wenigen Fällen allerdings den Fall, dass der VMM Service stoppt wenn ein Deployment ausgelöst wird. Dies wird mit folgender Meldung festgehalten:
Error (1700)
The Virtual Machine Manager service on the VMMSERVER server stopped while this job was running. This may have been caused by a system restart.Recommended Action
To restart this job, navigate to the Jobs view and select the job in the results pane. Then, in the Actions pane, click Restart.
In den VMM Trace Logfiles ist dann zu entnehmen, dass ein Problem mit der Microsoft.SqlServer.Dac.dll besteht:
Cannot find DAC assembly ‘C:\Program Files (x86)\Microsoft SQL Server\110\DAC\bin\Microsoft.SqlServer.Dac.dll’
Die Lösung wäre dann die Aktualisierung der “Data-Teir Application Framework” Komponenten:
- 110\DAC\bin\Microsoft.SqlServer.Dac.dll: Microsoft SQL Server 2012 Data-Tier Application Framework (March 2013)
- 100\DAC\bin\Microsoft.SqlServer.Dac.dll: Microsoft SQL Server 2008 R2 Data-Tier Application Framework v1.1 Feature Pack
Shortlink: https://www.server-talk.eu/?p=5688