mx.properties 3.6 KB

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