cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
820
Views
0
Helpful
1
Replies

Problem with Push2Phone "https" msxml3.dll error '800c000e'

richou68000
Level 1
Level 1

Hello,

I have a problem with the Push2phone ASP.

The getdeviceip.asp need to see devicelistx.asp file.

This is the code :

xmlhttp.Open("GET", protocol + "://" + callManager + "/CCMAdmin/Reports/devicelistx.asp", false,);

xmlhttp.setRequestHeader("Authorization", "Basic " + authstring);

xmlhttp.setRequestHeader("Connection", "close");

xmlhttp.Send();

But I have security error on the "xmlhttp.Send();" and I have this message : msxml3.dll error '800c000e

Somebody can help me?

1 Reply 1

yasinu1983
Level 1
Level 1

Hi,

I think I have the same problem, too.

I changed hard-coded callManager IP, username and password with my CallManager IP, admin username and password. When I write a message to textbox in web browser and click the Send button, I receive that error message:

msxml3.dll (0x800C0019)

System error: -2146697191.

/CiscoIPServices/includes/getdeviceip.asp, line 22

line 22 - xmlhttp.Send();

Could you please send your answers?

Best Regards