Regarding License Key Duplication
-
Hi,I have a two Projects with One I have Js Report Old Version 2.6.1
and more Project I have a Js report Version 4.6.In My Old Js Report I have Subscribed the License Enterprise.With The same Project I have Cloned the Same Project just by Updating The Js Report Version with Same License Key there in the new one also.After Deploying the Changes of New to working environment It getting Some License Issue like
.
Can You Please Look into this.
-
So, if I get it right, you have now two instances of jsreport which are using the same single instance license key. Thus the warning in the log.
-
Can u please Tell me within one license key we can use the new Project.Because Both are deploying in same kubernets
-
I don't understand the question...
If you have a single instance license key, you can use it just in the single jsreport app.
-
My Question is simple I have a two different Js report Project one with latest version Js report App which is using License Key for the Old Project Js report App Which is having Old Version.During The Working Environment/Other Environment It causing a warning like Parallel usage of License Key so my Code is not running there I need to Get New License Key For new Js Report Project or is there any way to use Same License Key for both Project by avoid warning message.Please Give a Clarity on this!!
-
For the development environment, you can use the following configuration. This will allow you to use the same license key as you have in prod without warnings.
{ "license": { "development": true } }
Every other production instance needs a new license key. Or you can purchase the more expensive scale license, which provides a license key that can be used on infinite instances.
-
I have tried and given this but its not working in my working environment
in js report config file.still same issue there!{
"license":{
"development":true
}
}
-
This needs to work... Are you configuring that newer 4.6 jsreport? Are you sure your config file is properly applied? Have you restarted jsreport?