as per my last topic we tried to configure VBO365 to backup the data to a SMB share. It worked yesterday with one test, today we're getting this error:
VEEAM BACKUP FOR MICROSOFT OFFICE 365
Failed to write to the specified folder: \\123.123.123.123\vbo_mail_01.
Validation failed.
'Get free space' works, as well as mapping the share as a network drive using the service account.
The target is a NetApp Filer providing a SMB share (version 3.0 - filer is Active Directory joined). What we've tried so far:
- Added the account to the local administrator group on the server running VBO365
- Added the service account to be used for connecting to the backup proxy (the server running VBO365)
- Set the Log On User for the VBo365 Service to said account (Computer Management - Services - Properties ...)
- Granted permissions on the share on the filer for the service account
When viewing the logs this is what we get:
Any idea on what we do wrong? My next stept is to configure a second backup proxy and testing our procedure with this one.27.02.2020 10:52:35 26 (6124) Error: Access to the path '\\123.123.123.123\vbo_mail_01\ar.tmp' is denied.
27.02.2020 10:52:35 26 (6124) Type: System.UnauthorizedAccessException
27.02.2020 10:52:35 26 (6124) Stack:
27.02.2020 10:52:35 26 (6124) 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 Veeam.Archiver.Proxy.Engine.Validation.RepositoryPathValidator.TestAccess(String path, String tempFileName)