Disable lookup security

By default, all lookups are secure as described in Security of lookups.

Although it is not recommended, it is possible to turn off the secure mode for a particular data source or connection factory.

  1. Edit the /QIBM/ProdData/WebASE51/ASE/properties/j2c.properties file.

  2. Remove the comments around the following lines of code:
    <!-- The security-properties are in a comment block.  Uncomment to use -->
    <!-- 
     <security-properties connectionFactoryJNDIName="myDataSource">
          <secureMode>false</secureMode>
     </security-properties>
    -->

    where myDataSource is the JNDI name of the data source or connection factory you want to run unsecure.

  3. Save and close the file.