Re: RDS on DB2?
Yeah, I've had to play around with some of the scripts as well if they ask for a check of %ddm.databasetype% 1=SQL -- No surprise there 2=Oracle -- Ok, makes sense What do you think DB2 would be? If...
View ArticleRe: Basic Search & Advanced search in IdM
Victoria, Take a look at the attributes defined in the Basic search, my guess is that none of them are populated for that user. Matt
View ArticleRe: How to write a Timestamp in an Oracle table?
Try removing the semicolon at the end of your query..
View ArticleRe: How to write a Timestamp in an Oracle table?
Hi Tero, thanks for your reply. I did remove the the semicolon at the end of my query.With the semicolon I got an ORA-00911 invalid character error.I did forgot to create a new screenshot of the source...
View ArticleRe: How to write a Timestamp in an Oracle table?
I don't have an Oracle-instance to verify this but didn't the sysdate contain also time? Is the error message about trying to insert datetime to date? Based on my notes I have always stored the dates...
View ArticleRe: How to write a Timestamp in an Oracle table?
Hi Tero, you are right, the value contains date and time values (you can see the value of TEMPDATE in the fourth screenshot).This is the value you get from Oracle when calling sysdate/systimestamp....
View ArticleRe: Basic Search & Advanced search in IdM
Hi Victoria, The basic search only works for active users !! The advance search is also only for active users. For getting the inactive users, you should always check the In-active flag. Thanks,Krishna.
View ArticleRe: How to write a Timestamp in an Oracle table?
Hi Andreas, Did you try to take the system time stamp like this. This is how i do if I want to take the system time stamp. My backend is SQL. I hope it is same for oracle too !! All the best !! ~...
View ArticleRe: SAP IDM Create user policies
Hi Peter, Thank you very much for your colaboration. Kind regards! Miguel
View ArticleRe: SAP IDM Create user policies
Hello Krishna, Thank you very much for you help. Kind Regards.
View ArticleRe: Basic Search & Advanced search in IdM
Victoria, As Krishna said, you'll need to enable the users first, otherwise you'll probably have to generate a report to view your inactive users. You might also try disabling rather than inactivating...
View ArticleRe: upload binary file with DSEEntry
Matt , we use 7.2 SPS8 an the type is binary. Daniel
View ArticleRe: How to write a Timestamp in an Oracle table?
Hi Chris, thank you for the explanation. This is the workaround I ended up with but I thougt, that I did something wrong or have missed something because of being new. So it's just the way it is....
View ArticleHow to clean up the Business Roles properly?
Hello, Please I need your comments on this topic What is the correct method to clean up the Business Roles? Removing all user/privileges from the BR and delete them is that enough ? If we need to check...
View ArticleRe: upload binary file with DSEEntry
Usually binary values are B64 or HEX encoded during processing in IdM. I take it you're trying to write it to a column of datatype binary, not an actual IdM attribute. Perhaps you should use...
View ArticleHow to create new Business Role by Copy
Hi, I am testing how to create a new Business Roles by copy: So I search for Business Role (FIN1_BR for example), so I can create a new role like: FIN2_BR and all the FIN1_BR's assigned Privs will be...
View ArticleRe: How to create new Business Role by Copy
Hello Michaela, well, maybe you could share, what you already got and what is not working there. Errors it's throwing etc. Because when you write I am testing how to create a new Business Roles by...
View ArticleRe: How to clean up the Business Roles properly?
Hello Mia, could you explain a bit more, what you mean by "previous lifecycle"? Do you mean, what privileges and users where once assigned to the BR? Removing all user/privileges from the BR and...
View ArticleRe: How to create new Business Role by Copy
Hi Steffi, When I said: testing... I mean: going to test: nothing done yet. I tested the scenario mentioned in Murali's blog, and It was working fine. But my need is to create BR by copy from scratch...
View Article