{% extends "cacsremoteservice/views/layouts/error-view.html" %} {% block error-content %}

License Limitations Exceeded

{% if authors < active-authors %}

Your last analysis exceeded the limitations of your license. Your current license permits a maximum of {{authors}} active authors across all your projects. You now have a total of {{active-authors}} active authors.


There are two things you can do:

  • Resolve duplicated authors: Inspect the active authors view and ensure you don't have any duplicates. If you do, you can resolve them.
  • Upgrade your license subscription: If you indeed have more authors, go to our license server and upgrade your subscription. After that you need to re-run the analysis with with an upgraded license in order to get the results. All your analysis data is still available and you may continue to inspect historic results.

Upgrade your license subscription at CodeScene Customer Portal. Once the subscription is upgraded, don't forget to refresh your license using button below.

{% else %}

You need to run your analysis again.

Your license is now valid again for the number of active authors in your project. Please run your analysis again.

{% endif %}
{% endblock %}