Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. 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
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


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.

Status Future consideration
Created by Guest
Created on Sep 11, 2024

TRIRIGA OSLC API's - BULK PROCESSING OF PRIMARY BUSINESS OBJECT RECORDS

IBM TRIRIGA Application/Platform OSLC defect:

In current OSLC framework of Tririga, attempting to push multiple records—such as cost center entries, profit centers, and personnel records—in a single payload while posting multiple records is failing. When these records are sent from the client code i.e. source system, the OSLC post processes each record individually. Due to the limitation in the existing Tririga OSLC framework, which doesn't support bulk processing of records, the session history table is being accessed multiple times.  Reason behind multiple hit, authentication process for each individual record is creating a new session each time a record was posted to TRIRIGA. As a result, both the security log and the `session_history` table in TRIRIGA were being hit for every single record while submitting payload which has bulk data to post.This has resulted in the table size increasing to approximately 99 GB over six months, negatively impacting database performance. The Cargill IT team is seeking a solution from IBM to enable the pushing of primary business object records in a single payload from the client code system to Tririga using the OSLC framework.

We can see OSLC payload syntax for bulk processing of associated records is available but missing for primary business object. Customer IT team is looking IBM to enhance the platform to enable bulk processing for primary business object records via. OSLC REST API.

Idea priority Urgent
Needed By Month
  • Admin
    Aanchal Kumar
    Reply
    |
    Dec 9, 2024

    Hi Bhagirathu,


    There appears to be a couple of asks in this idea.

    1 - being able to push multiple records (or bulk processing) within a single payload

    2 - the session history table growing with each OSLC request.

    We are going to accept the first part of the idea (#1) - being able to support bulk processing. However, we are not committing to adding the support in the OSLC api's. An analysis will be done to determine the best location for this feature.

    The second part of the idea (#2) - growing session history table, there was a recent APAR (IJ49682) fixed around this. In addition, there is support to do an API login up front and use the returned JSESSION token for each subsequent OSLC call.