I am standing up a stand alone SQL/SSRS server with a named instance in aws EC2. Everything is working great except for the file share delivery to an inside domain joined file server.
When using the file share account in SSRS configuration all the subscriptions error out with user or password incorrect.
I know the account works because I can map a network drive to the destination share.
I have turned up the logging to verbose and it shows nothing besides;
v VERBOSE: ServiceAppDomainController::MarkProcessAsActive - Mark the WindowsService (worker) AppDomain as active.
subscription!WindowsService_0!994!09/02/2020-13:02:09:: e ERROR: Failure writing file \\xxx.xxx.xxx.xxx\foo\reportname.xlsx : System.IO.IOException: The user name or password is incorrect.
The account running the rs service is a local domain account. Please help!
