drillsrvproperties.xml.sample 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * IBM Confidential
  4. *
  5. * OCO Source Materials
  6. *
  7. * IBM Cognos Products: drillsrv
  8. *
  9. * (C) Copyright IBM Corp. 2014
  10. *
  11. * The source code for this program is not published or otherwise divested of its trade
  12. * secrets, irrespective of what has been deposited with the U.S. Copyright Office.
  13. -->
  14. <drillsrv_property xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="drillsrvProperty.xsd">
  15. <structure>
  16. <!--
  17. Throw Data Access exception back to the user as oppose to swallowing it.
  18. Swalling exceptions has impact: the user is not informed of the error, Components of BI such as RSVP, QFW do not know the exact error unless debug code.
  19. -->
  20. <!--<property>ReThrowException</property>
  21. <value type="long">0</value>-->
  22. </structure>
  23. <structure>
  24. <!-- When LoggingEnabled is set drillsrv will log the requests and responses that it sends and receives.
  25. Files will be written to a directory under <temp_dir>/drillsrv
  26. Valid values are:
  27. 0=OFF Log nothing. (default)
  28. 1=ALL Log all requests and responses.
  29. -->
  30. <!--<property>LoggingEnabled</property>
  31. <value type="long">0</value>-->
  32. </structure>
  33. </drillsrv_property>