Hi,
I installed my Couchbase Community edition on RHEL7 and am accessing Couchbase console successfully from Windows server.
But am getting 10061 - No connection could be made because the target machine actively refused it
when I am executing the below statement from C# client.
using (var bucket = cluster.OpenBucket(“Bucket1”)
Please help me.
Thanks
Ramya
Hi @ramyakrishna.nandula,
Could you post some more of your code (specifically, how you are creating the cluster
object)? Also, can you verify that you have ports 8091-8094 all open? Finally, you might try running sdk-doctor (and posting the output of that here) - Releases · couchbaselabs/sdk-doctor · GitHub
Thanks Matthew Groves. After opening 8094 port, it started working.
1 Like