Re: SQL Question
Hi Matt, Sure you can extend this, but it will of course only work for single-value attributes. Ole K.
View ArticleRe: How To delete the reports created via jobs after certain days of creation
Hi Jai, I have access to delete the files/reports which were created as output by the jobs. Instead of doing it manually I would like to delete then via a job through IDM. We usually generate reports...
View ArticleRe: How To delete the reports created via jobs after certain days of creation
D P, In that case you can use a shell execute task, or a To Generic task to execute a batch or powershell script that would delete the files. This could be run from a scheduled job in IDM. Matt
View ArticleRe: SAP IDM vs SAP GRC
Hi Dhiman, SAP IDM is more flexible and is Java based (providing excellent customizations). GRC 10 is ABAP based and originally designed for Access Control. As mentioned by Chris, IDM connectors are...
View ArticleuProvison problem
Hi there! I don't know what it is with my current project, but it's really been a challenge. I honestly don't know where I would be without the support of my SCN friends! Since yesterday's SQL...
View ArticleRe: uProvison problem
Matt, When we did this exact thing, we had the same problem.I assume Z_TEMPVAL is a single value attribute? Ours was, and it was constantly overwritten as the script churned through. I handled this by...
View ArticleRe: uProvison problem
Hi Matt, Please check if below while loop resolves? while (attr != null){ attrName = attr.getKey(); attrValue = attr.getValue(); if (attrName == 'memberOf'){ memberOf =...
View ArticleRe: uProvison problem
Jared, That is almost exactly what is going on. Let me check that out in the morning, Thanks,Matt
View ArticleRe: SQL Question
Hi Matt, The below query can be extended with adding joins for adding other attributes too. select displayname.searchvalue, displayname.attrname, MX_FS_COMPANY_CODE_ID.searchvalue,...
View ArticleHow to get audit id value for the not running tasks too.
Hello Experts, Please provide your inputs for the below query. We have created a new entry type name like idmrequests, whenever the users raise a request for role addition/deletion or any change...
View ArticleRe: uProvison problem
Hi Matt,I had similar thing some times already. You are setting a value that you need in the task you start with uProvision and then you overwrite it already. First of all: I would use context...
View ArticleRe: How To delete the reports created via jobs after certain days of creation
Hi D P, As said by Matt, you can use shell execute type of pass. You can use the command like cmd /c del and your file path or else you can opt for shell destination option. Hope this helps you....
View ArticleRe: uProvison problem
Hi Norman, Yes, I guess I could do this via Context Variable as well, but I thought they only worked for tasks in the same ordered task group. In this case I am calling a task outside of the Ordered...
View ArticleRe: uProvison problem
Hi Matt,it definitely will work if you forward the current audit id to uProvision which I would recommend anyway so you have the relations between the audits right in the database later. As said, I...
View ArticleRe: uProvison problem
Hi Norman, You raise a good point. Let me get it working and then I'll move it over to a Context Variable. Regards,Matt
View ArticleRe: how to create user with role via spml from ume
Thanks for your information, I will double check.
View ArticleRe: how to create user with role via spml from ume
Hi Tero Thanks for your reply. As the client have already one IAM product in place, and it's used with tons of others applications, like OA system, business applications, mail systems, HR systems, etc....
View ArticleRe: how to create user with role via spml from ume
Hi Chengyang Thanks for your insight, I would like to try this option, just curious, is the SAP IDM REST API is installed with sap system by default or we need to install and config some add-on...
View ArticleRe: how to create user with role via spml from ume
Hi Steven, It depends on which SAP IDM version and patch level you are running. The first version comes with IDM UI application. The second requires installation. I'd recommend to use RESTful API V2...
View ArticleLotus Notes Provisioning
Hi there, Hoping someone has some good experience with provisioning Lotus Notes. Based on the work that I have inherited, we are connecting to Notes and creating the mail file [MSKEYVALUE].NSF, but the...
View Article