Problem

No service license for your library's serial number. 

Solution

Quick - No Reboot Persistence

  1. Login as ilinkacc
  2. Run psql i2kdb
    1. Run update library.license set state=1,type=0 where feature_name='Service';
  3. Done!

With Reboot Persistence

  1. Login as root
  2. Create/edit /etc/cron.d/lic
    1. Add @reboot sleep 300; echo 'echo "update library.license set state=1,type=0 where feature_name='\'Service\'' " | psql i2kdb' | su - ilinkacc -c bash --
  3. Reboot

Tags