I work for a University and I have a directory on our network that contains the photographs of each of our students. I have done some proof-of-concept work that has allowed us to create ‘picture sheets’ through WebI with images of all the students on a given course.
My problem is that this proof-of-concept involved copying some images to \ProgramFiles\Businessobjects\Businessobjects11\Images on our server. In production, this is not possible as there are gigabytes of images, and more images are added frequently.
I’ve tried (and failed) to be clever, using a NTFS junction point to mount a UNC network resource to a subdirectory of the \Images directory. Has anybody else attempted (or succeeded) in doing this?
If I can’t do this, the next option is to change the location that boimg:// refers to from \ProgramFiles\Businessobjects\Businessobjects11\Images to the network location. Does anybody know where this default images path is set, and if it can be changed on the server?
You can change the location of boimg by doing the following:-
Stop the “WebIntelligence Report Server”
Right click and choose “Properties”
Add “-images C:\images” the to commad (where C:\images is your required location)
Start the service.
I have successfuly done this. However, I would like to change the dashboard images folder to the same location but I can’t find how to do this. Does anyone know if there is a way of doing this for dashboard images?
I would also like to keep all the images in one location and use a relative path to display these old friend. I will let you know if I get anywhere after some diggin. BO are tinkers for spreading images over multiple locations.