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 ......
Excellent post Martin, it's super helpful. I noticed one small glitch: the GitHub URL in step 9.9. should point to SAPA4H_IPS.json , shouldn't it? While the displayed link text is correct, it actually points to the same LocalDirectory.json as 9.3. Ma...
Hello Clotilde,it's clearly not the expected behavior. Try comparing the response time from REST to the response time for the same form accessed via WebDynpro. I suspect that you will see poor response time in the WebDynpro case as well. So the root ...
Since this is a SOAP (i.e. XML-based) API on SF side, you may want to try writing the greater than sign in your filter as > If that doesn't fix the problem, try accessing the SF API in an API test tool like Insomnia or Postman first and prototype ...
Not a direct answer to your question, but have you looked at @Matthew_Shaw 's GitHub repository containing SAC SCIM API sample scripts? It looks like a pretty comprehensive resource for all questions user/teams/license management in SAC via REST. Che...
Thanks for going to this trouble - the additional feeds are very useful. Hopefully the positive reaction to this blog entry will lead to more attention and appreciation for the RSS feature on the official side as well, so that your feeds will eventua...