Okay, I am having a huge problem with a winsock "chat" program I wrote in VB 6.0. I'm hoping somebody here can help me out with this problem.
A couple of years ago I wrote an application for some clients of mine. This app has a chat feature that allows users to chat with each other. I put a lot of bells-and-whistles into it (rtf color changing, sounds, a buzz feature, etc) and everyone is really happy with it.
Last week a client of mine informed me that they are using the app on about 18 workstations in their area. Everything is working fine except for one computer. For some reason this computer can start a chat session but it can not receive a chat.
Background Info: when a user wants to start a chat with a computer the system firsts pings the computer to ensure it is on the network. Once the computer is pinged, then it instantiates the chat session, which in return creates an winsock array element that handles the individual chat session.
I think it's important to note that although other computers can not start a chat with this computer, it can instantiate chat sessions with outside computer. They, in return, can reply to any instant messages, because the chat session has already been estabished, eliminating the need to ping the original (problematic) comptuer.
I first experienced some problems with Windows XP due to their internal firewall. When the firewall was turned on, no outside comptuers could ping the computer, which in return disallows for an chat sessions. Once the firewall is turned off, then everything works fine.
The strange thing is that all kind of system configurations on this computer has been turned off (I think). The reason why I say "I think" is because my client is in another state and I do not have direct access to they system.
Does anyone know what might be causing the computer from being connected/pinged to? All of the workstations have the WIN XP firewall turned off, all are on the network with the correct profile configurations, all are built using the same image, and all workstations have the Cisco VPN installed. I originally thought this was the root of the problem, but we had the VPN service disabled and it still did not solve this problem.
Can anyone help me out??? My clients are getting very impatient, and their IT technican is starting to point the finger.
Thanks in advance for your help.
-lucyv
A couple of years ago I wrote an application for some clients of mine. This app has a chat feature that allows users to chat with each other. I put a lot of bells-and-whistles into it (rtf color changing, sounds, a buzz feature, etc) and everyone is really happy with it.
Last week a client of mine informed me that they are using the app on about 18 workstations in their area. Everything is working fine except for one computer. For some reason this computer can start a chat session but it can not receive a chat.
Background Info: when a user wants to start a chat with a computer the system firsts pings the computer to ensure it is on the network. Once the computer is pinged, then it instantiates the chat session, which in return creates an winsock array element that handles the individual chat session.
I think it's important to note that although other computers can not start a chat with this computer, it can instantiate chat sessions with outside computer. They, in return, can reply to any instant messages, because the chat session has already been estabished, eliminating the need to ping the original (problematic) comptuer.
I first experienced some problems with Windows XP due to their internal firewall. When the firewall was turned on, no outside comptuers could ping the computer, which in return disallows for an chat sessions. Once the firewall is turned off, then everything works fine.
The strange thing is that all kind of system configurations on this computer has been turned off (I think). The reason why I say "I think" is because my client is in another state and I do not have direct access to they system.
Does anyone know what might be causing the computer from being connected/pinged to? All of the workstations have the WIN XP firewall turned off, all are on the network with the correct profile configurations, all are built using the same image, and all workstations have the Cisco VPN installed. I originally thought this was the root of the problem, but we had the VPN service disabled and it still did not solve this problem.
Can anyone help me out??? My clients are getting very impatient, and their IT technican is starting to point the finger.
Thanks in advance for your help.
-lucyv