SQL Server 2008 Reporting Services Add-In for MOSS 2007 installation failure..
I'm trying to get SQL Server 2008 Reporting Services Add-in for MOSS 2007 working and have everything set up, from the SQL Server side of things, to get this running.
But, while i'm trying to run the installer i'm told that the installation has been interrupted - so the installer doesn't seem to be working.
I looked at the logs on the SQL Server to see what was happening and for some reason it's trying to connect to the server as NT Authority/Anonymous - which isn't working. That was the first step and "thought" i'd located a fix for that.
What i tried was to run the following command, which only installs the files:
rsSharePoint.msi SKIPCA=1
and then move to the "Temp" folder and run:
rsCustomAction.exe /i
that threw a different error:
User: xxxxxxx
Installing Report Server feature.
Calling copyappbincontents command.
Access denied.
Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensi
ons\12\bin\stsadm.exe return error code: -2147024891
Error details: System.Exception: C:\Program Files\Common Files\Microsoft Shared\
Web Server Extensions\12\bin\stsadm.exe return error code: -2147024891
at RSCustomAction.BaseProcessLaunch.LaunchCommand(String fileName, String arg
uments, Boolean ignoreExitCode)
at RSCustomAction.StsadmCommands.CopyAppBinContents()
at RSCustomAction.RSFeatureSetup.Install(Boolean repair, Int32 addRetries)
Uninstalling Report Server feature.
Uninstalling Report Server feature.
Report Server feature was uninstalled.
Stopping W3SVC service.
SSRSCustomActionError: Cannot open W3SVC service on computer '.'.
Has anybody had this error before? my account is part of the local administrators group on the server and searching for that error code seems to reveal nothing either.
Any ideas?