Click here to Skip to main content
15,896,526 members

Comments by Member 7744835 (Top 33 by date)

Member 7744835 24-Dec-11 0:14am View    
I maintaining 1 MASTER and 5 CHILD, While all child table related to master table, it allowing only one CASCADE. I want to set CASCADE function for all Child table.
Member 7744835 25-Nov-11 1:58am View    
I get error log from the device, whenever the GRPS connection the forcibly disconnected, that time it throwing an exception as "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."
while communication, if suppose we wait for 1 minute time interval, not get any response means, "Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time or established connection failed because connected host has failed to respond."
In this situation, we not disconnect the connection, the Socket has been opened in both side and waiting for response, but in between it disconnected.

while contact system administrator, usually TCP disconnection will be takes place in normal server. But it should affect the regular work it my point. What we want to take a step to fix this problem?

Kindly guide me.
Member 7744835 15-Nov-11 5:08am View    
Yes, actually my side issue is that, usually the packets transfer properly, at some time, this issues occurring. due to this problem, the packet transfer becomes to block in certain period. At the same, if another user opens our same port and start transfer packets, may be in between it corrupted and lost the communication again.
Member 7744835 15-Nov-11 4:31am View    
I have use that TCP_Checksum_Verification too, but still TCP - "Bad checksum" problem occurring for me.
Member 7744835 10-Nov-11 7:52am View    
Thank you, can you able to tell me by steps to migrate. Which will be more good whether Web service or WCF for GRPS communication.