Feb 6, 2023

How to test the connection to TM1

Pulse needs to authenticate to IBM Planning Analytics (TM1) via the REST API. Pulse includes a script to test how long it takes to authenticate to TM1.

Starting with Pulse v6.2.0, two powershell scripts are available in the utils folder:

How to run the script

When your TM1 application is setup with basic authentication (security mode 1), you need to use the script called BasicLogin.ps1.

Open Powershell and navigate to the script folder using set-location. Once in the folder just type .\BasicLogin.ps1 and enter the following information:

  • Host: Leave it blank for localhost
  • Port: The HttpPortNumber of the TM1 instance
  • Username and Password of a TM1 user

Related content

Loading related content