Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Properties tab on Report Manager failing 2 load

Author  Topic 

Wayne_KY
Starting Member

1 Post

Posted - 2009-04-27 : 11:43:44
Greetings all,

I'm a Network geek thrust into a roll of DBA. I've been feeling alot like the square peg being driven through a small round hole.

I have a Reporting Services instance and when I go to:

http://localhost/Reports/Pages/Folder.aspx

and click the Properties Tab it cranks and cranks and eventually fails. Nothing shows in the event logs but a separate log is generated here:

C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\LogFiles

called SQLDUMPER_ERRORLOG.log and it contains:

08/21/07 12:51:36, ERROR , SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () failed (00000514)
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ProcessID = 2912
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ThreadId = 0
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Flags = 0x0
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDumpFlags = 0x0
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, SqlInfoPtr = 0x47405860
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, DumpDir = <NULL>
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ExceptionRecordPtr = 0x00000000
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ContextPtr = 0x00000000
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ExtraFile = <NULL>
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, InstanceName = <NULL>
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ServiceName = <NULL>
08/21/07 12:51:36, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
08/21/07 12:51:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
08/21/07 12:51:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\LogFiles\SQLDmpr0001.mdmp
08/21/07 12:51:44, ACTION, w3wp.exe, Watson Invoke: No

The browser returns the following:

An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help


The "Get Online Help" points to absolutely nothing useful.

Does anyone know what the bleep is going on here?

hanavan
Starting Member

25 Posts

Posted - 2009-04-30 : 19:59:12
Check the status of your reporting server ( "C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\RSConfigTool.exe").
If this is all green, (wild guess) it would check the rsreportserver.config to check if the servername and sql server connection
is filled in right.
Go to Top of Page
   

- Advertisement -