on 2024 Apr 09 6:41 AM
After upgrade of BO from 4.3 sp2 to 4.3 sp4, I got error "Failed to commit objects to server : Undefined Info Store" when I try to create new user or when I try to update current one. Would you please give me any tips to to solve the problem.
Request clarification before answering.
Check the Rights for the user you use to create and update users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To anyone having this issue:
Make sure your CMS DB supports the AL32UTF8 character set.
Since SP04, the SAP BI development team has added/made some changes to CMS query parameters (the parameter strings are sent in UTF-8 to use the “cached execution plan”), which affects correct writing and reading to/from the Aliases table and others.
To check your CMS DB, run the following SQL command on your database and see the result
(example: Oracle DB)
If you get different results, you are having problems adding/modifying groups and users.
Unless SAP changes this in the next patches, there is unfortunately NO workaround to solve this problem. You should migrate your CMS database to a database that has the ALU32UTF8 character set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tommyc, no i don't search another solution because this note satisfy me and the customer has accepted the solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
CMS logs may contain the following messages:
"CheckType: Not a valid type 3"
"Assert Failure: (Infostore.cpp:12526). (False : Unknown Exception caught while committing. Someone must be held accountable.)."
"InfoStoreSubSystem::CommitSingleObjectWithRetry"
"Unknown internal error encountered."
"OracleStatement.cpp"
User, group, ad, error, BI 4.3 SP4, Oracle, parameterization, CMS, DB, database,
Environment:
Steps to Reproduce:
Cause:
Oracle has two values 'NLS_CHARACTERSET' and 'NLS_NCHAR_CHARACTERSET'
which are responsible for data type of CHAR, VARCHAR2, LONG, CLOB data and NCHAR, NVARCHAR2, and NCLOB data respectively.
When either of the 2 Character set values are set to anything that isn’t AL16UTF16 or AL32UTF8, then we encounter issues with the CMS converting UTF-16 strings to UTF-8 because of the use of a non-unicode character set.
We can determine those values by running the below SQL query:
SELECT * FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER IN ('NLS_CHARACTERSET', 'NLS_NCHAR_CHARACTERSET');
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everybody, i think having find the solution with this SAP's note : 3437779 - Failed to commit objects to server : Undefined Info Store error while creating Users/Groups, logging in with LDAP authentication In BI 4.3 SP04
Best regards.
Lionel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Miroslav, did you find a solution ? I have the same problem after upgrade to SAP BI 4.3 SP4 Patch 400 ?
Best regards.
Lionel RISON
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi AYMEN, did you find a solution ? I have the same problem after upgrade ?
Best regards.
Lionel RISON
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My question was:
Have you tried using the “Administrator” user, not a user with administrative privileges?
Second, what type of user do you want to add? If the user is a "named" user and you exceed the number of named users allowed by your license, you cannot add a user of that type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check your BO server system log to see the error or warning related information which indicate the root cause of the error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
21 | |
16 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.