Microsoft a retiré l’update rollup 2 de System Center 2012 R2 Orchestrator du centre de téléchargement. Pour cause, Microsoft a trouvé un problème avec SMA après l’application de l’UR2.
Si vous avez déjà installé cet update, une solution est fourni :
- If you are using Windows Authentication from the runbook worker to the SMA database:
- Change the \Program Files\Microsoft System Center 2012 R2\Service Management Automation\Orchestrator.Settings.config file to restore the correct information to your SMA server and database, as follows.
<!--SQL connection information--> <add key="Server" value="SQL-Server-Computer"/> <add key="Database" value="SMA Database Name"/> <add key="Authentication" value="Windows"/>
- Alternatively, you can uninstall and reinstall the Runbook Worker to obtain the correct connection settings.
- Change the \Program Files\Microsoft System Center 2012 R2\Service Management Automation\Orchestrator.Settings.config file to restore the correct information to your SMA server and database, as follows.
- If you are using SQL authentication from the runbook worker to the SMA database, uninstall the Runbook Worker, and then reinstall it to correctly set these connection settings.
L’annonce officiel : http://support.microsoft.com/kb/2904689/en-us