fm.ini 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: fmmd
  4. (C) Copyright IBM Corp. 2003, 2019
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <Preferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../bme/prod/templates/TestFiles/Preferences.xsd">
  9. <!-- This setting controls the syntax of the Macro Editor -->
  10. <Section Name="UseTabbedSQLEditor">
  11. <Preference Name="value">TRUE</Preference>
  12. </Section>
  13. <Section Name="NewMacroSyntax">
  14. <Preference Name="value">TRUE</Preference>
  15. </Section>
  16. <!-- This setting controls how many views will be put in each publish transaction. This number can be raised to increase performance on machines with a lot of free RAM -->
  17. <Section Name="PublishOptions">
  18. <Preference Name="ModelViewChunkLimit">2000</Preference>
  19. <Preference Name="SetPolicyPackage">TRUE</Preference>
  20. </Section>
  21. <!-- This setting controls when the user will get prompted for prompt values-->
  22. <Section Name="AlwaysPromptOnTesting">
  23. <Preference Name="value">TRUE</Preference>
  24. </Section>
  25. <!-- The following section contains settings that pertain to behavior for the imports-->
  26. <Section Name="ModelImportOptions">
  27. <!-- This setting dictates how to treat a namespace or folder that is selected for import but whose name conflicts with that of an existing namespace or folder in the target model.
  28. If TRUE, then the namespace or folder will not be but its children will still be imported, but placed under the existing object in the target model, thus facilitating a "merge"-like operation. This behavior will always occur, superceding the option presented to the user to "Import and create a unique name" or "Do not import" whenever a duplicate name is detected, which still is enforced on other object types.
  29. If FALSE, then nothing speclal is done on conflicting namespaces or folders, and the "Import and create a unique name" or "Do not import" options apply to them as well.-->
  30. <Preference Name="MergeConflictingContainers">TRUE</Preference>
  31. <!-- The following setting controls whether or not to allow empty namespaces or folders to be imported into the target model.-->
  32. <Preference Name="AllowEmptyContainers">FALSE</Preference>
  33. </Section>
  34. <!-- This setting contains SQL preference information -->
  35. <Section Name="SQLPreference">
  36. <Preference Name="RestrictTheMaximumNumberOfRows">TRUE</Preference>
  37. <Preference Name="MaximumNumberOfRows">25</Preference>
  38. <Preference Name="ApplyRelevantDesignModeFilters">FALSE</Preference>
  39. <Preference Name="LevelOfDetail">5</Preference>
  40. </Section>
  41. <Section Name="ImportDatabaseSystemObjects">
  42. <Preference Name="value">FALSE</Preference>
  43. </Section>
  44. <Section Name="NagMessageXSL">
  45. <Preference Name="value">..\bin\NagMessageXForm.xsl</Preference>
  46. </Section>
  47. <Section Name="ModelDocXSL">
  48. <Preference Name="value"></Preference>
  49. </Section>
  50. <Section Name="DumpOptions">
  51. <Preference Name="RelmdResponses">FALSE</Preference>
  52. </Section>
  53. <Section Name="Statistics">
  54. <Preference Name="RowCountEnabled">FALSE</Preference>
  55. </Section>
  56. <Section Name="DynamicQueryMode">
  57. <Preference Name="SendRequestsToOlapXQE">TRUE</Preference>
  58. <Preference Name="UseLocalCacheXQE">FALSE</Preference>
  59. <Preference Name="NumberOfRequestRetries">10</Preference>
  60. </Section>
  61. </Preferences>