I have been getting an error that shuts down the codesys runtime.
I have tried codesys 3.5.18.30 and 3.5.18.40
The error is
Entry (32767-30913 0:0) not found - Event WB0261 (LICENSE NOT ACTIVATED), Request IP-Address local(IPV4) with NoUserLimit
Entry (6000437:305021) not found - Event WB0200 (ENTRY NOT FOUND), Request IP-Address local(IPV4) with UserLimit
From the PLC log I found this error when the runtime crashes
**** ERROR: CM SDK err 100: executing CmAccess2
!!!! Warning: no runtime license - running in demo mode(~2 hours)
demo mode expired - performing shutdown
The above error is in the attached log file row 1090
This error happens over and over and around midnight the runtime gets an no license error and shuts down
Is EIP in your project really the latest released version? (4.4.0.0)
If not, I would update it to 4.4.0.0 - don't forget top update the device tree.
This log snippet above is not included in the attached logs (?)
I would recommend checking the memory consumption of Control Win (Windows taskmanager)
How often does this happen - after running long term or immediately after starting the plc?
It seems that the runtime does not manage to read out the licenses in codemeter
Have seen this only rarely - two possible reasons for this:
1. no memory available on the system- (memory leak either runtime or application caused)
2. network not available ( network interface fails - removed somehow - very unusual)
for 2. You could install the loopback adapter on windows additionally ( google how to do this)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been getting an error that shuts down the codesys runtime.
I have tried codesys 3.5.18.30 and 3.5.18.40
The error is
Entry (32767-30913 0:0) not found - Event WB0261 (LICENSE NOT ACTIVATED), Request IP-Address local(IPV4) with NoUserLimit
Entry (6000437:305021) not found - Event WB0200 (ENTRY NOT FOUND), Request IP-Address local(IPV4) with UserLimit
From the PLC log I found this error when the runtime crashes
**** ERROR: CM SDK err 100: executing CmAccess2
!!!! Warning: no runtime license - running in demo mode(~2 hours)
demo mode expired - performing shutdown
The above error is in the attached log file row 1090
This error happens over and over and around midnight the runtime gets an no license error and shuts down
Last edit: jeffg 2022-12-27
Is EIP in your project really the latest released version? (4.4.0.0)
If not, I would update it to 4.4.0.0 - don't forget top update the device tree.
This log snippet above is not included in the attached logs (?)
I would recommend checking the memory consumption of Control Win (Windows taskmanager)
How often does this happen - after running long term or immediately after starting the plc?
It seems that the runtime does not manage to read out the licenses in codemeter
Have seen this only rarely - two possible reasons for this:
1. no memory available on the system- (memory leak either runtime or application caused)
2. network not available ( network interface fails - removed somehow - very unusual)
for 2. You could install the loopback adapter on windows additionally ( google how to do this)
I have updated to the latest EIP 4.4.0
The system has limited memory and only has access to one processor core, I will increase this.
The issue happens a few times a week always around the same time at night, not sure why this is true.
Thanks for the help. I will try this and see how it goes.
Last edit: jeffg 2022-12-30