Hi there,
I don't believe the SEN is actually stored in the database. As I understand it, it's actually encoded in the license hash so it isn't possible to retreive it by accessing the database. So, your options are to either check the JIRA License page or to access the My Atlassian account that is responsible for the license, as described in this document: https://confluence.atlassian.com/pages/viewpage.action?pageId=190481750
If neither of these options are open to you, you can retreive the Server ID using the SQL query provided below and then give that to Atlassian so that we can figure out your SEN from your Server ID.
select * from propertystring where id in (select id from propertyentry where PROPERTY_KEY='jira.sid.key');
All the best,
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.