We are working on configuring our new Cognos 10 Development environment
for testing. We have installed Cognos 10 BI (64 Bit) on a single
server. The OS is AIX, the Content Store is DB2, and the web server is
Apache. All was working good; however, we had to install the Metric
Server. That application we installed in a separate directory following
the directions at https://www-304.ibm.com/support/docview.wss?
uid=swg21358497&wv=1 . We now have the Metric Server up and running;
however, the Report Studio and Query Studio tools wont launch in a web
browser. The web server returns a web page not found error 404. I believe I have the configuration dispatcher settings incorrect for the 64 bit services and the 32 bit services. Our install paths are as follows:
64 Bit /usr/cognos/c10
32 Bit /usr/cognos/c10_32
Apache settings in httpd.conf are:
ScriptAlias /cognos10/cgi-bin "/usr/cognos/c10_32/cgi-bin"
Alias /cognos10 "/usr/cognos/c10_32/webcontent"
In the cognos configuration the only change I made was to add the content manager url of the 64 bit install to the 32 bit configuration.