BIBusTKServer_Config.xml 1005 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cclmisc
  5. (C) Copyright IBM Corp. 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted
  7. by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <configuration>
  10. <!-- Environemnt variable USE_IBM_ICU_RESOURCES:
  11. yes (default) to use IBM Cognos Variant icu resources
  12. no to use IBM icu resources
  13. -->
  14. <!--env_var name="USE_IBM_ICU_RESOURCES" value="yes"/-->
  15. <!-- Environemnt variable COG_BIT_ECHO_FILE:
  16. If defined, the pid_XXXX_messages.log will appear in /logs folder
  17. -->
  18. <!--env_var name="COG_BIT_ECHO_FILE" value="messages.log"/-->
  19. <!-- Environemnt variable COG_BIT_ECHO_RW:
  20. If defined, the pid_XXXX_messages.log in /logs folder will have both read and write messages logged;
  21. If not defined, the pid_XXXX_messages.log in /logs folder will only have the read messages logged.
  22. -->
  23. <!--env_var name="COG_BIT_ECHO_RW" value="1"/-->
  24. </configuration>