Title

Kodyaz Development Resources

Development resources, articles, tutorials, samples, codes and tools for .Net, SQL Server, Vista, etc.
Welcome to Kodyaz Development Resources Sign in | Join | Help




SQL Server Reporting Services Error : Server is not configured for RPC

When I ran a SQL Server 2000 Reporting Services report on a server I got the following Reporting Services error message:

Reporting Services Error

An error has occured during report processing. (rsProcessingAborted)

Query execution failed for data set '...'. (rsErrorExecutingCommand)

Server '...' is not configured for RPC.

 

reporting-services-RPC-error

I later noticed that the server which is causing this error is defined as a linked server on the SQL Server that the Reporting Services is installed on.

When I checked the Linked Server properties of the related SQL Server, I see that the RPC is disabled. After I have enabled the RPC option the error that the server is not configured for RPC has dissappeared.

An interesting thing about the linked servers when compared between SQL Server 2000 and SQL Server 2005 is that the default linked server properties differ in options tab. For example RPC and RPC Out are both enabled in SQL Server 2000 but these features are now disabled by default for SQL Server 2005.

You see below a linked server options tag defined in a Microsoft SQL Server 2000

Linked-Server-Properties

And below is a linked server options tab that is defined in MS SQL Server 2005.

Linked-Server-Properties




BlinkListBlinkList   Del.icio.usDel.icio.us   DiggDigg   FurlFurl   SimpySimpy   SpurlSpurl   DZoneDZone   ma.gnoliama.gnolia   ShadowsShadows  



Copyright © 2004 - 2008 Eralper Yilmaz. All rights reserved.
Powered by Community Server, by Telligent Systems