Ensure the EPiServer application pool can access the TMCore database

Top  Previous  Next

All connections through to the TMCore database will be performed using the identity assigned to the Application Pool that runs your EPiServer site. This account must therefore be granted the correct level of access to the TMCore database. Use SQL Server Enterprise Manager or your preferred SQL management tool to grant access for the account that the application pool runs as to the topic map database.

If TMCore shares the same database server as EPiServer, you should find that the account is already registered as a database login. All that you need to do is grant the account access under the database roles tm_reader and tm_writer.

If the TMCore database resides on a different server you may need to register the Application Pool account as a database login before you can grant access to the TMCore database under the tm_reader and tm_writer roles.