turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Constant Contact Community
- :
- Developer Community
- :
- Developer Support – ask questions, find answers
- :
- error on put with xmlhttp
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
error on put with xmlhttp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-22-2008 06:15 PM
I get the following error when trying to update a contact:
msxml3.dll error '80004004'
Operation aborted
which I assume means put is not enabled on the server.
Since I do not have access to the server settings, how else, besides
Set xml = Server.CreateObject("MSXML2.XMLHTTP.3.0")
xml.Open "PUT", myrequest, False, _
myKey & "%" & username, password
can I update a contact.
msxml3.dll error '80004004'
Operation aborted
which I assume means put is not enabled on the server.
Since I do not have access to the server settings, how else, besides
Set xml = Server.CreateObject("MSXML2.XMLHTTP.3.0")
xml.Open "PUT", myrequest, False, _
myKey & "%" & username, password
can I update a contact.
RE: error on put with xmlhttp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-23-2008 08:50 PM
It sounds like you are receiving an error caused by your Microsoft server software. It will more to understand what version you are running. In particular, this problem seems to be happening to many people who have not updated their Vista x64 by following the following Microsoft KB update:
Update for Windows Vista for x64-based Systems
If that isn't the correct OS version, please let me know what the set up of your system that is causing this error and I will be able to get you the correct update.
Update for Windows Vista for x64-based Systems
If that isn't the correct OS version, please let me know what the set up of your system that is causing this error and I will be able to get you the correct update.
Dave Berard
Product Manager, Constant Contact
Product Manager, Constant Contact


