Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Task sequence language packs "Error 5: Access denied"

  • Thread starter Thread starter Yasin
  • Start date Start date
  • Replies Replies 2
  • Views Views 2K

Yasin

Member
Messages
7
Reaction score
0
Points
1
Hello everyone,

Unfortunately I have a problem and can't find a solution.
I recently upgraded the operating system from Site Server from Windows Server 2012 R2 to Windows Server 2019.
After the upgrade I had no problem with Task Sequence.

Now the Language Pack of LTSC 2021 reports an error:

this command is used in Task sequence:
dism /online /Add-Package /packagePath=\\packagepathfolder\Microsoft-Windows-Client-Language-Pack_x64_de-de.cab

In this location there are also .cab files for different languages.

When it does this step I get this error though:

The task sequence execution engine failed executing the action (Install German LP) in the group (Install Language pack) with the error code 5 Action output: ... Client-Language-Pack_x64_zh-cn.cab range 0-34229150 Downloaded file from http://fqdn/CCMTOKENAUTH_SMS_DP_SMS...ft-Windows-Client-Language-Pack_x64_zh-cn.cab to C:\_SMSTaskSequence\Packages\XUC0059E\Microsoft-Windows-Client-Language-Pack_x64_zh-cn.cab Downloading file /CCMTOKENAUTH_SMS_DP_SMSPKG$/XUC0059E/sccm?/Microsoft-Windows-Client-Language-Pack_x64_zh-tw.cab range 0-34243252 Downloaded file from http://fqdn/CCMTOKENAUTH_SMS_DP_SMS...ft-Windows-Client-Language-Pack_x64_zh-tw.cab to C:\_SMSTaskSequence\Packages\XUC0059E\Microsoft-Windows-Client-Language-Pack_x64_zh-tw.cab VerifyContentHash: Hash algorithm is 32780 Content successfully downloaded atC:\_SMSTaskSequence\Packages\XUC0059E. Resolved source to 'C:\_SMSTaskSequence\Packages\XUC0059E' Set command line: Run command line Working dir 'C:\_SMSTaskSequence\Packages\XUC0059E' Executing command line: Run command line with options (0, 4) P. The operating system reported error 5: Access is denied.

What I don't understand is why it is trying to download zh-cn and zh-tw .cab files.

And now the same with Office 2016 Language Pack:

Error installing the application “Microsoft Office 2016 (German LanguagePack) x64” (ScopeId_D13DC374-6733-4120-B958-64F0E63F755E/Application_6d1fddcc-12ce-483e-9477-e712733d14a5) for action “Install MS Office de-DE” in group “” with exit code “16389” by the task sequence. Error 5 was reported by the operating system: Access denied


I have checked WMI Control, SMS Admins is entered. Does the upgrade change file server authorization? We also have several different DPs.
Maybe someone has an idea?

Thanks for your help
 
Hello everyone,

Unfortunately I have a problem and can't find a solution.
I recently upgraded the operating system from Site Server from Windows Server 2012 R2 to Windows Server 2019.
After the upgrade I had no problem with Task Sequence.

Now the Language Pack of LTSC 2021 reports an error:

this command is used in Task sequence:
dism /online /Add-Package /packagePath=\\packagepathfolder\Microsoft-Windows-Client-Language-Pack_x64_de-de.cab

In this location there are also .cab files for different languages.

When it does this step I get this error though:

The task sequence execution engine failed executing the action (Install German LP) in the group (Install Language pack) with the error code 5 Action output: ... Client-Language-Pack_x64_zh-cn.cab range 0-34229150 Downloaded file from http://fqdn/CCMTOKENAUTH_SMS_DP_SMS...ft-Windows-Client-Language-Pack_x64_zh-cn.cab to C:\_SMSTaskSequence\Packages\XUC0059E\Microsoft-Windows-Client-Language-Pack_x64_zh-cn.cab Downloading file /CCMTOKENAUTH_SMS_DP_SMSPKG$/XUC0059E/sccm?/Microsoft-Windows-Client-Language-Pack_x64_zh-tw.cab range 0-34243252 Downloaded file from http://fqdn/CCMTOKENAUTH_SMS_DP_SMS...ft-Windows-Client-Language-Pack_x64_zh-tw.cab to C:\_SMSTaskSequence\Packages\XUC0059E\Microsoft-Windows-Client-Language-Pack_x64_zh-tw.cab VerifyContentHash: Hash algorithm is 32780 Content successfully downloaded atC:\_SMSTaskSequence\Packages\XUC0059E. Resolved source to 'C:\_SMSTaskSequence\Packages\XUC0059E' Set command line: Run command line Working dir 'C:\_SMSTaskSequence\Packages\XUC0059E' Executing command line: Run command line with options (0, 4) P. The operating system reported error 5: Access is denied.

What I don't understand is why it is trying to download zh-cn and zh-tw .cab files.

And now the same with Office 2016 Language Pack:

Error installing the application “Microsoft Office 2016 (German LanguagePack) x64” (ScopeId_D13DC374-6733-4120-B958-64F0E63F755E/Application_6d1fddcc-12ce-483e-9477-e712733d14a5) for action “Install MS Office de-DE” in group “” with exit code “16389” by the task sequence. Error 5 was reported by the operating system: Access denied


I have checked WMI Control, SMS Admins is entered. Does the upgrade change file server authorization? We also have several different DPs.
Maybe someone has an idea?

Thanks for your help
It is because you are trying to install from a UNC. It is downloading everything within the package source which including those cab. remove the UNC path from the command line.
 

Forum statistics

Threads
7,133
Messages
27,858
Members
18,151
Latest member
TonyGTR
Back
Top