How to perform CAM authentication with Cognos TM1 API

Posted by tardate on Stack Overflow See other posts from Stack Overflow or by tardate
Published on 2010-05-16T03:39:42Z Indexed on 2010/05/16 3:50 UTC
Read the original article Hit count: 494

Filed under:

The Cognos TM1 API provides two server connect/authenticate methods:

TM1SystemServerConnect (when IntegratedSecurityMode = 1 or 2)
TM1SystemServerConnectIntegratedLogin (when IntegratedSecurityMode = 2 or 3)

There is however a 4th security mode for use with CAM/Cognos Access Manager (IntegratedSecurityMode = 4).

As of 9.5, it appears there is still no way to authenticate via the API if you have CAM enabled on the TM1 server. Does anyone know different, or have a workaround?

© Stack Overflow or respective owner

Related posts about cognos-tm1