Previous Topic: Connection ManagementNext Topic: Plug-In Classes


Disable Connection Attributes Rollback

Typically, when an active or live connector has its connection attributes modified, you can perform a rollback of the connection attributes if the new connection attributes (such as a new password) do not lead to a successful connection. If necessary, you can disable the rollback.

To disable the rollback

  1. Do one of the following:

Example: Setting rollbackConnectionAttrs to false

This example shows you how to set the rollbackConnectionAttrs property to false. For example, the AS400 connector sets the property to false because by default three attempts to connect with the wrong password causes the user acquiring the connection to be locked out:

<property name="rollbackConnectionAttrs">
<value>false</value>
</property>