After much demand I’m really pleased to announce an update to my BI Platform Auditing solution which is available now. Since I initially released it, over the last 7 years, my solution has become quite popular in the community that it still receives about 200 downloads a month! The solution is a Universe and a bunch of....
If you are an SAP BusinessObjects BI Platform Administrator and looking to find out Empty Groups, or List Sub Groups and Users inside groups, following are the queries which will help in that aspect. To list the top level Groups, which are at the root level in Group Hierarchy: SELECT si_id, si_cuid, si_name, si_group_members,....
If you are SAP BusinessObjects BI Platform Administrator and looking to find Users who are part of multiple groups, this blog is for your reference. Query to get the groups a user is belonging to: SELECT SI_ID, SI_NAME, SI_USERGROUPS FROM CI_SYSTEMOBJECTS WHERE SI_KIND='User' AND SI_ID = <id> Here is the JAVA SDK sample....
With the announcement of SAP BusinessObjects BI 4.3 SP02 release, you might already aware about the new type of SSO mechanism introduced in BI Platform: End to End SSO with Authorization Server – OAuth SSO Let’s see what is it all about the new type of SSO. More about Authorization Server (OAuth) SSO Important Points to Note Steps to Configure Authorization....
In a recent webinar hosted by APOS, SAP’s Eric Fenollosa gave us an update on SAP BusinessObjects 4.3, the SAP BusinessObjects Private Cloud Edition (PCE), and the road ahead. You can watch this webinar in its entirety on demand. At the end of this webinar, APOS COO Allan Pym introduces the APOS PCE Adoption Kit, which can help you achieve....