Using The RS Source Sample Connector

Use the RS Source sample Connector with TIBCO Scribe® or the available unit tests. After you understand how the Connector works, you can use it to create your own RS Source Connector.

  1. From Microsoft Visual Studio, compile the sample project.
  2. To use the sample Connector with TIBCO Scribe®, deploy the Connector as follows:
    1. After compiling the sample project, create a <myconnector>\ directory, where <myconnector> is the name of your Connector in the directory in where the TIBCO Scribe® Agent is installed.

      ..\Scribe Software\TIBCO Scribe® Online Agent\Connectors\<myconnector>\

    2. Copy the project .dll file to ..\Scribe Software\TIBCO Scribe® Online Agent\Connectors\<myconnector>\ .

      You do not need to copy the .dll files to run the unit tests.

  3. Copy the following files from the \Samples\SampleRSSourceDatabase\ directory into the directory where the sample Connector .dll file resides:
    • ScribeChangeHistory_Create.sql
    • ScribeDelete_Trigger.sql

      If using the sample Connector with TIBCO Scribe®, this is the <myconnector> directory you created earlier.

Set up the sample database as described in Setting Up The Sample Database.

See Also

Unit Testing