November 21, 2008 at 7:48 am
I have created a unattended account in Reporting Services as a domain user.
On a server which is on the same network as our Reporting Services server is a folder containing student ID photos.
I have shared this folder and provided read access to the unattended domain account user.
In the report field containing the images. The value property is
=Code.ShowImage(Fields!stu_code.Value).
The Report Properties Code field contains
Function ShowImage(value as Object) As String
Dim strURL as String
strURL = "file://jupiter/siapp/Student_ID_Photos/"
Dim strImg as String
strImg = value & ".jpg"
Return strURL & strImg
End Function
The report works fine in the Visual Studio designer, but does not produce any images when deployed to and run on the web server.
I am aware that when I run the report in the Visual Studio designer it is using my credentials as a domain administrator.
Does anyone have any suggestions of how to solve this problem?
Thanks
Jeff
November 24, 2008 at 9:45 pm
Hi...
Please check once..do you have set permissions for concerned user or everyone by logging on Reporting Services...for that concerned Report Server where ever you have deployed your SSRS 2005 Reports....
This should work!
Niraj
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply