cancel
Showing results for 
Search instead for 
Did you mean: 

BIAR Deployment without import wizard facing new problem

Former Member
0 Kudos

Hi All,

While importing BIAR through command line we are facing "Error in opening zip file, BIAR File could not be imported".

Environment Details:

BO XI R2 with SP2 is running on Sun Solaris 10.

BO CMS repository database is in MySQL 5.0

We have checked below prerequisites to run InstallEntSdkWrapper.jar and found ok.

1. Business Objects XI R2 environment is with BO Service Pack 2.

2. InstallEntSdkWrapper.jar file is located under bo/bobje/java/lib/ 3. JDK Version is higher than 1.4. (path in profile is also set)

Command :

bo/bobje/java/lib> java -jar InstallEntSdkWrapper.jar "Development"

"administrator" "" "secEnterprise" Reports.biar

(Reports.biar file is placed under bo/bobje/java/lib/)

Output :

[InstallEntSdkWrapper.main] Connecting to CMS Development as administrator [InstallEntSdkWrapper.CmsImportFile] Exception: Import file parsing exception occurred : 'error in opening zip file'

[InstallEntSdkWrapper.main] BIAR File could not be imported

Could you please suggest us where we are going wrong or is there anything that we are missing.

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

Parsing error on the file.

If you copy Reports.biar to an empty directory, and unjar it:


jar xvf Reports.biar

what do you see?

Does the XML file BusinessObjects.xml file appear corrupted?

Sincerely,

Ted Ueda

Former Member
0 Kudos

Hi Ted,

Thanks for your reply.

problem get resolved which was due to BIAR file corrupted.

But now I am facing another problem like...

1) [roamware@mobistar-trial:/opt/Roamware/BO/bobje/java/lib> echo $JAVA_HOME

/usr/jdk1.6.0_03

2) [roamware@mobistar-trial:/opt/Roamware/BO/bobje/java/lib> java -version

java version "1.6.0_03"

Java(TM) SE Runtime Environment (build 1.6.0_03-b05)

Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)

Earlier .biar file was corrupted. After using correct one, now we are getting "Duplicate object name in the same folder"

Any comments on this?

Former Member
0 Kudos

Hi Ted,

Problem is got resolved ..

beacause same user already in CMC so it gives error.

Thanks.

Prashant Joshi

Former Member
0 Kudos

I have got this same error. How did you resolve this?

Answers (0)