Re: Script Debugger not working on IdM 7.2
Hi Andreas, Where did you get the script debugger from? Matt
View ArticleRe: IdM vs. GRC
Hi Sheikh, I think you've heard most of what you need to know, but I'll throw my own spin on here. A lot of it depends on what your environment requires. If you are mostly concerned about the SAP...
View ArticleRe: IDM Provisioning Stuck
Have you checked whether you have "Queued" states in the provisioning queue? state = 37 in mxp_provision table.If yes, you have to set the state to the prevState using this:update mxp_provision set...
View ArticleHow to read user photo from AD to IdM?
Hi, Is there a way to read the user photo from Microsoft AD into IdM? I tried to setup a step to include the photo attribute in a FromLDAP pass, but I couldn't find the correct datatype - binary....
View ArticleRe: Getting error while updating the Identity Center Database
Thanks for reply Andreas! I am using Windows server 2008 R2. Yes I checked and file cscript.exe exist in c:\windows\System32 folder Please suggest the fix. Regards,Chandan
View ArticleRe: Getting error while updating the Identity Center Database
Hi Chandan, Add the below value to PATH system variable (environment variables) %SystemRoot%\system32 Let me know if it worked Kind regards,Jai
View ArticleRe: Getting error while updating the Identity Center Database
Thanks Jaisuryan! Actually I have added hard code value of directory path of cscript.exe file to PATH hence it was not working. Now I have manually added %SystemRoot%\system32 to PATH variable along...
View ArticleRe: How to read user photo from AD to IdM?
Hello, I use a Memo field. You get a value like {HEX}ABCFEFG... from which that prefix has to removed further on. For writing to the Identtiy Store I use a small Java class which simply select all new...
View ArticleRe: SAP IdM 8.0 - Engine Package Modification
Hi Michael, The Engine package is a type 2 package which means that it is read only and cannot be changed. Regards,Ole K. Røsberg
View ArticleRe: Script Debugger not working on IdM 7.2
Hi Andreas, Yes, I knew of its presence, I just wanted to make sure that you were not trying to leverage something newer. Stranger things have happened Let me check on my test system at home. What...
View ArticleRe: Script Debugger not working on IdM 7.2
Hi Matt, We use IdM v7.2 SP9. Sounds like you are using the script debugger on a 7.2 system. What makes me optimistic. Thanks
View ArticleRe: Set portal password using IDM
Hi Muthu, If your certificate is self-signed (Java Repository), you need to make IDM Identity Center trust this certificate so you can provision Java productive password to the instance.You need to add...
View ArticleRe: How to read user photo from AD to IdM?
Hi Dominic, Thank you very much for the solution. I was using a IDM 8 system to read photos and didn't find this "MEMO" datatype in FromLDAP pass. I need a IDM 7.2 system to verify the solution....
View ArticleRe: in Ordered group approval task is skipped
Hi Andreas, Need your guidance. How can I add approvers to the PVO . FYI it was working before and now due to some reason the approval step skipped to decline directly. Thank youRanjan
View ArticleRe: in Ordered group approval task is skipped
Just write the MSKEYs of the approves to the MX_APPROVERS-attribute in "to Identity Store" pass before the approval task in the workflow. On the approval task you must have the "Get Approvers From" set...
View ArticleRe: in Ordered group approval task is skipped
Hello Tero , Much appreciate your reply .No Attribute like MX_APPROVERS for To Identity store pass.and you are right! Approvers from pending value object . Screens attached . The same scenario works...
View ArticleRe: in Ordered group approval task is skipped
Hello Tero , Thank you for the clue . MX_approver was picked through SQl Query . I have corrected . Thank you again .Ranjan
View ArticleRe: Link is invisible in web UI IDM
Hello Chris,Hot fix was provided long back before project handed over to us. We dont have any clue about the OSS message . Please share if you have any idea on this issue . Thank youRanjan
View ArticleRe: How to read user photo from AD to IdM?
Have you tried text? Another option would be to create the table once using a nvarchar(max) in MSSQL or CLOB in Oracle for the column (adjust it in the SQL Studio / Developer if needed). Than use "Add...
View ArticleRe: How to read user photo from AD to IdM?
Aha, it is working with the TEXT datatype. I am able to read the picture from AD and dump the data into jpg files now. It is a bit surprise to me that I can store picture into a TEXT. Thanks a lot for...
View Article