About 10:30 or so this morning I tried to access the forum and got the following -
Critical Error: Data Store Unavailable The data store used by Telligent Evolution cannot be opened. Please ensure that your database is online and running and that the connection string in your connectionStrings.config file is correct. To configure your connection string: 1. Open [Install Location of Telligent Evolution]\web\connectionStrings.config 2. Within connectionStrings.config find the <connectionStrings> configuration section below: <connectionStrings> <add name="SiteSqlServer" connectionString="[Your connection string here]" /> </connectionStrings> 3. Modify the value to properly identify your database. For example, to connect to a database named �TelligentCommunity� on the current machine with an account 'csSystem' and the password 'password': connectionString = "server=.;database=TelligentCommunity;uid=csSystem;pwd=password" For more information you can also visit http://telligent.com the home of Telligent Evolution.
Please ensure that your database is online and running and that the connection string in your connectionStrings.config file is correct.
1. Open [Install Location of Telligent Evolution]\web\connectionStrings.config
2. Within connectionStrings.config find the <connectionStrings> configuration section below:
<connectionStrings> <add name="SiteSqlServer" connectionString="[Your connection string here]" /> </connectionStrings>
3. Modify the value to properly identify your database.
For example, to connect to a database named �TelligentCommunity� on the current machine with an account 'csSystem' and the password 'password':
connectionString = "server=.;database=TelligentCommunity;uid=csSystem;pwd=password"
Never too old to have a happy childhood!
And it works again, obviously, so it's a non-issue.
Brian Schmidt, Editor, Classic Trains magazine
Our community is FREE to join. To participate you must either login or register for an account.