jdbcconnector.bat reference
Applies to: FAST Search Server 2010
Use the FAST Search database connector tool, jdbcconnector.bat, to extract items from JDBC sources that will be indexed in Microsoft FAST Search Server 2010 for SharePoint.
Note
To use a command-line tool, verify that you meet the following minimum requirements: You are a member of the FASTSearchAdministrators local group on the computer where FAST Search Server 2010 for SharePoint is installed.
Syntax
%FASTSEARCH%\bin\jdbcconnector.bat <command> [options]
Parameters
Parameter | Description |
---|---|
%FASTSEARCH% |
The Microsoft FAST Search Server 2010 for SharePoint installation folder |
jdbcconnector.bat commands
Command | Description |
---|---|
start |
Starts the JDBC content extraction with the configuration specified in the -f option. Do not start more than one JDBC content extraction using the same configuration file at the same time. |
stop |
Shuts down the JDBC content extraction for the configuration specified in the -f option. |
testconnections |
Checks the availability of the JDBC sources and FAST Search Server 2010 for SharePoint resources specified in the configuration file (-f option). |
jdbcconnector.bat options
Option (and short name) | Value | Required? | Description |
---|---|---|---|
--help (–h) |
<none> |
No |
Displays help. |
-v |
<none> |
No |
Displays version information and exits. |
-f |
File path of configuration file (absolute or relative reference) |
Yes |
Specifies the configuration file that is used to extract JDBC content. |
Examples
To start JDBC content extraction:
C:\%FASTSEARCH%\bin>jdbcconnector.bat start -f ..\etc\my_test_db_configuration.xml
To stop JDBC content extraction:
C:\%FASTSEARCH%\bin>jdbcconnector.bat stop -f ..\etc\my_test_db_configuration.xml
Remarks
You must run the jdbcconnector.bat tool from the %FASTSEARCH%\bin folder and have JAVA_HOME set to a 32-bit JRE (Java 1.6 or newer).