Method 3: Refresh License

XRAY: Xray DB Sync won't start

AuthorFullName__c
Rasul Imanov
articleNumber
000005338
ft:sourceType
Salesforce
FirstPublishedDate
2022-07-19T12:43:51Z
lastModifiedDate
2022-07-19
VersionNumber
4

In order to refresh our Xray License, we can run the below REST API curl command 
curl -XPOST -v -uadmin http://<ARTIFACTORY>/xray/ui/binMgr/refreshLicense/<license-id>
And we should get a 200OK HTTP status code to confirm that the license has been refreshed.
Restart Xray and try the DB Sync again.