If you are unable to create a new account, please email support@bspsoftware.com

 

Cognos11.0.5- reference new image path is not working (Distributed Linux OS)

Started by chiruvenna, 20 Dec 2016 08:59:15 AM

Previous topic - Next topic

chiruvenna

Hi,

I am facing issue with reference path image in 11.0.5. Absolute path/default images are is working fine but brand new image gets added in server then its not working. Please check working and not working scenarios in the bottom.

Any guess what could be the issue ?

Tried with below virtual directory in IHS 8.5.
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
Alias /images "/app/ibm/software/analyticsgw/webcontent/bi/samples/images"
<Directory "/app/ibm/software/analyticsgw/webcontent/bi/samples/images">
   Dav On
   Options Indexes MultiViews
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

Not Working scenario- ../samples/images/brand_newimage.gif
Working scenarios- ../samples/images/action_help.gif
http://webserver:port_no/images/brand_newimage.gif

Tried to update the virtual directories example below and as well as tried with report server URL as well. No luck at my end  :)
Alias /images "/app/ibm/cognos/analyticsgw/webcontent/skins/corporate/shared/images

Tried with just analytics url. No luck  :)

Thank You Very Much !!

Narendrap

Remember Cognos 11.0.5 does a URL redirect .... try to frame your URL keeping in mind the redirection.

Karti

I know this is the case in 10.2.1, but did you put the same image on the Gateway as well as the Application Server? Depending on what you are using to render the image, they should be put in both areas so that Cognos has access to it from both application areas.