Cube Essbase de-disposition with import/export utility

I am trying to set up a strategy of short downtime with Essbase cubes in 9.3.1.4 (using Shared Services) in which I do the following:

1. build the DemoX cube while the demo is accessed by the user database
2. once DemoX is built, and rename the demo Deroy
3 Rename DemoX in demo
4 rename amel DemoX

The issue is that cube demo must have supply group at the base of users, while the DemoX should not be visible.
Security during the steps to rename page layout looks like this:

1 demo: user Prov.
DemoX: develop Prov.

2 Deroy: user Prov. (rename demo)
DemoX: develop Prov.

3 DemoX: user Prov. (rename of amel)
Demo: develop Prov. (rename of amel)

Using the CSSExport.bat utility, I created an xml with the commissioning document correct demo and DemoX BEFORE I went through the name change process.
The demo shows the provisioning of user base group and DemoX has only development supply group. I analyzed only the sections of the XML provisioning group and created new documents to xml for import.

Once the name change is done, I was able to use the utility CSSImport to grant groups of user base for the 'new' cube demo - it works very well.
However, I need to remove the core group of users commissioning of the 'new' DemoX cube.

When I use the CSSImport.bat and the property of 'delete' in the file importexport.properties, it does not remove the user base groups in the DemoX cube. Not only that, but it makes the security of the cube in a State where it won't refresh more security of shared services (if I have the provision of Shared Services after CSSImport/delete, the SS will show as out put in service, but Essbase won't remove groups - even after a refresh of the SS). I am forced to delete the cube DemoX and re-create it so that safety will work correctly between SS and Essbase.

Anyone know if you can supply out of a cube by using the CSSImport.bat statement in conjunction with the statement "delete" in the importexport.properties file? I don't know if I'm running into a bug with the software, or try to use the import/export utility incorrectly. The utility manual seems to indicate that you should be able to available.

Thank you!

Yes, I have installed Shared Services and Essbase is recorded in the SS. You can change the security always with MAXL, the only thing you need to do in Shared Services is available to access Essbase server to the user or group (we only use external LDAP groups). I usually configure the Essbase server access and a read access to groups, then use scripts to change.

I run 2 scripts, one to prepare the database for loading, the second which renames the reporting and renames it the newly loaded data.

It is a sample of the second script.

change demo application disable connects;
modify the application of the system of unloading demo;
change demo application and rename Deroy;
modify application Deroy enable links;

grant no_access on request Deroy to 'Group_Read ';
grant read on the database DemoZ.DemoZ to 'Group_Review ';

modify application DemoX disable links;
modify the application of the DemoX unloading system;
modify the DemoX application and rename the demo;
change enable demo application links;

grant read on the database Demo.Demo to 'Group_Read ';
grant read on the database Demo.Demo to 'Group_Review ';

I have 2 groups, the review group can see both. Read can see a. I use 3 names as you do, but only 2 exist at the same time.

Script1
Deroy rename DemoX

Script2
Demo rename Deroy
Rename DemoX demo

Tags: Business Intelligence

Similar Questions

  • Problem with import/export

    Hi guys,.

    I have check the ODI 11 g Developer Guide, as I want to migrate my development to a test environment.

    I exported the master Repositiry, topology, the logical topology, but when I want to import in the
    screen to set the import mode shows only 3 methods:

    -Synonym INSERT Mode
    -Synonym UPDATE Mode
    -INSERT_UPDATE synonymous with fashion.

    According to the Guide, there is an another method call Duplication that is not available. So if I choose
    one of the 3 methods my import did not mention that it fails with the following error:
    Error: You import an object from another repository with the same identifier.

    I believe that this error is happening because of the internal identifier of the metadata.

    Any help will be appreciated.

    Thanks in advance.

    Hello

    Yes its.

    Please take a look,

    Migration project ODI - forbidden import

    Thank you
    Guru

  • project import/export with child components

    We are at ODI 10.1.3.5. We exported again project with children DEV instance components and wanted to import the XML file that was exported in the TEST instance using the synonym INSERT mode. We have some of the interfaces whose names are identical in the different old project instances DEV and TEST. If import us the new XML project file in the TEST instance with synonym INSERT, it causes a problem? What is the best approach to deal with import/export between different instances when the object names are the same between projects? I would be grateful if someone responds with suggestions.

    Thanks in advance
    VK

    It is not really important that the names are the same. Each object in ODI is assigned a unique object ID and this is what is used when an import is performed in order to determine the measures taken in the repsitory of the target. As long as this ID does not match an ID that already exists in your target repository, then you will be ok if you use synonym insert, although I suggest using synonym Insert/Update. Part of the object ID is the ID of the repository that being exported from the origin, so as long as you repsitory unique ID across your environments (basic good practices), you should not type any important issue-based.

  • Import/Export xls error

    Hello
    I am facing a problem with import/export of xls files.
    Once I selected the system file does return no response even if the file is very small (about 70 KB).
    Sometimes time workbench and web.
    Furthermore, I can not for something export to Excel (i.e. categories)

    Any suggestion on this subject?

    Thank you

    Looks like you have an installed Excel add-in. Remove any SmartView Hyperion/Essbase Add-ins of FDM Excel server.

    Great beginning and ensure without supplements are there and try again your process.

    If add-ins to exist, it will be the blocking behavior you're describing.

    Support FDM team is first-rate and Metalink entries are really good too.

    Kind regards

    John A. Booth
    http://www.metavero.com

  • Connecting more than one import export even

    Hello

    Is it a good idea (to save time) to run that many imports (against a different database of course) the same value van export files, using import/export utility Datapump?

    I mean from several orders impdp using the same on different databases dump file.

    Kind regards.

    Hello

    I assumed you would be explicitly name the log file for each separate so task would not a problem - you can even separate the log file in a separate Directory from the dumpfiles using the DIR:file syntax - should not be the same directory as the dumpfiles.

    If you tried to use the same log file then they would probably crush each other data or you will get a file very messy - but I don't think that jobs would fail...

    See you soon,.

    Rich

  • Import of Oracle and the export utility

    Hi all

    Could someone please explain me Oracle Import and Export Utility. I went through the link below and it was mentioned to use the keyword "exp" but I don't get any idea where to use. To explain the functioning of the util.

    Hello;

    Export creates a logical backup its great to move the tables, diagrams, etc.

    Import bring data back in.

    You can use a parm file with either.

    Example of import:

    IMP parfile = in .parm

    in.parm ( contains )
    
    userid=system/
    fromuser=scott
    touser=scott
    file=in.dmp
    log=in.log
    

    parfile = out .parm of EMP

    out.parm ( contains )
    
    userid=system/
    owner=scott
    file=out.dmp
    log=out.dmp
    statistics=none
    

    You can use these commands at the operating system level to get quick help.

    imp help=y
    
    enp help=y
    

    You can export a subset of a table:

    exp scott/t tables=emp query="where deptno=20"
    

    You can use options like:

    full=y
    BUFFER=2000000
    GRANTS=y
    COMPRESS=y
    

    This utility is replaced by the data pump.

    Best regards

    mseberg

    There is a short import and export examples here:

    http://www.Oracle-DBA-online.com/export_and_import.htm

    Published by: mseberg on Sep 17, 2011 18:46

  • Oracle BI import cube Essbase (problem on the month)

    I have a cube Essbase with a time Dimension (TIME).
    I imported this cube in Oracle BI and now I see in the answers of several dimensions, under the TIME I see Gen1, Gen2, Gen3. Now, I'm interested Gen3, Essbase is the generation of the months, but if I use this gen in Oracle BI report the month are listed in alphabetical order and not in chronological order.

    Is there a way to change the order?

    Thank you.

    Yes, you need to restore the sort order of the outline of the cube.

    Create a new logical column in the TIME table and assign it as the column sort order to the Gen3, TIME column. It's the formula to EVALUATE:

    Evaluate('RANK(%1.dimension. CurrentMember,%2.Members)' AS INTEGER, 'YourEssbaseServer '. "" "" YourApplication'."" ». "" Autogrow ". "" Gen3, TIME ', 'YourEssbaseServer '. "" "" YourApplication'."" ». "" Autogrow ". ("" Gen3, TIME ")

    See you soon,.
    C.

  • IMPORT/EXPORT of LCM vs utility

    Hello
    What is the best option to import a planning application? LCM utility or import/export? Which one should I follow? Which is more likely?

    Thank you.

    Hello

    First of all, I didn't have the problems you have.

    With LCM you can break down what you want to migrate to a deeper level, for example, you can migrate the menus, smart lists. With the other utilities planning you do not get this feature.

    LCM willl be developed and improved, it should be to fix the bugs over time. I can see the current utilities in the future and LCM being the main source of imporiting/export.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Import export as FDF, taken in charge with player

    There are tow of the button types. It aims to allow another for fdf import and export. How can I get supported in reader.

    Would you help me?

    As I said in my first post, this works with the drive, the document must have the right import/export applied, and this can be done with Acrobat. Have you enabled the document with LiveCycle Reader Extensions?

  • Import/export with the exception of security deployment manager

    Hello

    I'm getting following error, while trying to open the link export in Deployment Manager. (Browser: Firefox/IE/Chrome)

    Missing required permissions appear in the main container:

    http://Server1.com:14000/xlWebApp/ClientClassServlet/xlWebApp/detect.jar

    I also tried this link but no help. Any help.

    Unable to access the deployment (OIM11gr2ps1) Import/Export Manager

    Thank you.

    Find the java configuration and Security tab, click edit click and list of sites add button in pop.

    Add http://server1.com:14000/xlWebApp/ClientClassServlet/xlWebApp/detect.jar in it.

    Disconnect and reconnect in IOM and try again.

  • No response when import/export Excel in FDM

    Dear all,
    I use FDM 11.1.1.3 with MSSQL 2005. And install as usual.
    I can't export or import Excel from the mapping of FDM.
    The screen is just continue to wait very long.

    How to fix? Thank you for all.

    Kind regards
    Thomas

    If you have Essbase Addins installed in this instance of Excel that is located on the FDM server, it can cause crashes with imports and exports. This Excel installation should be no custom add-ins installed.

    If you are looking for Metalink there a nice set of notes on it. It is also very useful for the FDM problems.

    Kind regards

    John A. Booth
    http://www.metavero.com

  • Import/Export DataPump for refreshing production ERP test

    Hi all

    We have 11i Oracle applications running on AIX 5.3ML8 production and test. The production is autonomous with the basic 10.2.0.4 and test is RAC with database version 10.2.0.4.

    Now the question is that we intend to update the Test with production every night. We plan to use Datapump Import/Export for that. I just wanted to know from you guys, if any body has a bad experience using this utility with ERP.

    Thank you and best regards,
    Vijay

    Vijay,

    I am sensitive on the use of export/import to me because someone told me that with ERP type database we should not use Export/Import, although he was not able to specify the exact reason for this. Y at - it no problem using Import/Export the ERP database refresh?

    Using import/export is supported with Oracle Apps database (for the database full exp/imp and certain patterns such as custom). The Apps schema, I think that it is not supported due to the dependencies of the object and the integrity constraints. However, you can open an SR to confirm this with the support of the Oracle.

    Kind regards
    Hussein

  • Import/export tools is missing under tools in my recent Thunderbird download, where can I find?

    On my computer 1 on the toolbar of Thunderbird I scroll through the menu of the tool and the last message is import/export tool. When I am installing Thunderbird on my computer 2 and look at the menu of the tool the last message is 'Alternativ' import/export tool is missing. How do I get it on this menu.
    The two computer has the same version 31.6.0

    Please advice

    The only tools I know with imports and exports, as separate elections, is in the address book window. Tools in the main window always has only one import choices.
    Download you and install the add-in on Import/Export tools on your other system?
    https://addons.Mozilla.org/en-us/Thunderbird/addon/ImportExportTools/?src=search

  • How can I keep IE and FireFox Favorites in local sync to my PC only, without the use of an external server or import/export?

    FireFox Sync is not an option, because the use of an external server is not allowed.
    Use of third-party modules is not really an option.
    Import/export is inefficient because it is not put them in the same exact place in every browser.

    I am happy to be able to use the same favorites/bookmarks file if it is an option.

    Thank you

    You do not have.

    Sorry, IE and Firefox use different methods of storage Favorites / Bookmarks to data that are not compatible with the other program.

  • recorded 60 p video import/export company

    Been recording and download of 60i HD images in Final Cut Pro X successfully for years. Thinking about conversion HD 60 p for some work of the company. When I changed the setting on my camcorder to 60i at 60 p today, I got a warning message about this recording format is not not compatible with some import/export formats. I've also seen the available recording time memory card reduced from 7 1/2 hours to only 2 1/2 hours.

    What of the 60 p able to be imported into FCPX for editing images? Do I need other software encoding? OK to export? I would like to get additional information on this if possible. Thank you.

    It would be useful to know the exact device you're talking about.

    60i is a stupid convention adopted by the camera companies to specify 60 frames of half resolution, two fields make a full frame. 60i is correctly 29.97i, which is the correct cadence, no 60, or 30. 60 p is actually 59,94 complete images and therefore takes more data to record material which is half of the cadence. It will also use a high data rate to achieve the same level of apparent quality.

    You don't need anything extra to work with media 59,94. Keep in mind the output files will be at a high data rate and take more space.

Maybe you are looking for

  • Accident of Win7 where format disc 4TB on MSI MS-7613

    HelloI own a HP Pavilion Elite HPE-030sc system. This one got the card mother MSI MS-7613 with Intel P55 Express Chipset.The OS is Windows 7 64 bit. I want to change the data (the second disc) with a new Seagate 4 hard disk to disk. Original 2 drives

  • NB100-127: Bluetooth Module does not work

    Hey all. I had an old netbook to my dad nb100 - 127 model No. PLL10e-00Y007AR. I installed a larger hard drive and also within the 2 GB of ram. Also, I installed windows 7 spinning round. During the installation of the hard disk, I noticed a place an

  • Question of "signing in" Skype

    So I tried everything, I have re-installed Skype and I deleted my McAfee antivirus completely. When I try to connect, it says signing in for about five minutes and then says unable to connect. Please help, I have not been able to use Skype for about

  • What is the plugin - container.exe?

    The extension plugin - container.exe desired access to the internet. The file was located in my Mozzile folder, but I read somewhere that it is malware. This file is supposed to be there, and it is normal to try to receive a connection? Is it safe? T

  • Mission Control only accesses the desktop. What happened to the rest?

    Mission Control only accesses the desktop. What happened to the rest?