Forum Discussion
Issues regarding Installation of Report Server
Looks like this is the root of the problem:
[12E4:278C][2018-02-22T15:08:37]e000: Error 0x80070005: Failed to secure cache path: C:\ProgramData\Package Cache\
[12E4:278C][2018-02-22T15:08:37]e000: Error 0x80070005: Failed to secure cache directory: C:\ProgramData\Package Cache\
[12E4:278C][2018-02-22T15:08:37]e000: Error 0x80070005: Failed to create completed cache path for bundle.
[12E4:278C][2018-02-22T15:08:37]e000: Error 0x80070005: Failed to cache bundle from path: C:\Users\b023440\AppData\Local\Temp\{5fb197d6-8b10-49f3-a9e3-9f1d08cf3af9}\.be\PowerBIReportServer.exe
[12E4:278C][2018-02-22T15:08:37]e000: Error 0x80070005: Failed to begin registration session.
[2388:2D9C][2018-02-22T15:08:37]e000: Error 0x80070005: Failed to begin registration session in per-machine process.
[2388:2D9C][2018-02-22T15:08:37]e000: Error 0x80070005: Failed to register bundle.
[2388:2D9C][2018-02-22T15:08:37]e000: UnexpectedError: Bundle action failed: Access is denied (0x80070005)
Are you able to access the "%ProgramData%\Package Cache" folder? If not check the following
- The directory is writable by Administrators
- The directory is writable by SYSTEM
- Directory permissions are inherited on child objects
- The directory is owned by Administrators
Thank you for your response!