Scenario: Import Failed - Retry From Scratch
Steps
|
1.
|
Stop the license server service. |
|
•
|
On Windows—Stop the license server service. |
|
•
|
On Linux—Run the following command: |
sudo systemctl stop flexnetls-<publisher>
|
2.
|
Delete the newly created H2 2.x database file (flexnetls_licenses.mv.db). |
|
•
|
On Windows—Delete the file manually. |
|
•
|
On Linux—Run the following command: |
rm /var/opt/flexnetls/<publisher>/flexnetls_licenses.mv.db
|
3.
|
Rename flexnetls_licenses.mv-bak.db back to flexnetls_licenses.mv.db. |
|
•
|
On Windows—Rename the file manually. |
|
•
|
On Linux—Run the following command: |
mv /var/opt/flexnetls/<publisher>/flexnetls_licenses.mv-bak.db \
/var/opt/flexnetls/<publisher>/flexnetls_licenses.mv.db