Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to delete a Demo License

Hi

For testing I have installed a demo license for the product "Data Exchange". Infortunaly there's no "uninstall license" function.

The problem is... reaching the expiring date no Policy will be applied on a client at all, so the hole Safeguard Enterprise Service is stopped :-(

Does anyone have an idea how to handle this?

best regards

AndyPan

:1080


This thread was automatically locked due to age.
Parents
  • We had a similar problem and got the following response :) It worked for me! 

    As you can see from the screenshot you provided, you have two demo licences listed in the Management Center (even though you are not using them). The clients are picking up the fact that these licenses are listed and so are incorrectly reporting that they are licensed to an evaluation.

    To resolve this issue, do the following:

    - Backup the SafeGuard database.

    - Remove all of the rows from the licences table that show a demonstration-type licence with the following command

    osql -E -S <sqlServerName>\<sqlInstanceName> -d safeguard -Q "delete from licences where lic_licence_typ='demo'"

    :1118
Reply
  • We had a similar problem and got the following response :) It worked for me! 

    As you can see from the screenshot you provided, you have two demo licences listed in the Management Center (even though you are not using them). The clients are picking up the fact that these licenses are listed and so are incorrectly reporting that they are licensed to an evaluation.

    To resolve this issue, do the following:

    - Backup the SafeGuard database.

    - Remove all of the rows from the licences table that show a demonstration-type licence with the following command

    osql -E -S <sqlServerName>\<sqlInstanceName> -d safeguard -Q "delete from licences where lic_licence_typ='demo'"

    :1118
Children
No Data