Facts

BUT...

We can solve such kind of issue by

  1. create a file with the serverID as its name in the folder "/opt/novell/eDirectory/lib/dirXML/classes" of the IDM server
  2. put license text to this file
  3. add the path to this file in your driver settings and it should work.

To get your license from ElasticSearch go to

http://es_host:9200/aslicense/_search or
http://es_host:5151/aslicense/_search (if via proxy)

{"took":11,"timed_out":false,"_shards":{"total":1,"successful":1,"skipped":0,"failed":0},"hits":{"total":1,"max_score":1.0,"hits":[{"_index":"aslicense","_type":"license","_id":"audit-dasboard","_score":1.0,"_source":{"license":"rO0ABXNyAB5jaC5........","serverid":"b075b271-f9cb-4df6-a0fc-bc171bdacf1e"}}]}}

You have to login as "admin". Yyou will get a JSON where you can grab the value of the "license" together with the "serverID"

To debug License issues driver, set trace level to 5.