Cannot connect to server configured for CAM (Active directory hook) using the Cognos TM1 API
- 阅读更多 关于 Cannot connect to server configured for CAM (Active directory hook) using the Cognos TM1 API
问题 Is there anyway to connect to a server that uses CAM authentication in VBA using the TM1 API? I've tried the following code based on the answer found here: SystemServerCAMSecurityRequired error when authenticating using Cognos Dim credentials(1 To 3) As Long credentials(1) = TM1ValString(hPool, Trim(CAMNamespace), 0) credentials(2) = TM1ValString(hPool, Trim(ClientName), 0) credentials(3) = TM1ValString(hPool, Trim(ClientPassword), 0) vCredentials = TM1ValArray(hPool, credentials, 3) hServer