Solve for SCCM Current Branch task sequence error "Failed to run the action: No more data is available. (Error: 80070103; Source: Windows)"
Error:
- Task sequence fails with error 0x80070103
- In SMSTS.log, I was getting these error messages:
- Installation failed with error (0x80070103)
- Install Software failed, hr=0x80070103
- Failed to run the action: No more data is available. (Error: 80070103; Source: Windows
Note:
- This occurred for me when upgrading the Win 7 OS to Win 10 via a task sequence, but doing this with a package instead of the regular Upgrade OS task sequence step
- I had to do this because of Checkpoint encryption on the computer
Solution:
- Do not use a package to upgrade the OS. Package installations default to run in 32 bit mode.
- Use a command line task sequence step to run the package to get around this, and run in 64 bit mode.
- Source: https://social.technet.microsoft.com/Forums/en-US/47133bdd-9731-4954-a8f9-683562a124c3/no-more-data-is-available-error-80070103-source-windows?forum=configmanagerosd
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.