Hi,
Couchbase version = 2.2
.NET SDK version = 1.2.6
Using below config section to connect -
<couchbase>
<memcachebucket>
<servers bucket="Bucket1" bucketPassword="******">
<add uri="http://LoadBalancerURL:8091/pools" />
</servers>
</memcachebucket>
<couchbasebucket>
<servers bucket="Bucket2" bucketPassword="******">
<add uri="http://LoadBalancerURL:8091/pools" />
</servers>
</couchbasebucket>
<ShoppingCartBucket>
<servers bucket="Bucket3" bucketPassword="******">
<add uri="http://LoadBalancerURL:8091/pools" />
</servers>
</ShoppingCartBucket>
</couchbase>
On my local machine - connectivity, storing object and retrieving object - all are working fine.
On my QA server, storing object throwing exception - but error message is just a dot.
Unable to understand whats the issue. Please help me to troubleshoot and fix this issue.