Skip to content

objectQualifier not set in SqlDataProvider #67

@jmt789

Description

@jmt789

Describe the bug
If using a DNN database with an object qualifier Eg. DNN_{TableName}, the object qualifier is lost when KeyMaster is applied.

To Reproduce
Steps to reproduce the behavior:

  1. Setup a DNN database with an object qualifer to prefix all the database objects.
  2. Install and run Dnn.KeyMaster.

Expected Behavior
App should reload with values in Azure Key Vault

Actual Behavior
App tries to redirect to /InstallWizard as it cannot connect to the database.
To fix issue objectQualifier="DNN" needs to be set in the web.config in the SqlDataProvider.

Version:

  • DNN: [e.g. 9.3.0]
  • Dnn.KeyMaster: [eg. 1.0.0]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions