URL "Check Now" feature is always failing
Build 9101
I created some new URL monitors, which perform a get on a set string, and the monitors appear to be working, however the "Check Now" button is not working. Even on long-standing URL monitors, every time I hit the "check now" button the test fails. Here is what it says is returning:
<HTML><HEAD><Script language=JavaScript>function setFieldsValue(){var user;var isIE = (navigator.appName.indexOf("Microsoft")!= -1);var i=0;do{if (isIE)user=this[0].document.all;else user=frames[0].document.forms[i];if (typeof user.MG_ErrorCode=="object") {user.MG_ErrorCode.value="-131";}MG_V_ErrorCode = "-131";if (typeof user.MG_ErrorText=="object") {user.MG_ErrorText.value="Error: \"Program not found\" (-131)";} MG_V_ErrorText = "Error: \"Program not found\" (-131)";if (typeof user.MG_Server=="object") {user.MG_Server.value="";} MG_V_Server = "";if (typeof user.MG_Application=="object") {user.MG_Application.value="";} MG_V_Application = "";if (typeof user.MG_Program=="object") {user.MG_Program.value="";} MG_V_Program = "";if (typeof user.MG_User=="object") {user.MG_User.value="";} MG_V_User = "";i++;}while(!isIE && i<frames[0].document.forms.length)}</script><TITLE>Execution Error</TITLE></HEAD><Frameset id=framest cols="100,0" onLoad='setFieldsValue()'><frame name=UserFrame src="/html/OAC_Error_Msg.htm" frameborder=no></frameset></HTML>
New to ADSelfService Plus?