Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Couchbase | Couchbase Server 1.8.x

Couchbase - How to configure multiple buckets in app.config /web.config

1 reply [Last post]
  • Login or register to post comments
Tue, 05/15/2012 - 05:35
ravindrans76
Offline
Joined: 08/09/2011
Groups: None

I have 2 buckets in Couchbase Server 1.8. One is Couchbase type and the other is Memcachced type. when I run my test I get an error: The element servers may only appear once in this section. Below is my config.

  <couchbase>
    <servers bucket="RepositoryCache" bucketPassword="">
      <add uri="http://127.0.0.1:8091/pools/default"/>
    </servers>
 
    <servers bucket="default" bucketPassword="">
      <add uri="http://127.0.0.1:8091/pools/default"/>
    </servers>
  </couchbase>

How to configure multiple buckets and resolve the issue? I hv read the manual and I could not find much help.

Thanks
Ravi

Top
  • Login or register to post comments
Wed, 05/23/2012 - 21:36
mikew
Offline
Joined: 03/14/2011
Groups:

Is this for the .NET client?

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker