Question
How to rename FlexiCapture 12 Reporting Service Database?
Answer
The name of the Database to which the Reporting Service connects is specified in appsettings.json file located in C:\inetpub\wwwroot\FlexiCapture12Reporting (ConnectionString parameter):
"ConnectionString": "Data Source=localhost\\express;Initial Catalog=statUserDB;User ID=dran;Password=dB5VdKx0AFxeJvCICYHJ8A=="
- Data Source: computer name and instance of the Database server.
- Initial Catalog: the name of the database.
After changing the database name, the FlexiCapture 12 Reporting Service application pool in IIS should be restarted.
Comments
0 comments
Please sign in to leave a comment.