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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SQL Reporting Services 2008 - External Images are

Author  Topic 

smussani
Starting Member

1 Post

Posted - 2011-10-13 : 00:22:15
Hi,

I have a report that has 3 external images. External Images are being picked up from a different web server and they are visible with anonymous authentication. I can see the images by typing in the full URL.

I have setup the image properties to External and entered the full URL of the image. I can see the image in the designer.

PROBLEM: When I deploy in production and run the report, the URL of the image changes to:

http://sql64/ReportServer?%2fCRM%2fContracts%2fAcctMgmt_OneClickOffers%2fOneClickOffers_RN&rs%3aSessionID=1o00sfijy4wzhk555bvxla55&rs%3aFormat=html4.0&rs%3aImageID=b5b99f43-183a-441f-9cf1-0a61c1da9676

which does not render the image as sql64 is my internal server and not visible to the outside world.

Why is the URL changing from the absolute URL that I entered in design mode to an embeded one?

Please help

Sajjad

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-10-13 : 02:08:54
deploy images to a folder in server and give relative path in image properties

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -