| re: 800A01FB An_exception_occurred:_'xml.URL'
Ok, after putting is some error trappings I have managed to get some more details in the IIS log. This is the last line which appears in the log:
2007-08-01 11:39:04
POST ../Custom/FileShortcuts/GetFileShortcut.asp Open+START+http://pxp-wi0-flweb02/frontlinecheck/custom/fileshortcuts/xml_fileoperations.asp?
Action=jsDoesFileExist&FileName=\\pxp-wi0-fs2v3\filename.txt
+END+|196|800a01fb|An_exception_occurred:_'sURL.UR L' 80 pxp-wi0-flweb02 500 0 0
Everything between the START and END tags is what is being passed in the xml.URL property. If you copy and paste this into IE6.0 the function works ok and it calles the procudure jsDoesFileExist without error. But when running through the app I get the EXCEPTION OCCURRED error.
Also, this works ok half a dozen times in the application and only after this do we get the error. Could it be a memory issue on the server? Any other suggestions greatly received.
|