Summary:
When switching Servers for
TIBCO Scribe® Insight, or restoring to a previous version of the Internal Database, you may come across the error below
“An unexpected error occurred. There is no site key and only the Server_Owner can generate a new one. “
This is usually the result of the Internal Database trying to start services that are registered to a Server Name that is not currently recognized within the Scribe Internal Database.
Troubleshoot:
Go to the Scribe Internal Database and run the below script to find what server name it’s currently recognized with:
SELECT * from SCRIBE.KSYNC with (nolock)
where KEYNAME = 'Server_Owner'