John D.
2008-06-27 18:37:07 UTC
Hello,
I am transfering data from a client to server via calls to HttpSendRequest.
The server returns success or any errors via XML returned after the
HttpSendRequest call. Usually this has no problems, but our Japanese
customers are encountering sporadic errors and I've traced it down to
HttpSendRequest failing and GetLastError reports ERROR_ALREADY_EXISTS (183).
What could cause HttpSendRequest to return ERROR_ALREADY_EXISTS? I'm also
looking for how to get around it. Our server side components don't seem to
think that there was any problem, so I'm guessing that the call made it to
the server and something caused a problem on the way back. I'm not sure I
can retry the call since as far as the server is concerned, it already
succeeded.
Any help will be appreciated.
John
I am transfering data from a client to server via calls to HttpSendRequest.
The server returns success or any errors via XML returned after the
HttpSendRequest call. Usually this has no problems, but our Japanese
customers are encountering sporadic errors and I've traced it down to
HttpSendRequest failing and GetLastError reports ERROR_ALREADY_EXISTS (183).
What could cause HttpSendRequest to return ERROR_ALREADY_EXISTS? I'm also
looking for how to get around it. Our server side components don't seem to
think that there was any problem, so I'm guessing that the call made it to
the server and something caused a problem on the way back. I'm not sure I
can retry the call since as far as the server is concerned, it already
succeeded.
Any help will be appreciated.
John