sds_cnfgtest.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: JSM
  5. (c) Copyright IBM Corp. 2003, 2019.
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <section xmlns:crn="http://developer.cognos.com/schemas/crconfig/1/" 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">
  9. <section name="dataAccess">
  10. <section name="NC" opaque="true" dependency="JSM">
  11. <parameter name="smtpMailServer" label="SMTPMAILSERVER_L" description="SMTPMAILSERVER_D" help="SMTPMAILSERVER_H" dependency="DLS" type="cfg:hostPort">
  12. <action name="test" type="cnfg">
  13. <provider name="SDS">
  14. <javaclass>com.cognos.configtool.VerifyMailServerConfig</javaclass>
  15. <location>SdsCnfgTest.jar</location>
  16. <includeWebInf>true</includeWebInf>
  17. <includeJarPath>.</includeJarPath>
  18. <prerequisites>
  19. <param name="dlsIsEnabled" value="true"/>
  20. </prerequisites>
  21. </provider>
  22. </action>
  23. </parameter>
  24. <parameter name="database" label="DB_DATABASE_L" description="DB_DATABASE_D" help="DB_DATABASE_H" type="xsd:string">
  25. <option value="Microsoft" label="OPTION_MICROSOFT_L" description="OPTION_MICROSOFT_D" help="OPTION_MICROSOFT_H">
  26. <action name="test" type="cnfg" id="NCDBTest">
  27. <provider name="SDS">
  28. <javaclass>com.cognos.configtool.VerifyConnectionConfig</javaclass>
  29. <location>SdsCnfgTest.jar</location>
  30. <includeWebInf>true</includeWebInf>
  31. <prerequisites operator="or">
  32. <param name="dlsIsEnabled" value="true"/>
  33. <param name="msIsEnabled" value="true"/>
  34. <param name="emsIsEnabled" value="true"/>
  35. </prerequisites>
  36. </provider>
  37. </action>
  38. </option>
  39. <option value="Oracle" label="OPTION_ORACLE_L" description="OPTION_ORACLE_D" help="OPTION_ORACLE_H">
  40. <action name="test" type="cnfg" refID="NCDBTest"/>
  41. </option>
  42. <option value="MicrosoftWinAuth" label="OPTION_MICROSOFTAUTH_L" description="OPTION_MICROSOFTAUTH_D" help="OPTION_ORACLE_H">
  43. <action name="test" type="cnfg" refID="NCDBTest"/>
  44. </option>
  45. <option value="OracleAdvanced" label="OPTION_ORACLEADVANCED_L" description="OPTION_ORACLEADVANCED_D" help="OPTION_ORACLEADVANCED_H">
  46. <action name="test" type="cnfg" refID="NCDBTest"/>
  47. </option>
  48. <option value="DB2" label="OPTION_DB2_L" description="OPTION_DB2_D" help="OPTION_DB2_H">
  49. <action name="test" type="cnfg" refID="NCDBTest"/>
  50. </option>
  51. <option value="Sybase" label="OPTION_SYBASE_L" description="OPTION_SYBASE_D" help="OPTION_SYBASE_H">
  52. <action name="test" type="cnfg" refID="NCDBTest"/>
  53. </option>
  54. <option value="Derby" label="OPTION_DERBY_L" description="OPTION_DERBY_D" help="OPTION_DERBY_H">
  55. <action name="test" type="cnfg" refID="NCDBTest"/>
  56. </option>
  57. <option value="Informix" label="OPTION_INFORMIX_L" description="OPTION_INFORMIX_D" help="OPTION_INFORMIX_H">
  58. <action name="test" type="cnfg" refID="NCDBTest"/>
  59. </option>
  60. </parameter>
  61. </section>
  62. </section>
  63. </section>