lambert-giese
Active Participant
Member since ‎2012 Apr 03

User Statistics

  • 157 Posts
  • 31 Solutions
  • 16 Kudos given
  • 101 Kudos received

User Activity

I noticed that recent SAP IDM Eclipse plugin versions target Eclipse release 2024-09 (aka Eclipse 4.33). The documentation at https://tools.hana.ondemand.com/#idm states:Operating SystemSAP IDM Tools have been tested on Windows 10 (64 bit) with Java ...
Dear experts,I noticed that the Eclipse plugin for SAP Identity Management, which has so far been publicly available from SAP's official Eclipse software site at https://tools.hana.ondemand.com has not been updated there for a while.The latest Eclips...
I wish to Base64-decode data in SAP ASE using SQL. I can do the inverse (Base64-encode binary data) using the following approach: -- PREPARATION: get HEX bytes of ASCII string as test input for Base64-encodeselect bintostr(convert(varbinary(16384),...
Dear experts, is there any way to see in the SAP IDM 8.0 database which job ID has deleted an entry, such as an MX_PERSON? In table MXI_ENTRY, I see that deleted MX_PERSONs are still available with mcentrystate=2. I'm also aware that MXIV_OENTRIES ...
The title says it all. The corresponding functions from MMC in SAP IDM 7.2 seem to be gone in Eclipse. I also couldn't find anything in /idm/admin. Is my only option left in SAP IDM 8.0 to do this via SQL directly using "delete from mc_logs where ......