Suppressing connector error messages

Optionally suppress a subset of the error messages generated by the connectors

You can optionally suppress a subset of the error messages generated by the connectors. You can suppress the following messages:
  • AWSJCO026E
  • AWSJCO050E
  • AWSJCO191E
  • AWSJCO123E
  • AWSJCO052E
  • AWSJCO055E
  • AWSJCO084E
  • AWSJCO053E
  • AWSJCO124E
  • AWSJCO131E
  • AWSJCO132E

To suppress the messages, perform the following steps:

  1. Stop WebSphere Application Server Liberty Base, as explained in Application server - starting and stopping.
  2. Browse to the TWSConfig.properties file, which is located in:
    On Windows operating systems
    <TWA_home>\usr\servers\engineServer\resources\properties
    On UNIX operating systems
    <TWA_DATA_DIR>/usr/servers/engineServer/resources/properties
  3. Open the file in a flat text editor and set the com.ibm.tws.conn.exception.avoidDetailedMessages property to true. Add the property if it is not present.
  4. Start WebSphere Application Server Liberty Base, as explained in Application server - starting and stopping.