When a token import fails, the System Activity Log will show the following error:
Import Token Failure with the following exception:
com.rsa.authmgr.internal.token.aes.exceptions.RSADataCorruptionException: MAC Check Failed!!!,
at com.rsa.authmgr.internal.token.aes.TokenImport.a(TokenImport.java:329),
at com.rsa.authmgr.internal.token.aes.TokenImport.<init>(TokenImport.java:262),
at com.rsa.authmgr.internal.admin.tokenmgt.impl.ImportTokenBatchJobRunnerImpl.startBatchJob(ImportTokenBatchJobRunnerImpl.java:339),
at com.rsa.ims.batchjob.impl.BatchJobTXEngine$4.run(BatchJobTXEngine.java:469),
at com.rsa.ims.batchjob.impl.BatchJobTXEngine$4.run(BatchJobTXEngine.java:455),
at com.rsa.ims.security.spi.SimpleSecurityContextImpl.doAs(SimpleSecurityContextImpl.java:114),
at com.rsa.security.SecurityContext.doAs(SecurityContext.java:429),
at com.rsa.ims.batchjob.impl.BatchJobTXEngine.runBatchJob(BatchJobTXEngine.java:454),
at com.rsa.ims.batchjob.impl.BatchJobTXEngine.execute(BatchJobTXEngine.java:355),
at com.rsa.ims.batchjob.impl.JobRunner.run(SimpleBatchJobLauncher.java:98),
at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61),
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:169),
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200),
at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)