Essbase BAK, SEC, CFG files

Gurus,
If I want to export-import (copy) Essbase .bak, .sec, and cfg files from one environment how do we copy them. Can I just copy and paste it to the target environment? Also what folder do i need to copy it to?
Thanks

You're quite correct in noting that the artifacts out of LCM are different looking than what you might get out of a nightly backup process, although I think a lot of it is mostly the same.
LCM takes care of moving everything across environments although I don't think Essbase.sec is moved across. In fact, if you look at the LCM documentation, you'll note that Essbase.sec is NOT migrated. However the filters that live in Essbase.sec are migrated at a database level.
Take a look here:
http://docs.oracle.com/cd/E17236_01/epm.1112/epm_lifecycle_management/apds04.html
What are you trying to do? Backup? Migrate? Both? Do you really and truly need to use backup files to do migrations? Why not use LCM to do the migration? That's why Oracle created it. And that's why the documentation team went into some trouble to write scenario-based documentation (that was not an accident, btw) to help you migrate. You should take a good look at those docs -- I know I was really pleased when I ran across the Planning migration docs -- I had figured it out (mostly) but it was nice to know that the steps I had trialed-and-errored my way into were for the most part correct.
Regards,
Cameron Lackpour

Similar Messages

  • Essbase.sec adn essbase.bak got corrupted

    Hi essbase world..my essbase.sec and essbase.bak files got corrupted and i dont have backup of them. can any one suggest me a method to recover all my applications and get them running again.Thanks,Gpal

    Can you not get an older version of your sec/bak file from backup?If not, presuming that you still have your app directory, you could try deleting the sec file altogether.Enter the appropriate administrator password etc and then do File/New/Application using the EXACT same names as the existing applications. This is unsupported but I've used it to recreate the app mgr view of apps after a corrupt/lost sec file.I'm afraid this doesn't help you with your users/groups though. Do you have an old dump of your sec file so at least you have a hard copy of filters etc?

  • Essbase.cfg file

    I am a novice and would like to know how to set the parameters in Cfg file.When I have opened the file I am seeing only one entry there in that filei.e about JVMModulelocation. I wonder why all those default settings are not shown there? Can someone guide me on this?Jaya

    JVMModulelocation .This Itself sets all default options.if you want means you can add some commands to change default settings and you can see it through app manager.Let me know if you have any Questions ?ThanksSreenivas

  • Changing the CFG file

    If i have changed the CFG file
    will that cause a issue with Starting
    Foundation Services
    Admin Services
    and
    Essbase Server
    Please advise

    I am not sure what you have changed but the WebLogic deployments should be independent of essbase, so in theory no it shouldn't cause an issue.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Cache size  in cfg file& design aggregations

    Hi all
    Iam working in ASO for 11vny we are in production getting so many bugs
    plz can any on e tell me that
    wen they generate the reports its taking long time for many crossings, and for some reports its giving eror in OBI through essbase
    as per the doc refering
    sets a calculator cache of up to 1,000,000 bytes for the duration of the calculation script
    sets a calculator cache of up to 200,000 bytes for the duration of the calculation script
    sets a calculator cache of 200,000 bytes to be used even when you do not calculate at least one, full sparse dimension.
    but i put in essbase cfg file
    CALCCACHE TRUE
    CALCCACHEDEFAULT 75000000
    CALCCACHEHIGH 199000000
    DYNCALCMAXSIZE 30M
    CALCLOCKBLOCK
    ,DYNCALCCACHE
    Plz let me nw wat are the max size can i put for above statements to fast retrivel fast treports
    and in
    application properties
    cache pending size i put 512 mb is it any problem for retriving
    any suggestions greatly appriciated
    Edited by: user8815661 on 7 avr. 2010 01:51

    I am doing design aggregation but not using by default option iam usingsecond option design, meterialise and save aggregation
    so how can i do this using maxl
    iam using a maxl
    execute aggregate process on database
    but wen we use second option we have to save and we have to mention the size , i think this maxl will not work second option,
    plz any one help on this
    Edited by: user8815661 on 7 avr. 2010 02:00

  • CFG file questions Part II

    when making adjustment to the CFG file
    can you just shut down the Essbase server and Restart
    or do you have to stop EPM completely
    for the changes to updated

    No you don't need to restart the whole of EPM just the essbase server.
    Also from the docs -
    "After editing the configuration file, perform the proper action to have the configuration file reread:
    If the setting applies to the server, stop and restart Essbase Server.
    If the setting applies to a specific application, stop the application (if it is running) and restart it.
    If the setting applies only to a database, restart the application."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • CFG file questions

    when making adjustment to the CFG file
    is there a order that should be followed
    Please advise

    The only "order" I would recommend is to remember to stop and restart Essbase after making changes to the cfg file. I do also like to group similar settings so they are easier to find and to add comments about why I set something the way I did

  • Can XML Publisher add a digital certificate (cert.pfx) via the xdo.cfg file or do I need to upgrade and use BI Publisher instead?

    Hi Guys
    I need to add a digital certificate to a clients customer statements and invoices. XML Publisher 5.6.3 has been used originally to design the templates as RTF. I have the following questions please...
    1. Can an RTF template be used or do I need to convert it to a pdf template?
    2. Can XML publisher even be used or do I need to get the DBAs to install BI Publisher. XML Publisher doesn't even have the signature properties in the admin screens that BI Publisher has.
    Below is a copy of the xdo.cfg file which currently does not add the pfx file...
    <config version="1.0.0"  xmlns="http://xmlns.oracle.com/oxp/config/">
    <properties>
       <property name="system-temp-dir">/tmp</property>
       <property name="pdf-security">false</property>
       <property name="pdf-open-password">testpass</property>
       <property name="pdf-permissions-password">testpass</property>
       <property name="pdf-encryption-level">1</property>
       <property name="pdf-no-printing">true</property>
       <property name="pdf-no-changing-the-document">true</property>
       <property name="signature-enable">true</property>
       <property name="signature-pkcs12-path">/app/oracle/product/appldev/apps/apps_st/appl/xdo/12.0.0/resource/digcert.pfx</property>
       <property name="signature-pkcs12-password">testpass</property>
       <property name="signature-field-location">top-left</property>
       <property name="signature-reason">taxreasons</property>
       <property name="signature-signed-at">Cape Town</property>
       <property name="signature-display-style">detailed</property>
    </properties>
    </config>
    Any help will be greatly appreciated.

    thanks for the summary of the many posts and threads describing all of these steps.

  • Is there a way to edit the saved StartCfg.cfg file on a Linksys SRW switch?

    I have a SRW248G4 switch that I want to edit the StartCfg.cfg file to use as a template for several new switches.  The content of the startcfg.cfg file looks to be binary or mostly binary.  Is there a way to get the switch to save and load the file in text format similar to the Cisco switches?
    An alternate option is to create a templete config on one of the new switches with all the standard settings, save it, upload that template config to the other new switches and change the things that are different/unique from the web interface.  This is possible but will take a lot longer.
    Thanks,
    Kerry Melcher, CCNP

    You cannot edit the library file itself, but you could perhaps edit the XLM file and then import that, basically following the procedure you use when the library file has been damaged:
    http://support.apple.com/kb/HT1451
    You'll need to be very careful about editing the XML, though, as it's really easy to completely mess up your library if you edit the wrong thing. Make absolutely sure you have backup copies of the original iTunes library file and XML file, so you can put them back just in case something does go wrong.
    Hope this helps.

  • Why mozilla.cfg file is not working with Firefox 21

    <pre><nowiki>//@line 2 "e:\builds\moz2_slave\rel-m-rel-w32-bld\build\browser\app\profile\channel-prefs.js"
    user_pref("browser.startup.homepage","https://www.mytest.com");
    lockpref("browser.shell.checkDefaultBrowser", false);
    lockpref("app.update.enabled", false);
    lockpref("browser.rights.3.shown", true);
    lockpref("startup.homepage_welcome_url", "https://www.mytste.com");
    lockpref("network.automatic-ntlm-auth.trusted-uris", "https://www.mytest.com");
    lockpref("extensions.checkCompatibility.nightly", false);</nowiki></pre>

    user_pref doesn't work in mozilla.cfg<br />
    Also the proper name of the function is lockPref() and not lockpref().
    See:
    *http://kb.mozillazine.org/Locking_preferences
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes

  • Windows 8.1 Update and the EI.cfg file

    Hi
    I have noticed that, installing Windows 8.1 Update Core or Pro with the Multiple Editions MSDN iso, I see, with the slmgr.vbs /dli command, that its distribution channel is Retail. If, however, I add the EI.cfg file
    [Channel]
    Retail
    [VL]
    0
    in sources directory of the iso using Windows ADK for Windows 8.1 Update, the distribution channel becomes Volume. How come?
    Where am I wrong?
    Thanks
    Bye
    Balubeto

    Since the Windows Update 8.1 Update (Multiple Editions) MSDN iso includes the retail editions of the Core and Professional, how I should do to change this iso so that, during the installation, allow me to choose which edition to install?
    In addition, I would include in this iso my two serial numbers of installation (one for the Core and the other for the Professional) so that I should not insert any serial number during installation.
    So, what should I do to reach my goal?
    Thanks
    Bye
    Balubeto

  • How to set image source path in formsweb.cfg file in forms 11g

    Hi,
    I had written HTML code in the formsweb.cfg file in forms 11g. In the below code i am unable to retrive image file(i.e., .gif, .jpeg) from the server or local machine.
    In the below HTML code i set image source in the image tag as below:
    <img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_04.GIF"
    Is this correct path to fetch the images from the server or local machine .
    Please help me out how to set path for image in html or is there any alternate process to retrive images.
    Here is the code :
    [INDIVIDUALUAT]
    workingDirectory=D:\Aims10dev\Work
    form=LMstartup.fmx
    userid=rmenu/rmenu@RLIFEQA64
    codebase=/forms/java
    imageBase=codebase
    width=1005
    height=750
    WebUtilArchive=/forms/java/frmwebutil.jar,/forms/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar,life-icons-round.jar,Agilis_Icon.jar,life_Icon.jar,personalize.jar,hyperlink.jar,amazingbutton.jar
    archive=frmall.jar
    separateFrame=False
    lookandfeel=Generic
    EndUserMonitoringURL=True
    usesdi=yes
    #HTMLbeforeForm= <table width="1005" border="0" cellspacing="0" cellpadding="0"><tr><td width="200"><img src="/forms/html/agilis-life-logo.gif" width="200" height="80" /></td><td width="10"><img src="/forms/html/agilis-life-new11_02.gif" width="36" height="80" /></td><td width="805" valign="top" background="/forms/html/agilis-life-new11_03.gif"></td></tr></td></tr></table>
    HTMLbeforeForm=<body topmargin="0" leftmargin="0" > <table width="1005" height="100" border="0" cellspacing="0" cellpadding="0"><tr><td width="200" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-logo.gif" width="200" height="80" /></td><td width="10" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_02.gif" width="36" height="80" /></td><td width="550" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_03.gif" width="550" height="80" /></td><td valign="bottom"><table width="219" height="90" border="0" cellspacing="0" cellpadding="0"><tr><td height="36" valign="bottom" align="center"><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agile-logo.jpg" height="36"></td></tr><tr><td height="10" valign="bottom"> <div align="right"><span style="font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; color:#00000; " >Home | Change Password | Logout</span></div></td></tr><tr><td colspan="3" valign="bottom"><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_04.GIF" width="100%" height="39" /></td></tr></table></td></tr></td></tr></table></body>

    AFAIK, this is not the correct way to set the image location.
    We call the working directory as context, so inside the context root along with WEB-INF, maintain a folder with name img and put all the images in that directory.
    You can use either .\<image_folder> or the optimum way would be (if you are using JSPs) to use getContext() method and traverse accordingly.
    FYI,,, using getContext() will give you context root directory, from there it is as simple as accessing any other folder.
    Hope this answers your question.
    Cheers,
    Jeets.

  • Unable to Open .cfg file in NVRAM or Flash in Cisco GNS3 Router

    Hello Cisco Community
    A program that I'm using to manage cisco devices has created a .cfg file in nvram in a gns3 router. When the program tries to access the I get the following error message:
    'Could not open policy cfg file'
    The file is a Tcl file. The full error message is as follows:
    +>(tcl)#if { [catch { set source [open nvram:/syslogTEST46.cfg] } fid] } {
    +>(tcl)# puts stderr "Could not open policy cfg file: $fid "
    Can someone please tell me what could cause the .cfg from being opened?
    Your expeditious assistance with this will be greatly appreciated.
    Cheers
    Carlton

    You're missing an access mode:
    if { [catch {set source [open nvram:/syslogTEST46.cfg r] } fid] } {

  • Overwriting vm.cfg file

    Hallo,
    I'm using direct disk access for a couple of VM, because it seems that the performance is quite better. I test it with Oracle 11g and I had about 15-20% better performance with DBMS_RESOURCE_MANAGER.CALIBRATE_IO. So I edit the vm.cfg file with the stanza phy:/dev.... . This works quite well, but from time to time the vm.cfg file seems to be overwritten (maybe ovs-agent). After that the stanza for the direct access is deleted, and it is aligned with the entries in OV Manager.
    Is there a way to prevent this.
    Reg.
    Rene

    ReneV wrote:
    Is there a way to prevent this.What version of Oracle VM are you running? This shouldn't happen any more with Oracle VM 2.1.5 and in 2.2, we've added the ability to add physical multipath devices as Shared Virtual Disks. This same mechanism can be used to add physical devices to a single guest (just ignore the "shared" part). This requires the devices to be exposed as /dev/mapper or /dev/mpath devices. You'll be able to import the disks in Oracle VM Manager under the "Resources" -> "Shared Virtual Disks" -> "Import" option. Once you import a multipath device, you can visit a particular guest's storage tab to enable it.

  • Controlling autoupdate of Adobe Flash Player ActiveX with mms.cfg file

    For several years we have suppressed Flash Player ActiveX from autoupdating by using the mms.cfg file, with the setting "AutoUpdateDisable=1" -- and it has worked without a problem.
    With the constant updates of Flash Player for security reasons, we decided several months ago to change the autoupdate setting and allow Flash Player ActiveX to update automatically, without notifying the user, checking every seven days.  We changed the mms.cfg file to this:
    AutoUpdateDisable=0
    AutoUpdateInterval=7
    SilentAutoUpdateEnable=1
    We are using Windows 7 64-bit, so the mms.cfg file was copied/updated to: C:\Windows\SysWOW64\Macromed\Flash, as well as C:\Windows\System32\Macromed\Flash
    The problem we are randomly seeing across our 2500+ computers is a notification that a Flash Player update is available.  This is occurring on machines with the mms.cfg file in place.
    Does anyone else have this same issue?  We were also wondering if the encoding of the file, i.e., ANSI or UTF-8, has any bearing on the effectiveness of this mms.cfg file. Or has a registry setting been updated overriding the mms.cfg?
    We believe the file is encoded in UTF-8, but it is difficult to be 100% certain of this.
    Screenshot of the auto-update notification:
    Thanks
    Currently running Flash Player ActiveX 11.9.900

    You're right, it sounds very malwareish, but they will know more in the Flash Player forum  http://forums.adobe.com/community/flashplayer . This is teh Adobe Reader forum. When you post there, a screen shot may help.

Maybe you are looking for

  • Trouble with Multiple devices and Ical

    I have one itunes account that is shared with a myself and my kids ipod. I have created a calendar for each kid and their activities. I was trying to share this calendar only with the specific ipod, which seems to work. the issue is they are still ge

  • Delete oimGroup membership of the oim user using Script (oim 9.1).

    Hi All, I want to remove oim users' particular oim group membership, Is there any problem, if I use the following script to delete user group information from USg table? delete from usg where usr_key in (select usr_key from usr where usr_login in ('x

  • Reporting Capabilities in ODI for Error Management

    Hi All, Can we have any solution in ODI whre we can join two or more error tables of two or more Interfaces together to create a single report? If we can actually combine the E$ tables, can we use this combined tbale as a source to create a report fo

  • Add datafile on remore computer

    hi, i am working on oracle 10g windows & all my disks are full and i want to add a datafile on other computer . how can i do it ? regards

  • Some basic smartphone requirements for Nokia Belle

    Unfortunately some basic integration misses keeps Belle from being an actual smart phone OS. We have to run around in circles to get the following basic steps done - In-built integration to upload pictures to Picasa and Flickr - In-built integration