Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP_COM Error: The data necessary to complete this operation is not yet available.
on my laptop win10 current version, simple piece of code doing a POST via http-clientServices, works perfectly, returns almost immediately.
I've xferred the code to a client's server (Win 2012), installed the http-services-405 and current srp-utilities
the send portion works perfectly, however in / around line 173 where the code is getting the srp_com return code, i'm getting "Error getting the responseBody property for the XMLHTTP object in the SendHTTPRequest service. SRP_COM Error: The data necessary to complete this operation is not yet available."
debugging the code, both server and laptop instantiate 'msxml12.serverXMLHTTP.6.0', yet the code is failing
what am i doing incorrect, and / or how do i confirm a sync of versions, etc
thank you
I've xferred the code to a client's server (Win 2012), installed the http-services-405 and current srp-utilities
the send portion works perfectly, however in / around line 173 where the code is getting the srp_com return code, i'm getting "Error getting the responseBody property for the XMLHTTP object in the SendHTTPRequest service. SRP_COM Error: The data necessary to complete this operation is not yet available."
debugging the code, both server and laptop instantiate 'msxml12.serverXMLHTTP.6.0', yet the code is failing
what am i doing incorrect, and / or how do i confirm a sync of versions, etc
thank you
Comments
Here is Oz, we say "FIGJAM" Don, and you're certainly some figjam on this overcast morning in Sydney.
and, THANK you..
Rather then write a novel in this post, I'll just refer to the blog article I wrote almost 5 years ago:
Picking the Correct XMLHTTP Object
Suffice to say I've been in your situation already and once I figured out the problem I thought it would be helpful to document it for everyone's benefit (including my future self).
You are most welcome.