How to manually create the SCRIBESAMPLE database

How to manually create the SCRIBESAMPLE database

book

Article ID: KB0078162

calendar_today

Updated On:

Products Versions
TIBCO Scribe Insight -

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.
  1. Create a SCRIBESAMPLE database in SQL.
  2. Add a SCRIBE Schema to this newly created DB, I used dbo as the owner.
  3. Open the RnScript executable.
  4. Create a NATIVE SQL connection to the newly created ScribeSample Database from the Scribe Insight Workbench. Connect as SA.
  5. Click the Script button in SQL and browse to the Program Files\Scribe folder. Locate a SQL script named ScribeSampleCreateTables.SQL.
  6. Check Ignore errors on drop commands.
  7. Hit the Run button.
  8. Create an ODBC Connection named Scribe Sample.
For additional information, see the following in the Scribe Insight Help: Scribe InternalDB.exe Utility
 

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.

Environment

TIBCO Scribe Insight