BIAR file not storing universes?

Hi there,
I created a BIAR file from the command line in unix. I backed the fuill deployment with the attached properties file:
exportBiarLocation=/home/servername/bobje/fullbiar.biar
action=exportXML
userName=Administrator
password=
CMS=oxygen
authentication=secEnterprise
exportDependencies=false
exportQuery= select * from ci_Infoobjects
However when I try to restore from this BIAR file, I cannot retrieve the universes. I am not sure whether the universes were not saved into the BIAR file or that I have a problem restoring the universes from the BIAR file
Any thoughts?
James

exportBiarLocation=/home/servername/bobje/fullbiar.biar
action=exportXML
userName=Administrator
password=
CMS=oxygen
authentication=secEnterprise
exportDependencies=true
exportQuery= select * from ci_Infoobjects
to take univeres you have to give exportDependencies=true.
This will take all objects with universe also.
Please revert if any.......

Similar Messages

  • In FTP server file not storing in proper order when 'FTP_R3_TO_SERVER'

    Dear ,
    when i used FTP_R3_TO_SERVER to download data in FTP server 
    i checked in FTP server  file is not storing in proper order in FTP server . plz help how to get the file in proper order .it urgent . full points must be given. i given code below .
    DATA : BEGIN OF iresult OCCURS 5,
    rec(450),
    END OF iresult ,
    DATA :
    dest LIKE rfcdes-rfcdest VALUE 'SAPFTP',
    compress TYPE c VALUE 'N',
    host(64) TYPE c.
    DATA: hdl TYPE i.
    DATA: BEGIN OF result OCCURS 0,
    line(100) TYPE c,
    END OF result.
    DATA : key TYPE i VALUE 26101957 ,
    dstlen TYPE i,
    blob_length TYPE i.
    host = p_host  .
    DESCRIBE FIELD p_password LENGTH dstlen IN CHARACTER MODE.
    CALL 'AB_RFC_X_SCRAMBLE_STRING'
    ID 'SOURCE' FIELD p_password ID 'KEY' FIELD key
    ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD p_password
    ID 'DSTLEN' FIELD dstlen.
    CALL FUNCTION 'FTP_CONNECT'
    EXPORTING
    user = p_user
    password = p_password
    host = host
    rfc_destination = dest
    IMPORTING
    handle = hdl
    EXCEPTIONS
    not_connected = 1
    OTHERS = 2.
    IF sy-subrc = 0.
    CONCATENATE 'cd' ftppath INTO ftppath SEPARATED BY space .
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = ftppath
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    IF sy-subrc = 0 .
    CLEAR result .
    REFRESH result .
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = 'ascii'
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    IF sy-subrc = 0 .
    DESCRIBE TABLE iresult LINES lines.
    blob_length = lines * width .
    clear : lines.
    Delete the existing file
    CONCATENATE 'del' ftpfile INTO delfile SEPARATED BY SPACE.
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = delfile
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    *End of deleting the existing file
    CALL FUNCTION 'FTP_R3_TO_SERVER'
    EXPORTING
    handle = hdl
    fname = ftpfile
    blob_length = blob_length
    TABLES
    blob = iresult
    EXCEPTIONS
    TCPIP_ERROR = 1
    COMMAND_ERROR = 2
    DATA_ERROR = 3
    OTHERS = 4.
    IF sy-subrc 0 .
    WRITE 'Error in writing file to ftp' .
    ELSE.
    WRITE 'File downloaded on the ftp server successfully'.
    ENDIF.
    ENDIF.
    ELSE.
    WRITE : 'Path on ftp not found : ' , ftppath .
    ENDIF.
    CALL FUNCTION 'FTP_DISCONNECT'
    EXPORTING
    handle = hdl.
    CALL FUNCTION 'RFC_CONNECTION_CLOSE'
    EXPORTING
    destination = 'SAPFTP'
    EXCEPTIONS
    OTHERS = 1.
    ELSE.
    WRITE 'Could not connect to ftp' .
    ENDIF.
    ENDFORM. " FTPFINANCEACCESS_DOWNLOAD
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF screen-name = 'PASSWORD'.
    screen-invisible = '1'.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    Edited by: manoj kv on Feb 27, 2008 12:55 PM
    Edited by: manoj kv on Feb 28, 2008 5:37 AM
    Edited by: manoj kv on Feb 28, 2008 5:39 AM
    Edited by: manoj kv on Mar 5, 2008 2:15 PM
    Edited by: manoj kv on Mar 7, 2008 12:51 PM

    Hello,
    Did you try to put 'X' to the parameter CHARACTER_MODE.
    Hope it will help you
    Olivier

  • Import biar file with command line

    Hi
    I am trying to import biar file with command line on unix environment with BOXI R3.1 and Oracle DB
    The biar file include one universe and it's connection (eFashion), one report and one user
    when I run the command line:
    java -jar /BO/boxi/bobje/java/lib/biarengine.jar /BO/boxi/test.properties
    I recive the following error:
    Failed to commit objects to server : Undefined Info Store error
    An error occurred at the server during security batch commit:
    Request 6 of type 36 failed with server error : Object not found (1433)
    Request 11 of type 36 failed with server error : Object not found (1433)
    Request 20 of type 38 failed with server error : Object not found (1433)
    Request 26 of type 38 failed with server error : Object not found (1433)
    Do you have any idea , what is the problem?
    Thank you

    Hi Denis
    I found out after I create a biar file ,with only the user, through a command line. that the user did import since it was in a concurrent connectiontype , a type that not exit in the target environment.
    But after I fix this in the source environment and saw that a biar file with only the user is loaded , I recreate the biar file with all the objects as before (user, universe, report , folder) and I still got the same error message as before.
    So now I try to create the biar file with all those object through the command line. and I get a new errer message "Required dependencies not found on target system : '[AZK_.9sbf_lMgdQRpsbZfVw]"
    I check it , and understand that the object is the report , but I do not see what missing..... : (
    Those are the quries in the properties file:
    exportQuery= SELECT * FROM CI_APPOBJECTS where si_kind = 'Universe' and si_name='eFashion'
    exportQuery= SELECT  * FROM CI_APPOBJECTS WHERE SI_ID in ( 894,926)
    exportQuery= SELECT * from CI_SYSTEMOBJECTS WHERE SI_KIND = 'user' and SI_Name='repadmin'
    exportQuery= SELECT * FROM CI_INFOOBJECTS WHERE si_kind= 'Folder' and SI_name = 'test'
    exportQuery= SELECT * FROM CI_INFOOBJECTS WHERE      SI_ID IN (2188)
    Can you tell what is missing?

  • Create biar file with command line for link universe

    Hi
    I am using boxi 3.1 and I am trying to create 2 biar files with the command line
    One file for " main" universe and it's reports and another is for a link universe and it's reports
    The problem that on "main " biar file that been created , the link universe and it's reports also appear in it.  Even so in the queries only the relevant objects are selected
    I try to remove from the properties file the parameter 'exportDependencies=true ', and then when I check the xml of the biar I so that the link universe and it's report no longer appear. But when I importing the file I receive the error message 'Required dependencies not found on target system : '[ARgp0DCiBRBOsL3EHYQaHBY, AdfkNagAE59Nsbazh40nwTU]'
    Does anyone have an idea what I need to do , in order to see in the main biar bust the main objects?

    I have done it before on BOXI R2 with the IW, and it works fine
    But any how, this is the way that we have to work with, since it is part of a customer product and the link universe and it's reports  is an additional part of the product.
    So is there a way that I can pull just the main universe and it's reports?

  • Error export universes with Import Wizard to BIAR file

    We've some problems exporting universes to a BIAR file using the Import Wizard. Our environment is a BOXI R3.1 on a Windows 2003 machine with Windows AD authentication.
    When we try to export universes with the Import Wizard into a BIAR file, all objects are marked with error "Unknown export failure". This problem occours, since we have defined "Access Restrictions" with BO Universe Designer. When I unmark the option universes and select all, the export works without any problems.
    We're using Windows AD authentification, so the users and groups that are defined in the "Access Restrictions" are AD users and groups.
    How can we backup universes with Access Restrictions? Is there a known problem exporting universes that are using AD groups in the Access Restrictions?

    I have found further information in the import wizard trace logfile
    Server exception caught at .\infostore.cpp(366)
    2008/12/03 10:17:26.536|==| | | 5216|5604| |||||||||||||||(.\infostore.cpp:273) CInfoStore::Query: SELECT SI_SERVER_NAME,SI_CLUSTER_NAME,SI_SERVER_IS_ALIVE,SI_SERVER_IOR,SI_SYSTEM_INFO FROM CI_SYSTEMOBJS WHERE (SI_PARENTID = 16 AND SI_SERVER_KIND = 'aps') OR SI_ID = 4
    2008/12/03 10:17:26.552|==| | | 5216|5604| |||||||||||||||CInfoStore::QueryEx() returned 2 objects with more to come? 0
    2008/12/03 10:17:26.552|==| | | 5216|5604| |||||||||||||||CInfoSessionManager::GetApsListFromNS: APS BOJV01.fundservices.muc:6400 is alive.  Adding to active members
    2008/12/03 10:17:26.552|==| | | 5216|5604| |||||||||||||||CInfoSessionManager::ClusterInfo::UpdateRegistry: Updating bojv01.fundservices.muc:6400; to registry
    2008/12/03 10:17:26.552|==| | | 5216|5604| |||||||||||||||(.\infosessionmgr.cpp:2089) GetApslist: apsList size: 1
    2008/12/03 10:17:26.552|==| | | 5216|5604| |||||||||||||||(.\infosessionmgr.cpp:2090) GetApsListm_Members.GetCount()==1
    2008/12/03 10:17:26.552|==| | | 5216|5604| |||||||||||||||(.\infosessionmgr.cpp:2091) GetApsList m_InactiveMembers.GetSize()==0
    2008/12/03 10:17:26.661|==| | | 5216|5604| |||||||||||||||(.\wireobinit.cpp:125) CWireObject::InitializeStaticPropertyMap() - reference count: 3
    2008/12/03 10:17:26.661|==| | | 5216|5604| |||||||||||||||primer query  to get auth properties
    2008/12/03 10:17:26.661|==| | | 5216|5604| |||||||||||||||(.\infostore.cpp:273) CInfoStore::Query:
    2008/12/03 10:17:26.677|==| | | 5216|5604| |||||||||||||||CInfoStore::Query() SI_info_abuse details: OCA_Abuse exception 7683 at [.\InfoStore.cpp : 2958]  48163 {}
         ...Empty query
    2008/12/03 10:17:26.677|==| | | 5216|5604| |||||||||||||||(.\client_exception_mapper.cpp:257) Server exception: Not a valid query. (FWB 00025)
    OCA_Abuse exception 7683 at [.\InfoStore.cpp : 2958]  48163 {}
         ...Empty query

  • I have imported and processed photo's in Lightroom 2 and kept stored files on external hard drive.  External hard drive crashed....how do I export photo's from Lightroom when it says 'file not found'?

    Folders with photo files are lost due to external hard drive crashing.  Processed photo's are still in LR.  How can I export from LR to a file (any file) that no longer exists?  Help!!!

    Well, no backups, the technical term for that is "a problem". I think from this point forward, you need to commit yourself to making regular automated backups of all of your photos and catalog file to different physical disks, no excuses.
    Your photos are not stored in Lightroom. However, Lightroom does create "previews", this is what you are seeing, but these are usually smaller and low-quality compared to the originals. There are plug-ins that can extract the previews from Lightroom. One such plug-in is here robcole.com - PreviewExporter

  • HT1473 i have an ipod that was associated with a different i-tunes account. I want to sync it to me new i-tunes account but do not want to lose all of the music files already stored on the ipod. how do i do this

    i have an ipod that was associated with a different i-tunes account. I want to sync it to my new i-tunes account but do not want to lose all of the music files already stored on the ipod. how do i do this?

    Hello, peppertwist. 
    Thank you for visiting Apple Support Communities. 
    When receiving the not enough space alert, he is the best article to go through. 
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/ts1503
    Cheers,
    Jason H. 

  • It was found an error in the OPF file: The file is not stored in Cover guide . To ensure the navigation on Kindle devices, you should correct that.

    Hi,
    I have found errors when uploading the ePub 3 fixed layout classic ebooks on Apple.
    It was found an error in the OPF file: The file is not stored in Cover <guide>. To ensure the navigation on Kindle devices, you should correct that.
    Please help me?
    Thanks,
    CK

    Thank you but please help me solve this problem.
    Kindly look at the below error:
    It was found an error in the OPF file: The file is not stored in Cover <guide>. To ensure the navigation on Kindle devices, you should correct that.
    Please let me know how it will solve.
    Thanks,
    CK

  • It was found an error in the OPF file: The file is not stored in Cover guide .

    Hi,
    I have found errors when uploading the ePub 3 fixed layout classic ebooks on Apple.
    It was found an error in the OPF file: The file is not stored in Cover <guide>. To ensure the navigation on Kindle devices, you should correct that.
    Please help me?
    Thanks,
    CK

    Thank you but please help me solve this problem.
    Kindly look at the below error:
    It was found an error in the OPF file: The file is not stored in Cover <guide>. To ensure the navigation on Kindle devices, you should correct that.
    Please let me know how it will solve.
    Thanks,
    CK

  • Biar file import does not import any repository object

    Hi,
    I have extracted a Biar file from Business Objects Enterprise XI 2.0 Server and it has size 20 MB. When I import this file into another Server using Import Wizard which has Business Objects Enterprise XI 2.0, the outcome is unfavorable. Inspite of both the source and target system being on same enterprise version (11.5.8.1111) plus both on Service Pack 2 Fix Pack 2.7, the repository objects log within the Import Wizard shows 0 objects imported.
    What is the remedy to this situation ?
    Regards,
    Neonevin

    Hello,
    Not really that I know of.
    Well this is a big problem since we can not export projects easaly between different computers. Or back to the same computer using this metod insted of the whole project fils and associated files.
    Also there might be a problem exporting to different editing programs as Premiere.
    And Apple do not seem to bother. We have to try to solve problems like this in forums and searching for answers and plugins for hours.
    This i think will make us to leave final cut as editing software.
    Also this version of final cut x - apart from final cut 7 does not seem to be able to export audio in a proper way.
    Especially the audio that can be a little bit lika a worms nest seems to be impossible to export with all or most of the options left. It wants to put everything together in mixes audio tracks.
    POskar

  • User Inputs Not Stored In External File

    I'm using the following code to store marks
    if (courseCode.compareToIgnoreCase(cCodeTerminate) != 0)
              System.out.print("Enter your exam marks for " + courseCode + ": ");
              examMarks = Integer.parseInt(in.readLine());
              //Loop to check if marks are within 0 and 100
              while ((examMarks < 0) || (examMarks > 100))
                   if ((examMarks < 0) || (examMarks> 100))
                        System.out.println("Your exam marks cannot be less than 0 or more than 100.");
                        System.out.print("Enter your exam marks for " + courseCode + ": ");
                                  examMarks = Integer.parseInt(in.readLine());
                   else
                        examMarks = Integer.parseInt(in.readLine());
                        toFile.print(examMarks);
                        toFile.print("\t");
              }//End of loopHowever, the marks are not stored in the file. Is there something wrong with my coding?
    The courseCode is stored only.

    Also how do you plan to break out of this loop?
    If the examMarks are less than zero or more than a
    hundred you print out a error message and ask for the
    marks again, and if they are between zero and a
    hundred you print the results... but then the loop
    keeps repeating until the marks go below zero or over
    a hundred.
    Confusing... maybe you should post more of the code?Thanks for the question. I got it working.
    The while loop was totally extra and I got so many of the same input (examMarks) in my file.

  • How to sent importet RAW files into the cloud? The files was importet from Canon EOS via camera adapter to the iPad. The Files was stored in the folder importet. But the files does not sync with photostream.

    How to sent importet RAW files into the cloud? The files was importet from Canon EOS via camera adapter to the iPad. The Files was stored in the folder importet. But the files does not sync with photostream.

    Welcome to the Apple community.
    Only photos taken on the iOS device and after photo stream was enabled will be added to photo stream.

  • File opened in external editor not stored with referenced files

    If I open a referenced raw file in an external editor (CS2) and work on the image adding layers etc., the image is not stored where I have all the other referenced files. It gets stored in the Aperture Library. Is there a way around this. I want to keep all my files together. This can be done in Lightroom, but I am trying to make Aperture work for my workflow.
    Thanks,
    gary
    mac book, G5   Mac OS X (10.4.7)  

    Well, here's the feedback I submitted to Apple:
    With the introduction of Aperture 1.5, you offered users the ability to manage their own libraries, and for Aperture to work with 'referenced' images. In fact, because of this very reason, many of us consumers decided to buy Aperture 1.5.
    Most of us photographers also use Adobe Photoshop routinely.
    But there is a huge problem/bug for us users who manage our own library (force Aperture to work with 'referenced' images) AND use Photoshop (or any external editor for that matter). When we open a file in an external editor via Aperture, Aperture creates a new 'master' for editing -- but does so in its own 'managed' library! When we save from Photoshop, the image remains in the 'managed' library! So now we have one 'master' in our own directory, and the externally-edited 'master' in Aperture's 'managed' library! This is very CONFUSING and renders external editing via Aperture USELESS... no one in their right mind would want one version of their image in an organized directory, and an edited version in Aperture's managed library (where it is difficult to find manually)! No, it makes much more sense to create the edited 'master' in the same location as the original 'master'!
    PLEASE fix this bug ASAP! Aperture already has a good method for automatically renaming files by adding (1) or (2) or (3) or so forth when it is relocating files and finds a file with the same file-name. The same logic can be applied when creating a new 'master' for external-editing: that is, it should just create another .tiff (or .psd, or what have you) file with the same name but with a (1) or (2) tagged on. For example, if my master image is \Pictures\Seattle\SpaceNeedle.tiff, then when I open this image in an external editor, Aperture should automatically make the file: \Pictures\Seattle\SpaceNeedle (1).tiff, and open that file in the external editor... rather than create SpaceNeedle.tiff in its own managed library where I can't even find it using Finder or Windows Explorer, etc.
    Many of us have this complaint (just search Apple discussions)... PLEASE rectify this problem ASAP as it is completely messing up our workflows by requiring us to manually save through the external editor and then having to manually remove every 'managed' file that Aperture makes. This is really a pain and seriously makes me want to switch to a different image management program... though I love Aperture thus far and would love to stick to it as I believe it is visionary and shaping the future of how photographers will manage their digital workflows!
    Many thanks in advance for your time!
    Best,
    Rishi

  • Music files etc stored on the ipod but not in itunes - how do I move them?

    When I open itunes and connect my ipod mini the ipod appears in the source list uner device, on the left hand side of the screen, but the only way I can access my music, podcasts and playlists is by 'right clicking' on the ipod under 'device' in the source screen - I can then access my music,etc but they do not appear under 'playlists' in the source screen (it appears that the music etc is not stored or kept in itunes). How can I move these files from my ipod into itunes?

    If you have music on the iPod that isn't on your computer, the transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod to a computer
    The transfer of content from other sources such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    TuneJack Windows Only
    iPod2PC Windows Only
    iGadget Windows Only
    iDump Windows Only
    SharePod Windows Only
    iRepo Mac and Windows
    iPodRip Mac & Windows
    YamiPod Mac and Windows
    Music Rescue Mac & Windows
    iPodCopy Mac and Windows
    There is also a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows or a Mac. The procedure is a bit involved and won't recover playlists but if you're interested it's available at this link: Two-way Street: Moving Music Off the iPod

  • Windows Media Player cannot access the file. The file might be in use, you might not have access to the computer where the file is stored, or your proxy settings might not be correct.

    I tried the recommendations for fixing this below:
    Follow these steps to grant full permissions to the folder where the files are stored: 1. Right click on the folder on the external drive and click on
    properties. 2. On the property window, click Security tab.
    3. Now click on Edit and then click Add.
    4. Now type everyone in the box and
    click OK.
    5. Then check Full control check box.
    6. Click on Apply and then click OK.
    You may also try the below mentioned steps:
    1. Click on Start. 2. Go to Control Panel. 3. Select "SOUND". 4. Double click on speakers. 5. Click on advanced tab and then uncheck enable audio enhancements.
    But then I received the error message that I don't have rights to edit and add.  Why would this be?  I am the administrator?
    Thanks!

    Hi,
    Please first take ownership of the folder or files, then give yourself full control permission.
    Learn How to Take or Assign Ownership of Files and Folders
    http://technet.microsoft.com/en-us/magazine/ff404240.aspx
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for