HTTP Error 404.0 - Not Found while using IIS.
book
Article ID: KB0070287
calendar_today
Updated On:
Description
Customer is using IIS as a server and getting HTTP Error 404.0 - Not Found while running the adhoc.htm query.
Below is the adhoc.htm environment for your reference:
Resolution
Upon changing the adhoc.htm file the issue was resolved (see below):
1) the issue is 8080 in adhoc.htm they are using IIS so it is not http://10.60.241.155:8080 but http://10.60.241.155
2) line 24 replace:
document.form.action = ibigblgetCgiPath();
with
document.form.action = "/ibi_apps/WFServlet?";
Issue/Introduction
Getting HTTP Error 404.0 - Not Found while using IIS as a server
Feedback
thumb_up
Yes
thumb_down
No