xi.properties 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2005, 2015
  4. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  5. # === Capabilities for ISW Cubing Services (generic) via XMLA ===
  6. #
  7. # XMLA
  8. #
  9. # Indicates if the provider supports XMLA Sessions.
  10. xmla.supportSessions=false
  11. # Indicates if we should include the CAM passport in the SOAP request by default.
  12. # This can be over-ridden in the xqeodp.config.xml file via <usePassport value="true"/>
  13. xmla.supportCAMPassports=false
  14. #
  15. # OLAP Metadata
  16. #
  17. # Indicates if we should be faking member keys. This is required for when we have no knowledge of the keys.
  18. olap.metadata.fakeMemberKey=false
  19. # Indicates if we should be skipping any property that ends in ".MEMBER_KEY". This is needed for Cubing Services,
  20. # since we get two MEMBER_KEY properties returned when the customer has modeled it, and we only need one! :)
  21. olap.metadata.skipDotMemberKey=true
  22. # Indicates if we should be forcing parent-child hierarchies to be treated as unbalanced.
  23. olap.metadata.forceParentChildToUnbalanced=false
  24. # Indicates if we should be forcing ragged hierarchies to be treated as unbalanced.
  25. olap.metadata.forceRaggedToUnbalanced=false
  26. # Indicates if we should be returning hierarchies as dimensions.
  27. olap.metadata.returnHierarchiesAsDimensions=false
  28. # Indicates if we should be using the level names to determine if a hierarchy is parent-child. For MSAS 2000 and
  29. # Cubing Services, if all the level names for a hierarchy start with "Level " and a number, then we consider it to
  30. # be a parent-child hierarchy.
  31. olap.metadata.determineParentChildByLevelNames=true
  32. # Indicates if we can use Member Unique Names for the Actions restrictions.
  33. # For MSAS 2005+, this is fine. For 2000, when retrieving the Dimension Actions, the
  34. # co-ordinate must be a HUN :). For Level Actions, it must be a LUN (not a MUN).
  35. olap.metadata.useMUNsForActionRestrictions=false
  36. # MDDS doesn't worry about sorting hierarchies for MS2005+.
  37. # In order to remain consistent the ODBO provider shouldn't either.
  38. olap.metadata.applyNewRankToHierarchies=false
  39. # Do we sort hierarchies and dimensions by ordinal?
  40. olap.metadata.sortHierarchiesByOrdinal=true
  41. # Indicates if we can set the style that is used to generate Unique Names. Meant for MSAS providers.
  42. olap.metadata.supportUniqueNameStyle=false
  43. # Indicates if we can set a flag to disable the prefetching of facts. Meant for MSAS providers.
  44. olap.metadata.supportDisablePrefetchFacts=false
  45. # Indicates if this provider supports the Timeout parameter for data and metadata queries.
  46. olap.metadata.supportTimeout=false
  47. # Indicates if this provider supports setting the Application Name which will be used in Server logs.
  48. olap.metadata.supportApplicationName=false
  49. # Indicates if this provider supports the setting of "MEMBER_KEY" in a property restriction.
  50. olap.metadata.canUseMEMBERKEYRestriction=true
  51. #
  52. # Indicates if the catalog name is case insensitive or not.
  53. #
  54. olap.metadata.caseInsensitiveCatalog=false
  55. # Indicates if we should expect to be getting non-null LAST_SCHEMA_UPDATE and LAST_DATA_UPDATE Cube values.
  56. olap.metadata.supportLastSchemaUpdate=true
  57. #
  58. # OLAP Data
  59. #
  60. # Indicates if this provider supports returning the ClusterFormat from data queries.
  61. olap.data.supportClusterFormat=false
  62. # Indicates if this provider supports the currency units.
  63. olap.data.supportCurrencyUnits=false
  64. # Indicates if this provider supports the setting of MDXMissingMemberMode for data queries.
  65. olap.data.supportMDXMissingMemberMode=false
  66. #
  67. # MDX Function Support
  68. #
  69. mdx.support.setalias=false
  70. #
  71. # MDX Support for OLYMPIC rank with implicit sort
  72. #
  73. mdx.support.olympicRankSort=false