Essbase Error 1013206 - SetActive Commands are Currently Not Being Accepted

Hi All,
I am facing the below error very frequently which is causing the disabling the "Enable connects"on the respective application. It is not happening for all the scheduled processes, just BETWEEN the last cube build or first cube build of the day.
In Essbase.log server logs observered as below:
[Fri Sep  9 15:51:51 2011]SERVER NAME/ESSBASE0///Error(1051544)
message on contacting or from application:
[Fri Sep  9 15:51:51 2011]SERVER NAME////Error(1013206)
SetActive Commands are Currently Not Being Accepted
[Fri Sep  9 15:51:51 2011]SERVER NAME/ESSBASE0///Warning(1051003)
Error 1013206 processing request [MaxL: Execute] - disconnecting
Please suggest as It is happening repetedly andcausing the Down time.

Is it possible that you've issued the command: alter application disable connects ;
That would cause MaxL to send back that message.
Per the docs:
Prevent any user with a permission lower than Application Managers from making connections to the databases that require the databases to be started. This includes starting the databases or performing the ESSCMD SELECT command on the databases. Database connections remain disabled for all databases in the application, until the application setting is re-enabled by the administrator.Link: http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_tech_ref/maxl_altapp.html
Is it possible that you issue that command and then try to do things with a username that doesn't have App Manager or higher rights?
Regards,
Cameron Lackpour

Similar Messages

  • Client Commands are Currently Not Being Accepted

    Hi,
    I made a outline restructure on my essbase but my laptop suddenly shut down. When I tried to turn the application on again and tried to add members on Essbase, I got the error message, "Client commands are currently not being accepted"
    I can't make any changes and I also have tried to end archive using MAXL but also get the same error message.
    Anyone has the solution please let me know since this is on production machine. Thanks.

    Since you were in the middle of an outline restructure, I'm guessing it is hung. You can double check that by looking in the database directory to see if there is a file dbname.otn and/or .pan or .inn or .esn files. If they are there, then stop the application. Yoy may need to go to task manager in windows or PS in Unix and kill the esssvr session associated with the session. Then try to restart the app. If it starts fine, if not, look at the files mentioned above and move them to a temp directory and try again. If it still does not work, then the third option would be to move the files above out and move bak in the files ending in "N" renaming them to the proper name..ind, pag, .otl, .esm and try again.
    Typically, depending on version you only need to kill the app process and restart

  • Client Commands are Currently Not Being Accepted  due to restructuring

    Hello,
    We are running Essbase and Planning 9.3.1. Occasionally, the users get the above error, "Client Commands are Currently Not Being Accepted", because Essbase spontaneously starts restructuring itself. We schedule a restructure in the evening. Is there a way to prevent this spontaneous restructuring from occurring during business hours?
    Thank you,

    Thank you Glenn,
    The users say they did not change the outline or refresh the database. The log file says sysadmin gave the command, as I have copied here.
    Received Command [Restructure] from user [sysadmin]
    If the users did something, I would expect the command to come from them.
    The essbase.cfg does not have the work sync or security in it. Can you tell me more on how to determine if this is our problem?

  • How to creat a "The command is currently not available" script alert?

    I'm working to construct a Configurator-like panel whose buttons play actions located on Photoshop's regular Actions panel.
    I'm using Eclipse and the EB3 plug-in and have made decent progress.  Here is a sample of code from the Photoshop.jsx file that is executed for one of the buttons.
    $._ext_CURVESLAYER={
        run : function() {   
            doAction('Curves', 'Adjustment-Layers');
    Very basic.  Just a doAction command to find the necessary action set and action and play it.
    When using Configurator and the necessary action is NOT present on Photoshop's regular Actions panel, a script alert is generated that says  "The command is currently not available"
    The panel I've created using EB3 doesn't provide this alert.  Nothing happens when I click a button on the EB3 panel whose action is missing from Photoshop's regular actions panel.  I'd like to be able to generate some type of message, like this script alert, if the action in the doAction command doesn't run as expected.
    It looks like Configurator may have used this code to generate this script alert base on the fact that it contains the words : "The command is currently not available"
    function ps_invoke_action(actionSet, actionName)
        var action = decode(actionName);
        var group = decode(actionSet);
    writelog("invoke action " + action + " " + group);
        ErrStrs = {};
    ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation");
        try
    app.doAction(action, group);
        catch(e)
            if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;}
            else
    alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));
    I don't know Java at all, but I'm pretty sure this code doesn't work with the EB3 panels.  I tried copying it into the ext.js file and it had no effect.  (Most of this has been trial and error for me, and I thought that would be worth a try.)
    Can anyone help me with the code I need to use to generate the appropriate script alert if the doAction command doesn't run properly and where to put it in the various files required for an EB3-generated panel?
    Thanks!

    Hi,
    As per my knoledge, there is no automatted way to find out from which (Command line, Application and Script) the application is running. here
    i am suggesting some guidelines as specified below.
    1. Define standard arguments codes for the decrypt program like.
    1 - for Application.
    2 - for Script.
    3 - others.
    if(args[0] == 1)
    Decrypt PWD
    else if(args[0] == 2)
    DO Some thing
    else if(args[0] == 3)
    DO Some thing
    else
    -- Do not Decrypt --

  • OBIEE Error[14041] Nested Aggregation measure are currently not supported

    Hi,
    Please provide workaround for the OBIEE Error[14041] Error in measure definiion. Nested aggregation measures are currently not supported.
    I have two logical columns - Current YTD Invoice Quantity and Prior YTD Invoice Price. I want to create a column which is -
    (Current YTD Invoice Quantity * Prior YTD Invoice Price)/ sum(Current YTD Invoice Quantity * Prior YTD Invoice Price)
    sum in the denominator should be the sum of all rows returned by the report. So level based measures cannot be used as there are multiple report and dimension used may vary.
    Columns Current YTD Invoice Quantity and Prior YTD Invoice Price are already aggregated to Sum.
    If I try to do the sum on the physical column while creating logical column, the query is running for 6-7 hours and not giving any result. Both the columns belong to different alias table in physical layer.
    Please let me know if you guys know any work around for this issue. Also let me know whether this type of nested aggregation are supported in 11g or not?
    Thanks.

    Hi Adil,
    Yes, I did create a hierarchy for the time dimesion.
    No, I was not able to specify the aggregate rule since the source of the logical column is another logical column
    But the time hierarchy works for rows that is not based upon the SUM aggregate at the answers level.
    Say I have 3 columns: Income,Expense, Bottom Line (formula : Income- Expense)
    Income is created based upon a case statement in the Logical Column and
    Expense is also created based upon a case statement in the Logical Column.
    Income 1000 Rupees
    Expense -300 Rupees
    Bottom Line 700 Rupees (where the Bottom line is a row based upon the Answers aggregate formula
    which is SUM(Income+Expense))
    When I add a column year, I get the following output
    Income 2009 500 Rs
    Income 2008 500 Rs
    Expense 2009 -150 Rs
    Expense 2008 -150 Rs
    Bottom Line 2009 700 Rs
    Bottom Line 2008 700 Rs
    The Bottom Line doesn't spread across the Year
    Hope this helps you to understand what my problems is.
    Thank you!

  • Nested aggregate measure definitions are currently not supported

    Hi,
    I created a logical column which is based upon an existing logical column.
    The column has the formula SUM(existing_logical_column) and I get the following error when I tried to check in the changes "Nested aggregate measure definitions are currently not supported"
    Is there any work around this problem.
    Kindly help !

    Hi Adil,
    Yes, I did create a hierarchy for the time dimesion.
    No, I was not able to specify the aggregate rule since the source of the logical column is another logical column
    But the time hierarchy works for rows that is not based upon the SUM aggregate at the answers level.
    Say I have 3 columns: Income,Expense, Bottom Line (formula : Income- Expense)
    Income is created based upon a case statement in the Logical Column and
    Expense is also created based upon a case statement in the Logical Column.
    Income 1000 Rupees
    Expense -300 Rupees
    Bottom Line 700 Rupees (where the Bottom line is a row based upon the Answers aggregate formula
    which is SUM(Income+Expense))
    When I add a column year, I get the following output
    Income 2009 500 Rs
    Income 2008 500 Rs
    Expense 2009 -150 Rs
    Expense 2008 -150 Rs
    Bottom Line 2009 700 Rs
    Bottom Line 2008 700 Rs
    The Bottom Line doesn't spread across the Year
    Hope this helps you to understand what my problems is.
    Thank you!

  • Beta versions and other browsers are currently not supported by an application I use everyday, what do I need to do?

    When logging in to an application I get this message:
    You are attempting to access ezLaborManager with the following unsupported browser:
    Firefox Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
    ezLaborManager is only supported on current production versions of Internet Explorer and Firefox. "Beta" versions and other browsers are currently not supported.
    It is strongly recommended that you use a supported browser to avoid encountering access and display issues.
    WHAT VERSION OF FIREFOX SHOULD I USE?

    Well, you can waste a lot of time and money trying to get your old iron up to speed but the sad fact is, even though it may work with Color, it will most likely end in a less than satisfactory experience all around. You need to determine if your G5 has PCI, PCI-x or PCIe slots and then purchase the appropriate cards.
    However, Final Cut Studio 2 is optimized for the Intel processors. You will see users here and there using the newest models G5 with great success but quite honestly, you need a Mac Pro.
    Or just purchase the Aja IO/HD which is a firewire 800 interface and the only firewire device that will preview externally Color.

  • Autohosted apps are currently not accepted by the Office Store

    dear all:
        I met a problem,I uploaded a "Autohost"
    to the Store, but failed to pass the audit. Refused to reason is: Autohosted apps are currently not accepted by the Office Store.

    Hello,
    I'd ask in the
    Windows Store Apps forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • How to resolve Error: "xsl:import" XSL Element Currently not Supported

    Hello Everyone,
    I have a xsl in my process to perform transformation of source schema to target schema.
    This xsl is importing another xsl.
    I am using <xsl:import> for this purpose.
    But when I try to see the "design" editor I am getting the error given below:
    Error: "xsl:import" XSL Element Currently not Supported
    In "source" editor JDeveloper is giving no error.
    I request you all to please come forward for the rescue ;-)
    Thanks in advance.
    Regards,
    Shanty

    I think the error message is telling you that the visual design surface that simplifies creating transforms doesn't support the <xsl:import>. If you need to use <xsl:import>, and assuming that <xsl:include> (which is quite similar to import) is also not supported, then the only other option is working on the XSLT stylesheet in the source editor.

  • HT201210 I have an unknown error (1621) and my iPod is not being recognised in iTunes or the Finder, even in Disc mode.  Anyone know what's going on?

    I have an unknown error (1621) and my iPod is not being recognised in iTunes or the Finder, even in Disc mode.  Anyone know what's going on?

    Try and force iPod into Recovery Mode:
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPod
    Note: You need to be patient and repeat the above many times to recover your iPad

  • My settings state that my "notes" will be stored to my Yahoo account but when I go to my Yahoo account I can't find my notes.  Are my notes being 'backed up" at Yahoo?

    My settings state that my "notes" will be stored to my Yahoo account but when I go to my Yahoo account I can't find my notes.  Are my notes being 'backed up" at Yahoo?

    Yes. If your default account for notes is Yahoo, they should be saved somewhere in yahoo. Usually I think it's just a folder titled "notes". At least that's how my gmail is.

  • Anti spam codes for website forms are not being accepted on my imac or iPad

    anti spam codes for website forms are not being accepted on my imac or iPad

    In Safari go to preferences click on privacy and on Block Cookies tick the never box

  • Why cant i sync my devices with this new version of iTunes? my devices are suddenly not being recognized.

    why cant i sync my devices with this new version of iTunes? my devices are suddenly not being recognized. HELP!

    Connect your iPod, iPhone, or iPad to your computer and select your device.

  • Collaboration Area is not being create while 2 envelop RFx Creation by Purchaser

    HI,
    Collaboration Area is not being create while 2 envelop RFx Creation by Purchaser hence Default folders (External Area/Internal Area ) are not appearing :
    Following roles are assigned to Purchaser on ECC System :SAP_CFX_USER, /SAPSRM/ST_PURCHASER
    Following roles are assigned to Purchaser on cfolder System :SAP_CFX_USER
    Following roles are assigned to RFC User on ECC System :
    SAP_CFX_ADMINISTRATOR
    SAP_CFX_COL_CREATOR
    SAP_CFX_COMP_CREATOR
    SAP_CFX_USER
    What could be the other root cause for this bug ?

    @@Version : ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Microsoft SQL Server 2012 - 11.0.5058.0 (X64)
        May 14 2014 18:34:29
        Copyright (c) Microsoft Corporation
        Developer Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    (1 row(s) affected)
    Compatibility level is set to 110 .
    One of the limitation states - XML columns with a depth of more than 128 nested nodes
    How do i verify this ? Thanks .
    Rajkumar Yelugu

  • SnippetPreview$.htm - Why are these not being deleted?

    I have the following files in my project folder:
    SnippetPreview$.htm
    SnippetPreview1$.htm
    SnippetPreview2$.htm
    SnippetPreview3$.htm
    SnippetPreview4$.htm
    I noticed them because they are not in Visual SourceSafe so they appear when I go to add files to VSS when I create new snippets. They contain the text of snippets I've created.
    I know they are harmless, but why are they not being automatically deleted from RH when no longer needed?
    Is this a setting or preference I can set?

    Sometimes temporary files are left behind. These are just files created on previewing a snippet and like any other temporary files are not deleted. Just delete them.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

Maybe you are looking for