KNOWLEDGE BASE ARTICLE

I can run jobs in the Umango GUI but when I run in the Umango background service it fails

This may be due to a permission issue.

When Umango runs in the GUI, it uses the current user's permissions. When Umango runs in the service (in the background), it is allowing the Umango job to be handled by the Umango Windows Service.

This Windows service (background) program, by default, runs as the user 'LOCAL SYSTEM', while the Umango (GUI) application runs as the currently logged in user. Because of this, your logged in user may have access permissions to the source/destination folder, while the SYSTEM user may not have access. This is a common issue when the source/destination is a network drive, where their logged in account has permissions to the source/destination folder, while the SYSTEM user is limited to permissions on local folders.

To fix this, change the Umango service logon account details:

  1. From the command prompt type services.mcs and press enter
  2. This will open the list of Windows services
  3. Browse the list for UmangoConverSvc (for Umango Convert) and UmangoExtractSvc (for Umango Extract)
  4. Right click on the Umango service and select "Properties"
  5. Select the "Log On" tab
  6. Select the option "This Account:" and enter a user account with a suitable level of permissions
  7. Select OK and close the Service permissions
  8. Restart the Umango Service

Link to this article http://umango.com/KB?article=37