Hello
I got the trial license but I cant find the codemeter container, shall I install it? the document does not say that.
– Moderator: Removed image for containing sensitive information
Hello
I got the trial license but I cant find the codemeter container, shall I install it? the document does not say that.
– Moderator: Removed image for containing sensitive information
Hello,
codemeter container is part of the IIoT Connector deployment, there’s no need to install it manually. It seems for some reason it’s not reachable.
You can start checking the actual container status with following command from terminal:
docker ps
If the container " iiotconnector-codemeter_license_service" STATUS is restarted since few seconds it means there is something wrong and you could check container logs.
Move to the installation folder, typically
cd /root/deployments/iiotconnector
and type following command:
docker compose logs codemeter_license_service
Hello Nicola,
Thanks for your reply!
It seems codemeter runs well, but we still meet the error when registering:
License activation has been fixed updating IIoT Connector to v 1.0.4
Please run following command
sudo edge-manager update iiotconnector
and then
sudo edge-manager license
Thanks, now it works!