KaBob
*** REALLY INTERESTING!!!
Had a extra dev box - Installed XpProSp2)(New,fresh,clean,new install) ran up all Microsoft updates, Installed Vs2005+sp1, Installed Sql2005 (noservice applied - same User, sql/rptservices service account setup), restored databases over to new box ), copied Rpt service solution/project - built/deployed -> And:
NO PROBLEM!!! - Local Print(RsClientPrint) from Report Manager WORKS LIKE A CHAMP!!!
Maybe, like the original poster says - Could be a real problem in SQL SERVICE PACK 2!!!
Now, Someone PLEASE! - whats wrong with the box with Sql2005 SP2 applied - Whats the secret
Thanks, R Lewis, MCSD - rplewis419@bellsouth.net
Edit1:
Applied sql2005 sp1 - all OK!!!
Think i'd be a fool to apply Sql2005sp2 and the have 2 boxes busted!!
Will try accessing Rpts from box1 using the RsClientPrint on box2... or somethin like that.
Unless someone has a better idea
Edit2: *** BIG WOW! -- Sql2005sp2 is (IMHO) at the bottom of This problem!!!!
Consider:
Box1 - XpSp2-Sql2005sp2 wRs - standalone - Cant local print from ReportManager
Box2 - XpSp2-Sql2005sp1 wRs - standalone - CAN local print from ReportManager
Now run ReportManager by reaching thru local Intranet to the other box....
from box2: run http:\\box1\Reports - select report, view(ok) try local print(RsClientPrint) ---- Hang(Bombo!!!)
from box1: run http:\\box2\Reports - select report, view(ok) try local print(RsClientPrint) ---- NO Problem!!!!
Interesting! Definitely something to do with sql sp2 - and AspNet_wp.exe!
The Problem is somewhere in SqlSp2 and new .NetFrame 2.0!
from TaskMgr - AspNet_wp process is just burning cpu time - attach debugger to it and:
'aspnet_wp.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\system32\schannel.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\system32\kerberos.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\system32\cryptdll.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\Program Files\Microsoft SQL Server\90\Shared\instapi.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\system32\dssenh.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin\ReportingServicesCompression.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\system32\mpr.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\system32\msi.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\fusion.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Data.OracleC#\adae7ace96e282857121352c506ff359\System.Data.OracleClient.ni.dll', No symbols loaded.
'aspnet_wp.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data.OracleClient\2.0.0.0__b77a5c561934e089\System.Data.OracleClient.dll', No symbols loaded.
The thread 'Win32 Thread' (0xc0c) has exited with code 0 (0x0).
aspnet_wp!library!8!10/9/2007-13:04:11:: i INFO: Cleaned -1 batch records, -1 policies, 0 sessions, -1 cache entries, 0 snapshots, 0 chunks, -1 running jobs, -1 persisted streams
First-chance exception at 0x7c812a7b in aspnet_wp.exe: 0xE0434F4E: 0xe0434f4e.
First-chance exception at 0x7c812a7b in aspnet_wp.exe: 0xE0434F4D: 0xe0434f4d.
First-chance exception at 0x7c812a7b in aspnet_wp.exe: 0xE0434F4D: 0xe0434f4d.
aspnet_wp!ui!6!10/9/2007-13:07:22:: Unhandled exception: System.OperationCanceledException: The operation was canceled.
at Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WebForms.ServerReportControlSource.RenderReport(String format, String deviceInfo, NameValueCollection additionalParams, String& mimeType, String& fileExtension)
at Microsoft.Reporting.WebForms.PrintRequestOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response)
at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
First-chance exception at 0x7c812a7b in aspnet_wp.exe: 0xE0434F4D: 0xe0434f4d.
The thread 'Win32 Thread' (0x228) has exited with code 0 (0x0).
First-chance exception at 0x7c812a7b in aspnet_wp.exe: 0xE0434F4E: 0xe0434f4e.
First-chance exception at 0x7c812a7b in aspnet_wp.exe: 0xE0434F4E: 0xe0434f4e.
The thread 'Win32 Thread' (0x804) has exited with code 0 (0x0).
aspnet_wp!library!9!10/9/2007-13:14:11:: i INFO: Cleaned -1 batch records, -1 policies, 0 sessions, -1 cache entries, 0 snapshots, 0 chunks, -1 running jobs, -1 persisted streams
Oops - Unhandled exceptions!!!! ( Give me a good ole kernal debugger & symbols - but this is MS's Job)
Like the original poster said - and I now totally agree!
***
Please Help!!!
We have never been able to get the printing to work on any of our reports using SQL Server Reporting Services 2005 SP2 in our production environment. Without this feature of printing a report, we cannot go live with SSRS at all.
We have tried adding the SP2 after a clean install on a new server -- yet we still have this problem.
***
It sure is a problem! And Sql2005Sp2 is on Microsoft Update!!!!
Has ANYBODY applied sql Sp2 and gotten this to WORK
(or it could be in the updated Framework\v2.0.50727) ( im definitely gettin off the bleading edge)
What a bummer - i also still have this problem!