cmConfigTest.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2008, 2018
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
  11. <section xmlns:cfg="http://developer.cognos.com/schemas/configparams/XMLSchema/1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="root" label="ROOT_L" description="ROOT_D" help="ROOT_H">
  12. <section name="dataAccess" label="DATAACCESS_L" description="DATAACCESS_D" help="DATAACCESS_H">
  13. <section name="CM" opaque="true" label="COMPLEX_CM_L" description="COMPLEX_CM_D" help="COMPLEX_CM_H">
  14. <parameter name="database" label="DB_DATABASE_L" description="DB_DATABASE_D" help="DB_DATABASE_H" type="xsd:string">
  15. <option value="Microsoft" label="OPTION_MICROSOFT_L" description="OPTION_MICROSOFT_D" help="OPTION_MICROSOFT_H">
  16. <action name="test" type="cnfg" id="CMCnfgTest">
  17. <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CM">
  18. <javaclass>com.cognos.cm.configTest.CMConfigTest</javaclass>
  19. <location>cmCnfgTest.jar ../webapps/p2pd/WEB-INF/classes</location>
  20. <includeWebInf>true</includeWebInf>
  21. <prerequisites>
  22. <param name="cmIsEnabled" value="true"/>
  23. </prerequisites>
  24. </provider>
  25. </action>
  26. <parameter name="eos" help="EOS_H" description="EOS_D" label="EOS_L" type="xsd:string" maxOccurs="1" dependency="CMREPOSITORYSERVICE">
  27. <option value="FileSystem" help="OPTION_EOS_FILESYSTEM_H" description="OPTION_EOS_FILESYSTEM_D" label="OPTION_EOS_FILESYSTEM_L">
  28. <action name="test" type="cnfg" id="EOSTest">
  29. <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CM">
  30. <javaclass>com.cognos.cm.configTest.CMConfigTest</javaclass>
  31. <location>cmCnfgTest.jar ../webapps/p2pd/WEB-INF/classes</location>
  32. <includeWebInf>true</includeWebInf>
  33. <prerequisites>
  34. <param name="repoIsEnabled" value="true"/>
  35. </prerequisites>
  36. </provider>
  37. </action>
  38. </option>
  39. </parameter>
  40. </option>
  41. <option value="MicrosoftWinAuth" label="OPTION_MICROSOFTWINAUTH_L" description="OPTION_MICROSOFTWINAUTH_D" help="OPTION_MICROSOFTWINAUTH_H">
  42. <action name="test" type="cnfg" refID="CMCnfgTest"/>
  43. <parameter name="eos" help="EOS_H" description="EOS_D" label="EOS_L" type="xsd:string" maxOccurs="1" dependency="CMREPOSITORYSERVICE">
  44. <option value="FileSystem" help="OPTION_EOS_FILESYSTEM_H" description="OPTION_EOS_FILESYSTEM_D" label="OPTION_EOS_FILESYSTEM_L">
  45. <action name="test" type="cnfg" refID="EOSTest"/>
  46. </option>
  47. </parameter>
  48. </option>
  49. <option value="Oracle" label="OPTION_ORACLE_L" description="OPTION_ORACLE_D" help="OPTION_ORACLE_H">
  50. <action name="test" type="cnfg" refID="CMCnfgTest"/>
  51. <parameter name="eos" help="EOS_H" description="EOS_D" label="EOS_L" type="xsd:string" maxOccurs="1" dependency="CMREPOSITORYSERVICE">
  52. <option value="FileSystem" help="OPTION_EOS_FILESYSTEM_H" description="OPTION_EOS_FILESYSTEM_D" label="OPTION_EOS_FILESYSTEM_L">
  53. <action name="test" type="cnfg" refID="EOSTest"/>
  54. </option>
  55. </parameter>
  56. </option>
  57. <option value="OracleAdvanced" label="OPTION_ORACLEADVANCED_L" description="OPTION_ORACLEADVANCED_D" help="OPTION_ORACLEADVANCED_H">
  58. <action name="test" type="cnfg" refID="CMCnfgTest"/>
  59. <parameter name="eos" help="EOS_H" description="EOS_D" label="EOS_L" type="xsd:string" maxOccurs="1" dependency="CMREPOSITORYSERVICE">
  60. <option value="FileSystem" help="OPTION_EOS_FILESYSTEM_H" description="OPTION_EOS_FILESYSTEM_D" label="OPTION_EOS_FILESYSTEM_L">
  61. <action name="test" type="cnfg" refID="EOSTest"/>
  62. </option>
  63. </parameter>
  64. </option>
  65. <option value="DB2" label="OPTION_DB2_L" description="OPTION_DB2_D" help="OPTION_DB2_H">
  66. <action name="test" type="cnfg" refID="CMCnfgTest"/>
  67. <parameter name="eos" help="EOS_H" description="EOS_D" label="EOS_L" type="xsd:string" maxOccurs="1" dependency="CMREPOSITORYSERVICE">
  68. <option value="FileSystem" help="OPTION_EOS_FILESYSTEM_H" description="OPTION_EOS_FILESYSTEM_D" label="OPTION_EOS_FILESYSTEM_L">
  69. <action name="test" type="cnfg" refID="EOSTest"/>
  70. </option>
  71. </parameter>
  72. </option>
  73. <option value="Derby" label="OPTION_DERBY_L" description="OPTION_DERBY_D" help="OPTION_DERBY_H">
  74. <action name="test" type="cnfg" id="CMCnfgDerbyTest">
  75. <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CM">
  76. <javaclass>com.cognos.cm.configTest.CMConfigTest</javaclass>
  77. <location>cmCnfgTest.jar ../webapps/p2pd/WEB-INF/classes</location>
  78. <prerequisites>
  79. <param name="cmIsEnabled" value="true"/>
  80. <service name="CognosContentDatabase" isRunning="true"/>
  81. </prerequisites>
  82. </provider>
  83. </action>
  84. <parameter name="eos" help="EOS_H" description="EOS_D" label="EOS_L" type="xsd:string" maxOccurs="1" dependency="CMREPOSITORYSERVICE">
  85. <option value="FileSystem" help="OPTION_EOS_FILESYSTEM_H" description="OPTION_EOS_FILESYSTEM_D" label="OPTION_EOS_FILESYSTEM_L">
  86. <action name="test" type="cnfg" refID="EOSTest"/>
  87. </option>
  88. </parameter>
  89. </option>
  90. <option value="Informix" label="OPTION_INFORMIX_L" description="OPTION_INFORMIX_D" help="OPTION_INFORMIX_H">
  91. <action name="test" type="cnfg" refID="CMCnfgTest"/>
  92. <parameter name="eos" help="EOS_H" description="EOS_D" label="EOS_L" type="xsd:string" maxOccurs="1" dependency="CMREPOSITORYSERVICE">
  93. <option value="FileSystem" help="OPTION_EOS_FILESYSTEM_H" description="OPTION_EOS_FILESYSTEM_D" label="OPTION_EOS_FILESYSTEM_L">
  94. <action name="test" type="cnfg" refID="EOSTest"/>
  95. </option>
  96. </parameter>
  97. </option>
  98. </parameter>
  99. </section>
  100. </section>
  101. <section name="environment" label="ENVIRONMENT_L" description="ENVIRONMENT_D" help="ENVIRONMENT_H">
  102. <section name="globalProperties" label="GROUP_GLOBALPROPERTIES_L" description="GROUP_GLOBALPROPERTIES_D" help="GROUP_GLOBALPROPERTIES_H" mode="global">
  103. <parameter name="archiveLocationFileSchemeRoot" label="ARCHIVELOCATIONFILESCHEMEROOT_L" description="ARCHIVELOCATIONFILESCHEMEROOT_D" help="ARCHIVELOCATIONFILESCHEMEROOT_H" type="cfg:fileURI" dependency="CM" default="">
  104. <action name="test" type="cnfg" id="CMCnfgTest">
  105. <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CM">
  106. <javaclass>com.cognos.cm.configTest.CMConfigTest</javaclass>
  107. <location>cmCnfgTest.jar ../webapps/p2pd/WEB-INF/classes</location>
  108. <includeWebInf>true</includeWebInf>
  109. </provider>
  110. </action>
  111. </parameter>
  112. </section>
  113. </section>
  114. </section>