xi9.7.properties 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 Service 9.7 via XMLA ===
  6. #
  7. # XMLA
  8. #
  9. # Indicates if the provider supports XMLA Sessions.
  10. # CS 9.7 does not have session support.
  11. xmla.supportSessions=false
  12. #
  13. # OLAP Metadata
  14. #
  15. # Indicates if we should be faking member keys. This is required for when we have no knowledge of the keys.
  16. olap.metadata.fakeMemberKey=false
  17. # Indicates if we should be skipping any property that ends in ".MEMBER_KEY". This is needed for Cubing Services,
  18. # since we get two MEMBER_KEY properties returned when the customer has modeled it, and we only need one! :)
  19. olap.metadata.skipDotMemberKey=true
  20. # Indicates if we should be forcing parent-child hierarchies to be treated as unbalanced.
  21. olap.metadata.forceParentChildToUnbalanced=false
  22. # Indicates if we should be forcing ragged hierarchies to be treated as unbalanced.
  23. olap.metadata.forceRaggedToUnbalanced=false
  24. # Indicates if we should be returning hierarchies as dimensions.
  25. olap.metadata.returnHierarchiesAsDimensions=false
  26. # Indicates if we should be using the level names to determine if a hierarchy is parent-child. For MSAS 2000 and
  27. # Cubing Services, if all the level names for a hierarchy start with "Level " and a number, then we consider it to
  28. # be a parent-child hierarchy.
  29. olap.metadata.determineParentChildByLevelNames=true
  30. #
  31. # OLAP Data
  32. #
  33. # Indicates if this provider supports the currency units.
  34. olap.data.supportCurrencyUnits=false