70-339 · Question #57
You manage the term store for a company's on-premises SharePoint farm. You plan to replicate the production environment term store to a development environment. When you attempt to export the term…
The correct answer is B. Grant the FullControl permissions to the farm administrator account for the. Exporting the SharePoint term store requires the performing account to have FullControl on the Managed Metadata Service application, not SQL Server-level roles.
Question
You manage the term store for a company's on-premises SharePoint farm. You plan to replicate the production environment term store to a development environment. When you attempt to export the term store from the production environment, you receive the following error message:
You do not have permission to use the bulk load statement. You need to complete the import of the term store. What should you do?
Options
- AAdd the SharePoint farm administrator account to the SQL Server security administrator role.
- BGrant the FullControl permissions to the farm administrator account for the
- CUse an account that has the SQL administrator role assigned to it to perform the task.
- DAdd the MMS Service account to the SQL Server bulk admin role.
How the community answered
(40 responses)- A13% (5)
- B80% (32)
- C5% (2)
- D3% (1)
Why each option
Exporting the SharePoint term store requires the performing account to have FullControl on the Managed Metadata Service application, not SQL Server-level roles.
The SQL Server security administrator role governs SQL-level database administration, not SharePoint service application permissions, so it does not resolve the term store export permission error.
The error occurs because the farm administrator lacks FullControl on the Managed Metadata Service (MMS) application in SharePoint Central Administration. Granting FullControl at the service application level gives the account the necessary rights to read and export all term store data. Without this specific SharePoint service application permission, the export operation is blocked regardless of any SQL Server or other SharePoint roles held.
Using a SQL administrator account is an overly permissive workaround that bypasses the correct SharePoint permission boundary and does not address the root cause of missing service application rights.
The MMS service account is the identity that runs the service, not the account performing the export; adding it to the SQL Server bulkadmin role does not grant the exporting user the required SharePoint-level access.
Concept tested: Managed Metadata Service application permissions for term store export
Source: https://learn.microsoft.com/en-us/sharepoint/manage-term-sets
Topics
Community Discussion
No community discussion yet for this question.