Using The IS2 Sample Connector
Use the IS2 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 IS2 Connector. The IS2 Connector handles both source and target data.
To learn about IS2 Connectors with REST Web Services, see Using The REST Web Service Sample Connector.
- From Microsoft Visual Studio, compile the sample project.
- To use the sample Connector with TIBCO Scribe®, deploy the Connector as follows:
- 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>\
- 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.
- 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.
- 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.
The TIBCO sample unit tests use the sample database included with the CDK. To use the unit tests with the IS2 sample Connector, you must install it. For more information, see Setting Up The Sample Database.
See Also