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/

Similar Messages

  • 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

  • Automatic Updates - WkstaUpdater.cfg file Question

    Regarding SAPGui 7.20 .....
    What is the commented out line   ;  SwitchTestingModeOn=true   in the WkstaUpdater.cfg file for?
    Thanks,
    Bob H

    I found the answer to this in NwSapAutoWorkstationUpdateService.log
    The service is instructed to run under test-mode  -->  Retry interval reduced to 10 seconds.
    Bob H

  • 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.

  • 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.

  • 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.

  • Unable to use the xdodelivery.cfg file values

    Hi folks ,
    I am working on 11.5.10 Apps application.
    I have a requierment to delivery the generated report to an FTP.
    I have the FTP credentails which I dont want to hard code in Bursting control file. I went through few links and found about xdodelivery.cfg file.
    And please find my Datatemplate file , Bursting file and xdodelivery.cfg file as shown below ...
    The problem I am facing is , the program completes successfully but the file will not moved to ftp.
    Please guide me how can I access the value of the User Name and password in the Bursting control file.
    Please let me know where I am missing the actual working part.
    Data Template file
    some code here
    , ( select pov.profile_option_value VALUE
    from FND_PROFILE_OPTIONS_VL po,
    FND_PROFILE_OPTION_VALUES pov,
    fnd_user usr,
    fnd_application app,
    fnd_responsibility rsp,
    fnd_nodes svr,
    hr_operating_units org
    where po.profile_option_name like '%IBY_XDO_DELIVERY_CFG_FILE%'
    and pov.application_id = po.application_id
    and pov.profile_option_id = po.profile_option_id
    and usr.user_id (+) = pov.level_value
    and rsp.application_id (+) = pov.level_value_application_id
    and rsp.responsibility_id (+) = pov.level_value
    and app.application_id (+) = pov.level_value
    and svr.node_id (+) = pov.level_value
    and org.organization_id (+) = pov.level_value ) CONFIG_FILEPATH
    some code here
    <dataStructure>
    <group name="G_PARAM" source="Q_PARAM">
    <element name="CONFIG_FILEPATH" value="CONFIG_FILEPATH"></element>
         some code here
    Bursting control file is as below .......
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/XXXXXXX_TP/LIST_G_PARAM/G_PARAM">
    <xapi:delivery>
    <xapi:ftp id="ftp_delivery" server="xxxxxxx.Xxxxxx.com" user="${CONFIG_FILEPATH/username}" password="${CONFIG_FILEPATH/password}" remote- directory="/" remote-file="XXXXXXXXX_${FILE_EFF_DATE}_${INSTANCE}.xls" Secure="false" >
    </xapi:ftp>
    </xapi:delivery>
    <xapi:document output="XXXXXXXXXX_${FILE_EFF_DATE}_${INSTANCE}.xls" output-type="excel" delivery="ftp_delivery">
    <xapi:template type="xsl-fo" location="xdo://XXXX.YYYYYYYYYYY.en.US">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Here is xdodelivery.cfg file ......
    <?xml version='1.0' encoding='UTF-8'?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <!-- ************************************************** -->
    <!-- servers section -->
    <!-- List your pre-defined servers here. -->
    <!-- ************************************************** -->
    <servers>
    <server name="xxxxxx.xxx.com" type="ftp" >
    <username>[email protected]</username>
    <password>Xxxxxxx</password>
    </server>
    </servers>
    </config>
    Please guide me how can I access the value of the User Name and password in the Bursting control file.
    Anticipating for your replies.
    Regards
    Raghu

    Found an alternate for this.
    Used UDT tables to Store the Server name , user name and credentials and remote directory.
    Fetched the values from the data template query and used them in the tags(element ). These tag values are used in bursting control file.
    Finally I was able to FTP the file to Remote directory.
    Regards
    Raghu
    Edited by: 865767 on Aug 29, 2011 5:36 PM

  • Mm.cfg file for logging in flex web apps

    Hi there,
    I am developing a flex web application for which logging needs to be done.
    What is found in my research so far is in web application logging can be enabled only when mm.cfg file is created manually.
    I dont want client's to create this file.
    I have two questions.
    1. Is there any way or any logging library which can log without manualy creating this mm.cfg file?
    2. Is there any control offered for creating custom log files (with particular naming convention, file size specification) for particular application.
    Thanks,
    Abhishek.

    See mx.logging classes.

  • 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

  • Pasta.cfg file options

    Hi,
    I'm not sure if I'm in the correct forum for this question so please provide guidance if I should post tis elsewhere.
    I currently have an Oracle report that I'm generating as a text from Oracle Apps 11.5.10.2. The report print driver is setup as pasta universal and has a width of 240 characters. When I run the report and it prints it's truncating the last four columns of the report. I believe this is because the report is printing in landscape in Portrait paper size. But when I download the text file to my desktop then print it I can set the print options to Landscape and paper size Legal. When I do this the report prints all columns. My problem is that the users have this report output directly to the printer and I need to find a way to have it print in Legal paper or find another way to have all columns print.
    I was wondering if anyone knew of a way to set the paper size to Legal in the pasta.cfg file or is there something else I should be doing differently? I created a new .cfg file and tried setting the Territory Specific settings width to 14 - the legal paper size. I then remapped the print driver to the new pasta.cfg file and rebooted the concurrent manager but this didn't work and the file is still printing in lanscape/protrait style.
    Peppy

    I found the answer. refer to the OWA_SYLK package: http://garethroberts.blogspot.com/2007/10/excel-file-output-from-oracle.html

  • 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

  • Cfg files

    This question was posted in the past but I could not find any response.
    The directory: C:\Documents and Settings\All Users\Application Data\Hewlett-Packard\HP Print Settings
    contains 14,000 cfg files all beginning with HP then followed by a series of letters and numbers.
    Is it safe to delete these files? Why are they being created? Can they be removed?

    Is there any moderator out there in HP land that can find the answer to this question. My company is an HP Var and I have been finding more servers with this same problem. It is not only the number of files or size (total), it is the performance hit when windows and backup software accesses them all.
    thank you

  • Pcl,xfd,cfg files in spool directory

    Hi all,
    I am seeing lot of spool files with  extension .pcd,.xfd and .cfg in our spool directory. The numbers are lot.
    Not sure why there are so many files.
    Any idea ?
    Also, please let me know if there is any document ot Notes about maintaining these files.
    Thanks in Advance !

    more details, about what I found on my system :
    - These files are prefixed SPOOL0000000017_00001, where 0000000017 is the spool number, and 00001 is the part number.
    -- SPOOL0000000017_00001.cfg
    -- SPOOL0000000017_00001.xfd
    -- SPOOL0000000017_00001.pcl
    - When you display a pdf spool via SP01 :
    -- sap reads the .cfg file where the corresponding SFP layout URI (used to identify the version of pdf layout),
    -- sap reads the .xfd file (XFD data = values of pdf form fields in xml),
    -- then it passes the form URI and XFD data to ADS, which gets the stored form layout details from the URI, and generates the pdf binary from the combination of form layout details and xfd data
    -- then sap passes the pdf binary to the pdf viewer

  • 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.

  • I am getting the following error message when i download CS6 Design Standard 'The message says" the file archive part of Adobe CS6 Design Standard is missing. you need all parts in the same folder in order to extract adobe CS6 Design Standard. Please down

    i am trying to download CS6 design standard. but it wont work. the second part of the download comes up with the following message "The message says" the file archive part of Adobe CS6 Design Standard is missing. you need all parts in the same folder in order to extract adobe CS6 Design Standard. Please download all parts."
    Does anyone know what to do?

    Do as it says: Put your downloaded 7z file and the *.exe in a proper folder, not just dump it onto your desktop or whatever.
    Mylenium

Maybe you are looking for

  • ABAP Installation

    Hi all, I have downloaded the latest Abap trial version(SAP NetWeaver 7.01 SR1 SP3 ABAP Trial Version ) from the sdn site(Link Below). http://www.sdn.sap.com/irj/scn/downloads;jsessionid=(J2EE3417600)ID0310956450DB11549542238197911295End?rid=/library

  • Samsung i500 No longer syncs with Apple

    Where can I go for help!!!! I was sold a Samsung Droid i500 Galaxy phone by a Verizon wireless store . I was told that it would work with Apple Mac. I was able to sync my phone with my Mac comuter for a few weeks, and then it no longer would snyc. I

  • How do I make my MacMini wireless?

    I have an original (first-generation) MacMini, and I would like to enable it for wireless web. The people at the Mac store tell me that the current Airport Express card is NOT for use with my computer. What card do I need, and where can I get it? Tha

  • Is DNS record scavening turned on by default?

    when setting up DNS on a windows 2008 server, is DNS scavenging turned on by default?.... thanks sid

  • Can built-in device to read/write SDHC cards 4-8-16 GB?

    I have Lenovo 3000 N200 laptop which has a multy card reader, but I wonder if it is capable of reading and writing those latest SDHC cards? I am planning to buy a such card for a HD-camcorder.