Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TCPIP Socket Send Failure 22119 from VB6 dll

Status
Not open for further replies.

hi5spidey

Programmer
Nov 14, 2014
2
US
I have a Legacy Product that I support. When you try to enter values called parameters into the ASP Classic screen, the asp calls a VB6 Active-X dll to get the parameter validation limits and compares the value the user entered to the limits using some JavaScript (and will revert the value if it is not in limits). If the value is in limits, the ActiveX component sends the parameter to the devices that require the parameter via a TCP Client Send to each of them. If any of the Clients fail to get the parameter, the system sends feedback to the validation page, and the value is reverted to the original value.

The send command is wrapped ws2_send(), which is a winsock2 call. The code wrapps winsock 2 calls, so the errors should be winsock2.

My issue is that one of these Sends is failing, with the error code '22119'. I compared this to the Winsock Errors, and it doesn't line up with any of them. I am happy that I have an error number but what does it mean?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top