cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with login to Enterprise web

Former Member
0 Kudos
172

  I am using SAP BusinessObject Enterprise 14.1.0 and it's running on a Windows Server 2008 R2, the web engine is tomcat which came with the Enterprise software also the IIS on the Server has been turned on and is working. When I try to log into the CMC using  http://myserver:/6405 or http://myserver:/6405/CmcApp I'm getting the error '404 Missing Page' I did not install the system and I am not an expert at setting this system up, I don't think this is a quick one answer fix, if so great but if not, can someone direct me to a install or setup guide so that I can walk through the process and maybe find the problem....Thanks.

View Entire Topic
MaheshKumar
Contributor
0 Kudos

Hi Alonzo,

There will not be an issue with iis and tomcat are running on same machine unless they use separate port.

From browser go to http://server:8080/ and http://server:80/ If your tomcat port is listening on 8080(default port for tomcat ) you should get tomcat page. Then you can access http://server:8080/BOE/CMC . For configured port you can see Drive:\Program Files (x86)\SAP BusinessObjects\Tomcat6\conf and open server file. It will give you port number used. You can try this port to open ur cmc

Regards

Mahesh Kumar

Former Member
0 Kudos

    Thanks for everything that fixed my Problem by just using the right path to get to my page.