Showing posts with label installation. Show all posts
Showing posts with label installation. Show all posts

Friday, March 30, 2012

Reporting Services Add-in Installation Error

I have tried several times to get the Reporting Services Add-In to install. It seems as if everything is going along well except when the installation gets to "Removing Backup" files it hangs and then completely uninstalls the product. Moreover, the event log simply notes "installation failed". Has anybody else encountered this? Thanks in advance for any help.

Yeah I get exactly the same thing - "Removing backup files" just sits there. Hasn't uninstalled the product yet, maybe I'm too impatient Smile

When I check the activity, the HCINSTAL (which I guess is the right process) is active and consuming CPU, but apart from that nothing... I rebooted the server just in case, and though it seems to think the product is installed I'd like to get a clean install!

|||

Am I assuming correctly that this is wrt running SharePointRS.msi? If yes, then the SharePointRS.msi creates a log file in the Temp folder - <Drive>:\Documents and Settings\<user_name>\Local Settings\Temp\RS_SP_<number>.log file

Could you provide contents of the RS_SP_<number>.log file that corresponds to when you got the error?

thanx,

Prash

|||

I am having the exact same problem...This is the error I get from the RS log file!

The web configration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml, does not have element "configuration/configSections/sectionGroup[@.name='SharePoint']" or it is invalid.


Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

I opened the xml file and there is no section for configuration...|||

Same error. Eventually it finishes, but the webparts and associated actions are not registered in the site collections. (The Application management Reporting Services settings are available however).

|||I am getting the same error. Any resolution on this? It would be nice if the error would show what the config file should look like. It knows the section is missing...so why not show how to fix it?|||

I was told by an MS rep to try two things, neither of which worked:

1) re-download the add in

2)

RESOLUTION:
==============
1. Run the .MSI from a command line with the following command:
a. msiexec /I SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I was wondering if it could be caused by an underpowered server -- my server/laptop has 1GB of memory and I saw where the req was 2GB. In any event, I get the same exact problem (hanging on the removing backup files), and at this point cannot get around it

|||It took my installation a long, long, long time to 'Remove Backup Files' but it eventually worked.

The other important thing is to make sure you have set yourself up as a Site Collections Admin in Sharepoint for *all* the Site Collections.

When you're running the install, it is modifying the SharePoint site collection to add the new SSRS bits.

Hope this helps.|||

The long time and HCInstall process you see during 'Remove Backup Files' are due to the RS Add-in installing RS help in all the languages supported in SharePoint in the various SharePoint Web Applications.

We are considering updating the 'Remove Backup Files' setup UI to be more informative and less confusing in the Katmai timeframe.

HTH,

Prash

|||

I have successfully installed the SQL Reporting Services add-in for MOSS on a single server farm. However, on our medium farm dev environment, I can not "set server defaults" for reporting services under Central administration site. I get the following error "An internal error occurred on the report server. See the error log for more details. > An internal error occurred on the report server. See the error log for more details. > Value does not fall within the expected range." In addition, I get this same error in our Test Medium farm environment.

To make things worse, the web parts and the reporting content types do not install correctly in my iltest medium farm either for any site collection eventhough the log file in my temp directory states their were installed and activated. I have deactivated the feature report server and uninstall it now several times after the repair and removal from add remove programs did not fix the issue.

Any ideas on how to fix the DEV error and then ge the Test enivronment to install correctly. I am wondering if their is an issue with using this in a medium farm scenario with 2 front-end web servers.

|||

RESOLUTION:
==============
1. Run the .
MSI from a command line with the following command:
a. msiexec /I
SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I have tried this solution and it worked perfectly.

BIG THANKS.

|||

who can resolve it?I saw the same error!

|||When you run the command line for msiexec (resolution outlined by henkyck), make sure you have changed the working directory to be the folder where the SharePointRS.msi exists.

This was the only way we were able to get the installation to work successfully.

sql

Reporting Services Add-in Installation Error

I have tried several times to get the Reporting Services Add-In to install. It seems as if everything is going along well except when the installation gets to "Removing Backup" files it hangs and then completely uninstalls the product. Moreover, the event log simply notes "installation failed". Has anybody else encountered this? Thanks in advance for any help.

Yeah I get exactly the same thing - "Removing backup files" just sits there. Hasn't uninstalled the product yet, maybe I'm too impatient Smile

When I check the activity, the HCINSTAL (which I guess is the right process) is active and consuming CPU, but apart from that nothing... I rebooted the server just in case, and though it seems to think the product is installed I'd like to get a clean install!

|||

Am I assuming correctly that this is wrt running SharePointRS.msi? If yes, then the SharePointRS.msi creates a log file in the Temp folder - <Drive>:\Documents and Settings\<user_name>\Local Settings\Temp\RS_SP_<number>.log file

Could you provide contents of the RS_SP_<number>.log file that corresponds to when you got the error?

thanx,

Prash

|||

I am having the exact same problem...This is the error I get from the RS log file!

The web configration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml, does not have element "configuration/configSections/sectionGroup[@.name='SharePoint']" or it is invalid.


Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

I opened the xml file and there is no section for configuration...|||

Same error. Eventually it finishes, but the webparts and associated actions are not registered in the site collections. (The Application management Reporting Services settings are available however).

|||I am getting the same error. Any resolution on this? It would be nice if the error would show what the config file should look like. It knows the section is missing...so why not show how to fix it?|||

I was told by an MS rep to try two things, neither of which worked:

1) re-download the add in

2)

RESOLUTION:
==============
1. Run the .MSI from a command line with the following command:
a. msiexec /I SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I was wondering if it could be caused by an underpowered server -- my server/laptop has 1GB of memory and I saw where the req was 2GB. In any event, I get the same exact problem (hanging on the removing backup files), and at this point cannot get around it

|||It took my installation a long, long, long time to 'Remove Backup Files' but it eventually worked.

The other important thing is to make sure you have set yourself up as a Site Collections Admin in Sharepoint for *all* the Site Collections.

When you're running the install, it is modifying the SharePoint site collection to add the new SSRS bits.

Hope this helps.|||

The long time and HCInstall process you see during 'Remove Backup Files' are due to the RS Add-in installing RS help in all the languages supported in SharePoint in the various SharePoint Web Applications.

We are considering updating the 'Remove Backup Files' setup UI to be more informative and less confusing in the Katmai timeframe.

HTH,

Prash

|||

I have successfully installed the SQL Reporting Services add-in for MOSS on a single server farm. However, on our medium farm dev environment, I can not "set server defaults" for reporting services under Central administration site. I get the following error "An internal error occurred on the report server. See the error log for more details. > An internal error occurred on the report server. See the error log for more details. > Value does not fall within the expected range." In addition, I get this same error in our Test Medium farm environment.

To make things worse, the web parts and the reporting content types do not install correctly in my iltest medium farm either for any site collection eventhough the log file in my temp directory states their were installed and activated. I have deactivated the feature report server and uninstall it now several times after the repair and removal from add remove programs did not fix the issue.

Any ideas on how to fix the DEV error and then ge the Test enivronment to install correctly. I am wondering if their is an issue with using this in a medium farm scenario with 2 front-end web servers.

|||

RESOLUTION:
==============
1. Run the .
MSI from a command line with the following command:
a. msiexec /I
SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I have tried this solution and it worked perfectly.

BIG THANKS.

|||

who can resolve it?I saw the same error!

|||When you run the command line for msiexec (resolution outlined by henkyck), make sure you have changed the working directory to be the folder where the SharePointRS.msi exists.

This was the only way we were able to get the installation to work successfully.

Reporting Services Add-in Installation Error

I have tried several times to get the Reporting Services Add-In to install. It seems as if everything is going along well except when the installation gets to "Removing Backup" files it hangs and then completely uninstalls the product. Moreover, the event log simply notes "installation failed". Has anybody else encountered this? Thanks in advance for any help.

Yeah I get exactly the same thing - "Removing backup files" just sits there. Hasn't uninstalled the product yet, maybe I'm too impatient Smile

When I check the activity, the HCINSTAL (which I guess is the right process) is active and consuming CPU, but apart from that nothing... I rebooted the server just in case, and though it seems to think the product is installed I'd like to get a clean install!

|||

Am I assuming correctly that this is wrt running SharePointRS.msi? If yes, then the SharePointRS.msi creates a log file in the Temp folder - <Drive>:\Documents and Settings\<user_name>\Local Settings\Temp\RS_SP_<number>.log file

Could you provide contents of the RS_SP_<number>.log file that corresponds to when you got the error?

thanx,

Prash

|||

I am having the exact same problem...This is the error I get from the RS log file!

The web configration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml, does not have element "configuration/configSections/sectionGroup[@.name='SharePoint']" or it is invalid.


Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

I opened the xml file and there is no section for configuration...|||

Same error. Eventually it finishes, but the webparts and associated actions are not registered in the site collections. (The Application management Reporting Services settings are available however).

|||I am getting the same error. Any resolution on this? It would be nice if the error would show what the config file should look like. It knows the section is missing...so why not show how to fix it?|||

I was told by an MS rep to try two things, neither of which worked:

1) re-download the add in

2)

RESOLUTION:
==============
1. Run the .MSI from a command line with the following command:
a. msiexec /I SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I was wondering if it could be caused by an underpowered server -- my server/laptop has 1GB of memory and I saw where the req was 2GB. In any event, I get the same exact problem (hanging on the removing backup files), and at this point cannot get around it

|||It took my installation a long, long, long time to 'Remove Backup Files' but it eventually worked.

The other important thing is to make sure you have set yourself up as a Site Collections Admin in Sharepoint for *all* the Site Collections.

When you're running the install, it is modifying the SharePoint site collection to add the new SSRS bits.

Hope this helps.|||

The long time and HCInstall process you see during 'Remove Backup Files' are due to the RS Add-in installing RS help in all the languages supported in SharePoint in the various SharePoint Web Applications.

We are considering updating the 'Remove Backup Files' setup UI to be more informative and less confusing in the Katmai timeframe.

HTH,

Prash

|||

I have successfully installed the SQL Reporting Services add-in for MOSS on a single server farm. However, on our medium farm dev environment, I can not "set server defaults" for reporting services under Central administration site. I get the following error "An internal error occurred on the report server. See the error log for more details. > An internal error occurred on the report server. See the error log for more details. > Value does not fall within the expected range." In addition, I get this same error in our Test Medium farm environment.

To make things worse, the web parts and the reporting content types do not install correctly in my iltest medium farm either for any site collection eventhough the log file in my temp directory states their were installed and activated. I have deactivated the feature report server and uninstall it now several times after the repair and removal from add remove programs did not fix the issue.

Any ideas on how to fix the DEV error and then ge the Test enivronment to install correctly. I am wondering if their is an issue with using this in a medium farm scenario with 2 front-end web servers.

|||

RESOLUTION:
==============
1. Run the .
MSI from a command line with the following command:
a. msiexec /I
SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I have tried this solution and it worked perfectly.

BIG THANKS.

|||

who can resolve it?I saw the same error!

Reporting Services Add-in Installation Error

I have tried several times to get the Reporting Services Add-In to install. It seems as if everything is going along well except when the installation gets to "Removing Backup" files it hangs and then completely uninstalls the product. Moreover, the event log simply notes "installation failed". Has anybody else encountered this? Thanks in advance for any help.

Yeah I get exactly the same thing - "Removing backup files" just sits there. Hasn't uninstalled the product yet, maybe I'm too impatient Smile

When I check the activity, the HCINSTAL (which I guess is the right process) is active and consuming CPU, but apart from that nothing... I rebooted the server just in case, and though it seems to think the product is installed I'd like to get a clean install!

|||

Am I assuming correctly that this is wrt running SharePointRS.msi? If yes, then the SharePointRS.msi creates a log file in the Temp folder - <Drive>:\Documents and Settings\<user_name>\Local Settings\Temp\RS_SP_<number>.log file

Could you provide contents of the RS_SP_<number>.log file that corresponds to when you got the error?

thanx,

Prash

|||

I am having the exact same problem...This is the error I get from the RS log file!

The web configration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml, does not have element "configuration/configSections/sectionGroup[@.name='SharePoint']" or it is invalid.


Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

I opened the xml file and there is no section for configuration...|||

Same error. Eventually it finishes, but the webparts and associated actions are not registered in the site collections. (The Application management Reporting Services settings are available however).

|||I am getting the same error. Any resolution on this? It would be nice if the error would show what the config file should look like. It knows the section is missing...so why not show how to fix it?|||

I was told by an MS rep to try two things, neither of which worked:

1) re-download the add in

2)

RESOLUTION:
==============
1. Run the .MSI from a command line with the following command:
a. msiexec /I SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I was wondering if it could be caused by an underpowered server -- my server/laptop has 1GB of memory and I saw where the req was 2GB. In any event, I get the same exact problem (hanging on the removing backup files), and at this point cannot get around it

|||It took my installation a long, long, long time to 'Remove Backup Files' but it eventually worked.

The other important thing is to make sure you have set yourself up as a Site Collections Admin in Sharepoint for *all* the Site Collections.

When you're running the install, it is modifying the SharePoint site collection to add the new SSRS bits.

Hope this helps.|||

The long time and HCInstall process you see during 'Remove Backup Files' are due to the RS Add-in installing RS help in all the languages supported in SharePoint in the various SharePoint Web Applications.

We are considering updating the 'Remove Backup Files' setup UI to be more informative and less confusing in the Katmai timeframe.

HTH,

Prash

|||

I have successfully installed the SQL Reporting Services add-in for MOSS on a single server farm. However, on our medium farm dev environment, I can not "set server defaults" for reporting services under Central administration site. I get the following error "An internal error occurred on the report server. See the error log for more details. > An internal error occurred on the report server. See the error log for more details. > Value does not fall within the expected range." In addition, I get this same error in our Test Medium farm environment.

To make things worse, the web parts and the reporting content types do not install correctly in my iltest medium farm either for any site collection eventhough the log file in my temp directory states their were installed and activated. I have deactivated the feature report server and uninstall it now several times after the repair and removal from add remove programs did not fix the issue.

Any ideas on how to fix the DEV error and then ge the Test enivronment to install correctly. I am wondering if their is an issue with using this in a medium farm scenario with 2 front-end web servers.

|||

RESOLUTION:
==============
1. Run the .
MSI from a command line with the following command:
a. msiexec /I
SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I have tried this solution and it worked perfectly.

BIG THANKS.

|||

who can resolve it?I saw the same error!

|||When you run the command line for msiexec (resolution outlined by henkyck), make sure you have changed the working directory to be the folder where the SharePointRS.msi exists.

This was the only way we were able to get the installation to work successfully.

Reporting Services Add-in Installation Error

I have tried several times to get the Reporting Services Add-In to install. It seems as if everything is going along well except when the installation gets to "Removing Backup" files it hangs and then completely uninstalls the product. Moreover, the event log simply notes "installation failed". Has anybody else encountered this? Thanks in advance for any help.

Yeah I get exactly the same thing - "Removing backup files" just sits there. Hasn't uninstalled the product yet, maybe I'm too impatient Smile

When I check the activity, the HCINSTAL (which I guess is the right process) is active and consuming CPU, but apart from that nothing... I rebooted the server just in case, and though it seems to think the product is installed I'd like to get a clean install!

|||

Am I assuming correctly that this is wrt running SharePointRS.msi? If yes, then the SharePointRS.msi creates a log file in the Temp folder - <Drive>:\Documents and Settings\<user_name>\Local Settings\Temp\RS_SP_<number>.log file

Could you provide contents of the RS_SP_<number>.log file that corresponds to when you got the error?

thanx,

Prash

|||

I am having the exact same problem...This is the error I get from the RS log file!

The web configration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml, does not have element "configuration/configSections/sectionGroup[@.name='SharePoint']" or it is invalid.


Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

I opened the xml file and there is no section for configuration...|||

Same error. Eventually it finishes, but the webparts and associated actions are not registered in the site collections. (The Application management Reporting Services settings are available however).

|||I am getting the same error. Any resolution on this? It would be nice if the error would show what the config file should look like. It knows the section is missing...so why not show how to fix it?|||

I was told by an MS rep to try two things, neither of which worked:

1) re-download the add in

2)

RESOLUTION:
==============
1. Run the .MSI from a command line with the following command:
a. msiexec /I SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I was wondering if it could be caused by an underpowered server -- my server/laptop has 1GB of memory and I saw where the req was 2GB. In any event, I get the same exact problem (hanging on the removing backup files), and at this point cannot get around it

|||It took my installation a long, long, long time to 'Remove Backup Files' but it eventually worked.

The other important thing is to make sure you have set yourself up as a Site Collections Admin in Sharepoint for *all* the Site Collections.

When you're running the install, it is modifying the SharePoint site collection to add the new SSRS bits.

Hope this helps.|||

The long time and HCInstall process you see during 'Remove Backup Files' are due to the RS Add-in installing RS help in all the languages supported in SharePoint in the various SharePoint Web Applications.

We are considering updating the 'Remove Backup Files' setup UI to be more informative and less confusing in the Katmai timeframe.

HTH,

Prash

|||

I have successfully installed the SQL Reporting Services add-in for MOSS on a single server farm. However, on our medium farm dev environment, I can not "set server defaults" for reporting services under Central administration site. I get the following error "An internal error occurred on the report server. See the error log for more details. > An internal error occurred on the report server. See the error log for more details. > Value does not fall within the expected range." In addition, I get this same error in our Test Medium farm environment.

To make things worse, the web parts and the reporting content types do not install correctly in my iltest medium farm either for any site collection eventhough the log file in my temp directory states their were installed and activated. I have deactivated the feature report server and uninstall it now several times after the repair and removal from add remove programs did not fix the issue.

Any ideas on how to fix the DEV error and then ge the Test enivronment to install correctly. I am wondering if their is an issue with using this in a medium farm scenario with 2 front-end web servers.

|||

RESOLUTION:
==============
1. Run the .
MSI from a command line with the following command:
a. msiexec /I
SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I have tried this solution and it worked perfectly.

BIG THANKS.

|||

who can resolve it?I saw the same error!

|||When you run the command line for msiexec (resolution outlined by henkyck), make sure you have changed the working directory to be the folder where the SharePointRS.msi exists.

This was the only way we were able to get the installation to work successfully.

Reporting Services Add-in Installation Error

I have tried several times to get the Reporting Services Add-In to install. It seems as if everything is going along well except when the installation gets to "Removing Backup" files it hangs and then completely uninstalls the product. Moreover, the event log simply notes "installation failed". Has anybody else encountered this? Thanks in advance for any help.

Yeah I get exactly the same thing - "Removing backup files" just sits there. Hasn't uninstalled the product yet, maybe I'm too impatient Smile

When I check the activity, the HCINSTAL (which I guess is the right process) is active and consuming CPU, but apart from that nothing... I rebooted the server just in case, and though it seems to think the product is installed I'd like to get a clean install!

|||

Am I assuming correctly that this is wrt running SharePointRS.msi? If yes, then the SharePointRS.msi creates a log file in the Temp folder - <Drive>:\Documents and Settings\<user_name>\Local Settings\Temp\RS_SP_<number>.log file

Could you provide contents of the RS_SP_<number>.log file that corresponds to when you got the error?

thanx,

Prash

|||

I am having the exact same problem...This is the error I get from the RS log file!

The web configration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml, does not have element "configuration/configSections/sectionGroup[@.name='SharePoint']" or it is invalid.


Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

I opened the xml file and there is no section for configuration...|||

Same error. Eventually it finishes, but the webparts and associated actions are not registered in the site collections. (The Application management Reporting Services settings are available however).

|||I am getting the same error. Any resolution on this? It would be nice if the error would show what the config file should look like. It knows the section is missing...so why not show how to fix it?|||

I was told by an MS rep to try two things, neither of which worked:

1) re-download the add in

2)

RESOLUTION:
==============
1. Run the .MSI from a command line with the following command:
a. msiexec /I SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I was wondering if it could be caused by an underpowered server -- my server/laptop has 1GB of memory and I saw where the req was 2GB. In any event, I get the same exact problem (hanging on the removing backup files), and at this point cannot get around it

|||It took my installation a long, long, long time to 'Remove Backup Files' but it eventually worked.

The other important thing is to make sure you have set yourself up as a Site Collections Admin in Sharepoint for *all* the Site Collections.

When you're running the install, it is modifying the SharePoint site collection to add the new SSRS bits.

Hope this helps.|||

The long time and HCInstall process you see during 'Remove Backup Files' are due to the RS Add-in installing RS help in all the languages supported in SharePoint in the various SharePoint Web Applications.

We are considering updating the 'Remove Backup Files' setup UI to be more informative and less confusing in the Katmai timeframe.

HTH,

Prash

|||

I have successfully installed the SQL Reporting Services add-in for MOSS on a single server farm. However, on our medium farm dev environment, I can not "set server defaults" for reporting services under Central administration site. I get the following error "An internal error occurred on the report server. See the error log for more details. > An internal error occurred on the report server. See the error log for more details. > Value does not fall within the expected range." In addition, I get this same error in our Test Medium farm environment.

To make things worse, the web parts and the reporting content types do not install correctly in my iltest medium farm either for any site collection eventhough the log file in my temp directory states their were installed and activated. I have deactivated the feature report server and uninstall it now several times after the repair and removal from add remove programs did not fix the issue.

Any ideas on how to fix the DEV error and then ge the Test enivronment to install correctly. I am wondering if their is an issue with using this in a medium farm scenario with 2 front-end web servers.

|||

RESOLUTION:
==============
1. Run the .
MSI from a command line with the following command:
a. msiexec /I
SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I have tried this solution and it worked perfectly.

BIG THANKS.

|||

who can resolve it?I saw the same error!

|||When you run the command line for msiexec (resolution outlined by henkyck), make sure you have changed the working directory to be the folder where the SharePointRS.msi exists.

This was the only way we were able to get the installation to work successfully.

sql

Reporting Services Add-in Installation Error

I have tried several times to get the Reporting Services Add-In to install. It seems as if everything is going along well except when the installation gets to "Removing Backup" files it hangs and then completely uninstalls the product. Moreover, the event log simply notes "installation failed". Has anybody else encountered this? Thanks in advance for any help.

Yeah I get exactly the same thing - "Removing backup files" just sits there. Hasn't uninstalled the product yet, maybe I'm too impatient Smile

When I check the activity, the HCINSTAL (which I guess is the right process) is active and consuming CPU, but apart from that nothing... I rebooted the server just in case, and though it seems to think the product is installed I'd like to get a clean install!

|||

Am I assuming correctly that this is wrt running SharePointRS.msi? If yes, then the SharePointRS.msi creates a log file in the Temp folder - <Drive>:\Documents and Settings\<user_name>\Local Settings\Temp\RS_SP_<number>.log file

Could you provide contents of the RS_SP_<number>.log file that corresponds to when you got the error?

thanx,

Prash

|||

I am having the exact same problem...This is the error I get from the RS log file!

The web configration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\config\webconfig.dlc.xml, does not have element "configuration/configSections/sectionGroup[@.name='SharePoint']" or it is invalid.


Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

I opened the xml file and there is no section for configuration...|||

Same error. Eventually it finishes, but the webparts and associated actions are not registered in the site collections. (The Application management Reporting Services settings are available however).

|||I am getting the same error. Any resolution on this? It would be nice if the error would show what the config file should look like. It knows the section is missing...so why not show how to fix it?|||

I was told by an MS rep to try two things, neither of which worked:

1) re-download the add in

2)

RESOLUTION:
==============
1. Run the .MSI from a command line with the following command:
a. msiexec /I SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I was wondering if it could be caused by an underpowered server -- my server/laptop has 1GB of memory and I saw where the req was 2GB. In any event, I get the same exact problem (hanging on the removing backup files), and at this point cannot get around it

|||It took my installation a long, long, long time to 'Remove Backup Files' but it eventually worked.

The other important thing is to make sure you have set yourself up as a Site Collections Admin in Sharepoint for *all* the Site Collections.

When you're running the install, it is modifying the SharePoint site collection to add the new SSRS bits.

Hope this helps.|||

The long time and HCInstall process you see during 'Remove Backup Files' are due to the RS Add-in installing RS help in all the languages supported in SharePoint in the various SharePoint Web Applications.

We are considering updating the 'Remove Backup Files' setup UI to be more informative and less confusing in the Katmai timeframe.

HTH,

Prash

|||

I have successfully installed the SQL Reporting Services add-in for MOSS on a single server farm. However, on our medium farm dev environment, I can not "set server defaults" for reporting services under Central administration site. I get the following error "An internal error occurred on the report server. See the error log for more details. > An internal error occurred on the report server. See the error log for more details. > Value does not fall within the expected range." In addition, I get this same error in our Test Medium farm environment.

To make things worse, the web parts and the reporting content types do not install correctly in my iltest medium farm either for any site collection eventhough the log file in my temp directory states their were installed and activated. I have deactivated the feature report server and uninstall it now several times after the repair and removal from add remove programs did not fix the issue.

Any ideas on how to fix the DEV error and then ge the Test enivronment to install correctly. I am wondering if their is an issue with using this in a medium farm scenario with 2 front-end web servers.

|||

RESOLUTION:
==============
1. Run the .
MSI from a command line with the following command:
a. msiexec /I
SharePointRS.msi SKIPCA=1
2. Run the rscustomaction.exe file manually from a command line by running this
command:
a. %TEMP%\rscustomaction.exe -I
b. It could be in a different directory underneath %TEMP% though as on
Fredericks machine it was in the %TEMP%\2 directory.

I have tried this solution and it worked perfectly.

BIG THANKS.

|||

who can resolve it?I saw the same error!

|||When you run the command line for msiexec (resolution outlined by henkyck), make sure you have changed the working directory to be the folder where the SharePointRS.msi exists.

This was the only way we were able to get the installation to work successfully.

Wednesday, March 28, 2012

Reporting Services 2005 on Windows 2000 SP4 Domain Controller

Hi all,

I'm experiencing a problem with Reporting Services 2005 running on a Windows 2000 AD Domain Controller.

Installation has been done correctly, SQL 2005 and SSRS 2005 are running correctly (I've followed Microsoft KB911846 to solve the "not dtarting after installation" problem).

Accessing reports virtual folder (http://machinename/reports) from localhost, logged on with user Administrator Report Builder option displays correctly. Also accessing from LAN, but with user Administrator, displys Report Builder Option.

Report Builder button is not displayed with other users (i.e. user Dave)

I've given user Dave same permission as Administrator (Content Manager, in SSRS) but Report Buildr still can't be viewed.

If it can be userful to understand this strange behaviour, looking in "Reporting Services Configuration" tool I can see that Web Service Identity is reported as Not configured, with a beautiful red X besides.

Can someone please help me?

Thank you very much for any suggestion.

Regards,

Dave

Solved! :-)

Just had to set domain users as "System Users" in Report Server Management

Dave

Reporting Services 2005 as standalone?

Does anyone know if it's possible to get Reporting Services 2005 as a standalone installation (without having to purchase a full license of Sql Server 2005)?
Or do you get RS2005 with Sql Server 2005 Express?

Thanks!

Reporting Services requires a SQL server to connect to. Express in not supported as a catalog sku. You only need one license if you run Report Server and SQL server on the same box.

-Daniel

|||

What is not clear to me is how to purchase Reporting Services to use with an Oracle SQL Server. Reporting Services adds value to us, but SQL Server does not (we have a Enterprise wide licensing arrangement for Oracle which makes SQL Server not worth considering for purchase).

I assume we would need to purchase a single SQL Server license to obtain Reporting Services, would I be correct in assuming since only Reporting Services will be used there is no need to purchase any CALs?

Reporting Services 2005 as standalone?

Does anyone know if it's possible to get Reporting Services 2005 as a standalone installation (without having to purchase a full license of Sql Server 2005)?
Or do you get RS2005 with Sql Server 2005 Express?

Thanks!

Reporting Services requires a SQL server to connect to. Express in not supported as a catalog sku. You only need one license if you run Report Server and SQL server on the same box.

-Daniel

|||

What is not clear to me is how to purchase Reporting Services to use with an Oracle SQL Server. Reporting Services adds value to us, but SQL Server does not (we have a Enterprise wide licensing arrangement for Oracle which makes SQL Server not worth considering for purchase).

I assume we would need to purchase a single SQL Server license to obtain Reporting Services, would I be correct in assuming since only Reporting Services will be used there is no need to purchase any CALs?

Monday, March 26, 2012

Reporting Services 2005 - Simple Q

Hi All,

We have an installation of 2005 on Win box. We have deployed reports in one folder Folder A and some reports in a subfolder of A called B.

Now we have put integrated windows authentication. I have edited the security of sub folder B and just provided login to User X. The main folder A has both users X and Y as users, X being content manager and Y being Browser. But whenever I login as User Y I still see the sub folder.

Is there any way to hide that folder?

Also to mention that both users X and Y are part of BUILT IN \ Adminsitrators group

Thanks

Manbish

This is behavior is because we try to prevent you from locking yourself out of the report server.

It is documented here: http://msdn2.microsoft.com/en-us/library/ms157255.aspx

Hope this helps,

-Lukasz

Reporting Services 2005 - Security Extention

Hi,

I have compiled the security extension sample code that comes with the installation and I was able to successfully deploy it on the Reporting Server. Now my server asks me for username, password when browse to the http://servername/reports folder. I have configured one user as say "AdminUser".

When I login as AdminUser, I am to see all my reports and browse thru them.

I created one more user say "RegUser". I have logged in as AdminUser and I have give permissions to RegUser for some folders on report server.

Until this point every thing just worked fine and absolutly no problems.

The real problem shows up when the "RegUser" logs in to the system. He is able to login, but he cannot see any thing on the Home Page. Even though I have give permission to this RegUser, he is not able to see his folders.

If any body has solved this problem before or had any idea whats going on... please throw me an idea.

Thanks in advance.

Giri

What permission did you give him ? make sure that he is on the group of systeusers in Reporting Services, otherwise he won′t be able to see anything on the report server.

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de|||

I have given him the role "Browser" to a particular folder, but that is not helping me out.

Are you talking about giving setup in of the config files?

|||It sounds like issues with Authorization. make sure you have the function checkOperations properly overloaded and that your GetPermissions function is gathering the roles properly. It could also be that the roles defined in the Report Manager are not syncing up with the roles defined in your application/database.

Reporting Services 2000 Requirement for Visual Studio

I have a client who already has SQL-2000 SP4 installed and now wishes
to have reporting services installed.
The installation indicates a pre-requisite of Visual Sudio .Net 2003.
Further investigation on Microsoft web site reveals that VS would have
to be version "Enterprise Developer" or "Enterprise Architect."
I know in SQL 2005 that VS is included. One option presented to the
client would be to upgrade.
My question is, was any form of visual studio included with SQL 2000
or will the client need to purchase a license for Visual Studio .Net
2003? Is VS .Net 2003 even still available?
Thanks in advance.
DanThat is some information which is not quite true...
> The installation indicates a pre-requisite of Visual Sudio .Net 2003.
> Further investigation on Microsoft web site reveals that VS would have
> to be version "Enterprise Developer" or "Enterprise Architect."
No, you will just need a one-language version of Visual Studio, thats
all, without nailing me down on the price, that should be around 100$.
> I know in SQL 2005 that VS is included. One option presented to the
> client would be to upgrade.
Sort of. You will be able to create Report / Analysis and SSIS
projects with the "small" edition of this studio.
> My question is, was any form of visual studio included with SQL 2000
> or will the client need to purchase a license for Visual Studio .Net
> 2003?
No, there was non included. Yes, he would have to buy a licencse for
that, see the above mentioned answer.
> Is VS .Net 2003 even still available?
-Yes, it is. I assume that not all vendors of your choice will still
have it, but it is available in some places. Perhaps you might find a
version on ebay which was exchanged by someone with the 2k5 version.
HTH, Jens K. Suessmeyer
--
http://www.sqlserver2005.de
--|||First off, you need any product that has VS 2003, it definitely does NOT
need to be Enterprise Developer or Enterprise Architect. Very definitely
not. The cheapest way is to get VB.Net 2003, it used to cost about $100.
However, I don't know how you go about finding a copy to buy.
Now, if Enterprise Developer is the only one that you can find to purchase
it will work but any product that comes with VS 2003 will work.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
<dan.dunkin@.at-net.net> wrote in message
news:dn34t25397nlkhi59fb3sgjn21qh8kdfan@.4ax.com...
>I have a client who already has SQL-2000 SP4 installed and now wishes
> to have reporting services installed.
> The installation indicates a pre-requisite of Visual Sudio .Net 2003.
> Further investigation on Microsoft web site reveals that VS would have
> to be version "Enterprise Developer" or "Enterprise Architect."
> I know in SQL 2005 that VS is included. One option presented to the
> client would be to upgrade.
> My question is, was any form of visual studio included with SQL 2000
> or will the client need to purchase a license for Visual Studio .Net
> 2003? Is VS .Net 2003 even still available?
> Thanks in advance.
> Dan|||The MS web site says enterprise developer or architect are the only
ones that talk to SQL Server as opposed to destop databases (Access,
SQL Desktop). Do they mean something else (like you only need
enterprise for applications that directly access the database not
reports that will be run through report writer)?
On a side note, will Visual Studio 2005 Express (the free one) work?
Will any version of Visual Studio 2005 work?
Thanks!
On Tue, 13 Feb 2007 13:40:52 -0600, "Bruce L-C [MVP]"
<bruce_lcNOSPAM@.hotmail.com> wrote:
>First off, you need any product that has VS 2003, it definitely does NOT
>need to be Enterprise Developer or Enterprise Architect. Very definitely
>not. The cheapest way is to get VB.Net 2003, it used to cost about $100.
>However, I don't know how you go about finding a copy to buy.
>Now, if Enterprise Developer is the only one that you can find to purchase
>it will work but any product that comes with VS 2003 will work.|||Don=B4t know, but the information given by Bruce and me is valid. You
might want to share the link with us where this statement resides.
-Jens.
--
http://www.sqlserver2005.de
--|||In this case it is a little different. You are only using VS to have
something to install the report designer into. So in this case what you are
reading about is something else entirely.
RS 2000 requires some version of VS 2003. Neither of the two you mention
will work. They use a different version of the framework (2.0 instead of 1.1
that RS 2000 uses).
Bruce Loehle-Conger
MVP SQL Server Reporting Services
<dan.dunkin@.at-net.net> wrote in message
news:gu64t21phn1tcq8mga7kprscoii7u9jfm2@.4ax.com...
> The MS web site says enterprise developer or architect are the only
> ones that talk to SQL Server as opposed to destop databases (Access,
> SQL Desktop). Do they mean something else (like you only need
> enterprise for applications that directly access the database not
> reports that will be run through report writer)?
> On a side note, will Visual Studio 2005 Express (the free one) work?
> Will any version of Visual Studio 2005 work?
> Thanks!
> On Tue, 13 Feb 2007 13:40:52 -0600, "Bruce L-C [MVP]"
> <bruce_lcNOSPAM@.hotmail.com> wrote:
>>First off, you need any product that has VS 2003, it definitely does NOT
>>need to be Enterprise Developer or Enterprise Architect. Very definitely
>>not. The cheapest way is to get VB.Net 2003, it used to cost about $100.
>>However, I don't know how you go about finding a copy to buy.
>>Now, if Enterprise Developer is the only one that you can find to purchase
>>it will work but any product that comes with VS 2003 will work.|||THANK YOU! for everyone's help.
Dan

Friday, March 23, 2012

reporting services 2000 installation problem

Hi all, I recently installed Reporting Services 2000 on my server for the
first time and it caused my existing web apps to stop functioning. I have a
few custom dlls in the GAC and I had to end up re-registering them in the
GAC and restart iis services. That fixed my apps not working. But now, for
some reason Report Manager will not work. Here is what I get:-
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Required permissions cannot be acquired.
Source Error:
Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="Appone.Data.Services,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=1949095674c58f09" />
Line 259: <add assembly="Appone.Web.Security,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=7b58630078eb0f75" />
Line 260: <add assembly="Appone.Web.Config, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=01a8235a19f330a7" />
Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
258
----
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
Any ideas? What can I do to fix this?
TIA,
ParamOK just came in this morning and everything was down. Had to re-register
dlls into GAC and restart again and now seems to be back up. Except Report
Manager still does not work.
thanks
"Param R." <pr@.nospam.com> wrote in message
news:uENazG6BFHA.2012@.TK2MSFTNGP15.phx.gbl...
> Hi all, I recently installed Reporting Services 2000 on my server for the
> first time and it caused my existing web apps to stop functioning. I have
> a few custom dlls in the GAC and I had to end up re-registering them in
> the GAC and restart iis services. That fixed my apps not working. But now,
> for some reason Report Manager will not work. Here is what I get:-
> Configuration Error
> Description: An error occurred during the processing of a configuration
> file required to service this request. Please review the specific error
> details below and modify your configuration file appropriately.
> Parser Error Message: Required permissions cannot be acquired.
> Source Error:
>
> Line 256: <add assembly="System.EnterpriseServices,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 257: <add assembly="System.Web.Mobile,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 258: <add assembly="Appone.Data.Services,
> Version=2.0.0.0, Culture=neutral, PublicKeyToken=1949095674c58f09" />
> Line 259: <add assembly="Appone.Web.Security,
> Version=1.0.0.0, Culture=neutral, PublicKeyToken=7b58630078eb0f75" />
> Line 260: <add assembly="Appone.Web.Config,
> Version=1.0.0.0, Culture=neutral, PublicKeyToken=01a8235a19f330a7" />
>
> Source File:
> c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config
> Line: 258
>
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
> ASP.NET Version:1.1.4322.2032
> Any ideas? What can I do to fix this?
> TIA,
> Param
>sql

Reporting Services 2000 broke by installing .NET 2.0 redistributable runtime files

We have RS 2000 running in our lab environment where I recently installed the .NET Framework 2.0 Redistributable Package. After installation, reporting services stopped working with the following error:

Security Exception

Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

I noticed the Version=2.0.0.0 part and went into the IIS properties for the /Reports directory and verified that 1.1 was selected and not 2.0.

Not sure why it appears 2.0 is being referenced when the site should be pointing to 1.1 libraries.

Any ideas would be appreciated.

Make sure you check both virtual folders: /Reports and /ReportServer. When you go to the properties of these virtual folders, go to application configuration and check all script maps. Make sure there's no v2.0 DLLs in the script maps.|||If you are running Windows XP or you have Reporting Services installed in the same application pool as an ASP.NET 2.0 application, then this will happen. You can't run two version of the .NET Framework in the same IIS process.|||I tried both posted solutions and neither worked, although they were good ideas. Both the /Reports and /ReportServer directores have the 1.1 binaries in the Application Mappings tab in IIS. Of interest is the /Reports directory has many application extensions listed and no wildcard maps. The /ReportServer directory has the opposite, no application extensions and one wildcard mapping. Regardless, they all point to 1.1 binaries.

I created a new application pool and put the /Reports and /ReportServer in that pool and am getting the same error.
|||In addition, this event was logged in the Application Events. Still appears to be using the 2.0 libraries yet I don't know why:

Event code: 4010
Event message: An unhandled security exception has occurred.
Event time: 12/1/2005 4:54:28 PM
Event time (UTC): 12/1/2005 9:54:28 PM
Event ID: 37a8c59bd4d14536ac63fdd0b43185d3
Event sequence: 7
Event occurrence: 2
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/Reports-1-127779471911380892
Trust level: RosettaMgr
Application Virtual Path: /Reports
Application Path: C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\
Machine name: TLCB1
Process information:
Process ID: 1864
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Request information:
Request URL: http://tlcb1/reports/Pages/Folder.aspx
Request path: /reports/Pages/Folder.aspx
User host address: 10.125.124.17
User: xxxx\yyyyy
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE
Custom event details:

For more information, see Help and Support Center at
|||After working with Microsoft support for weeks on this (yes overseas support isn't very expeditious), it turns out it was a problem with a content management ISAPI plugin. The plugin was coded to always run in the context of the latest .net framework version. Since the plugin ran in the default application pool, every app in the default pool then would use the 2.0 framework instead of the 1.1 framework, regardless of what was set for each site.

The solution was to put the content management ISAPI plugin in its own app pool with nothing else. That allow the other apps to use the framework of their specification.
|||

I just updated my Windows 2003 server running Reporting Services 2000 with Net 2.0 and had the same error. I solved it by just selecting the old version 1.1.4 from the ASP.Net settings under the properties tab on IIS. Seems it allows you to select which version to run at each level of a Web/Sub Web. Make sure to select the reportserver and the report sub webs.

Hope this helps.

Tim

|||I had this problem when i've installed MSSQL 2005 and tried to use ReportServer. First I've tried to disable .NET 2.0, but it didn't help. so i uninstalled .net 2.0 and restarted IIS server. it worked. after i've downloaded .net 2.0 from microsoft.com, installed it. Everything works perfect. seems like the .net packege that is distributed with SQL 2005 is broken or something like that.

Reporting Services 2000 broke by installing .NET 2.0 redistributable runtime files

We have RS 2000 running in our lab environment where I recently installed the .NET Framework 2.0 Redistributable Package. After installation, reporting services stopped working with the following error:

Security Exception

Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

I noticed the Version=2.0.0.0 part and went into the IIS properties for the /Reports directory and verified that 1.1 was selected and not 2.0.

Not sure why it appears 2.0 is being referenced when the site should be pointing to 1.1 libraries.

Any ideas would be appreciated.

Make sure you check both virtual folders: /Reports and /ReportServer. When you go to the properties of these virtual folders, go to application configuration and check all script maps. Make sure there's no v2.0 DLLs in the script maps.|||If you are running Windows XP or you have Reporting Services installed in the same application pool as an ASP.NET 2.0 application, then this will happen. You can't run two version of the .NET Framework in the same IIS process.|||I tried both posted solutions and neither worked, although they were good ideas. Both the /Reports and /ReportServer directores have the 1.1 binaries in the Application Mappings tab in IIS. Of interest is the /Reports directory has many application extensions listed and no wildcard maps. The /ReportServer directory has the opposite, no application extensions and one wildcard mapping. Regardless, they all point to 1.1 binaries.

I created a new application pool and put the /Reports and /ReportServer in that pool and am getting the same error.
|||In addition, this event was logged in the Application Events. Still appears to be using the 2.0 libraries yet I don't know why:

Event code: 4010
Event message: An unhandled security exception has occurred.
Event time: 12/1/2005 4:54:28 PM
Event time (UTC): 12/1/2005 9:54:28 PM
Event ID: 37a8c59bd4d14536ac63fdd0b43185d3
Event sequence: 7
Event occurrence: 2
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/Reports-1-127779471911380892
Trust level: RosettaMgr
Application Virtual Path: /Reports
Application Path: C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\
Machine name: TLCB1
Process information:
Process ID: 1864
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Request information:
Request URL: http://tlcb1/reports/Pages/Folder.aspx
Request path: /reports/Pages/Folder.aspx
User host address: 10.125.124.17
User: xxxx\yyyyy
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE
Custom event details:

For more information, see Help and Support Center at
|||After working with Microsoft support for weeks on this (yes overseas support isn't very expeditious), it turns out it was a problem with a content management ISAPI plugin. The plugin was coded to always run in the context of the latest .net framework version. Since the plugin ran in the default application pool, every app in the default pool then would use the 2.0 framework instead of the 1.1 framework, regardless of what was set for each site.

The solution was to put the content management ISAPI plugin in its own app pool with nothing else. That allow the other apps to use the framework of their specification.
|||

I just updated my Windows 2003 server running Reporting Services 2000 with Net 2.0 and had the same error. I solved it by just selecting the old version 1.1.4 from the ASP.Net settings under the properties tab on IIS. Seems it allows you to select which version to run at each level of a Web/Sub Web. Make sure to select the reportserver and the report sub webs.

Hope this helps.

Tim

|||I had this problem when i've installed MSSQL 2005 and tried to use ReportServer. First I've tried to disable .NET 2.0, but it didn't help. so i uninstalled .net 2.0 and restarted IIS server. it worked. after i've downloaded .net 2.0 from microsoft.com, installed it. Everything works perfect. seems like the .net packege that is distributed with SQL 2005 is broken or something like that.

Reporting Services 2000 broke by installing .NET 2.0 redistributable runtime files

We have RS 2000 running in our lab environment where I recently installed the .NET Framework 2.0 Redistributable Package. After installation, reporting services stopped working with the following error:

Security Exception

Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

I noticed the Version=2.0.0.0 part and went into the IIS properties for the /Reports directory and verified that 1.1 was selected and not 2.0.

Not sure why it appears 2.0 is being referenced when the site should be pointing to 1.1 libraries.

Any ideas would be appreciated.

Make sure you check both virtual folders: /Reports and /ReportServer. When you go to the properties of these virtual folders, go to application configuration and check all script maps. Make sure there's no v2.0 DLLs in the script maps.|||If you are running Windows XP or you have Reporting Services installed in the same application pool as an ASP.NET 2.0 application, then this will happen. You can't run two version of the .NET Framework in the same IIS process.|||I tried both posted solutions and neither worked, although they were good ideas. Both the /Reports and /ReportServer directores have the 1.1 binaries in the Application Mappings tab in IIS. Of interest is the /Reports directory has many application extensions listed and no wildcard maps. The /ReportServer directory has the opposite, no application extensions and one wildcard mapping. Regardless, they all point to 1.1 binaries.

I created a new application pool and put the /Reports and /ReportServer in that pool and am getting the same error.
|||In addition, this event was logged in the Application Events. Still appears to be using the 2.0 libraries yet I don't know why:

Event code: 4010
Event message: An unhandled security exception has occurred.
Event time: 12/1/2005 4:54:28 PM
Event time (UTC): 12/1/2005 9:54:28 PM
Event ID: 37a8c59bd4d14536ac63fdd0b43185d3
Event sequence: 7
Event occurrence: 2
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/Reports-1-127779471911380892
Trust level: RosettaMgr
Application Virtual Path: /Reports
Application Path: C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\
Machine name: TLCB1
Process information:
Process ID: 1864
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Request information:
Request URL: http://tlcb1/reports/Pages/Folder.aspx
Request path: /reports/Pages/Folder.aspx
User host address: 10.125.124.17
User: xxxx\yyyyy
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE
Custom event details:

For more information, see Help and Support Center at
|||After working with Microsoft support for weeks on this (yes overseas support isn't very expeditious), it turns out it was a problem with a content management ISAPI plugin. The plugin was coded to always run in the context of the latest .net framework version. Since the plugin ran in the default application pool, every app in the default pool then would use the 2.0 framework instead of the 1.1 framework, regardless of what was set for each site.

The solution was to put the content management ISAPI plugin in its own app pool with nothing else. That allow the other apps to use the framework of their specification.
|||

I just updated my Windows 2003 server running Reporting Services 2000 with Net 2.0 and had the same error. I solved it by just selecting the old version 1.1.4 from the ASP.Net settings under the properties tab on IIS. Seems it allows you to select which version to run at each level of a Web/Sub Web. Make sure to select the reportserver and the report sub webs.

Hope this helps.

Tim

|||I had this problem when i've installed MSSQL 2005 and tried to use ReportServer. First I've tried to disable .NET 2.0, but it didn't help. so i uninstalled .net 2.0 and restarted IIS server. it worked. after i've downloaded .net 2.0 from microsoft.com, installed it. Everything works perfect. seems like the .net packege that is distributed with SQL 2005 is broken or something like that.

Wednesday, March 21, 2012

Reporting services - SQL server 2005

We are in the process of doing a side by side installation of the SQL
server 2000 and SQL server 2005 on the same server. To install the
Reporting services feature of SQL server 2005 requires IIS. We have a
seperate web server running IIS that connects to the database server.
My question is : can we still install Reporting services on the
database server without the IIS?

Thank youNo the Reporting services require the IIS for installation.

yhafeez1@.gmail.com wrote:

Quote:

Originally Posted by

We are in the process of doing a side by side installation of the SQL
server 2000 and SQL server 2005 on the same server. To install the
Reporting services feature of SQL server 2005 requires IIS. We have a
seperate web server running IIS that connects to the database server.
My question is : can we still install Reporting services on the
database server without the IIS?
>
Thank you

Reporting Services - Installation Question

Hi,
Can I set up RS and then install VB.NET 2003 at a later time to add the
Report Designer functionality?
Thanks
Jerryyes. After you install the IDE just re-run the RS installer and select the
development tools.
--
Floyd
"Jerry Spivey" <jspivey@.vestas-awt.com> wrote in message
news:OMWSV$wuFHA.2556@.TK2MSFTNGP15.phx.gbl...
> Hi,
> Can I set up RS and then install VB.NET 2003 at a later time to add the
> Report Designer functionality?
> Thanks
> Jerry
>

Reporting Services - Error 25619

My Reporting Services installation failed reporting error
code 25619.
I can't find any suggested solutions to the error -
although it appears others have encountered it.
I am trying to install Reporting Services on Windows 2000
Server.
Any help would be greatly appreciated.
Thanks,
Katherine"Katherine Martin" <katherinem@.musgrave.ie> wrote in message news:<937501c3ea36$92daeb20$a401280a@.
phx.gbl>...
quote:

> My Reporting Services installation failed reporting error
> code 25619.
> I can't find any suggested solutions to the error -
> although it appears others have encountered it.
> I am trying to install Reporting Services on Windows 2000
> Server.
> Any help would be greatly appreciated.
>

You're not the only one to have that problem. During the install the
help file is available (it is removed when the install rolls back.) It
suggests that if you receive this error you make sure that:
- the MSDTC service is running
- the account "IUSR_<computer name>" is enabled
Unfortunately this did not help me
(see my post called "Setup - Error 25619" in
microsoft.public.sqlserver.reportingsvcs for more information)
HTH,
Bart Holthuijsen