Another Reporting Services Add-in Installation Issue
Posted by
Venkat Varkala
Labels:
SharePoint
We just fingured out a solution to another issue installating reporting services SharePoint add in. This time the Reporting Services Installation failed with standard message "Installation failed" and try gain later. To make things worse there is no message in event logs or even logs in the %temp% directory, luckily it created a "rscustomaction.exe" file every time we try installaing the add on.
- Run msiexec /I SharePointRS.msi SKIPCA=1 command
- Change to %TEMP% directory and run rscustomaction.exe -I (make sure that this file exists before running the command)
Subscribe to:
Post Comments (Atom)

November 25, 2008 4:26 AM
You saved my life...
Thanks a lot
Olivier
Post a Comment