Search results

  1. I

    External data access

    my ODBC stopped working (ostroso_rsi) please check
  2. I

    my websites are down

    Everything is back to normal, thanks for a prompt reply
  3. I

    my websites are down

    ftp is inaccessible, SQL server doesn't respond, webshell doesn't work both sites were switched from static IPs to dynamic tried to open tickets in Customer Support - got no reply/no acknowledgement tried to contact JodoHost via online form - script times out time to move?
  4. I

    unable to use ServerXMLHTTP

    Never mind, I figured it out: My developer machine has MSXML 4 installed so I was using Server.CreateObject("Msxml2.ServerXMLHTTP.4.0") Apparently, server has an older version of MSXML (3?). Once I got rid of "4.0" everything started to work: Server.CreateObject("Msxml2.ServerXMLHTTP")
  5. I

    unable to use ServerXMLHTTP

    I'm getting an error when trying to instanciate ServerXMLHTTP object. Is MSXML supported at all? If not, what are the alternatives?
Back
Top