1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- * IBM Confidential
- *
- * OCO Source Materials
- *
- * IBM Cognos Products: drillsrv
- *
- * (C) Copyright IBM Corp. 2014
- *
- * The source code for this program is not published or otherwise divested of its trade
- * secrets, irrespective of what has been deposited with the U.S. Copyright Office.
- -->
- <drillsrv_property xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="drillsrvProperty.xsd">
- <structure>
- <!--
- Throw Data Access exception back to the user as oppose to swallowing it.
- 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.
- -->
- <!--<property>ReThrowException</property>
- <value type="long">0</value>-->
- </structure>
- <structure>
- <!-- When LoggingEnabled is set drillsrv will log the requests and responses that it sends and receives.
-
- Files will be written to a directory under <temp_dir>/drillsrv
- Valid values are:
- 0=OFF Log nothing. (default)
- 1=ALL Log all requests and responses.
- -->
- <!--<property>LoggingEnabled</property>
- <value type="long">0</value>-->
- </structure>
- </drillsrv_property>
|