Both WholesaleBackup clients and servers use a Microsoft Windows "service" to do the actual work. The Microsoft Window's user the service "runs as" must not only have read/write permissions (privileges) to all files/folders the executable will be accessing but it must be actually able to access them.
In general, this sounds obvious but many of our technical support calls are related to misunderstandings about Microsoft "services". The purpose of this technical note is to summarize typical problems and give you solutions. In addition, at the end of this note are screen captures indicating how to change the user the WholesaleBackup service runs as in all our Windows' products.
Note: specific information on Microsoft Windows Error Codes can be found here.
When to use Local System for service and when to use an account
In many cases, running services as the Local System account, aka SYSTEM, is the way to go as no one can login to this account, by default this account has read/write permissions to everything on the local computer (unless one manually removes those permissions from files/folders), and this account does not have a password that expires so your services won't require maintenance due to changing passwords. HOWEVER, Microsoft has placed a significant security restriction on the Local System account, namely, it can NOT access network shares and it can NOT access mapped drives.
Permissions and password expiration
If:
a) someone has changed permissions on files or folders to limit access to certain computer accounts (perhaps even excluding the Local System account - which usually isn't necessary since no one can log in as this account) or
b) the service needs to access mapped drives or network shares
then one needs to have the WholesaleBackup service run as a user (where Microsoft requires that that service user also has a password - preferably one that doesn't expire so the service does not stop running when the password expires or is changed).
If the service is running as the user you desire, and you are still getting permission denied errors, then first make sure the files/folders the service is trying to access have granted the appropriate read/write permissions to the user the service is running as.
This is straightforward to diagnose and most every Windows user should be able to do it (please see this article for more information). If you have verified this is not the issue, then please read on...
Mapped drives not connected as the service user
To avoid confusion, we suggest using actual paths rather then mapped or network mapped drives because if you change the user the service runs as you might not have set up the same map for the drive or you may not have selected the option to "Reconnect at login". If you do use mapped drives then be sure they are mapped for the user the service runs as and that they are configured to "Reconnect at login". If the underlying network paths are password-protected, then please read on...
Password-protected network shares (*IMPORTANT STEP)
One last point is important to keep in mind if the WholesaleBackup service needs to access password-protected shares or mapped drives, and that is that *the user the service runs as must have permanently cached the password for the path in Windows so that the service can access the password-protected resource. When a service runs, it is not logged in, so it can't prompt you for the password for network resources!
*STEP - All you need to do is log in as the user the service runs as, and *access the network resource through Windows Explorer, and when prompted for the password, enter it AND be sure to check the appropriate box to remember the password. If the password for the share has changed, then you will need to re-login as the user the service runs as and repeat this step (or consult Google or Bing as there are other ways within Windows to change this). Below is a screen capture showing how to save a network share password in Windows when you make the connection:
Changing the user the WholesaleBackup service runs as
On the WholesaleBackup Server, the service is called "WholesaleBackupServer.EXE" and you can change the user this service runs as either in the Microsoft Windows Services Control Panel (Services.msc) or in the WholesaleBackup Server GUI as follows:
For our branded backup clients
the service will be called "MyBrand_scheduler.exe" (where 'MyBrand' is the brand you specified in your white label build) and you can see and change the user this service runs as via the Microsoft Windows Services Control Panel (Services.msc) or by clicking the Alert button (it shows a bell icon) in the top right of the client GUI. This will show in the upper right on almost all pages of the GUI.
image above shows changing the Service to run as Admin user for the Scheduling Service.