cubeserver.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version = "1.0"?>
  2. <!--*************************************************************************-->
  3. <!-- Licensed Materials - Property of IBM -->
  4. <!-- IBM Cognos Products: XQE -->
  5. <!-- (C) Copyright IBM Corp. 2007, 2015 -->
  6. <!-- US Government Users Restricted Rights - Use, duplication or disclosure -->
  7. <!-- restricted by GSA ADP Schedule Contract with IBM Corp. -->
  8. <!--*************************************************************************-->
  9. <!--
  10. This is the configuration file for the cube server. Its main use is to
  11. locate the repository. Only a limited set of environment needs to be
  12. set here, primarily the repository environment and the jdbc related
  13. settings. Everything else should go into the repository itself.
  14. -->
  15. <CubeServer>
  16. <Repository type="file" enabled="true" />
  17. <JDBCDriver id="db2v9" enabled="false"
  18. classname="com.ibm.db2.jcc.DB2Driver"
  19. />
  20. </CubeServer>