hi, i am unable to generate a license for JIRA because i am receiving the attached error.
Server ID B12M-1W4M-4NMO-8IY6
i had a ticket open to change the server ID (i will link it in comments) and the new server id does not work.
please help. i need a working server id to generate a license.
thank you!
Are you trying to generate a new server ID for a test instance? If so, the following is one way to generate a new id:
If you would like to change the server ID on your test installation, you will need to acquire a new server ID for your test environment:
Start the new, temporary JIRA instance.
Run the following query on your new JIRA database:
select * from propertystring where id in (select id from propertyentry where PROPERTY_KEY= 'jira.sid.key' ); |
Use this new Server ID in your test instance
UPDATE propertystring SET propertyvalue = '<NEW_ID>' where id = <ID>; |
The format is 4 sets of 4 capitalized alpha numeric characters separated by hyphens. Example: BP8Q-WXN6-SKX3-NB5M
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.