1234567891011121314151617181920212223242526 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2019
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- #
- # OLAP Metadata for MS Azure AS ("MAZ") OLEDB providers.
- #
- # MSAS 2016 has a defect where it has problems with the DIMENSION_UNIQUE_NAME for Properties.
- olap.metadata.disableDimForProperties=true
- # Does this provider support Trusted Connections.
- olap.connection.supportsTrustedConnections=false
- # Does this provider support CAM Authentication (SSO).
- olap.connection.supportsCAMAuthentication=false
- # Can we use impersonation with the signon supplied?
- olap.connection.supportsUserImpersonate=false
- # Can we skip version validation?
- olap.connection.skipValidateVersions=true
- # Should we use tabular formatting?
- olap.data.useTabularFormatter=true
|