Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com



Status Not under consideration
Workspace Planning Analytics
Created by Guest
Created on Jun 23, 2026

Built-in “Who am I?” identity function for TurboIntegrator (TI)

Problem statement

IBM Planning Analytics SaaS already knows its own identity, but there is currently no supported way for a TurboIntegrator (TI) process to retrieve that information.

In practice, TI processes often need to know which Planning Analytics environment they are executing in. Typical examples include deployment automation, integration frameworks, logging, auditing and reusable application frameworks.

Today, customers must manually maintain information such as Tenant ID, Database Name, PAW URL and REST endpoint in configuration cubes, process parameters or external configuration files.

This creates unnecessary maintenance, introduces configuration errors and makes reusable solutions more difficult to build.

Real-life scenario

A company operates multiple Planning Analytics SaaS environments (Development, Test and Production), each containing several TM1 databases.

The same TI processes and frameworks are deployed across all environments. During execution, a process needs to know which tenant and database it belongs to in order to:

  • write audit logs

  • call external services

  • generate links back to PAW

  • identify the current environment

  • avoid maintaining duplicate configuration

Since this information cannot be retrieved from the platform itself, every deployment requires manual configuration that must be kept synchronized.

Current workaround

Customers typically store server identity information manually in:

  • Control cubes

  • Configuration parameters

  • Text files

  • Environment variables

  • External configuration databases

These values must be maintained manually whenever environments are created, cloned or changed.

Proposed solution

Introduce a new TurboIntegrator function:

GetServerIdentity(<Property>)

Examples:

sTenantId = GetServerIdentity("TenantId");
sDatabase = GetServerIdentity("DatabaseName");
sDatabaseId = GetServerIdentity("DatabaseId");
sPawUrl = GetServerIdentity("PawUrl");
sRestUrl = GetServerIdentity("RestBaseUrl");

Suggested initial properties:

  • TenantId

  • DatabaseName

  • DatabaseId

  • PawUrl

  • RestBaseUrl

  • Region

  • EnvironmentId

IBM could extend the list over time without affecting existing applications.

As a future extension, the same server identity information should also be exposed through a supported REST API endpoint, allowing external automation tools and services to retrieve identical information.

Benefits

  • Eliminates duplicate configuration

  • Simplifies deployment automation

  • Enables self-configuring TI applications

  • Makes reusable frameworks easier to build

  • Improves audit logging and observability

  • Reduces configuration errors

  • Better supports multi

Needed By Quarter
  • Admin
    Stuart King
    Jun 23, 2026

    This idea is not under consideration as we are not planning dedicated TI functions to provide the tenant ID and URL of the PA environment. We are planning on adding some PAW REST API endpoints that might be used to retrieve specific PA environment details.