123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- ###Licensed Materials - Property of IBM
- ###
- ###IBM Cognos Products: rspecupgrade
- ###
- ###(C) Copyright IBM Corp. 2005, 2016
- ###
- ###US Government Users Restricted Rights - Use, duplication or disclosure
- ###restricted by GSA ADP Schedule Contract with IBM Corp.
- ##
- ## Global configuration options for RSPECUPGRADE.
- ##
- ## These options are properties that are use for the entire Java Virtual Machine.
- ## Updating these properties without restarting the virtual machine may produce
- ## unexpected behaviour.
- #
- ## Validate input against the schemas/DTD before upgrading.
- ## This should only be turned off under the direction of Cognos.
- #com.cognos.rspecupgrade.rsupgrade.validateInput=true
- #
- ## Force the output of the upgrade to be validated against the schema.
- ## This should only be turned off under the direction of Cognos.
- #com.cognos.rspecupgrade.rsupgrade.validateOutput=true
- #
- ## Maximum number of report specification changes made to fix
- ## syntactic errors in the upgraded report specification before
- ## aborting.
- ##
- ## Used in cases where the schema fixup algorithm can not come to a speedy
- ## resolution, and the upgraded report is helplessly broken. If the upgrade
- ## aborts the report may not be syntactically valid.
- ##
- ## Used in conjuction with:
- ## com.cognos.rspecupgrade.rsupgrade.validateOutput
- ## com.cognos.rspecupgrade.rsupgrade.validateInput
- #com.cognos.rspecupgrade.rsupgrade.maxSchemaFixup=1000
- #
- ## Provide debug information showing the different stages of a upgraded report
- ## specification. Used for debugging, and can fill up your disk space.
- #com.cognos.rspecupgrade.rsupgrade.writeIntermediateFiles=false
- #
- ## Prefix for debugging files when intermediate steps are written. The same prefix
- ## should not be shared amoungst different instances. The prefix is both a directory
- ## and the start of the file name.
- #com.cognos.rspecupgrade.rsupgrade.intermediateFilePrefix=c:/temp/upgrade_
- #
- ## Should the stack trace and internal messages be embedded into the report
- ## specification if an internal error occurs.
- ##
- ## Enabling this option is considered a potential security hole, since details
- ## about the installation, such as file paths, may be revealed.
- #com.cognos.rspecupgrade.rsupgrade.embedInternalError=false
- #
- ## When this property is set to true, CRN reports with lists and or repeaters that reference
- ## the same query will have "enableShareResultSet" attribute set to true in the upgraded report,
- ## and the shared query will have a dimensionInfo element that corresponds to the CRN cube.
- ## See the following work order for details:
- ## Work Order 2594 - QRD Generation Based on Dimension Info for Baltic Compatibility
- #com.cognos.rspecupgrade.rsupgrade.enableShareResultSet=true
- #
- ## Force CQE expressions to be rewritten during upgrade.
- ## This should only be turned on for debugging, or under the direction of Cognos.
- #com.cognos.rspecupgrade.rsupgrade.rewriteCqe=false
- #
- ## Force CRX expressions to be rewritten during upgrade.
- ## This should only be turned on for debugging, or under the direction of Cognos.
- #com.cognos.rspecupgrade.rsupgrade.rewriteCrx=false
- #
- ## Embed the original report specification in the upgraded report specifcation.
- ##
- ## If you never want the report embedded then use:
- ## com.cognos.rspecupgrade.rsupgrade.embedOriginalSpecification=NEVER
- ##
- ## If you want the report embedded when a warning or error is issued then use:
- ## com.cognos.rspecupgrade.rsupgrade.embedOriginalSpecification=WARNING
- ##
- ## If you want the report embedded when an error is issued then use:
- ## com.cognos.rspecupgrade.rsupgrade.embedOriginalSpecification=ERROR
- ##
- ## If you want the report always embedded use:
- ## com.cognos.rspecupgrade.rsupgrade.embedOriginalSpecification=ALWAYS
- #com.cognos.rspecupgrade.rsupgrade.embedOriginalSpecification=NEVER
- #
- ## Sets pageBreakText option on lists and crosstabs.
- #com.cognos.rspecupgrade.rsupgrade.pageBreakText=true
- #
- ## Sets interactivePageBreakByFrame option on report element.
- ## NOTE: This option only applies to the upgrade of Cognos 8 reports (v5 spec).
- ## ReportNet reports (v4 spec) are always upgraded with this attribute set to true.
- #com.cognos.rspecupgrade.rsupgrade.interactivePageBreakByFrame=false
- #
- ## Output an information message indicating that a report has been upgraded.
- ## Message will contain the source and destination name space.
- #com.cognos.rspecupgrade.rsupgrade.upgradeInfoMessage=false
- #
- ## Should layout query frames be automatically named when a report is upgraded
- ## from http://developer.cognos.com/schemas/report/1/ (Baltic).
- #com.cognos.rspecupgrade.rsupgrade.layoutNameGeneration.1=true
- ## Should layout query frames be automatically named when a report is upgraded
- ## from http://developer.cognos.com/schemas/report/2.0/ (Bering).
- #com.cognos.rspecupgrade.rsupgrade.layoutNameGeneration.20=true
- ## Should layout query frames be automatically named when a report is upgraded
- ## from http://developer.cognos.com/schemas/report/3.0/ (Blaring).
- #com.cognos.rspecupgrade.rsupgrade.layoutNameGeneration.30=true
- #
- #
- ## Scripts that will execute before an upgrade.
- ## com.cognos.rspecupgrade.rsupgrade.plugin.preprocess[0]=../plugin/preprocess0.xsl
- ## com.cognos.rspecupgrade.rsupgrade.plugin.preprocess[1]=../plugin/preprocess1.xsl
- #
- ## Scripts that will execute after an upgrade
- ##com.cognos.rspecupgrade.rsupgrade.plugin.postprocess[0]=../plugin/postprocess0.xsl
- ##com.cognos.rspecupgrade.rsupgrade.plugin.postprocess[1]=../plugin/postprocess0.xsl
- #
- ## Should the implementation of Work Order 2628 be enabled?
- ## As part of work order, the fillEffects elements are upgraded to
- ## fill objects below the style/generatedBackground element.
- #com.cognos.rspecupgrade.rsupgrade.enableWorkOrder2628=true
- #
- ## Version of the report specification to upgrade to.
- # com.cognos.rspecupgrade.rsupgrade.targetNamespace=http://developer.cognos.com/schemas/report/13.1/
- #
- ## Turn off the feature of adding checksum to each upgraded report spec.
- ## By default, this feature is ON.
- #com.cognos.rspecupgrade.rsupgrade.enableChecksumGenerator=false
- ## Number of recent report schemas to load at startup. This is added to improve performance of cold-start runs.
- ## By default, the last 3 recent schemas (including target) will be pre-loaded. To turn off any pre-loading, set to 0.
- #com.cognos.rspecupgrade.rsupgrade.numRecentReportSchemasToPreload=3
|