Report server configuration error
-
Hi, I tried to configured sql report server it was succeded, by the am trying to browse from IIS the created report server & report manager application i got this error as follows, ------------------------------------------------------------ The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\RSReportServer.config' is denied. ------------------------------------------------------------ can u please reply to this question... regards, kannak
kannak
-
Hi, I tried to configured sql report server it was succeded, by the am trying to browse from IIS the created report server & report manager application i got this error as follows, ------------------------------------------------------------ The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\RSReportServer.config' is denied. ------------------------------------------------------------ can u please reply to this question... regards, kannak
kannak
Hi, just check if the account used by the SQL Server ReportService has access to the path you provided. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi, just check if the account used by the SQL Server ReportService has access to the path you provided. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
Hi Sebastian, Can u please clearly explain ...b'coz.. During Sql Report Server Configuration, 1) Server status - is configured 2) Report Server Virtual directory - is configured and created auto 3) Reprot Server Virtual directroy - is configured and created auto 4) Windows Service identity - used Build in Account (Local Account) 5) Web Service identity - not configured b'coz am using windows 2000 (operating system) 6) Database setup - using Sql Server Credentials and configured 7) Encryptional key - operational paramter 8) Initialisation - Not configured 9) Email Setting - Recomended configuration 10) Execution Account - Recomended configuration Upto this i was configured..then I am trying to browse the like, http://localhost/reportserver am facing this error.. i am not understand where is the problem hitting me...can u able to find please.. Error: The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\RSReportServer.config' is denied Regards, kannak.......
kannak
-
Hi Sebastian, Can u please clearly explain ...b'coz.. During Sql Report Server Configuration, 1) Server status - is configured 2) Report Server Virtual directory - is configured and created auto 3) Reprot Server Virtual directroy - is configured and created auto 4) Windows Service identity - used Build in Account (Local Account) 5) Web Service identity - not configured b'coz am using windows 2000 (operating system) 6) Database setup - using Sql Server Credentials and configured 7) Encryptional key - operational paramter 8) Initialisation - Not configured 9) Email Setting - Recomended configuration 10) Execution Account - Recomended configuration Upto this i was configured..then I am trying to browse the like, http://localhost/reportserver am facing this error.. i am not understand where is the problem hitting me...can u able to find please.. Error: The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\RSReportServer.config' is denied Regards, kannak.......
kannak
Hi Kannak, 1. Does the Windows Service identity (Local Account) access to the file "RSReportServer.config"? 2. Hmmm... the web service identity is not set, don't know if this is a problem. Check if the account your webserver is using has access to the file. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi Kannak, 1. Does the Windows Service identity (Local Account) access to the file "RSReportServer.config"? 2. Hmmm... the web service identity is not set, don't know if this is a problem. Check if the account your webserver is using has access to the file. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
Hi Sebastian, Thanks for responding me... That to am using Windows 2000 professional OS , i came to know no need to configure Web service Identity it will take the MAchine Config file under the IIS by default. Also Windows Service identity properties are as below, Service Name - Report Server Service Account - LocalSystem Build-In-Account - Local System Windows Account : Account - Password - Here am using Build in Account not using Windows Account. I dont know where is problem behind...can u clear this plz... Thanks, kannak.........
kannak
-
Hi Sebastian, Thanks for responding me... That to am using Windows 2000 professional OS , i came to know no need to configure Web service Identity it will take the MAchine Config file under the IIS by default. Also Windows Service identity properties are as below, Service Name - Report Server Service Account - LocalSystem Build-In-Account - Local System Windows Account : Account - Password - Here am using Build in Account not using Windows Account. I dont know where is problem behind...can u clear this plz... Thanks, kannak.........
kannak
Ok, so let us try the following. Go to the folder where the config of the report server is located. Then grant full access to "Everyone". Try to connect via browser again. If this works, it is really a permission problem. Did you enabled Windows authentication for the report web site? If yes, check if the windows account you are using when the website asks for an account has access to the file.
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.