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.
Author |
Topic |
travich
Starting Member
19 Posts |
Posted - 2006-10-02 : 12:41:23
|
I've upgraded my original SQL Server 2000 reports to 2005. When I actually navigate to the reports, they appear fine. When I try accessing them with the new query string built buy the SOAP API, I get the following error. An attempt has been made to use a rendering extension that is not registered for this report server. (rsRenderingExtensionNotFound) Get Online Help In 2000, this query string works fine. Yes, the the report server has been changed for 2005!Here's what I think is giving me the problem:rs:Format=HTMLOWCIs HTMLOWC no longer supported by 2005? What is HTMLOWC? Any help is appreciated. Here's the full query string:http://TestServer/ReportServerSQL2005?/Reports/Users/testserver_testaccount/Enabled/Report+Test&culture_name=en&rs:Command=Render&rs:Format=HTMLOWC&rc:Toolbar=True&rc:Section=1&rs:ShowHideToggle=36&rc:Parameters=false |
|
|
|
|