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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
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.
Go to the Manage DB and update the title field length to the target value (e.g. 125 aligned with your AD)
Go to Manage DB: update maxvars set varvalue = '1' where varname = 'METAUPG'
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