October 17, 2008 at 4:51 am
Hello,
I'm having great difficulty in getting RS working.
After doing a number of fresh installs I'm still unable to connect to either
http://localhost/reports or http://localhost/reportserver with Internet Explorer hangs as though its trying to connect.
I also cannot connect to the Reporting Services instance through SSMS and I'm getting a 'timed out' message.
During the install process the option to have the default configuration wasn't available, so I configured through the Reporting Services Configuration tool. This proved successful with the legend for each part 'green checked'
The most annoying part of this is that I've previously had Reporting Services running on this machine and in that case the installation was a doddle!
I'm at a loss as to why it's not working! After spending nearly two days at it with a number of reinstalls and trawling through various websites I thought its about time to post on here!
SQL Server 2005 SP2
Windows 2000
IIS 5.0
Thanks in advance,
Dom
November 4, 2008 at 4:07 am
Yet again,
I've done a new install, accepting all the defaults. No errors occurred during installation and all install logs appear fine.
When attempting to access http://localhost/reports IE hangs......what is the problem???????
I'm sure I'm not the only person to have this occur!
Also, when using Surface Area Config for features, under Reporting Services, when trying to access Windows Integrated Security SAC freezes and doesn't respond.........herein lies the problem me thinks.......but would greatly appreciate some pointers from someone with more experience!!.....what could be the problem?
thanks,
dom
....anyone out there? i'm at my wits' end with this!!!
November 5, 2008 at 12:35 pm
See if any of this helps you. It talks about an issue when trying to accessing url with /reports not working but /reportserver working.
November 6, 2008 at 4:16 am
Many thanks for the response but it hasn't really helped matters!
I've compared my setup with that on another laptop and attempted to duplicate it, still to no avail.
One thing that concerns me is within the ReportingServices log theres a line:
ReportingServicesService!library!b!06/11/2008-11:11:59:: i INFO: Catalog SQL Server Edition = Developer
ReportingServicesService!resourceutilities!b!06/11/2008-11:11:59:: i INFO: Reporting Services starting SKU: Developer
ReportingServicesService!resourceutilities!b!06/11/2008-11:11:59:: i INFO: Evaluation copy: 0 days left
I'm currently using the Developer version but have had an Evaluation copy on this machine in the past. Could something be residing in the registry throwing a spanner in the works?
Thanks,
Dom
November 7, 2008 at 8:52 am
Is it possible to do a complete unistall? Then see if there are traces left over?
Did you try applying SP2 after the install?
Greg E
November 10, 2008 at 2:45 am
Hello,
Thanks for the response, I've done what I think is a complete uninstall, but not looked for any residual traces.
After reinstallation, I've applies SP2 too.
I'm at a loss!
I'll uninstall again and see what happens.......
thanks,
dom
November 10, 2008 at 4:17 am
Dom,
First uninstall SQL Server 2005 completely (includes SP2). for more information see the link: http://support.microsoft.com/kb/909967
(in the above link, follow the Step 2 as it as).
After that install SQL Server 2005, while installing auth. mode set to Mixed mode. and choose the option, configure Reporting Server after install (like that...)
Note: Before uninstalling, take the back-up of your databases or copy the data folder into another location, after installed, just restore or attach the databases.
November 10, 2008 at 7:23 am
Thanks for the reply,
i'm now getting the error in the log:
ReportingServicesService!dbpolling!c!10/11/2008-14:13:32:: e ERROR: Polling caught an exception, restarting polling. Error Message System.Data.SqlClient.SqlException: A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.WriteSni()
at System.Data.SqlClient.TdsParserStateObject.WritePacket(Byte flushMode)
at System.Data.SqlClient.TdsParserStateObject.ExecuteFlush()
at System.Data.SqlClient.TdsParser.TdsExecuteSQLBatch(String text, Int32 timeout, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader()
at Microsoft.ReportingServices.Library.InstrumentedSqlCommand.ExecuteReader()
at Microsoft.ReportingServices.Library.DBPoll.PollingFunction()
at Microsoft.ReportingServices.Library.DBPoll.PollingStartFunction().
ReportingServicesService!library!c!10/11/2008-14:13:45:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPacket(Int32 bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
at System.Data.SqlClient.TdsParserStateObject.ReadByte()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.ReportingServices.Library.ConnectionManager.OpenConnection()
--- End of inner exception stack trace ---
ReportingServicesService!dbpolling!c!10/11/2008-14:13:45:: e ERROR: Polling caught an exception, restarting polling. Error Message Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPacket(Int32 bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
at System.Data.SqlClient.TdsParserStateObject.ReadByte()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.ReportingServices.Library.ConnectionManager.OpenConnection()
--- End of inner exception stack trace ---
at Microsoft.ReportingServices.Library.ConnectionManager.OpenConnection()
at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
at Microsoft.ReportingServices.Library.DBPoll.PollingFunction()
at Microsoft.ReportingServices.Library.DBPoll.PollingStartFunction().
ReportingServicesService!library!c!10/11/2008-14:13:47:: i INFO: Polling started again.
ReportingServicesService!library!4!10/11/2008-14:16:12:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams
do you understand what this means exactly?
thanks,
dom
November 10, 2008 at 7:41 am
SQL Native Client not properly uninstalled, NET 2.0 frame work not properly installed for previous installation. I think while installing SP2 you are geeting this problem.
As of my knowledge, link provided me is working fine, I got the same problem very long back, in the Microsoft site, I found this solution. NOw its working fine.
Ok you do one thing, insert the SQL Server 2005 CD and then repair it.
If still problem persists, better re-image the OS and install SQL Server.
November 10, 2008 at 8:40 am
this time around:
removed all of SQL Server
removed .NET 2.0 framework
removed IIS 5.0
installed IIS 5.0 - checked it worked
installed .NET 2.0 framework - no errors I'm aware of
installed SQL Server.........still cannot access SSRS!!!
thanks
November 11, 2008 at 3:19 am
in addition if it's of any use......
ASP.NET State Service logged on as .\ASPNET
SQL Server Reporting Services (MSSQLSERVER) logged on as LocalSystem
SQL Server (MSSQLSERVER) logged on as LocalSystem
in IIS both Reports and ReportServer have Integrated Windows authentication checked
SQLServer2005ReportingServicesWebServiceUser$machinename member is ASPNET
my Windows account also has admin rights.
log files seem to now throw no errors:
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing ConnectionType to '0' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing IsSchedulingService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing IsNotificationService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing IsEventService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing MemoryLimit to '60' percent as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing MaximumMemoryLimit to '80' percent as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing IsWebServiceEnabled to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing ProcessRecycleOptions to '0' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing DailyCleanupMinuteOfDay to default value of '120' minutes since midnight because it was not specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing WatsonFlags to '1064' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Data.SqlClient.SqlException,System.Threading.ThreadAbortException' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing SecureConnectionLevel to '0' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing DisplayErrorLink to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:45:: i INFO: Initializing WebServiceUseFileShareStorage to 'False' as specified in Configuration file.
ReportingServicesService!servicecontroller!9!11/11/2008-10:12:47:: i INFO: Total Physical memory: 2138554368
ReportingServicesService!servicecontroller!4!11/11/2008-10:12:47:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSSQL.
and
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing ConnectionType to '0' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing IsSchedulingService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing IsNotificationService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing IsEventService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing MemoryLimit to '60' percent as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing MaximumMemoryLimit to '80' percent as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing IsWebServiceEnabled to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing ProcessRecycleOptions to '0' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing DailyCleanupMinuteOfDay to default value of '120' minutes since midnight because it was not specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing WatsonFlags to '1064' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Data.SqlClient.SqlException,System.Threading.ThreadAbortException' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing SecureConnectionLevel to '0' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing DisplayErrorLink to 'True' as specified in Configuration file.
ReportingServicesService!library!4!11/11/2008-10:12:46:: i INFO: Initializing WebServiceUseFileShareStorage to 'False' as specified in Configuration file.
ReportingServicesService!resourceutilities!4!11/11/2008-10:12:47:: i INFO: Reporting Services starting SKU: Developer
ReportingServicesService!resourceutilities!4!11/11/2008-10:12:47:: i INFO: Evaluation copy: 0 days left
ReportingServicesService!library!8!11/11/2008-10:12:47:: i INFO: Catalog SQL Server Edition = Developer
ReportingServicesService!crypto!8!11/11/2008-10:12:48:: i INFO: Initializing crypto as user: NT AUTHORITY\SYSTEM
ReportingServicesService!crypto!8!11/11/2008-10:12:48:: i INFO: Exporting public key
ReportingServicesService!crypto!8!11/11/2008-10:12:48:: i INFO: Performing sku validation
ReportingServicesService!crypto!8!11/11/2008-10:12:48:: i INFO: Importing existing encryption key
ReportingServicesService!dbpolling!8!11/11/2008-10:12:48:: i INFO: EventPolling polling service started
ReportingServicesService!dbpolling!a!11/11/2008-10:12:48:: i INFO: EventPolling heartbeat thread started.
ReportingServicesService!dbpolling!8!11/11/2008-10:12:48:: i INFO: NotificationPolling polling service started
ReportingServicesService!dbpolling!b!11/11/2008-10:12:48:: i INFO: NotificationPolling heartbeat thread started.
ReportingServicesService!dbpolling!8!11/11/2008-10:12:48:: i INFO: SchedulePolling polling service started
ReportingServicesService!dbpolling!8!11/11/2008-10:12:48:: i INFO: UpgradePolling polling service started
ReportingServicesService!dbpolling!c!11/11/2008-10:12:48:: i INFO: Polling started
ReportingServicesService!runningjobs!8!11/11/2008-10:12:48:: i INFO: Database Cleanup (NT Service) timer enabled: Next Event: 600 seconds. Cycle: 600 seconds
ReportingServicesService!runningjobs!8!11/11/2008-10:12:48:: i INFO: Running Requests Scavenger timer enabled: Next Event: 60 seconds. Cycle: 60 seconds
ReportingServicesService!runningjobs!8!11/11/2008-10:12:48:: i INFO: Running Requests DB timer enabled: Next Event: 60 seconds. Cycle: 60 seconds
ReportingServicesService!runningjobs!8!11/11/2008-10:12:48:: i INFO: Execution Log Entry Expiration timer enabled: Next Event: 56831 seconds. Cycle: 86400 seconds
ReportingServicesService!runningjobs!8!11/11/2008-10:12:48:: i INFO: Memory stats update timer enabled: Next Event: 60 seconds. Cycle: 60 seconds
ReportingServicesService!runningjobs!8!11/11/2008-10:12:48:: i INFO: SQM timer timer enabled: Next Event: 60431 seconds. Cycle: 86400 seconds
BUT IIS log shows 302 & 401 errors:
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2008-11-11 10:18:12
#Fields: time c-ip cs-method cs-uri-stem sc-status
10:18:12 127.0.0.1 GET /reports 401
10:18:12 127.0.0.1 GET /reports/ 302
10:18:27 127.0.0.1 GET /iisstart.asp 302
10:18:27 127.0.0.1 GET /localstart.asp 401
10:18:27 127.0.0.1 GET /localstart.asp 200
10:18:27 127.0.0.1 GET /win2000.gif 304
10:18:27 127.0.0.1 GET /web.gif 304
10:18:27 127.0.0.1 GET /warning.gif 304
10:18:27 127.0.0.1 GET /mmc.gif 304
10:18:27 127.0.0.1 GET /help.gif 304
10:18:27 127.0.0.1 GET /print.gif 304
10:18:27 127.0.0.1 GET /iishelp/Default.htm 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/default.asp 200
10:18:27 127.0.0.1 GET /iishelp/iis/misc/navbar.asp 200
10:18:27 127.0.0.1 GET /iishelp/iis/htm/core/iiwltop.htm 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/contents.asp 200
10:18:27 127.0.0.1 GET /iishelp/iis/misc/ismhd.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/navpad.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/MS_logo.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/Cont.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/NoIndex.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/NoSearch.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/print.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/synch.gif 304
10:18:27 127.0.0.1 GET /iishelp/common/coua.css 304
10:18:27 127.0.0.1 GET /iishelp/iis/htm/core/iis_banr.gif 304
10:18:27 127.0.0.1 GET /iishelp/iis/misc/cohhc.hhc 304
10:18:31 127.0.0.1 GET /reports/ 302
10:18:31 127.0.0.1 GET /reports/ 401
November 19, 2008 at 9:01 am
Dom, I too am getting the 401 unauthorized error. This is a permissions issue with IIS and I'm still working on the fix. Is your machine working now?
November 21, 2008 at 5:06 am
Hi Doug,
Thanks for the reply.
I haven't got any further with this unfortunately.
How about yourself?
November 21, 2008 at 8:04 am
Try to register the 2.0 framework again.
http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
I think it's the -i option.
And to clarify a couple of things -
is this all one one server?
W2000 - workstation or server?
and SP4?
It's been quite a few years since I worked with that setup. Maybe a few more details will help someone remember running into this.
Greg E
November 21, 2008 at 8:23 am
yes its all on a test pc..... win2000 SP4 workstation
Viewing 15 posts - 1 through 15 (of 30 total)
You must be logged in to reply to this topic. Login to reply