If I understood your question, the answer is No, the location I'm trying to reach (ex. http://10.10.1.15/myFolder/myASP.asp), 'myFolder' is a virtual directory, not the default web.
I'm rebuilding our webserver and the webserver is the one who makes XLM calls to the '10.10.1.15' computer...
Hi --
I have two webserver that need to talk to each other using MSXML 4.0.
When I'm connecting using the hostname:
(e.g.
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.open "POST", "http://myhost/GetX.asp", False
), works fine, but it wont work if I try to use the IP address...
Hi --
I'm on the process to upgrade our webserver.
My problem is happening when I'm testing the XML calls.
Im using MSXML 4.0. If I try send ("POST") the xml data to a 2nd server and I use the server IP instead of the hostname, the connection fails.
Any clue how can I add permission from my new...
Hi Tarwn,
The code you sent worked fine after a few adjustments in our server. My problem now is:
after this code is executed
...
' Opens the connection to the remote server.
objXMLhttp.Open "GET", URL, False
' Actually Sends the request and returns the data:
objXMLhttp.Send...
I tryed mozingod approach once, but the user managed to double click the button faster than the javascript could hide it. Users... we can't live without them.
Hi Again,
Your code works fine if the URL points to an ASP page, when Im trying to point to their JSP server I get a:
...
msxml4.dll error '80072efd'
A connection with the server could not be established
...
I think the java server configuration is causing this error, for instance our IIS...
Let me try to explain it better... its a weird scenario Im facing here:
There is an application on the Image server that was developed in JSP by a third part company. If you use their web interface, you retrieve a table with a list of images for a particular client.
The major problem is that...
From what I can see, the way you're trying to retrieve the value from the dropdown object won't work.
Try to explicit use the object name:
...
if (dropdown_menu.value == true) {
window.focus();
window.location.reload(false); // Reload page
}
else {...
As a good pratice I'd suggest you to avoid using ID as a field name, try always CustID or SomethingID.
ID, for most database engines is a reserved word and can raise a lot of errors hard to find...
This is not the case right here, Juanita's answer shall fix your problem.
I have two web servers running, one holds an application that stores scanned images and the other is the Web site that displays these images.
Im using ASP and XML to communicate and retrieve data from the image server. The problem is that the Image software provider changed its technology for...
I’m experiencing and anomaly when I try to export a report in .DOC format. I can export for Excel, PDF or RTF just fine, but when it goes to .DOC, the server hangs and I have to reboot. Did anybody face a similar problem?
Thanks,
///edox
Hi Dreman,
I've been getting this error sometimes too. The best way that I found to debug it is, after you get the error, go to Database/show SQL query (on Crystal Designer), copy the existing query and paste it into SQL query analyzer... clean the incompatible quotes and try to run the query...
We have a huge Datamart that takes forever to retrieve all information, we decide to Group on Server and only display summarized results. It works fine if I create a report using the report designer.
Now I need to create the same reports using RDC, does anybody knows how to set the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.