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....
This blog post will help you with issues installing SAP Business Objects SP9. Crowdstrike antivirus doesn’t interfere with the install, this will discuss the VERSIONS of Crowdstrike that was interfering with the install When installing SAP Business Objects SP9 Patch 7 I had the error that the setup_engine could not be updated and the install....
I would like to share our learning experiences during the BOBJ Azure Cloud Migrations for the retail company. 1. SAML Authentication issues for SAP Users. Hope many of you aware the SAML Implementations processes in BOBJ System. Objective : Implement SAML OKTA for Tomcat systems and enable the SSO for SAP Users and Enterprise Users in....
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....