Resolve the issue by manually creating the SCRIBE user in Microsoft SQL Server Management Studio before creating the SCRIBEINTERNAL database.
Steps to manually create the SCRIBE user.
- Open Microsoft SQL Server Management Studio and expand the Security node.
- Right click Logins and choose New Login.
- Use SCRIBE as the login name.
- Choose SQL Server Authentication.
- Specify the password as integr8!.
- Uncheck the Enforce password policy option.
- Click OK when finished.
After the user is created in Microsoft SQL Server Management Studio, create the SCRIBEINTERNAL database again through the TIBCO Scribe Insight setup wizard. If you want to change the password for the SCRIBE user to meet your organizations requirements, see this article for information.
https://support.tibco.com/s/article/Changing-the-Scribe-Internal-Database-Default-User-and-PasswordIf you are still experiencing issues, contact TIBCO Scribe Support.