Show TOC Start of Content Area

Procedure documentation Modifying Connection Factories  Locate the document in its SAP Library structure

Use

When a resource adapter is deployed, a Connection Factory (CF) is configured with a set of specific properties. Applications can look up the Connection Factory from the JNDI and use it to obtain a connection to a specific Enterprise Information System.

NoteChanging property values may significantly alter the function of the resource adapter, which may also affect other applications that use it. Therefore, you must be careful when modifying the CF properties.

 

Procedure

       1.      To modify a Connection Factory configuration at runtime, choose System Management Configuration Application Resources and select  Connection Factories from the Show dropdown menu.

       2.      Click a Connection Factory.

       3.      Click the Configuration Properties tab.

If You Want To

Then

Add a Configuration Property

...

       1.      To add a configuration property, click the Add button. A blank new line appears at the top of the list of properties.

       2.      Enter values for the Key, Type, Value, and Description of the property. To save the new property, click the Save button.

Remove a Configuration Property

...

...

       1.      Click the configuration property you want to remove.

       2.      Click the Remove button.

 

Result

The Connector Container Service restarts the application containing the resource adapter to enable the changes.

End of Content Area