Thursday, May 31, 2018

Failed to add the file autorun.inf in content Error 0x80040154

When distributing a packages with many files, specially autorun.ini file you may get below error;

PkgXferMgr.log (SMS_PACKAGE_TRANSFER_MANAGER) at Primary site;
ExecStaticMethod failed (80040154) SMS_DistributionPoint, AddFile
CSendFileAction::AddFile failed; 0x80040154
Failed to add the file autorun.inf in content SCB00014.2. Error 0x80040154
CSendFileAction::AddFileMetaData failed; 0x80040154
CSendFileAction::SendFiles failed; 0x80040154
CSendFileAction::SendContent failed; 0x8004015


And on the target distribution point (smsdpprov.log);
CFileLibrary::AddFile failed; 0x80040154
CFileLibrary::AddFile failed; 0x80040154
CContentDefinition::AddFile failed; 0x80040154
Failed to add file 'autorun.inf' to content library. Error code: 0X80040154
CFileLibrary::AddFile failed; 0x80040154
CFileLibrary::AddFile failed; 0x80040154
CContentDefinition::AddFile failed; 0x80040154
Failed to add file 'autorun.inf' to content library. Error code: 0X80040154
CFileLibrary::AddFile failed; 0x80040154
CFileLibrary::AddFile failed; 0x80040154
CContentDefinition::AddFile failed; 0x80040154
Failed to add file 'autorun.inf' to content library. Error code: 0X80040154

Most likely the reason for this error is missing Remote Differential Compression on the distribution point.
Install remote differential compression on the distribution point and update the content.
The content will successfully deploy to it;

No comments:

Post a Comment