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:
Issue/Introduction
Getting HTTP Error 404.0 - Not Found while using IIS as a server
Environment
Windows
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?";