cancel
Showing results for 
Search instead for 
Did you mean: 

BIAR Deployment without import wizard

Former Member
0 Kudos

hello all,

I am trying to deploy BIAR file on my machine using following code without import wizard.

SET CLASSPATH=%CLASSPATH%;C:\Program Files\Business Objects\common\3.5\java\lib

java -jar InstallEntSdkWrapper.jar u201Ccdixir2" u201Cadministratoru201D u201C" "secEnterprise" C:\Documents and Settings\prashant.joshi\Desktop\UserGroups.BIAR

But I getting following problem .

[InstallEntSdkWrapper.main] Connecting to CMS devtest02:6400 as Administrator

Exception in thread "main" java.lang.NoSuchMethodError

at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)

at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)

at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedSer

vice(Unknown Source)

at com.crystaldecisions.sdk.occa.security.internal.t.a(Unknown Source)

at com.crystaldecisions.sdk.occa.security.internal.t.userLogon(Unknown S

ource)

at com.crystaldecisions.sdk.occa.security.internal.m.userLogon(Unknown S

ource)

at com.crystaldecisions.sdk.framework.internal.d.logon(Unknown Source)

at com.businessobjects.setup.InstallEntSdkWrapper.Connect(Unknown Source

)

at com.businessobjects.setup.InstallEntSdkWrapper.main(Unknown Source)

Thanks,

Prashant Joshi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prashant,

Now we know that you are having the NoSuchMethodError because your computer is using a 1.3 JRE.

To solve your issue, you should make sure that your system is using a 1.4. To do so, you should check that in your Windows environment variable PATH, that you are first of all pointing to a 1.4 implementation.

Do you need more assistance on how to set your system to run on a 1.4 JRE instead of the 1.3 as you are now using?

Regards,

David

Former Member
0 Kudos

yes please give me guidance to set path on my machine

thanku its working on my friend machine.

thanku very much

Former Member
0 Kudos

Hi,

The best I can do for you is to point you out to some online documentation about how to set your windows PATH variable to run your SUN Java JRE:

- http://www.java.com/en/download/help/path.xml

- http://www.jibble.org/settingupjava.php

This should be something quiet simple.

Regards,

David

Former Member
0 Kudos

you are really Great Man!!!!!

Former Member
0 Kudos

Prashant,

Can you please share your experience of this utility in terms of the robustness and reliability? I was able to configure the tool and successfully import the BIAR file through this. I have read in places, it has issues with CUID and universe changes and remigrations. Please share your experience.

Former Member
0 Kudos

Hi,

We faced some issue using BOXI R2 command line import wizard.

We deployed a BAIR in the production setup and when we had to change a specific universe ,we delivered another BIAR with new universe to be deployed in production.

The command line import created a new universe instead of overwritting the existing one.

This was bcos the CUID changed for the new one.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prashant,

By doing some internat search I found this information that was given in the past to a customer with success:

The error you see thrown, java.lang.NoSuchMethodError, is likely because you're not using Java SDK 1.4, but most likely Java SDK 1.3

BEXI R2 no longer supports Java SDK 1.3, and the jar file you're trying to invoke calls methods that require 1.4+.

Could you please cheack your JRE version and run the appropriate tests?

Regards,

David

Former Member
0 Kudos

Hi David,

Thank you very much for your reply.

I check the BO XI R2 version i.e. JRE 1.4

Thanks,

Prashant Joshi

Edited by: prashant joshi on Sep 10, 2008 1:50 PM

Former Member
0 Kudos

Hi,

In order to make sure, could you run a "java -version" on your machine. You could have both installed without knowing.

Please let me know what is the information returned by this. And if you still have the issue.

Regards,

David

Former Member
0 Kudos

it giving this version

C:\>java -version

java version "1.3.1_01"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)

Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)