Technical Tip: Unable to import mobile FortiTokens ('import fortitoken license error: -7500')
| Description | This article explains how to diagnose and fix an issue where the user receives a FortiToken license error with code -7500 while importing a FortiToken through the CLI. |
| Scope | FortiGate, FortiToken mobile. |
| Solution | When experiencing this issue, the user experiences the following:
Below is an example of what a debugging process returns:
diagnose debug application forticldd -1
Replace FTKMOB0A08Bxxxx with the activation code for the FortiToken
To stop the debug logging:
diagnose debug disable diagnose debug reset
To fix the communication issue with license activation between the FortiGate and FortiGuard servers, follow the steps mentioned in Troubleshooting Tip: Unable to connect to FortiGuard servers
Disable 'fortiguard-anycast' under 'config system fortiguard' and import the FortiToken again on the GUI:
config system fortiguard
Alternatively, if the fortiguard-anycast-source is set to AWS. It is necessary to change it to Fortinet as follows: config system fortiguard set fortiguard-anycast enable set fortiguard-anycast-source fortinet end If the above troubleshooting steps do not resolve the issue, try running the following commands via CLI: diagnose debug reset diagnose debug application update -1 diagnose debug enable execute update-now Once the output shows 'Update successful', navigate to User & Authentication -> FortiTokens and verify whether the newly registered FortiTokens are now visible in the list. |
