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 Needs more information
Created by Guest
Created on Nov 5, 2024

The maximum length of the "Title" field should be the same in MongoDB as it is in the Manage database

The maximum size the the Active Directory attribute "title" is 125 characters.  The maximum size of the field Title in Manage in 100 characters yet the maximum size the the title in MAS/MongoDB is only 30 characters.  They should all be 125 characters.

Idea priority Low
Needed By Not sure -- Just thought it was cool
  • Admin
    Andrew Foster
    Reply
    |
    Dec 18, 2024

    Hi

    Thank you for your feedback.

    MongoDB, as a NoSQL database, does not enforce field length definitions. However, there is a process in place to synchronize the length of all user fields from the manage database to MongoDB (for API validation).

    This synchronization is automated during the EAM to MAS migration process, but the changes can also be applied manually if needed.


    Lets assume you want to synchronize LDAP – Manage – MAS.

    1. Go to the Manage DB and update the title field length to the target value (e.g. 125 aligned with your AD)

    2. Go to Manage DB: update maxvars set varvalue = '1' where varname = 'METAUPG'

    3. Go to maxinst pod and re-run syncmetadata.sh /opt/IBM/SMP/maximo/tools/maximo/syncmetadata.sh It will sync your manage db with MAS

    This will automatically sync the 2 application's field length

    The defaults are the same as Manage. If you have a customization in your Manage DB, we update it for your automatically for you during EAM to Manage migration.


    I hope this information is useful