1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- BI and PM: JSM
-
- (c) Copyright IBM Corp. 2003, 2019.
-
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-
- -->
- <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">
- <section name="dataAccess">
- <section name="NC" opaque="true" dependency="JSM">
- <parameter name="smtpMailServer" label="SMTPMAILSERVER_L" description="SMTPMAILSERVER_D" help="SMTPMAILSERVER_H" dependency="DLS" type="cfg:hostPort">
- <action name="test" type="cnfg">
- <provider name="SDS">
- <javaclass>com.cognos.configtool.VerifyMailServerConfig</javaclass>
- <location>SdsCnfgTest.jar</location>
- <includeWebInf>true</includeWebInf>
- <includeJarPath>.</includeJarPath>
- <prerequisites>
- <param name="dlsIsEnabled" value="true"/>
- </prerequisites>
- </provider>
- </action>
- </parameter>
- <parameter name="database" label="DB_DATABASE_L" description="DB_DATABASE_D" help="DB_DATABASE_H" type="xsd:string">
- <option value="Microsoft" label="OPTION_MICROSOFT_L" description="OPTION_MICROSOFT_D" help="OPTION_MICROSOFT_H">
- <action name="test" type="cnfg" id="NCDBTest">
- <provider name="SDS">
- <javaclass>com.cognos.configtool.VerifyConnectionConfig</javaclass>
- <location>SdsCnfgTest.jar</location>
- <includeWebInf>true</includeWebInf>
- <prerequisites operator="or">
- <param name="dlsIsEnabled" value="true"/>
- <param name="msIsEnabled" value="true"/>
- <param name="emsIsEnabled" value="true"/>
- </prerequisites>
- </provider>
- </action>
- </option>
- <option value="Oracle" label="OPTION_ORACLE_L" description="OPTION_ORACLE_D" help="OPTION_ORACLE_H">
- <action name="test" type="cnfg" refID="NCDBTest"/>
- </option>
- <option value="MicrosoftWinAuth" label="OPTION_MICROSOFTAUTH_L" description="OPTION_MICROSOFTAUTH_D" help="OPTION_ORACLE_H">
- <action name="test" type="cnfg" refID="NCDBTest"/>
- </option>
- <option value="OracleAdvanced" label="OPTION_ORACLEADVANCED_L" description="OPTION_ORACLEADVANCED_D" help="OPTION_ORACLEADVANCED_H">
- <action name="test" type="cnfg" refID="NCDBTest"/>
- </option>
- <option value="DB2" label="OPTION_DB2_L" description="OPTION_DB2_D" help="OPTION_DB2_H">
- <action name="test" type="cnfg" refID="NCDBTest"/>
- </option>
- <option value="Sybase" label="OPTION_SYBASE_L" description="OPTION_SYBASE_D" help="OPTION_SYBASE_H">
- <action name="test" type="cnfg" refID="NCDBTest"/>
- </option>
- <option value="Derby" label="OPTION_DERBY_L" description="OPTION_DERBY_D" help="OPTION_DERBY_H">
- <action name="test" type="cnfg" refID="NCDBTest"/>
- </option>
- <option value="Informix" label="OPTION_INFORMIX_L" description="OPTION_INFORMIX_D" help="OPTION_INFORMIX_H">
- <action name="test" type="cnfg" refID="NCDBTest"/>
- </option>
- </parameter>
- </section>
- </section>
- </section>
|