License Key Expiry Email?
One answer
On Tue, 19 Jan 2010 14:53:02 +0000, eeiecoe wrote:
There is a setting on the Advanced Properties page from the Server
section of the admin web ui which determines how often the license is
checked. The setting is configured in number of seconds; the default
settings corresponds to every 24 hours.
Looking at the code, I believe changing this to -1 will disable the task
from running.
If that doesn't work, the best you can do is turn that value up really
high. The value gets treated as an Integer in the code so you could
theoretically crank it all the way up to 2147483647 which is something
like every 68 years. :-)
--
Jared Burns
Jazz Process Team
We are running an RTC pilot.
Each month I get a new key from IBM to continue the pilot.
My problem is that each month the server starts emailing all my users
informing them the license key is about to expire.
Is there any config option to stop this from happening?
There is a setting on the Advanced Properties page from the Server
section of the admin web ui which determines how often the license is
checked. The setting is configured in number of seconds; the default
settings corresponds to every 24 hours.
Looking at the code, I believe changing this to -1 will disable the task
from running.
If that doesn't work, the best you can do is turn that value up really
high. The value gets treated as an Integer in the code so you could
theoretically crank it all the way up to 2147483647 which is something
like every 68 years. :-)
--
Jared Burns
Jazz Process Team