简体   繁体   中英

TM1 9.5.2 Java API function for Integrated Login

I am trying to connect to TM1 9.5.2 to read the data cubes in the normal login mode and it happens fine. However, when the TM1 server is configured for integrated login, the java code could not connect to the API. In the API documentation for C, there is a separate function Tm1SystemServerConnectIntegratedLogin to connect to the TM1 in integrated security mode. However, for Java, I could not find any such dedicated function. Any help would be appreciated.

Based on looking at the .jar for the TM1 9.5.2 Java API there are only methods for connection via the classic and CAM methods. The corresponding method for Tm1SystemServerConnectIntegratedLogin is missing. You might check what is available in 10.2 upwards as the Java integration has been significantly enhanced.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM