blogs.msdn.com/access

  • Thread starter a a r o n . k e m p f
  • Start date
A

a a r o n . k e m p f

good stuff.. the people runnnig the show for Access at MS don't know
how to run SQL Server-- it's classic!!!

Critical Error: Data Store Unavailable
The data store used by Community Server cannot be opened.
Please ensure that your database is online and running and that the
connection string in your web.config file is correct.


To configure your connection string:
1. Open [Install Location of Community Server]\web\web.config

2. Within web.config find the configuration section (highlighted)
below:


<configuration>
<appSettings>

<add key="SiteSqlServer" value="[Your connection string
here]" >

</appSettings>
</configuration>




3. Modify the value to properly identify your database.

For example, to connect to a database named �CommunityServer� on the
current machine with an account �csSystem� and the password�pa$
$word12�:


connectionString =
"server=.;database=CommunityServer;uid=csSystem;pwd=pa$$word12"

For more information you can also visit http://www.communityserver.org
the home of Community Server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top