Searching in eB that lists the files attached to a document using the Files.Id as the hyperlink value eB web throws an error -
I'm sorry, an error occurred: Error executing child request for../Framework/Endpoint/DownloadFile.ashx.
Reasons you might get this page
• There is a problem with the configuration of the web site.
• An error was returned by the application server that the page code did not anticipate.
• The page itself could not be loaded by the web server
This issue comes when you try to launch PDF files directly through Report. DownloadFile.ashx is not supported with Hyperlink from report function. It is designed to use launch function which requires Native application.
Need to change the "APPLICATION/PDF" handler FileOpener value under Web.Config. As shown below, please change it to default:
Hope this will help you to launch Files directly from report!