質問者
タスクシーケンスのインポートエラー:Feiled to get the image property from the source WIM file due to error 80070003

質問
-
タスクシーケンスをインポートする際に以下エラーが発生します。
Error: Imported Operating System Image (1):
• Create new Windows 10 Enterprise Evaluation
Generic failure
instance of SMS_ExtendedStatus
{
Description = "Failed to get the image property from the source WIM file due to error 80070003";
ErrorCode = 2147942403;
File = "..\\sspimagepackage.cpp";
Line = 490;
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
StatusCode = 2147749889;
};
改善方法についてご教示ください。よろしくお願いいたします。
すべての返信
-
80070003の意味するところは "指定されたパスが見つかりません" ですので、考えられるのはアクセス権の問題です。
SCCM はサイトサーバーのコンピューターアカウント (SYSTEM権限) でアクセスするので、インポートするファイルに対して、サイトサーバーの SYSTEM に対してフルコントロールを付与して下さい。(ネットワーク上の共有なら、サイトサーバーのコンピューターアカウントに対してフルコントロール)
-
エクスポートされたzipファイルだけでなく、依存コンテンツの入っている export_files フォルダもコピーされているでしょうか?
https://docs.microsoft.com/ja-jp/configmgr/osd/deploy-use/manage-task-sequences-to-automate-tasks#process-to-import-task-sequences
========抜粋=======
タスク シーケンスをエクスポートするときにコンテンツを含める場合は、必ず .zip ファイルと export_files フォルダーをコピーしてください。そうしないと、インポートが失敗します。
================= -
返信ありがとうございます。
はい、export_filesフォルダーも一緒にダウンロードしましたが、できませんでした。
ただエラー番号が80070003から80070002に変わっていることに気がつきました。
Error: Imported Operating System Image (1):
• Create new Windows 10 Enterprise Evaluation
Generic failure
instance of SMS_ExtendedStatus
{
Description = "Failed to get the image property from the source WIM file due to error 80070002";
ErrorCode = 2147942402;
File = "..\\sspimagepackage.cpp";
Line = 490;
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
StatusCode = 2147749889;
};