Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Outbound SQL Server XA Adapter Properties
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Using the Environment Properties Editor

To Configure the Environment Properties

Configuring DB2 Adapter Environment Properties

Inbound DB2 Adapter Environment Properties

Outbound DB2 Adapter Environment Properties

eTL Environment Properties

Configuring DB2 Connect Adapter Environment Properties

Inbound DB2 Connect Adapter - Parameter Settings

Outbound DB2 Connect Adapter - JDBC Connector Settings

Outbound DB2 Connect Adapter - Connection Retry Settings

Outbound DB2 Connect non-Transactional Adapter - JDBC Connector Settings

Outbound DB2 Connect non-Transactional Adapter - Connection Retry Settings

Outbound DB2 Connect XA Adapter - JDBC Connector Settings

Outbound DB2 Connect XA Adapter - Connection Retry Settings

Inbound DB2 Connect Type 4 Adapter - Parameter Settings

Outbound DB2 Connect Type 4 Adapter - JDBC Connector Settings

Outbound DB2 Connect Type 4 Adapter - Connection Retry Settings

Outbound DB2 Connect non-Transactional Type 4 Adapter - JDBC Connector Settings

Outbound DB2 Connect non-Transactional Type 4 Adapter - Connection Retry Settings

Outbound DB2 Connect Type 4 XA Adapter - JDBC Connector Settings

Outbound DB2 Connect Type 4 XA Adapter - Connection Retry Settings

Configuring the Informix Adapter Environment Properties

Informix Adapter External System Properties

Inbound Informix Adapter External System Properties

Outbound Informix Adapter External System Properties

Outbound non-Transactional InformixAdapter External System Properties

Outbound XA Informix Adapter External System Properties

Configuring Oracle Adapter Environment Properties

Inbound Oracle Adapter Environment Properties

Outbound Oracle Adapter Environment Properties

Outbound Oracle Adapter Environment Properties with XA support

Configuring SQL Server Adapter Environment Properties

Inbound SQL Server Adapter Properties

Outbound SQL Server Adapter Properties

Outbound SQL Server Non-Transactional Adapter Properties

Outbound SQL Server XA Adapter Properties

Configuring the Sybase Adapter Environment Properties

Sybase Adapter External Properties

Inbound Sybase Adapter

Outbound Sybase Adapter

Outbound XA Sybase Adapter

Outbound Sybase non-Transactional Adapter

Configuring JDBC/ODBC Adapter Environment Properties

To Configure the Environment Properties

JDBC Adapter Environment Properties

Inbound JDBC Adapter Properties

Outbound JDBC Adapter Properties

Outbound non-Transactional JDBC Adapter Properties

Outbound XA JDBC Adapter Properties

Configuring VSAM Adapter Environment Properties

Inbound VSAM Adapter Properties

Outbound VSAM CP Adapter Properties

Outbound VSAM non-Transactional Adapter Properties

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

Outbound SQL Server XA Adapter Properties

The Outbound SQL Server XA Adapter properties, accessed from the Environment Explorer tree, are organized into the following sections:

JDBC Connector Settings (with XA support)

The JDBC Connector Settings section of the Outbound XA SQL Server Environment contains the top-level parameters displayed in the following table.

Outbound SQL Server XA Adapter Environment JDBC Connector Settings

Name
Description
Required Value
Description
Enter a description for the database.
A valid string. The default value is SQLServer XA Datasource.
ServerName
Specifies the host name of the external database server.
Any valid string.
PortNumber
Specifies the I/O port number on which the server is listening for connection requests.
A valid port number. The default is 1433.
DatabaseName
Specifies the name of the database instance used on the Server.
Any valid string.
User
Specifies the user name that the Adapter uses to connect to the database.
Any valid string.
Password
Specifies the password used to access the database.
Any valid string.
DriverProperties
The DataSource implementation may need to execute additional methods to assure a successful run. The additional methods will need to be identified in the Driver Properties.
The delimiter set by the user. For more information, see the Delimiter property below.

Valid delimiters are:

“<method-name-1>#<param-1>#<param-2>#

.........<param-n>##<method-name-2>#

<param-1>#<param-2>#........<param-n>##......##”.

For example: to execute the method setSpyAttributes, give the method a String for the URL “setSpyAttribute#<url>##”.

Note - The setSpyAttributes (for Data Direct drivers) that are contained in the following examples (between the last set of double octothorps [##] within each example), are used for debugging purposes and need not be used on every occasion.

Optional—if you are using Spy Log:

“setURL#jdbc:Seebeyond:SQLServer://<server>:4100;

DatabaseName=<database>##setSpyAttributes#log=

(file)c:/temp/spy.log;logTName=yes##”

Delimiter
This is the delimiter character to be used in the DriverProperties prompt.
The default is #. See the DriverProperties property above for more information on how the default value is used.
MinPoolSize
Specifies the minimum number of physical connections the pool should keep available at all times. 0 (zero) indicates that there should be no physical connections in the pool and the new connections should be created as needed.

If the pool size is too small, you may experience longer connection times due to the existing number of physical connections.

A connection that stays in the pool allows transactions to use it via a logical connection which is faster.

A valid numeric value. The default is 0.
MaxPoolSize
Specifies the maximum number of physical connections the pool should keep available at all times. 0 (zero) indicates that there is no maximum.

The pool size depends on the transaction volume and response time. If the pool size is too big, you may end up with too many connections with the database.

A valid numeric value. The default is 10.
MaxIdleTime
The maximum number of seconds that a physical connection may remain unused before it is closed. 0 (zero) indicates that there is no limit.
A valid numeric value.
Connection Retry Settings (with XA support)

The Connection Retry Settings section of the Outbound SQL Server XA Environment contains the top-level parameters displayed in the following table.

Outbound SQL Server XA Adapter Environment Connection Retry Settings

Name
Description
Required Value
ConnectionRetries
Specifies the number of retries to establish a connection with the SQL Server database upon a failure to acquire one.
an integer indicating the number of attempts allowed to establish a connection. The configured default is 0.
ConnectionRetryInterval
Specifies the milliseconds of pause before each reattempt to access the database. This setting is used in conjunction with the ’Connection Retries’ setting.

For example: In the event that the Adapter cannot connect to the Database, the Adapter will try to reconnect to the database in 5 second intervals, a total of 10 times, when the Connection Retries property is set at 10 and the Connection Retry Interval property is 5000.

A valid numeric value. The default is 1000.