spml exception with Error "HTTP Response: 302 Found" in ReadJavaRoles
Hello Experts, I am facing below error while reading roles from Java system and so, IDM is not able to read roles from java system. org.openspml.util.SpmlException: HTTP Response: 302 FoundError in job...
View ArticleRe: spml exception with Error "HTTP Response: 302 Found" in ReadJavaRoles
Pradeep, Does your service account have permissions to read/write SPML? Matt
View ArticleSearching for profiles...
I want to see if our organization has any users who have profiles that are not part of a role. How can I do this?
View ArticleRe: spml exception with Error "HTTP Response: 302 Found" in ReadJavaRoles
Hi Matt, Thank you for your quick reply.User used here to read roles from java system already have Assigned actions (Spml_Read_Action & Spml_Write_Action) assigned via role.I think you are talking...
View ArticleRe: Issue with Provisioning using Stored procedure :...
This check is to see if the processed PVO is for the master privilege (PRIV:<REP>:ONLY) which has the attribute MX_IS_ACCOUNT set. If you have privileges running through this workflow and into...
View Article.csv export
Hello, As a beginner in IDM solution, can someone please help me to export 2 differents sql request results in .csv file ? The goal is to compare the output (columns) ? Thanks, Nina
View ArticleUsing views to get IdM Data
Hi, Could you please help to build these SQL requests? List all the users with direct assignment privilegesList all the user with inherited assignment privileges (From Business Roles)List all the user...
View ArticleRe: Using views to get IdM Data
Hi Mery, I believe at least some of these topics should already be found if you search the IdM space (both forums/blogs and wiki) first. If then there are still topics that are not clear...
View ArticleRe: Using views to get IdM Data
Hi Christopher, Could you please correct me if I am missing somthing here: All assignment for a user select mcThisMSKEYVALUE, mcAttrName, mcOtherMSKEYVALUE from idmv_link_ext where mcLinkType=2 --...
View ArticleRe: spml exception with Error "HTTP Response: 302 Found" in ReadJavaRoles
Don't forget to mark your post correct, for future readers to see what the resolution to the issue was!
View ArticleRe: spml exception with Error "HTTP Response: 302 Found" in ReadJavaRoles
Done. Thanks for info :-)
View ArticleRe: .csv export
Nina, You can do this by using a TO ASCII pass type. Place your SQL query in the SOURCE Tab and then use the Insert Template Button in the DESTINATION Tab to read the values. Apply what you've done...
View ArticleDynamic Role -Prvgs assigned directly or automatically
Hi, I hope some one can help me.We have an issue in SAP IDM 7.2, Whenever a dynamic role is added to users, the privileges base on this role are added directly or automatically.We are unware why it is...
View ArticleRe: External link without authentication
Ali, Sorry I did not get back to you sooner. I think Krishna is correct. You would need to create a custom task with anonymous access that would then need to pass the new password. The main issue...
View ArticleRe: Integration between IdM and SAP netweaver Enterprise portal
Hi - yes thats correct - this is a repository constant as far as I remember used by the job.
View ArticleRe: .csv export
Hi Nina, I think you should use a join to have the two queries side by side and then put this in a TO ASCII pass as Matt mentioned. I don't know what's you use-case but if you only want to run this...
View ArticleRe: External link without authentication
Dear Krishna/Matt, Thanks for your's inputs... I have build custom script to generate password depending upon the password policy , The system is Enterprise Portal. I was planning for To Generic pass...
View ArticleRe: External link without authentication
Hi Ali, Yes, for me your approach looks fine. I recommend you to enable error logging in your scripts, so that it will be easy for you to trouble shoot in case of any issues. All the best !! ~ Krishna.
View ArticleRe: External link without authentication
Thanks Krishna, You mean error loggin with UErrmsg or something else. Regards,Ali.
View ArticleRe: External link without authentication
Hi Ali, yes, just incase of any errors in the script, it will be easy to debug ~ Krishna
View Article