Installed SQL 2011 and the new Management Reporter.
Months later, noticed that backups were not running via a SQL Server Agent job that had been set up.
Found this resolution for Bug 23443 below:
After you install Microsoft Dynamics SL 2011 and SQL Server 2008 on the same computer, you notice the SQL Server Agent does not start. You may also see the following error message:
SQLServer Error: 160, Specified driver could not be loaded due to system error 193: (SQL Server Native Client 10.0, C:\Windows\SysWOW64\sqlncli10.dll). [SQLSTATE IM003]
RESOLUTION
Download and install the 64bit SQL Server Native Client. This can be downloaded from the following location:
Microsoft® SQL Server® 2008 R2 Native Client
http://go.microsoft.com/fwlink/?LinkID=188401&clcid=0x409
However, I could not get this download to work due to this error:
“The system administrator has set policies to prevent this installation”.
So I had our IT guy assist, and he accidentally uninstalled the SQL Server Agent program under Add/Remove Programs. The process is still available in services, but now it generates an error 1053 error after timing out. I suspect that there are some files that have been deleted.
So.....we try to run a repair of the installation using the SQL 2008 DVD. When it gets to the part where it is supposed to be running the repair, I get: The credentials you provided for the Integration Services service are invalid. To continue, provide a valid account and password for the Integration Services service.
SQL 2008 SP3 is installed on a Windows Server 2008 box. We are using the Administrator account. SQL server was installed in 2010, and I'm assuming that it was installed with the Administrator login, but can't fall on a sword for it.
We probably need to work backwards to resolve this:
First get SQL Server Agent properly installed.
Then get the 64 bit SQL Native SQL Client Installed.
There is also a copy of SQL 2005 express installed that is being used by something, perhaps Trend Micro? We are not sure.
So any hints on how to get beyond the above error messages?
Laurie