Failed to create a backup on Windows shared folder for RSA Authentication Manager 8.1
2 months ago
Originally Published: 2015-06-30
Article Number
000063079
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.1
Issue

RSA Authentication Manager 8.1 is unable to connect to a Windows shared folder when attempting to create a backup.

The following error appears in the System Log report: : com.rsa.ims.operationsconsole.admin.taskmgr.TaskExecutionException:
Failed to validate the remote backup location

com.rsa.ims.operationsconsole.admin.taskmgr.TaskExecutionException: Failed to validate the remote backup location., 
   at com.rsa.ims.operationsconsole.admin.backup.tasks.ValidateRemoteLocationTask.execute(ValidateRemoteLocationTask.java:73), 
   at com.rsa.ims.operationsconsole.admin.backup.tasks.ValidateRemoteLocationTask$$FastClassByCGLIB$$bfa37c86.invoke(<generated>), 
   at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149), 
   at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688), 
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150), 
   at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55), 
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), 
   at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89), 
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), 
   at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621), 
   at com.rsa.ims.operationsconsole.admin.backup.tasks.ValidateRemoteLocationTask$$EnhancerByCGLIB$$e3a59cf2.execute(<generated>), 
   at com.rsa.ims.operationsconsole.admin.backup.scheduler.service.AsyncBackupJobWorkerImpl.execute(AsyncBackupJobWorkerImpl.java:231), 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), 
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39), 
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25), 
   at java.lang.reflect.Method.invoke(Method.java:597),
Cause

This error occurs when the username format for the Windows shared folder credentials is incorrect.

Resolution

When configuring a backup in the Operations Console under:
Backup Location → Windows Shared Folder

Make sure that the Folder User Name is entered in this format:

Domain\User
The backup will fail if you enter only the username by itself (for example user) or if you enter a local machine account (for example MACHINE\Administrator or MACHINE\localadmin).

If you enter the username in Domain\User format, Authentication Manager will validate the Windows shared folder successfully and allow the backup to complete.