Version: 18.0.0-devi-98
Build #: 49208
Build Date: 2016-Mar-31 09:06:23 PM
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / IN / Oracle Corporation 1.8.0_72-b15
Memory: Max=954,728,448; Total=491,257,856; Free=92,181,368; CPUs=8
Description:
Open Register server window
Select MongoDB and Enter the following details:
Name
Connect As: No Authentication-Server Authentication Disabled
Connection Type: Stand Alone
Host
Port
Now Switch to Driver Tab
Go to Driver Property Information Reference and look for "SocketKeepAlive" property
>> This flag controls the socket keep alive feature that keeps a connection alive through firewalls.(from Issue
#8731)
Now enable the firewall of the mongo server machine and destination machine both
Try to connect the mongo on destination machine.
>> Connection not established
Now go to server properties window on destination machine and switch to drivers tab
Add Parameter socketKeepAlive=true
Try to connect the mongo
>> Not able to connect mongo even when we set "socketKeepAlive=true"
if this is not the right approach to verify this property then how to use "socketKeepAlive" Property in Driver tab?
This parameter is for internal use. As per this comment, If there is no error message logged, that means parameter is processed successfully.
Marking this issue as resolved.