Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 20764

Error upgrading from SQL2008R2SP2 to SQL2014SP2 -

$
0
0

The errors:

UpgradeFeatureSpecificRules: SQL Server 2014 Setup configuration checks for rules group 'UpgradeFeatureSpecificRules'
RS_NoCustomAuthExtensionsChecks if Report Server has any custom authentication extensions configured.FailedThe Report Server has some custom authentication extensions configured.
RS_NoCustomSecurityExtensionsChecks if Report Server has any custom security extensions configured.FailedThe Report Server has some custom security extensions configured.

The procedure:

Before upgrading the SQL Server, you must reconfigure the server on which the Reporting service
is installed.
1. Open the rsreportserver.config file located in the reporting services directory.
2. Change the following keys:
<Security><Extension Name="Windows"
Type="DataVAntage.Reporting.SecurityExtensions.
AuthorizationExtension, DataVAntage.Reporting.SecurityExtensions"/
></Security>
<Authentication><Extension Name="Windows"
Type="DataVAntage.Reporting.SecurityExtensions.
AuthenticationExtension,
DataVAntage.Reporting.SecurityExtensions"/></Authentication>
To:
<Security><Extension Name="Windows"
Type="Microsoft.ReportingServices.Authorization.
WindowsAuthorization, Microsoft.ReportingServices.Authorization"/
></Security>
<Authentication><Extension Name="Windows"
Type="Microsoft.ReportingServices.Authentication.
WindowsAuthentication, Microsoft.ReportingServices.Authorization"/
></Authentication>
3. Stop and restart the reporting service.

I did everything as demanded by vendor and after a reboot, the error is still there

what else can I do?


Viewing all articles
Browse latest Browse all 20764

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>