症状
Parallels Management Add-on for SCCM でソフトウェアパッケージを作成しましたが、リモート Mac にダウンロードされていません。
原因
- 配布ポイントの問題
-
/Library/Logs/pma_agent.log に、以下のレコードが存在する。
09-19 14:42:39.656 W /PolicyTools:3845:407/ Download operation for 'https:///SMS_DP_SMSPKGC$//' finished with 202 (Error downloading https:///SMS_DP_SMSPKGC$// - server replied: Method Not Allowed)
09-19 14:42:39.656 W /pma_agent:3845:407/ Failed to download package 'https:///SMS_DP_SMSPKGC$//' from '', 0 urls left to try
09-19 14:42:39.656 D /pma_agent:3845:407/ Software distribution status report event 'SoftDistDownloadFailedEvent' for 'd89cc1a7-1c47-47e0-9446-e57dad44aa9b' submitted with 0
09-19 14:42:39.656 D /pma_agent:3845:407/ Downloading package '' to '/Library/Application Support/Parallels/PMA_Agent/pkgcache/' finished with status code 202
解決策 1
上記レコードが /Library/Logs/pma_agent.log に存在する場合、本記事の「解決策 2 」に進んでください。
1. ConfigMgr distribution point プロパティダイアログを開きます。
a) System Center Configuration Manager で[Site Database]>[Site Management]>[Site Settings]>[Site Systems]をクリックし、配布ポイント付きの \\<Server-name> をクリックします。
b) ConfigMgr 配布ポイントをダブルクリックします。
2. [Allow clients to transfer content from this disribution point using BITS, HTTP, and HTTPS]チェックボックスがオンになっていることを確認します(デバイスクライアントおよびインターネットベースのクライアントで必要)。
解決策 2
WebDAV を有効化します。
1. [Start]メニュー>[Administrative Tools]>[Internet Information Services (IIS) Manager]をクリックします。
2. Internet Information Service (IIS) Manager で[Default Web Site]を開き、[WebDAV Authoring Rules]をダブルクリックします。
3. [Action]ペインで[Enable WebDAV]をクリックします。
4. [Action]ペインで[Add authoring rule]をクリックします。
5. [Add Authoring Rule]ダイアログボックスで[All content]、[All users]を選択し、[Read]にチェックを入れて、[OK]ボタンをクリックします。
6. [Action]ペインで、作成された役割に対して[WebDAV Settings]をクリックします。
7. [WebDAV Settings]ワークスペースの[Property Behavior]の下で、以下を設定します。
- [Allow anonymous property queries]を[True]に設定
- [Allow Custom Properties]を[False]に設定
- [Allow property queries with infinite depth]を[True]に設定
- BITS 対応の配布ポイントである場合、[WebDAV Behavior]の下で[Allow hidden files to be listed]を[True]に設定します。
8. [Action]ペインで[Apply]をクリックします。
Was this article helpful?
Tell us how we can improve it.