Monday, March 12, 2012

Installation Problem. Please Help.

We are having issues installing Reporting Services on a Windows 2000 server
with SP4. The database is located on a separate server and is also running
Windows 2000 with SP4. At the end of the installation a warning is displayed
that says "Setup could not initialize the report server. you must manually
initialize the report server before using it for the first time. for more
information, see the reporting services setup documentation." . How exactly
do you initialize the report server manually? We have tried running the
rsActivate command, but that errors out. When going to the report server
there is an internal error and it says to see the error logs. The error from
the log is shown below.
aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Initializing crypto as
user: COMPUTERNAME\ASPNET
aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Exporting public key
aspnet_wp!library!864!11/3/2004-10:38:52:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details., Error getting running jobs;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details. --> System.UnauthorizedAccessException: Access is denied.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode, IntPtr errorInfo)
at RSManagedCrypto.RSCrypto.ExportPublicKey()
at Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
When running SQL profiler on the SQL server we see that there is no attempt
to connect to the report server database from the web service, however we can
see connections being made every 10 seconds that look to be from the windows
service.
ThanksWhat errors are thrown with "rsavtivate"? Have you tried running "rsconfig"
prior to running rsactivate?
Rodney Landrum, Author "Pro SQL Reporting Services" (Apress)
www.apress.com
"David" <David@.discussions.microsoft.com> wrote in message
news:B54C509A-14BD-4F14-B85E-3B0EDA53E304@.microsoft.com...
> We are having issues installing Reporting Services on a Windows 2000
> server
> with SP4. The database is located on a separate server and is also
> running
> Windows 2000 with SP4. At the end of the installation a warning is
> displayed
> that says "Setup could not initialize the report server. you must manually
> initialize the report server before using it for the first time. for more
> information, see the reporting services setup documentation." . How
> exactly
> do you initialize the report server manually? We have tried running the
> rsActivate command, but that errors out. When going to the report server
> there is an internal error and it says to see the error logs. The error
> from
> the log is shown below.
> aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Initializing crypto as
> user: COMPUTERNAME\ASPNET
> aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Exporting public key
> aspnet_wp!library!864!11/3/2004-10:38:52:: e ERROR: Throwing
> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
> more
> details., Error getting running jobs;
> Info:
> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> An internal error occurred on the report server. See the error log for
> more
> details. --> System.UnauthorizedAccessException: Access is denied.
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> errorCode, IntPtr errorInfo)
> at RSManagedCrypto.RSCrypto.ExportPublicKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> at
> Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
>
> When running SQL profiler on the SQL server we see that there is no
> attempt
> to connect to the report server database from the web service, however we
> can
> see connections being made every 10 seconds that look to be from the
> windows
> service.
> Thanks|||The error that I get when I run rsactivate is:
Failure starting the web service:
System.Exception: The Report Server Web service has not generated a public
key.
The service may not have started successfully. Check the log files for more
information.
at
Microsoft.ReportingServices.RSActivate.RSActivate.RpcActivateService(Int32
clientType)
at Microsoft.ReportingServices.RSActivate.RSActivate.InstanceMain()
at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
BaseCmdLine instance)
When trying to run the rsconfig command I also get an error saying:
System.Management.ManagementException: Provider load failure
at
System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus
errorCode)
at System.Management.ManagementObjectEnumerator.MoveNext()
at
Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.ConnectToWmi()
at
Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.InstanceMain()
at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
BaseCmdLine instance)
"Rodney Landrum" wrote:
> What errors are thrown with "rsavtivate"? Have you tried running "rsconfig"
> prior to running rsactivate?
> Rodney Landrum, Author "Pro SQL Reporting Services" (Apress)
> www.apress.com
>
> "David" <David@.discussions.microsoft.com> wrote in message
> news:B54C509A-14BD-4F14-B85E-3B0EDA53E304@.microsoft.com...
> > We are having issues installing Reporting Services on a Windows 2000
> > server
> > with SP4. The database is located on a separate server and is also
> > running
> > Windows 2000 with SP4. At the end of the installation a warning is
> > displayed
> > that says "Setup could not initialize the report server. you must manually
> > initialize the report server before using it for the first time. for more
> > information, see the reporting services setup documentation." . How
> > exactly
> > do you initialize the report server manually? We have tried running the
> > rsActivate command, but that errors out. When going to the report server
> > there is an internal error and it says to see the error logs. The error
> > from
> > the log is shown below.
> >
> > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Initializing crypto as
> > user: COMPUTERNAME\ASPNET
> > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Exporting public key
> > aspnet_wp!library!864!11/3/2004-10:38:52:: e ERROR: Throwing
> > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > An internal error occurred on the report server. See the error log for
> > more
> > details., Error getting running jobs;
> > Info:
> > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > An internal error occurred on the report server. See the error log for
> > more
> > details. --> System.UnauthorizedAccessException: Access is denied.
> > at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> > errorCode, IntPtr errorInfo)
> > at RSManagedCrypto.RSCrypto.ExportPublicKey()
> > at
> > Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> > at
> > Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> > at
> > Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> > at
> > Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> > at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> >
> >
> > When running SQL profiler on the SQL server we see that there is no
> > attempt
> > to connect to the report server database from the web service, however we
> > can
> > see connections being made every 10 seconds that look to be from the
> > windows
> > service.
> >
> > Thanks
>
>|||I have got the rsActivate command to work now. I had to manually add the key
into the Keys table using the stored procedure AnnounceOrGetKey.
Unfortunately the reportserver website still returns an 'access is denied'
error. The log file still shows the same stack trace and it seems like the
problem occurs in the RSManagedCrypto.RSCrypto.ExportPublicKey() function.
Anybody got any ideas.
"David" wrote:
> The error that I get when I run rsactivate is:
> Failure starting the web service:
> System.Exception: The Report Server Web service has not generated a public
> key.
> The service may not have started successfully. Check the log files for more
> information.
> at
> Microsoft.ReportingServices.RSActivate.RSActivate.RpcActivateService(Int32
> clientType)
> at Microsoft.ReportingServices.RSActivate.RSActivate.InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> BaseCmdLine instance)
> When trying to run the rsconfig command I also get an error saying:
> System.Management.ManagementException: Provider load failure
> at
> System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus
> errorCode)
> at System.Management.ManagementObjectEnumerator.MoveNext()
> at
> Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.ConnectToWmi()
> at
> Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> BaseCmdLine instance)
> "Rodney Landrum" wrote:
> > What errors are thrown with "rsavtivate"? Have you tried running "rsconfig"
> > prior to running rsactivate?
> > Rodney Landrum, Author "Pro SQL Reporting Services" (Apress)
> > www.apress.com
> >
> >
> >
> > "David" <David@.discussions.microsoft.com> wrote in message
> > news:B54C509A-14BD-4F14-B85E-3B0EDA53E304@.microsoft.com...
> > > We are having issues installing Reporting Services on a Windows 2000
> > > server
> > > with SP4. The database is located on a separate server and is also
> > > running
> > > Windows 2000 with SP4. At the end of the installation a warning is
> > > displayed
> > > that says "Setup could not initialize the report server. you must manually
> > > initialize the report server before using it for the first time. for more
> > > information, see the reporting services setup documentation." . How
> > > exactly
> > > do you initialize the report server manually? We have tried running the
> > > rsActivate command, but that errors out. When going to the report server
> > > there is an internal error and it says to see the error logs. The error
> > > from
> > > the log is shown below.
> > >
> > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Initializing crypto as
> > > user: COMPUTERNAME\ASPNET
> > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Exporting public key
> > > aspnet_wp!library!864!11/3/2004-10:38:52:: e ERROR: Throwing
> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > An internal error occurred on the report server. See the error log for
> > > more
> > > details., Error getting running jobs;
> > > Info:
> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > An internal error occurred on the report server. See the error log for
> > > more
> > > details. --> System.UnauthorizedAccessException: Access is denied.
> > > at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> > > errorCode, IntPtr errorInfo)
> > > at RSManagedCrypto.RSCrypto.ExportPublicKey()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> > > at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> > >
> > >
> > > When running SQL profiler on the SQL server we see that there is no
> > > attempt
> > > to connect to the report server database from the web service, however we
> > > can
> > > see connections being made every 10 seconds that look to be from the
> > > windows
> > > service.
> > >
> > > Thanks
> >
> >
> >|||"David" wrote:
> The error that I get when I run rsactivate is:
> Failure starting the web service:
> System.Exception: The Report Server Web service has not generated a public
> key.
> The service may not have started successfully. Check the log files for more
> information.
> at
> Microsoft.ReportingServices.RSActivate.RSActivate.RpcActivateService(Int32
> clientType)
> at Microsoft.ReportingServices.RSActivate.RSActivate.InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> BaseCmdLine instance)
> When trying to run the rsconfig command I also get an error saying:
> System.Management.ManagementException: Provider load failure
> at
> System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus
> errorCode)
> at System.Management.ManagementObjectEnumerator.MoveNext()
> at
> Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.ConnectToWmi()
> at
> Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> BaseCmdLine instance)
> "Rodney Landrum" wrote:
> > What errors are thrown with "rsavtivate"? Have you tried running "rsconfig"
> > prior to running rsactivate?
> > Rodney Landrum, Author "Pro SQL Reporting Services" (Apress)
> > www.apress.com
> >
> >
> >
> > "David" <David@.discussions.microsoft.com> wrote in message
> > news:B54C509A-14BD-4F14-B85E-3B0EDA53E304@.microsoft.com...
> > > We are having issues installing Reporting Services on a Windows 2000
> > > server
> > > with SP4. The database is located on a separate server and is also
> > > running
> > > Windows 2000 with SP4. At the end of the installation a warning is
> > > displayed
> > > that says "Setup could not initialize the report server. you must manually
> > > initialize the report server before using it for the first time. for more
> > > information, see the reporting services setup documentation." . How
> > > exactly
> > > do you initialize the report server manually? We have tried running the
> > > rsActivate command, but that errors out. When going to the report server
> > > there is an internal error and it says to see the error logs. The error
> > > from
> > > the log is shown below.
> > >
> > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Initializing crypto as
> > > user: COMPUTERNAME\ASPNET
> > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Exporting public key
> > > aspnet_wp!library!864!11/3/2004-10:38:52:: e ERROR: Throwing
> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > An internal error occurred on the report server. See the error log for
> > > more
> > > details., Error getting running jobs;
> > > Info:
> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > An internal error occurred on the report server. See the error log for
> > > more
> > > details. --> System.UnauthorizedAccessException: Access is denied.
> > > at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> > > errorCode, IntPtr errorInfo)
> > > at RSManagedCrypto.RSCrypto.ExportPublicKey()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> > > at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> > >
> > >
> > > When running SQL profiler on the SQL server we see that there is no
> > > attempt
> > > to connect to the report server database from the web service, however we
> > > can
> > > see connections being made every 10 seconds that look to be from the
> > > windows
> > > service.
> > >
> > > Thanks
> >
> >
> >|||Make sure the ASP.NET if os is 2000 is able to act as part of the OS in
local securiy policy. (this would be IWAM_machinename for 2003. I had to
add these accounts and verify the default app pool was running as network
service to get rsactivate to work correctly.
"David" wrote:
> The error that I get when I run rsactivate is:
> Failure starting the web service:
> System.Exception: The Report Server Web service has not generated a public
> key.
> The service may not have started successfully. Check the log files for more
> information.
> at
> Microsoft.ReportingServices.RSActivate.RSActivate.RpcActivateService(Int32
> clientType)
> at Microsoft.ReportingServices.RSActivate.RSActivate.InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> BaseCmdLine instance)
> When trying to run the rsconfig command I also get an error saying:
> System.Management.ManagementException: Provider load failure
> at
> System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus
> errorCode)
> at System.Management.ManagementObjectEnumerator.MoveNext()
> at
> Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.ConnectToWmi()
> at
> Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> BaseCmdLine instance)
> "Rodney Landrum" wrote:
> > What errors are thrown with "rsavtivate"? Have you tried running "rsconfig"
> > prior to running rsactivate?
> > Rodney Landrum, Author "Pro SQL Reporting Services" (Apress)
> > www.apress.com
> >
> >
> >
> > "David" <David@.discussions.microsoft.com> wrote in message
> > news:B54C509A-14BD-4F14-B85E-3B0EDA53E304@.microsoft.com...
> > > We are having issues installing Reporting Services on a Windows 2000
> > > server
> > > with SP4. The database is located on a separate server and is also
> > > running
> > > Windows 2000 with SP4. At the end of the installation a warning is
> > > displayed
> > > that says "Setup could not initialize the report server. you must manually
> > > initialize the report server before using it for the first time. for more
> > > information, see the reporting services setup documentation." . How
> > > exactly
> > > do you initialize the report server manually? We have tried running the
> > > rsActivate command, but that errors out. When going to the report server
> > > there is an internal error and it says to see the error logs. The error
> > > from
> > > the log is shown below.
> > >
> > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Initializing crypto as
> > > user: COMPUTERNAME\ASPNET
> > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Exporting public key
> > > aspnet_wp!library!864!11/3/2004-10:38:52:: e ERROR: Throwing
> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > An internal error occurred on the report server. See the error log for
> > > more
> > > details., Error getting running jobs;
> > > Info:
> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > An internal error occurred on the report server. See the error log for
> > > more
> > > details. --> System.UnauthorizedAccessException: Access is denied.
> > > at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> > > errorCode, IntPtr errorInfo)
> > > at RSManagedCrypto.RSCrypto.ExportPublicKey()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> > > at
> > > Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> > > at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> > >
> > >
> > > When running SQL profiler on the SQL server we see that there is no
> > > attempt
> > > to connect to the report server database from the web service, however we
> > > can
> > > see connections being made every 10 seconds that look to be from the
> > > windows
> > > service.
> > >
> > > Thanks
> >
> >
> >|||Giving the ASPNET account the ability to Act as Part of the Operating System
seemed to fix our problems. According to several places online, including
Microsoft, it is recommended that you not give the ASPNET account that
privilege. So after the report server was running properly what we did was
remove that privilege from the ASPNET account and we restarted IIS. The
report server still works. It seems to me that the Act as Part of the
Operating System privilege just needs to be added to the ASPNET account on
the first access to the report server.
Anybody see any problems with this solution?
Thanks,
David
"parisma" wrote:
> Make sure the ASP.NET if os is 2000 is able to act as part of the OS in
> local securiy policy. (this would be IWAM_machinename for 2003. I had to
> add these accounts and verify the default app pool was running as network
> service to get rsactivate to work correctly.
> "David" wrote:
> > The error that I get when I run rsactivate is:
> > Failure starting the web service:
> > System.Exception: The Report Server Web service has not generated a public
> > key.
> > The service may not have started successfully. Check the log files for more
> > information.
> > at
> > Microsoft.ReportingServices.RSActivate.RSActivate.RpcActivateService(Int32
> > clientType)
> > at Microsoft.ReportingServices.RSActivate.RSActivate.InstanceMain()
> > at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> > BaseCmdLine instance)
> >
> > When trying to run the rsconfig command I also get an error saying:
> > System.Management.ManagementException: Provider load failure
> > at
> > System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus
> > errorCode)
> > at System.Management.ManagementObjectEnumerator.MoveNext()
> > at
> > Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.ConnectToWmi()
> > at
> > Microsoft.ReportingServices.ConfigManagement.ConfigFileApp.InstanceMain()
> > at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args,
> > BaseCmdLine instance)
> >
> > "Rodney Landrum" wrote:
> >
> > > What errors are thrown with "rsavtivate"? Have you tried running "rsconfig"
> > > prior to running rsactivate?
> > > Rodney Landrum, Author "Pro SQL Reporting Services" (Apress)
> > > www.apress.com
> > >
> > >
> > >
> > > "David" <David@.discussions.microsoft.com> wrote in message
> > > news:B54C509A-14BD-4F14-B85E-3B0EDA53E304@.microsoft.com...
> > > > We are having issues installing Reporting Services on a Windows 2000
> > > > server
> > > > with SP4. The database is located on a separate server and is also
> > > > running
> > > > Windows 2000 with SP4. At the end of the installation a warning is
> > > > displayed
> > > > that says "Setup could not initialize the report server. you must manually
> > > > initialize the report server before using it for the first time. for more
> > > > information, see the reporting services setup documentation." . How
> > > > exactly
> > > > do you initialize the report server manually? We have tried running the
> > > > rsActivate command, but that errors out. When going to the report server
> > > > there is an internal error and it says to see the error logs. The error
> > > > from
> > > > the log is shown below.
> > > >
> > > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Initializing crypto as
> > > > user: COMPUTERNAME\ASPNET
> > > > aspnet_wp!crypto!864!11/3/2004-10:38:52:: i INFO: Exporting public key
> > > > aspnet_wp!library!864!11/3/2004-10:38:52:: e ERROR: Throwing
> > > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > > An internal error occurred on the report server. See the error log for
> > > > more
> > > > details., Error getting running jobs;
> > > > Info:
> > > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
> > > > An internal error occurred on the report server. See the error log for
> > > > more
> > > > details. --> System.UnauthorizedAccessException: Access is denied.
> > > > at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
> > > > errorCode, IntPtr errorInfo)
> > > > at RSManagedCrypto.RSCrypto.ExportPublicKey()
> > > > at
> > > > Microsoft.ReportingServices.Library.ConnectionManager.GetEncryptionKey()
> > > > at
> > > > Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
> > > > at
> > > > Microsoft.ReportingServices.Library.ConnectionManager.VerifyConnection()
> > > > at
> > > > Microsoft.ReportingServices.Library.ConnectionManager.get_Connection()
> > > > at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
> > > >
> > > >
> > > > When running SQL profiler on the SQL server we see that there is no
> > > > attempt
> > > > to connect to the report server database from the web service, however we
> > > > can
> > > > see connections being made every 10 seconds that look to be from the
> > > > windows
> > > > service.
> > > >
> > > > Thanks
> > >
> > >
> > >

No comments:

Post a Comment