Skip to content

Commit b44b8e1

Browse files
authored
Merge pull request #205375 from markwahl-msft/mwahl-prov-sql-perm-error
Generic SQL: add note if an authorization error occurs in schema discovery
2 parents 744b991 + 978535a commit b44b8e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

includes/active-directory-app-provisioning-sql.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ In this section, you'll create the connector configuration for your database.
163163
|Property|Description|
164164
|-----|-----|
165165
|DSN File|The Data Source Name file you created in the previous step, which is used to connect to the SQL instance.|
166-
|User Name|The username of an account with rights to make updates to the table in the SQL instance. If the target database is SQL Server, the user name must be in the form of hostname\sqladminaccount for standalone servers or domain\sqladminaccount for domain member servers.|
166+
|User Name|The username of an account with rights to make updates to the table in the SQL instance. If the target database is SQL Server and you are using Windows authentication, the user name must be in the form of hostname\sqladminaccount for standalone servers or domain\sqladminaccount for domain member servers.|
167167
|Password|The password of the username just provided.|
168168
|DN is Anchor|Unless your environment is known to require these settings, don't select the **DN is Anchor** and **Export Type:Object Replace** checkboxes.|
169169

@@ -185,6 +185,10 @@ After having provided credentials, the ECMA Connector Host will be ready to retr
185185
|-----|-----|
186186
|User:Attribute Detection|Table|
187187
|User:Table/View/SP|Employees|
188+
189+
>[!NOTE]
190+
>If an error occurs, check your database configuration to ensure that the user you specified on the **Connectivity** page has read access to the database's schema.
191+
188192
7. Once you clicked **Next**, an additional page will automatically appear, for you to select the columns of the `Employees` table that are to be used as the `Anchor` and `DN` of users. On the **Schema 3** page, fill in the boxes with the values specified in the table that follows the image and select **Next**.
189193
![Screenshot that shows the Schema 3 page.](.\media\active-directory-app-provisioning-sql\conn-5.png)
190194

0 commit comments

Comments
 (0)