Stored Proc Stream
Operation |
storedProcStreamOp |
choice |
(Advanced) Specify whether an
insert or upsert operation is performed with stored procedure for the
stream in Replication Server. Defaults to insert. |
TDS Port |
tdsListenerPort |
uint |
(Advanced) Specify the port used by
the adapter. This is the port to which the Replication Server
connection definition must connect. This port is defined within the
interfaces (sql.ini) file on the Replication
Server workstation it defines connectivity between the Replication
Server and the adapter. |
Adapter Admin User |
adminUser |
string |
(Advanced) Specify a user name for
the adapter to use for internal communications. This name can be
anything except it must not match the user defined within the
Replication Server connection definition. |
Adapter Admin Password |
adminPasswd |
password |
(Advanced) Specify a password
associated with the user name the adapter uses for internal
communications. |
Transactional Stream
Operations |
isTransactional |
boolean |
(Advanced) Specify whether or not
Event Stream Processor data changes are in a Sybase transaction. This
causes changes to be committed to a log store immediately after the
transaction. This parameter should be set to true when using a log
store for a persistent rs_lastcommit. |
Async Stream Operations |
isAsync |
boolean |
(Advanced) Specify whether or not
Event Stream Processor data changes are in a Sybase transaction. This
parameter allows you to use asynchronous stream operations. |
Batched Stream Operations |
isBatched |
boolean |
(Advanced) Specify whether or not
the Replication Server adapter sends data to the Sybase Event Stream
Processor in batches. |
Batch Size |
batchSize |
uint |
(Advanced) If the Batched Stream Operations parameter is
set to true, specify the number of rows in the batch. |
Publish When Batch is Full |
publishWhenBatchFull |
boolean |
(Advanced) If set to true, the
adapter writes data to the stream when the batch reaches Batch size. If set to false, the adapter
waits for a commit to write data to the stream. |
Error on Missing Stream
Column |
errorOnMissingStreamColumn |
boolean |
(Advanced) Set to true to send an
error back to the Replication Server if a column in the repdef is not defined within the
stream. Sybase recommends you set this parameter to false (to avoid
frequent disconnections from the Replication Server) is
recommended. |
RSSD Table Name |
tableName |
tables |
(Advanced) Specify the name of the table in RSSD.
Required if the RSSD table name is different from the corresponding
stream name. |
Field Mapping |
permutation |
permutation |
Mapping between Event Stream
Processor and external fields. Format is the ESP column name equals
the database column name to which you are mapping. Multiple
mappings are separated by a colon. For example,
<esp_columnname>=<database_columnname>:<esp_columnname>=<database_columnname>.
No default value.
|
Property Set |
propertyset |
string |
(Advanced) (Advanced)
Specifies the name of the property set from the project configuration file. If you
specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set
override the values defined in the ATTACH ADAPTER
statement. No default value.
|