cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BI 4.1 SP4 - UNX Issues - Failed to find object cuid

Former Member
0 Kudos

Hi all,

We work on Business Objects BI4.1 SP4, and we are actually facing to an issue with all UNX universes on our Test environnement.

If users are not in the Administrators group, they can't access in webi to any IDT universe (In design mode or refresh mode).

Below the error message :

This Cuid corresponding to the following data in CI_APPOBJECTS :

It seems to be a problem with the "root folder 95".

We have no problems with all UDT universes and no problems on our development platform.

I also compared all rights between dev and test platforms (universes, connections, top level folders, folders, applications, etc..) and everything is

It seems to be a problem with the "root folder 95".

We have no problems with all UDT universes and no problems on our development platform.

I also compared all rights between dev and test platforms (universes, connections, top level folders, folders, applications, etc..) and everything is identical.

Thanks in advance for your help.

Regards

Romain

Accepted Solutions (1)

Accepted Solutions (1)

antoine_brejuin
Explorer

The problem was, the everyone group didn't have right on the "virtual" ROOT FOLDER 95.

Former Member
0 Kudos

Hi We have the same problem. Which one is virtual root folder 95. I am not able to locate that anywhere

Answers (1)

Answers (1)

Former Member

Which one is root folder 95?

Former Member

Hello,

root folder 95 seems to be a "virtual" root. you can't locate it. To solve our problem we have passed the following command line (from SAP support ticket) :

1. Shut Down the SIA.

2. Take the backup of CMS DB.

3. Run the CMS in serverconsole mode using command:

C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects

Enterprise XI 4.0\win64_x64>cms.exe -port "7400" -dbinfo "C:/Program

Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI

4.0/win64_x64/_boe_BOBJREPO.dbinfo" #name "BOBJREPO.cms" -serverconsole

4. Type below command:

acl 95

5. You will see below message:

Object has no ACL

6. Then type:

Setright 1 95 3 ANY this G

7. Type:

acl 95

8. You will see below message:

Everyone group Granted View for any object type for this object

9. Type:

Quit

10. Start the SIA then test the issue again.

I hope it can help you.

Former Member
0 Kudos

This post was really helpful. We were able to resolve our issue. Thanks for sharing.