Re: User inactive in Web-interface, but MX_INACTIVE=0
Hello Natalia, the attribute is of presentation type boolean. That implies that it always is true to IdM as long as it exists. Means if you want to remove it you have to delete the attribute from the...
View ArticleRe: Read AD Manager Attribute in DN format during AD Initial Load
You are correct, I was just testing his method and should have created two passes instead of one.
View ArticleRe: Unable to view assigned role of an user in IDM UI
Sajin, This should be a separate thread, also I believe it's covered elsewhere in this forum. Thanks.
View ArticleRe: Automatic Role Assignments of Employees
Hi Geoff, We are implementing the Business role based on position ID, however on the on going we notice that the amount of new positions is so high, in other words it need to create to many business...
View ArticleRe: use of FIELD in Attribute SQL Query
Mortiz, I wouldn't be surprised if the bug has come back. I'll try to do some testing today on it. What database are you using? Matt
View ArticleRe: Read AD Manager Attribute in DN format during AD Initial Load
The last step is to create a pass that after I read in AD and all the existing test ABAP systems, pushes out the current records out to all the ABAP clients so they are updated with the AD information.
View ArticleRe: Provisioning of Portal Groups to Portal Roles in IdM
Hi Matt, Not had chance to set anything up, but someone now has explained to me how the Portal Roles are provisioned to our Portal when a Portal Group is assigned.. Thanks for this
View ArticleRe: Preventing Privileges being removed after an Initial Load
Hi all, As we applied SP8 and upgrade the Prov. Framework, the issue is freed and current assigned ABAP privileges do not get removed on ABAP side. As the new standard script...
View ArticleRe: Preventing Privileges being removed after an Initial Load
On this case the filter was enabled on the assignment task of the Business Suite Connector to capture any change of communication data and update to source back, but that result on adding multiple...
View ArticleRe: Preventing Privileges being removed after an Initial Load
The previous resolution is a fast work around temporary on production;However, after observing and analyzing, It works but has some limitation and required modification on the Function_set Master...
View ArticleRe: Automatic Role Assignments of Employees
Hi Geoff, I agree with Arivind, position is 'normally' too find grained. We have used a collection of org attributes as criteria in dynamic groups, for about 10 key groups that have either high...
View ArticleUser id not getting created in the backend system from SAP IDM UI
Hi Experts,As I have tried to create a abap user from IDM UI and I assigned privileges to user. But the user is not getting created in backend system(CRM) and I can see the assigned privilege status...
View ArticleRe: Unable to view assigned role of an user in IDM UI
Hi Matt,kindly find the new thread http://scn.sap.com/message/14697934#14697934. please help ThanksSajin
View ArticleRe: User id not getting created in the backend system from SAP IDM UI
Hi sajin,First you have to check the ONLY privilege. If you want to create a user into the back-end system, you should attache the PRIV:back-end-system-name:ONLY to the user.1. Check if you have...
View ArticleRe: User id not getting created in the backend system from SAP IDM UI
Hello Sajin, the account-privilege of the system, you want to provision to must be assigned first. That is the one, that will trigger the create-process. And before the account in the backend isn't...
View ArticleRe: Error on IDM UI
Hello Steffi, I changed the attributes as you suggested. But still same error is flashed. Best regards,Girish
View ArticleRe: Error on IDM UI
Hello Girish, could you show a screenshot of how it looks now in your attributes-tab?Do you see error-messeges in your jog log? If yes, please share those, too. Regards,Steffi.
View ArticleRe: use of FIELD in Attribute SQL Query
Hi Moritz, did you consider that note:Note: Both fields must be defined as "Single value" with presentation type "Single select"?It does not work as soon as you use other storage or presentation types....
View ArticleRe: User id not getting created in the backend system from SAP IDM UI
Hi sajin, If you want to check, why the privileges are pending follow the steps below:1. SELECT * FROM mxi_link WHERE mcthismskey=user_mskey AND mcothermskey=privilege_mskey;2. from the SQL result you...
View Article