Re: MX_MANAGER?
Ran, It would be in the SAP_MASTER Identity Store. Take a look at the Operations guide for more info. If you have other questions, please create a separate thread. Thanks,Matt
View ArticleSQL table to query the HCM staging area identity store
HiI'm pretty new to IDM and need help please.I'm trying to locate which table view in SQL would give me the manager details brought from HCM into the HCM staging area identity store.I was advised that...
View ArticleRe: SQL table to query the HCM staging area identity store
Hello, you'll find the data from view "idmv_value_basic", the Id Stores are separated by the Id Store Id which is column IS_ID. Basically querying as follows should return the full contents of Staging...
View ArticleRe: SQL table to query the HCM staging area identity store
The manager in IdM is a reference between two IdM records, the mx_manager in SAP Master Id Store would contain MSKEY of the manager record. HCM doesn't know what is the MSKEY of manager in IdM (as...
View ArticleRe: SQL table to query the HCM staging area identity store
Thanks Tero..... much appreciated. I'll try this and get back to you. Thanks a lot
View ArticleRe: Connector for non-SAP applications
Hello, are there any error message in the job log? There must be something in the log if your IdM is up and running, the job/pass is enabled and has dispatchers assigned. regards, Tero
View ArticleRe: SQL table to query the HCM staging area identity store
Thanks Tero that worked perfectly.
View ArticleRe: Issue in Confirmation Message for UI Task
Hello Norman, Thank you for your reply. Sorry for late response. 1. Yes, I see that this comes only for privilege/role which already have future assignment (or no validity to and from) for the user.If...
View ArticleRe: Provisioning failing when updating users Business Role
Hi Mike , Can you please clarify how Master Privilege concept was designed in your Organization . SQL Query mentioned above provided a list of PROFILES or ROLES as OUTPUT , while output should be USER...
View ArticleRe: Error in removing privilege from the user
Hi Pradeep , Can you please check IDMV_LINK_EXT_ACTIVE to see what is the mcexecstatus for this specific assignment . Can you please check below mentioned fields in the Link Table for this specific...
View ArticleRe: 'Prepare AC Request' task in GRC10 prov framework Version 2 failing in...
Hi Shiju , Can you please check whether all GRC Specific Repository , Variables are properly defined . Before going to this framework , can you please download Initial GRC JOBS and execute the same ....
View ArticleRe: Error in removing privilege from the user
Hi Jerry, Thank you for your reply. idmv_link_ext_active query result shown below.It will be same as I mentioned in prblm description.mcexecstate is 1 (assignment OK) idmv_linkaudit_ext query result...
View ArticleRe: Error in removing privilege from the user
Hi Pradeep , Can you please check whether MASTER privileges associated with the Privilege Repository is assigned to the User ((PRIV:ONLY , PRIV:SYSTEM:,...) Privileges , along with the Account...
View ArticleRe: Provisioning failing when updating users Business Role
For our organization we are doing the following: 1. HCM feed comes in and creates a user account (if new hire) and assignes a business role called "everybody". That everybody role has an privalege...
View ArticleHow to create a UI task for an existing job?
Hi ExpertsIs it possible to create a UI task for an existing job. This is required so that the user does not have to login to the MC to run the job.Is this possible. Do i need to export the job and...
View ArticleShould global constant MX_RECONCILE be used in IdM 7.2 SP9?
Hi ExpertsIn IDM 7.2 SP9 should MX_RECONCILE be used?I currently have this set to FALSE but the "Reconcile dirty entries" job is also not enabled and not running on scheduled basis.The issue my client...
View ArticleRe: How to create a UI task for an existing job?
Hello, while running the job with uRunJobNow is pretty straight forward getting to the call is bit tricky.. The UI isn't too flexible and you're tied with IdM entry types (the drop down that lets you...
View ArticleRe: Provisioning failing when updating users Business Role
We're here to help and brainstorm. ^^ Since I happen to be on a IDM training this week (that's the reason I'm so slow at answering, sorry about that), I asked the trainer today if the ONLY- and...
View ArticleRe: Provisioning failing when updating users Business Role
ok so I updated your script to the following Steffi and I have gotten what I needed. I will not try the job with one of the user ID's in PRD and see if it updates as needed and get back to this post....
View ArticleRe: How to create a UI task for an existing job?
Hi TeroThanks for your response and ideas. The job is just for mass locking users and the UI task will be used by a couple of SAP Security Administrators. ThanksRan
View Article