I have a database in SQL Server and I want to create backup from it to a shared folder.
just one of the network users has permissions to access to this folder.
I have written a code to log on this user at the middle of my program and then execute Backup command.
This code worked all ever I want to access to my folder. But now I receive this error:
Cannot open backup device 'folder path with backup file name'.Operating system error5(failed to retrieve text for this error, Reason: 1815) BACKUP DATABASE is terminating abnormally