JDBC_Config_Restorable.properties 726 B

12345678910111213141516171819202122
  1. # Licensed Materials - Property of IBM
  2. #
  3. # IBM Cognos Products: CAMAAA
  4. #
  5. # (C) Copyright IBM Corp. 2005, 2019
  6. #
  7. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. # IBM Corp.
  9. # For DB2 connections
  10. connectionString=jdbc:db2://#server#:#port#/#database#:retrieveMessagesFromServerOnGetMessage=true;fullyMaterializeLobData=false;
  11. driverClass=com.ibm.db2.jcc.DB2Driver
  12. username=#user#
  13. password=#password#
  14. singleSignon=#false#
  15. #For Microsoft SQL Server connections
  16. #connectionString=jdbc:sqlserver://#server#:#port#;databaseName=#databasename#
  17. #driverClass=com.microsoft.sqlserver.jdbc.SQLServerDriver
  18. #username=#user#
  19. #password=#password#
  20. #singleSignon=true