הצטרפו לקבוצות שלנו לקבלת עדכונים מרוכזים פעם בשבוע:

ווטסאפ:
http://wa.dwh.co.il
טלגרם:
http://telegram.dwh.co.il

import and export biar file BO XI R3.1

More
15 years 1 week ago #6796 by danone8
הי


מה ידוע לכם לגבי האופציה של יצירת קובץ BIAR
דרך הIW
וטעינתו בcommand line
האם זה אפשרי?
בגירסא הקודם R2 עשיתי זאת רבות

Please התחברות to join the conversation.

More
15 years 1 week ago #6801 by Yoav
מה אתה מנסה להשיג ?

Best Regards

Yoav Yahav

BI & DWH & SAP Business Objects

+972-52-3562982

bi.bobjects@gmail.com
thebobaba.blogspot.com/
www.bics.co.il/193657/sapbicoeeng
www.bo.dwh.co.il

Please התחברות to join the conversation.

More
15 years 1 week ago #6802 by danone8
לעדכן סביבת UNIX
בדוחות עולם ומשתמשים
שסביבת הפיתוח היא WIN

Please התחברות to join the conversation.

More
15 years 1 week ago #6806 by Yoav
How to import a BIAR file into Business Objects XI 3.x



Reproducing the Issue

Environment

Business Objects XI 3.x
Java SDK supported by Business Objects XI 3.x


Cause

In Business Objects XI Release 2 a command line program "InstallEntSDKWrapper.jar" was available. It is no longer supported in Business Objects XI 3.0. Instead biarengine.jar should be used to import or export a BIAR from command line. You can also use Import wizard.



Resolution

The biarengine.jar should be used to import or export a BIAR from command line. You can also use Import wizard.

1. Create a "properties" file as follows specifying CMS logon credentials, BIAR file path and additional details.

A sample properties file is as follows:

#This file imports a biar, note this line is a comment
importBiarLocation=C:/CR.biar
#Where the file to be imported is location at c:\CR.biar
action=importXML
userName=Administrator
password=
CMS=vanmsung01:6400
authentication=secEnterprise

2. Here are different attributes that can be used in properties file.

CMS : CMS nameuser
Name : administrator
exportQuerypassword : admin password
authentication : secEnterprise
action : exportXML or importXML
exportBiarLocation : absolute path separated by "/"
importBiarLocation : absolute path separated by "/"
exportDependencies : True or False
includeSecurity : True or False
exportQuery : Query to retrieve objects to be exported. e.g. select * from ci_Infoobjects where si_name ='Xtreme Employees' and si_kind = 'Webi'
exportQueriesTotal : Number greater than 0. It tells the tool how many queries you want to execute.

3. Add <Java install Directory>\bin to Path system variable.

4. Open a command line window and go to Business Objects\common\4.0\java\lib

5. Execute biarengine.jar using a command as follows:

java -jar biarengine.jar <properties file path>

6. Either the BIAR file will be imported or exported depending upon the properties file

Best Regards

Yoav Yahav

BI & DWH & SAP Business Objects

+972-52-3562982

bi.bobjects@gmail.com
thebobaba.blogspot.com/
www.bics.co.il/193657/sapbicoeeng
www.bo.dwh.co.il

Please התחברות to join the conversation.

More
15 years 1 week ago #6810 by danone8
השאלה שלי על העברה בין שתי סביבות של BOXI3.1
האם אני יכולה ליצא אותו בIW
ולייבא בCOMMANDLINE

ניסיתי פעם אחת וזה נכשל, אך עם הודעות לא ברורות בסגנון
Failed to commit objects to server : Undefined Info Store errorAn error occurred at the server during security batch commit:
Request 6 of type 36 failed with server error : Object not found (1433)

השאלה האם זה בגלל שזה קובץ שנוצר בIW
או שמשהו אחר בהגדרות לא בסדר?

Please התחברות to join the conversation.

Moderators: Yoav
Time to create page: 0.267 seconds