yk.properties 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. #
  6. # OLAP Metadata for MSAS 2005 ("YK") OLEDB providers.
  7. #
  8. # Indicates if we should be faking member keys. This is required for when we have no knowledge of the keys.
  9. olap.metadata.fakeMemberKey=false
  10. # Indicates if we should be forcing parent-child hierarchies to be treated as unbalanced.
  11. olap.metadata.forceParentChildToUnbalanced=true
  12. # Indicates if we should be forcing ragged hierarchies to be treated as unbalanced.
  13. olap.metadata.forceRaggedToUnbalanced=true
  14. # Indicates if we should be returning hierarchies as dimensions.
  15. olap.metadata.returnHierarchiesAsDimensions=false
  16. # Indicates if we should be using the level names to determine if a hierarchy is parent-child. For MSAS 2000 and
  17. # Cubing Services, if all the level names for a hierarchy start with "Level " and a number, then we consider it to
  18. # be a parent-child hierarchy.
  19. olap.metadata.determineParentChildByLevelNames=false
  20. # Indicates if we can use Member Unique Names for the Actions restrictions.
  21. # For MSAS 2005+, this is fine. For 2000, when retrieving the Dimension Actions, the
  22. # co-ordinate must be a HUN :). For Level Actions, it must be a LUN (not a MUN).
  23. olap.metadata.useMUNsForActionRestrictions=true
  24. # MDDS doesn't worry about sorting hierarchies for MS2005+.
  25. # In order to remain consistent the ODBO provider shouldn't either.
  26. olap.metadata.applyNewRankToHierarchies=false
  27. #
  28. # Indicates if this provider supports returning the currency units (i.e. multiple currency support).
  29. #
  30. olap.data.supportCurrencyUnits=true
  31. #
  32. # Indicates if the catalog name is case insensitive or not.
  33. #
  34. olap.metadata.caseInsensitiveCatalog=true
  35. #
  36. # Specify whether or not the provider will be sub-queried for MUNs.
  37. #
  38. queryProviderForMUNs=true