cancel
Showing results for 
Search instead for 
Did you mean: 

How can i Import a BIAR file by using Command Line Tool?

Former Member
0 Kudos

Dear All,

I wrote a properties file for import a biar file. my properties file is below:


action=importXML 
exportBiarLocation=D:\Tamzid\BIAR\Test_Import.biar
userName=Administrator
password=
authentication=secEnterprise
CMS=bldhkbotest01:6400
exportDependencies=false
includeSecurity=true
exportQuery=select * from ci_appobjects

I have run the above properties file from cmd by the following way:

C:\Program Files\Business Objects\common\4.0\java\lib>java -jar biarengine.jar D:\Tamzid\BIAR\MyExport.properties

But it gives an error :

Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008)

though my logon information is correct.

Please any body have any idea?

OS: Windows 2003 server

BO version: XI 3.1

Best Regards,

Tamzid.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear All,

My problem is solved by the following code:

exportBiarLocation=D:\ExportMyFile.biar
action=exportXML
userName=Administrator
password=bl123456
CMS=bldhkbo02:6400
authentication=secEnterprise
exportQuery=select * from ci_appobjects

Save the above proterties file in a specific path.

Run the above properties file by the following cmd command:

C:\Program Files\Business Objects\common\4.0\java\lib>java -jar biarengine.jar ....\MyExport.properties

Regards,

Tamzidul Amin.

Former Member
0 Kudos

hi amin

Whats the specific path you mentioned ,pls clearly state it ,