Page 1 of 1

Export the customersdatabase from the License Mgr?

Posted: Fri Dec 28, 2012 7:32 pm
by zero_g
Hello,
Is there any possibility to export the customersdatabase from the License Manager into a common format, for example XML or Jet OleDb Database provider?

Kind regards
Thomas

Re: Export the customersdatabase from the License Mgr?

Posted: Sun Dec 30, 2012 7:19 am
by Enigma
Hi Thomas,

The database of license manager is an xml file with the open and very simple structure. If you try to open .enigmadb file in notepad then you will see that.

As regarding exporting it to another database type, like Ole, then it is currently impossible. But there are few workarounds.
For eg, you may develop own program that will read standard xml database and convert it into Ole database or anything else.
Or, by using keygen.dll you may develop own shell for keys generator which will store customers and license info in any own database.

Re: Export the customersdatabase from the License Mgr?

Posted: Sun Dec 30, 2012 9:49 am
by zero_g
Hello dear Vlad,
I am sorry, I had to take a closer look at the enigmadb. I think with LINQ2XML I should get what I wanted to.

Thank you and a happy new year 2013

Re: Export the customersdatabase from the License Mgr?

Posted: Mon Dec 31, 2012 3:25 pm
by Enigma
Thanks you Thomas, Happy New Year for you and your family too!

Please let me know if you will have problems with it, I will help you to create the proper system!