Skip to Content
0
Former Member
Jan 22, 2009 at 06:29 PM

Resource bundle error - import

52 Views

Hi,

When I set Advanced security rights for any report or for Business Objects Enterprise Applications->WebIntelligence and create a BIAR and try to import this file on a machine, import fails with

[InstallEntSdkWrapper.main] Exception: Can't find resource for bundle java.util.PropertyResourceBundle, key CreateObjectException

I checked the BusinessObject.xml in biar file and found that the rights are entered as intergers instead of string values.

for example

For example.

<io:Right><io:Id>10</io:Id>

<io:ObjectKind>WebIntelligence</io:ObjectKind>

</io:Right>

But these values should be something like

<io:Rights><io:Right><io:Id>Edit</io:Id>

When i removed all the entries with numbers , import was successful.

How can i get the mapping for these integer to String values.

I am using Business Objects Enterprise XI release 2 , SP4.

regards

ambili