12-14-2018 03:57 AM
Hi We have an evaluation licence of M.App Enterprise which expires soon, so we have a new licence/charge file to upload. The evaluation server is not internet enabled. On using the Admin database to add the new charge file, we get an error "Charge cannot be added, charges are synchronised automatically'.
I tried to add the new charge to teh same environment name as the existing one.
Has anyone experience of add new charge file to an environment?
Thanks
Richard
Solved! Go to Solution.
12-14-2018 06:14 AM
Hi Richard,
As long as you have the old charge as a backup, you could first delete the existing charge from the metadatabase. It can be done via SQL statement. If it is the only charge present you could use:
delete from mapp_charge
Then try uploading your new charge file.
12-14-2018 06:41 AM
Obviously not graceful, but seems to have worked. Thanks,