How to manually create the SCRIBESAMPLE database
book
Article ID: KB0078162
calendar_today
Updated On:
Description
Sometimes, people have trouble getting the SCRIBESAMPLE database created when using the TIBCO Scribe Insight installer. In those cases, you can manually create the database by following these steps.
- Create a SCRIBESAMPLE database in SQL.
- Add a SCRIBE Schema to this newly created DB, I used dbo as the owner.
- Open the RnScript executable.
- Create a NATIVE SQL connection to the newly created ScribeSample Database from the Scribe Insight Workbench. Connect as SA.
- Click the Script button in SQL and browse to the Program Files\Scribe folder. Locate a SQL script named ScribeSampleCreateTables.SQL.
- Check Ignore errors on drop commands.
- Hit the Run button.
- Create an ODBC Connection named Scribe Sample.
For additional information, see the following in the Scribe Insight Help:
Scribe InternalDB.exe Utility
Environment
TIBCO Scribe Insight
Issue/Introduction
If you are going through training exercises with TIBCO Scribe Insight, it is helpful to have the Scribe Sample database to use. This article provides a quick overview of how to manually create this database.
Feedback
thumb_up
Yes
thumb_down
No