Error trying bypass explorer to view a report
Hi !
when I try this string on my web browser :
http://localhost/aplicaciones/myWebTier.dll?content=viewer&volume=Catalogos&
name=Empleados&frameset=1
I get this error:
ReportServiceProvider Error: No report found in catalog:
Catalogos\Empleados
Any help would be greatly appreciated.
Thanks
Jorge
when I try this string on my web browser :
http://localhost/aplicaciones/myWebTier.dll?content=viewer&volume=Catalogos&
name=Empleados&frameset=1
I get this error:
ReportServiceProvider Error: No report found in catalog:
Catalogos\Empleados
Any help would be greatly appreciated.
Thanks
Jorge
This discussion has been closed.
Comments
This error indicates that the server cannot find the specified report.
As a test try running the web report explorer to display the list of
available reports on the server. Then hold your mouse over the report and
look at the URL that appears in the status bar at the bottom of your
browser. That should be the URL that is required to run the report. Click on
the report to test it. Then try that URL from the address bar of the
browser.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I have been testing what you say and a found this URL in the status bar:
http://localhost/aplicaciones/myWebTier.dll/?content=viewer&volume=Catalogos
&name=Empleados%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%
20%20%20%20%20%20%20%20%20%20&folder
When I try this URL from the address bar of the browser, everything work
fine, I can see the report, but if I delete one of the %20 characters I get
the same error message: No report found in catalog.
But I wonder why I have a lot of %20 entries, maybe I have been doing
someting wrong, any ideas?.
Kind Regards
Jorge
Have not heard of this before.
My guess is that for some reason when the report name information is either
stored or read from the database, some spaces are being appended to the end
of the data.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
name into database table.
Thank for your answers.
Kind Regards.
Jorge