This is SSRS 2012 SQL Server 11.00.2218
When I have external image in report using http://i.imgur.com/g3D5jNz.jpg
it works.
but when I use file:///\\ImageServer\April.jpg
I got this error on the html
<IMG onerror=this.errored=true; src="" errored="true">
I have had this working for about 1 year. Then suddenly stop working. Steps I have done to troubleshoot and still not fixing the issue:
- Check execution account has access to \ImageServer\April.jpg confirmed execution account has access to the imageServer and the file - DONE
- Unload antivirus on the report server then test - DONE
- Reboot report server - DONE but I will try this again
- I looked in C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles, and found no error for image related or any error related to the specific report I run
Clues I notice that I don't know how to troubleshoot
- when using imgur jpg, the html img src is using some web service AXD file ReportViewerWebControl.axd. I am guessing it uses this to resize or convert the image some how. is it possible that an error happen during conversion/resize?
Could you please suggest how to troubleshoot this further?
other stackoverflow user have the same problem. (not the original post. but one of the answer post.) by John Fouhy https://stackoverflow.com/a/8782471/2635566 The same symptomps, but I don't see the same error message on John Fouhy's post (yet)