Error Insufficient Privileges While Creating User Group/Functional Team Via SDK After Applying RUP 21 Patch
(Doc ID 2945829.1)
Last updated on MAY 03, 2023
Applies to:
Oracle Agile PLM Framework - Version 9.3.6.0 and laterInformation in this document applies to any platform.
Symptoms
Actual Behavior
Getting insufficient privilege error while creating User Group/Functional team using SDK.
Error
Error code : 407
Error message : Insufficient privilege.
Root Cause exception : com.agile.util.exception.CMAppException: Insufficient privilege.
Steps To Reproduce
Run SDK Standalone code from Ecilpse using below code snippet.
String usergroup="X_UserGroup";
String functeam="X_Team";
HashMap params = new HashMap();
params.put(UserGroupConstants.ATT_GENERAL_INFO_NAME, usergroup);
IUserGroup XGroup =
(IUserGroup)session.createObject(UserGroupConstants.CLASS_USER_GROUP, params);
params.put(UserGroupConstants.ATT_GENERAL_INFO_NAME, functeam);
IUserGroup XTeam =
(IUserGroup)session.createObject(UserGroupConstants.CLASS_FUNCTIONAL_TEAM, params);
Changes
Applied Agile PLM RUP 21 patch 34599645 (9.3.6.21)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |