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