|
2 | 2 | title: Troubleshoot MSfB integration |
3 | 3 | titleSuffix: Configuration Manager |
4 | 4 | description: Provides suggestions and resolutions to troubleshoot some of the most common problems with Microsoft Store for Business and Education integration. |
5 | | -ms.date: 12/03/2019 |
| 5 | +ms.date: 04/24/2020 |
6 | 6 | ms.prod: configuration-manager |
7 | 7 | ms.technology: configmgr-app |
8 | 8 | ms.topic: conceptual |
9 | 9 | ms.assetid: 09929057-ecf2-4d49-aee0-709916932b14 |
10 | 10 | author: aczechowski |
11 | 11 | ms.author: aaroncz |
12 | 12 | manager: dougeby |
13 | | - |
14 | | - |
15 | 13 | --- |
16 | 14 |
|
17 | 15 | # Troubleshoot the Microsoft Store for Business and Education integration with Configuration Manager |
@@ -78,7 +76,7 @@ Then look at one of the following sections for common issues: |
78 | 76 | - [Authorization error](#bkmk_fail-symptom1) |
79 | 77 | - [The secret key is invalid](#bkmk_fail-symptom2) |
80 | 78 | - [Error getting application token](#bkmk_fail-symptom3) |
81 | | -- [Content location does not exist](#bkmk_fail-symptom4) |
| 79 | +- [Content location doesn't exist or incorrect permissions](#bkmk_fail-symptom4) |
82 | 80 | - [Error occurred making http request calling 'GET' method](#bkmk_fail-symptom5) |
83 | 81 | - [Cannot write more bytes to the buffer](#bkmk_fail-symptom6) |
84 | 82 |
|
@@ -132,11 +130,16 @@ Then recreate the connection. For more information, see the following articles: |
132 | 130 | - [Configure Azure Services](../../core/servers/deploy/configure/azure-services-wizard.md) |
133 | 131 | - [Set up Microsoft Store for Business and Education synchronization](manage-apps-from-the-windows-store-for-business.md#bkmk_setup) |
134 | 132 |
|
135 | | -### <a name="bkmk_fail-symptom4"></a> Content location does not exist |
| 133 | +### <a name="bkmk_fail-symptom4"></a> Content location doesn't exist or incorrect permissions |
136 | 134 |
|
137 | 135 | #### Cause |
138 | 136 |
|
139 | | -When you set up the Microsoft Store for Business and Education connection, you specify a network share for storing synchronized content. This issue can occur if this share doesn't exist or has incorrect permissions. |
| 137 | +When you set up the Microsoft Store for Business and Education connection, you specify a network share for storing synchronized content. This issue can occur if this share doesn't exist or has incorrect permissions. The computer account for the service connection point should be the owner of this directory and any sub-directories.<!-- memdocs#146 --> If it isn't, you'll see an error similar to the following error: |
| 138 | + |
| 139 | +``` |
| 140 | +Failed to download package d788cc1b-ab00-bb5f-1548-f2dfe717583b-X86-Arm for product 9WZDNCRFJ3PS\0015. |
| 141 | +System.IO.IOException: This security ID may not be assigned as the owner of this object. |
| 142 | +``` |
140 | 143 |
|
141 | 144 | To see the location that you configured: |
142 | 145 |
|
|
0 commit comments