I installed business object with a fresh new installation. When I open the launchpad (.aspx page), HTTP Error 404 occurs. The log file shows the following log:
10.3.3.30, -, 11/18/2007, 7:17:20, W3SVC1, REMEDYDEV, 10.3.3.30, 328, 321, 708, 200, 0, GET, /businessobjects/enterprise115/WebTools/Default.htm, -,
10.3.3.30, -, 11/18/2007, 7:17:20, W3SVC1, REMEDYDEV, 10.3.3.30, 15, 345, 1772, 404, 50, GET, /businessobjects/enterprise115/WebTools/adminlaunch/default.aspx, -,
Please advice what does this error mean and how can I resolve it.
Comments
: open the launchpad (.aspx page), HTTP Error 404 occurs. The log file
: shows the following log:
:
: 10.3.3.30, -, 11/18/2007, 7:17:20, W3SVC1, REMEDYDEV, 10.3.3.30,
: 328, 321, 708, 200, 0, GET,
: /businessobjects/enterprise115/WebTools/Default.htm, -,
: 10.3.3.30, -, 11/18/2007, 7:17:20, W3SVC1, REMEDYDEV, 10.3.3.30, 15,
: 345, 1772, 404, 50, GET,
: /businessobjects/enterprise115/WebTools/adminlaunch/default.aspx, -,
:
:
:
: Please advice what does this error mean and how can I resolve it.
:
For a description of the famous 404 response code see: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
You should check if the requested pages exist. If they don't either create them, or update the link to go to the correct address.