• Tejas Divani
    1
    Hi when trying to save the ISO image to a NAS drive I am receiving error occurred, please see log below:

    The operation completed successfully.

    2019-08-16 18:45:09,372 [BootImage] [4] INFO - Dism exit code:0
    2019-08-16 18:45:09,373 [BootImage] [4] INFO - Done
    2019-08-16 18:45:09,383 [BootImage] [4] NOTICE - MakeIsoImage C:\WINDOWS\TEMP\2ee22cae-4d44-462a-afe9-b3b704f3a2e0=>\\192.168.5.250\Shares\BirjuMachine.iso
    2019-08-16 18:45:09,396 [BootImage] [4] ERROR - System.UnauthorizedAccessException: Access to the path '\\192.168.5.250\Shares\BirjuMachine.iso' is denied.
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
    at DiscUtils.StreamBuilder.Build(String outputFile)
    at BDY.A(String , String )
    at BDY.A(BDZ )
    2019-08-16 18:45:09,427 [DiskImageInstance] [4] ERROR - CreateRecoveryDisk
    2019-08-16 18:45:09,428 [Scheduler] [4] INFO - Create recovery disk completed
    2019-08-16 18:45:27,605 [Scheduler] [15] INFO - Destroying Image Based instance ID=2

    No issues when backing up, just when trying to create the ISO. Machine is Windows 10 Pro 1803
  • Anton Zorin
    30

    Your backup service works under your Local System account, but I assume that you connect to your NAS box using done other credentials.
    You either should:
    1. Connect to your NAS after adjusting permissions on your NAS to connect from this computer (local system account is the same as a computer account).
    https://kb.cloudberrylab.com/standalone-backup/general/warning-one-or-more-backup-paths-do-not-exist
    Start with section 5.

    2. Start you backup service under the same user that you use to connect to your NAS.
  • Tejas Divani
    1
    Should also note that the backup is also to the NAS

    Hi Anton, thank you for your reply, I've created a local user with the same name and permissions as the NAS account and the ISO was successfully created. Thanks again!
bold
italic
underline
strike
code
quote
ulist
image
url
mention
reveal
youtube
tweet
Add a Comment