Checking Essbase service state

Hi,
Sometimes happens that you can not start any Essbase app which normally starts.
The reason could be there is orphaned Essbase process :) and to run app you must kill this process.
I would like to automate this process for administrator task.
Have you got or know any tool or script which could help with automate this kind of task?
...and I would like to ask about another products e.g. Shared Services, Financial Reporting, Planning which are deployed on Tomcat - these services sometimes hang, you could see that service is working but the only way to work with product is restart service?
pscol

Well if we are going to spoon feed:
#!/bin/ksh
PID = `ps -ef | grep -i ESSBASE | grep -v grep`
#Kill with HUP to that ESSBASE can try to shutdown all the children apps
kill -13 ${PID}
sleep 600
PID = `ps -ef | grep -i ESSBASE | grep -v grep`
#If pid still exists
if [[ ! -z ${PID} ]]; then
kill -9 ${PID}
fi
#You will need to figure out which column the PID is in and adjust the cut command appropriately.
ESSPIDS=`ps -ef | grep -i ESSSR | grep -v grep | cut -c1-5`
kill -9 ${ESSPIDS}
Feel free to reach out -- I should build up a Linux VM which would be close to AIX.
-John

Similar Messages

  • Essbase service gets shutdown abruptly

    Hi, We are facing a problem with Essbase Service. even after multiple restarts, the service just stops with in few seconds after its starts. Please find below error in the log.
    [Fri Apr 30 09:21:40 2010]Local/ESSBASE0///Error(1051496)
    Essbase failed to register product at Shared Services Server with Error [Registeration failed: null.Registeration failed: null.]
    We are using 11.1.1.3 version of Hyperion.
    I have checked the Shared Services and its running fine, as i can login into the EAS.
    Please suggest.

    Is this app with foundation services right?
    Have you check http://<servername>:58080/interop before you up essbase service?
    base on my experiance Essbase always going down when it up that services too fast.
    Try to stop all services include repository and make sure u can accsess interop before you up essbase services

  • Need Urgent Help... Essbase service is stopping automatically

    Hello All,
    In our production box essbase service is stopping automatically. Can you please help me to resolve this issue...
    OS : Windows Server 2003
    Hyperion : 11.1.1.3
    SharedServices_Security_Client.log
    2013-12-09 01:17:25,609 INFO  [main] CSS is initialized as  client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2013-12-09 01:17:25,625 INFO  [main] CSS Log file will be generated at F:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2013-12-09 01:17:25,625 INFO  [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2013-12-09 01:17:25,625 INFO  [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2013-12-09 01:17:25,672 INFO  [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2013-12-09 01:17:28,390 INFO  [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2013-12-09 01:17:29,062 INFO  [main] Got hub location from Registry:http://servername:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2013-12-09 01:17:29,312 INFO  [main] Got native directory location from Registry:servername:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2013-12-09 01:17:29,328 INFO  [main] URL constructed out of values in Registry database:ldap://servername:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)
    2013-12-09 01:17:29,578 ERROR [main] 80:6007:Failed to load SAP certificate from keystore at SAP.keystore. Ignore if SAP provider is not configured.[Root Cause: Invalid keystore format ] com.hyperion.css.SAPSecurity.loadSAPCertificate(Unknown Source)
    ESSBASE.LOG
    [Mon Dec 09 01:17:25 2013]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Mon Dec 09 01:17:25 2013]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Mon Dec 09 01:17:29 2013]Local/ESSBASE0///Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Mon Dec 09 01:17:29 2013]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Mon Dec 09 01:17:30 2013]Local/ESSBASE0///Error(1051429)
    Essbase Product Existence Check Fails against the Shared Services Server with Error []
    Thanks,
    Prathap

    Hi Prathap,
    [Mon Dec 09 01:17:30 2013]Local/ESSBASE0///Error(1051429)
    Essbase Product Existence Check Fails against the Shared Services Server with Error []
    Above entries in Essbase.log tells that Essbase product entry was not found in Shared services.
    As you rebooted the server, you might have lost domain server logs, but I think you can get more info about root cause in Essbase.log or essbase related log files only.
    Regards,
    Santy.

  • Essbase Service suddenly stops during report automation

    Has anyone experienced this before? The Essbase service suddenly stops while running batches.
    I get the following message in the Event viewer everytime this happens:
    The Hyperion S9 BI+ Analytic Services 9.3.0 - essbase service terminated unexpectedly. It has done this 5 time(s).
    Is this due to constant batches with large reports taxing essbase?
    Is there an Essbase.cfg modification that I can make to help avoid this?
    Any help would be greatly appreciated. Thanks.

    Thanks for the reply.
    This is the exception file ( I believe it is generated at the server level as it is in the \Hyperion\AnalyticServices directory (if that is what you mean))
    Are you saying I should add the SERVERTHREADS line for the App in question?
    ----- Exception Error Log Begin -----
    Current Date & Time: Thu Mar 20 16:46:23 2008
    Process Type: Server
    Application Name:
    Database Name:
    Exception Log File: D:\Hyperion\AnalyticServices\log00012.xcp
    Current Thread Id: 6744
    Exception Code: 0xC0000005=Access Violation
    Exception Flags: 0x00000000=Continuable
    Exception Address: 0x0819A5D9
    Exception Parameters: 2
    Exception Parameter 0: 0x00000000=Read Violation
    Exception Parameter 1: 0x00000000 (Virtual Address)
    Debug registers not available.
    ----- Stack -----
    Stack not available.
    ----- Application-Wide Configuration -----
    Server Name:
    Application Name:
    Elapsed App Time: 06:23:14:33
    Module Count: 0
    ----- Operating System Resources -----
    System Date & Time: Thu Mar 20 16:46:23 2008
    Elapsed OS Time: 41:21:21:35
    OS Name & Version: Windows NT 5.02
    CPU Count: 8
    CPU Type: Unknown
    Total Physical Memory: 8386732 KB (4293046272)
    Free Physical Memory: 6502996 KB (2364100608)
    Used Physical Memory: 1883736 KB (1928945664)
    Swap Flags:
    Enabled: Y
    Disabled: N
    File Found: Y
    Denied: N
    Swap file(s): C:\pagefile.sys
    Correct Swap Space information currently not available
    Total Drives: 4
    Current Drive: 3
    Drive 3:
    Drive Name: C
    Volume Label:
    Drive Type: Fixed
    File System: NTFS
    Total Drive Space: 32770540 KB
    Free Drive Space: 22710032 KB
    Used Drive Space: 10060508 KB
    Drive 4:
    Drive Name: D
    Volume Label: Apps
    Drive Type: Fixed
    File System: NTFS
    Total Drive Space: 110563916 KB
    Free Drive Space: 87119236 KB
    Used Drive Space: 23444680 KB
    Drive 6:
    Drive Name: F
    Volume Label:
    Drive Type: Fixed
    File System: NTFS
    Total Drive Space: 209720508 KB
    Free Drive Space: 76591820 KB
    Used Drive Space: 133128688 KB
    Drive 18:
    Drive Name: R
    Volume Label:
    Drive Type: Unknown
    File System: Unknown
    Total Drive Space: 0 KB
    Free Drive Space: 0 KB
    Used Drive Space: 0 KB
    ----- System-Wide Configuration -----
    Elapsed Essbase Time: 06:23:14:33
    Essbase Version: 9.3.0
    Essbase Description: ESB9.3.0.1.0B006
    Network Type: Windows Sockets
    Environment Variable: ARBORPATH = D:\Hyperion\AnalyticServices
    Environment Variable: ARBORMSGPATH = D:\Hyperion\AnalyticServices\bin
    Module Count: 0
    ----- ESSBASE.CFG Configuration Values -----
    Configuration Value: JvmModuleLocation = D:\Hyperion\common\JRE-AMD64\Sun\1.5.0\bin\server\jvm.dll
    Configuration Value: SharedServicesLocation = SBNETHYPWEB 58080
    Configuration Value: AuthenticationModule = CSS http://SBNETHYPWEB:58080/interop/framework/getCSSConfigFile
    Configuration Value: SSAUDITR =
    Configuration Value: SUPNA = ON
    Configuration Value: CCTRACK = FALSE
    Configuration Value: DATAERRORLIMIT = 10000
    Configuration Value: NOMSGLOGGINGONDATAERRORLIMIT = TRUE
    Configuration Value: NETDELAY = 800
    Configuration Value: NETRETRYCOUNT = 1000
    Configuration Value: SSPROCROWLIMIT = 500000
    Configuration Value: QRYGOVEXECTIME = 1500
    Configuration Value: LOCKTIMEOUT = 600
    Configuration Value: CALCLOCKBLOCKHIGH = 8000
    Configuration Value: CALCLOCKBLOCKDEFAULT = 15000
    Configuration Value: CALCLOCKBLOCKLOW = 100
    Configuration Value: CalcNoticeHigh = 20
    Configuration Value: CalcNoticeDefault = 10
    Configuration Value: CalcNoticeLow = 5
    Configuration Value: CalcCacheHigh = 199229440
    Configuration Value: CalcCacheDefault = 104857600
    Configuration Value: CalcCacheLow = 52428800
    Configuration Value: DLSINGLETHREADPERSTAGE = FALSE
    Configuration Value: DLTHREADSPREPARE = 4
    Configuration Value: DLTHREADSWRITE = 3
    Configuration Value: MultipleBitmapMemCheck = TRUE
    Configuration Value: ParCalcMultipleBitmapMemOpt = TRUE
    Configuration Value: AGENTTHREADS = 25
    Configuration Value: AGTSVRCONNECTIONS = 100
    Configuration Value: AGENTDELAY = 60
    Configuration Value: SERVERTHREADS = POSBKUP 100
    Configuration Value: EssbaseLicenseServer = @SBNETHYPESS
    Configuration Value: DeploymentID = *
    Configuration Value: AGENTPORT = 1423
    Configuration Value: SERVERPORTBEGIN = 32768
    Configuration Value: SERVERPORTEND = 33768
    Configuration Value: AGENTDESC = essbase
    ----- License Information -----
    Serial Number: bbbbbb
    License Expiry Date:
    Port Count: 0
    Ports In Use Count: 0
    Limited Use Version: N
    Read-Only SS: N
    Extended SS Macros: N
    Read-Only SS Macros: N
    Currency Conversion: N
    SQL Interface: N
    Evaluation Copy: N
    Configurable By PMU: N
    EmbedPorts: N
    Aggregate Storage (ASO): N
    SMP Support: N
    No Spreadsheet Client: N
    No AppMgr: N
    Single-User Essbase: N
    Essbase API_HVE: N
    Block Storage (BSO): N
    MultiCube: N
    Hyperion Integration Server: N
    EssbaseObjects: N
    Hyperion Allocation Manager: N
    Hyperion Analytic Reporter: N
    ----- Client Request Activity -----
    Server Name:
    Application Name:
    Total Request Threads: 25
    Avail Request Threads: 4294967283
    Total Requests: 64721
    Average Requests: 6467.000000
    Weighted Average: 58.331350
    Statistics Per Minute:
    Current Requests: 53
    Minimum Requests: 0.000000
    Maximum Requests: 517.000000
    Thread Count: 25
    Thread Id 6280:
    Request Name: Logout
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:55 2008
    End Time: Thu Mar 20 16:45:55 2008
    Thread Id 2028:
    Request Name: Logout
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:55 2008
    End Time: Thu Mar 20 16:45:55 2008
    Thread Id 6088:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5332:
    Request Name: Select Application/Database
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 4168:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5144:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5528:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 4564:
    Request Name: Get Database State
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 7240:
    Request Name: Get Database Note
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 5560:
    Request Name: Login
    Database Name:
    User Name:
    Start Time: Thu Mar 20 16:45:58 2008
    End Time: Thu Mar 20 16:45:58 2008
    Thread Id 10120:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:02 2008
    End Time: Thu Mar 20 16:46:02 2008
    Thread Id 6688:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:05 2008
    End Time: Thu Mar 20 16:46:05 2008
    Thread Id 7732:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:05 2008
    End Time: Thu Mar 20 16:46:05 2008
    Thread Id 8844:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 2032:
    Request Name: Login
    Database Name:
    User Name:
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 6340:
    Request Name: Get Application Info
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 6928:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 7832:
    Request Name: Select Application/Database
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 7588:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 9968:
    Request Name: Get Database State
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 3752:
    Request Name: Get Database Note
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:11 2008
    End Time: Thu Mar 20 16:46:11 2008
    Thread Id 7676:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:14 2008
    End Time: Thu Mar 20 16:46:14 2008
    Thread Id 8804:
    Request Name: List Substitution Variables
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:17 2008
    End Time: Thu Mar 20 16:46:17 2008
    Thread Id 9296:
    Request Name: Get Login ID
    Database Name:
    User Name: hypadmin
    Start Time: Thu Mar 20 16:46:17 2008
    End Time: Thu Mar 20 16:46:17 2008
    Thread Id 6744:
    Request Name: Login
    Database Name:
    User Name:
    Start Time: Thu Mar 20 16:46:23 2008
    End Time: Pending
    ----- Exception Error Log End -----

  • Essbase Service crashed after starting other EPM service

    Hi,
    I'm using EPM 11.1.1.3 on WebLogic 9.23. OS: Win2003R2 32bit.
    2 days ago my server has been crashed. After that I had to restore OpenLDAP directory. As loading of services Essbase service is started successfully, however at call to it through EAS or start of other services (Provider services) Essbase service is crashed.
    What log files to me need to be looked?

    Have you tried "Recover Native Directory" in Shared Services.
    Have you checked the essbase.log in hyperion\logs\essbase
    It may be a problem with the essbase security file, though I wouldn't expect essbase to start up if it was.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • One of ESSBASE services is going down continuosly

    HI,
    One of my ESSBASE services is going down continuosly, even if i restart the service its going down when i refresh the services list.
    Any help.
    Thanks,
    RRB.
    Edited by: 813627 on 29-Jun-2011 07:36

    HI These are the warnings in the log
    <30-Jun-2011 08:32:33 o'clock BST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <30-Jun-2011 08:32:33 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <30-Jun-2011 08:32:33 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <30-Jun-2011 08:32:34 o'clock BST> <Warning> <Server> <BEA-002611> <Hostname "127.0.0.1", maps to multiple IP addresses: 10.148.128.29, 127.0.0.1>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.148.128.29:13080 for protocols iiop, t3, ldap, http.>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:13080 for protocols iiop, t3, ldap, http.>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <WebLogicServer> <BEA-000357> <Started WebLogic Independent Managed Server "aps" for domain "WebLogic9" running in Development Mode>
    <30-Jun-2011 08:32:34 o'clock BST> <Warning> <Server> <BEA-002611> <Hostname "bsfhhdtpt5", maps to multiple IP addresses: 10.148.128.29, 127.0.0.1>
    <30-Jun-2011 08:32:34 o'clock BST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    Thanks,
    RRB.

  • Could not start hyperion essbase service

    When i am starting essbase services it is starting sucessfully.
    and when iam starting admin services its starting and at the same time essbase services is stopping, if iam trying to start the services its throwing error like
    Could nto start the hyperion essbse services 11.1.1-hypservice_1 service on local computer
    error 1067: the process terminated unexpectedly
    i have checked the task manager : no other process for essbase are running for any user.
    kindly assist

    when iam trying to run the essbase.cmd the window is closing abruptly by displaying the error "failed to start essbase"
    coming to Essbase.log.the errror is
    [Wed Apr 10 14:50:23 2013]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.

  • Is the RMS server should have the "health service state" folder with some folders and files?

    we are using scom 2007 sp1 and we experienced issues with our RMS last yesterday. i dont see any content within the "Health Service State" directory even after restarting the health service.
    i dont see any valuble information from even logs as well. From where can i start the troubleshootings?
    C:\Program Files\System Center Operations Manager 2007\Health Service State

    Hi,
    Please try to find the "health service state" by checking the key “State Directory” under the following location of Registry:
    HKLM\System\CurrentControlSet\Services\HealthService\Parameters
    Thanks.
    Nicholas Li
    TechNet Community Support

  • Cannot start hyperion essbase services

    Hi,
    I cannot start start hyperion essbase services, when I start it in control panel it starts and than as I close the control panel and open it again service is not runnig.
    What can be the reason of this situation??
    And because of that i think i receive the following errors after successfull configuration and instalation of hyperion planning
    Essbase / Essbase
    FAILED Essbase server Essbase Server startup on
    Error: Cannot connect to Analytic Server "POL-MPIKULSKI:1423". null
    Recommended Action: Check application is started 3 s
    FAILED Essbase server Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started
    Essbase / Essbase Administration Services
    FAILED Web App Availability of web application context (POL-MPIKULSKI, 10080, eas)
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 404
    Recommended Action: Check application is started
    Regards,

    Ok,
    By the way, when we talked about why the Hyperion Foundation Shared Services - Web Application does not work, I didnt realize that it was not working because the Hyperion Foundation OpenLDAP just disapeared from the services, just after I turned off and on the computer. Can you tell me just in case that situation will happen again (because it happened twice to me, after the first time reinstallation repaired this issue and everything was working, but now after second time reinstalation repaired it again but as you know essbase is not workin) what can I do to repair the Hyperion Foundation OpenLDAP instead of reinstalling the system ??
    cheers,
    maciek

  • After an update itunes will not open. there is a missing msvcr80.dll i tried to re install itunes and now it says check system services. I have full admin to pc

    after an update itunes will not open. there is a missing msvcr80.dll i tried to re install itunes and now it says check system services. I have full admin to pc

    turingtest2 post 01/2014: MSVCR80.dll missing, cannot install iTunes - https://discussions.apple.com/message/24618776
    iTunes for Windows: Missing MSVCR80.dll - https://sites.google.com/site/appleclubfhs/support/advice-and-articles/itunes-wi ndows-missing-msvcr80-dll - install as administrator.

  • An error occcurred on line 105 while executing script 'MOM Backward Compatibility Service State Monitoring Script"

    We've been getting the following error for some time now.
    An error occurred on line 105 while executing script 'MOM Backward Compatibility Service State Monitoring Script'
    Source: Microsoft VBScript runtime error
    Description: The remote server machine does not exist or is unavailable: 'GetObject'
    One or more workflows were affected by this.
    Workflow name: System.Mom.BackwardCompatibility.ServiceStateMonitoring
    Instance name: server.domain.local
    Instance ID: {INSTANCE}
    Management group: GROUP
    Unfortunately the instance in question has since been decommissioned and simply does not exist any more. 
    We're currently on a repeat count of over 350,000 and I would REALLY like to get it stopped. I've had a look at adding an override but that points to the management server rather than the instance itself.
    Does anyone have any suggestions?
    thanks in advance!

    Hi Steven,
    There are for option for us to override a monitor ot rule:
    For all objects of class:             
    Class            
    When you select this option for your override, the override settings apply to all objects in the class at which the rule or monitor is targeted.
    For a group            
    When you select this option for your override, the override settings apply only to members of the group. The rule or monitor without the override settings continues to apply to all objects in the targeted class except for those objects that are also members
    of the group used for the override.
    When you create a group, you save it to an unsealed management pack. However, an element in an unsealed management pack, such as an override, cannot reference an element in a different unsealed management pack, such as a group. If you are going to use a group
    to limit the application of an override, you must either save the group to the same unsealed management pack as the override, or you must seal the management pack that contains the group.
    For a specific object of class:             
    Class            
    When you select this option for your override, the override settings apply only to the specified object. The rule or monitor without the override settings continues to apply to all other objects in the targeted class.
    For all objects of another class            
    When you select this option for your override, the override settings apply only to objects of a class other than the targeted class. The rule or monitor without the override settings continues to apply to all objects in the targeted class.
    Did you try to override it for a specific object of class?
    Regards,
    Yan Li
    Regards, Yan Li

  • Getting an error in custom QA check in Service Contracts ?

    I'm trying to add a new QA check in Service and Contracts. Its very simple just if Contract_number_Modifier length is more than 30 then QA check should fail.
    Im placing my code here
    ERROR is OKC_CONTRACTS_UNEXP_ERROR (SQLcode=-6502) (SQLerrm=ORA-06502: PL/SQL: numeric or value error: character string buffer too small)
    PROCEDURE xx_contract_modifier_limit_chk (p_chr_id     
    IN       
    VARCHAR2,
    x_return_status 
    OUT NOCOPY VARCHAR2)
       IS
    l_limit number;
    --l_mod varchar2;
    CURSOR cur_mod_chk
    IS
    SELECT length(CONTRACT_NUMBER_MODIFIER) Modifier_Limit
    FROM apps.okc_k_headers_all_b okh where okh.id = p_chr_id and
    okh.CONTRACT_NUMBER_MODIFIER is not null ;
       BEGIN
    l_limit := 30;
    x_return_status := 'S';
    FOR rec_limit_chk IN cur_mod_chk
    LOOP
    IF rec_limit_chk.Modifier_Limit > l_limit
    THEN
    x_return_status := apps.okc_api.g_ret_sts_error;
    ELSE
    x_return_status := apps.okc_api.g_ret_sts_success;
    END IF;
    END LOOP;
    IF x_return_status = apps.okc_api.g_ret_sts_success
    THEN
    apps.okc_api.set_message (p_app_name   => g_app_name,
    p_msg_name   => 'OKS_QA_SUCCESS');
    ELSE
    apps.okc_api.set_message (p_app_name   => g_app_name,
    p_msg_name   => 'XX_MOD_LIMIT_CHK');
    END IF;
       EXCEPTION
       WHEN NO_DATA_FOUND THEN
       x_return_status := apps.okc_api.g_ret_sts_success;
    WHEN OTHERS
    THEN
    apps.okc_api.set_message (p_app_name  
    => g_app_name,
    p_msg_name  
    => g_unexpected_error,
    p_token1    
    => g_sqlcode_token,
    p_token1_value   => SQLCODE,
    p_token2    
    => g_sqlerrm_token,
    p_token2_value   => SQLERRM);
    x_return_status := apps.okc_api.g_ret_sts_unexp_error;
    -- ERROR is showing here OKC_CONTRACTS_UNEXP_ERROR (SQLcode=-6502) (SQLerrm=ORA-06502: PL/SQL: numeric or value error: character string buffer too small)
       END xx_contract_modifier_limit_chk
    Please help me out..
    Thanks In Advance

    Hi,
    Please log a ticket with BC support for this issue. Please provide the exact steps, preferably a video. You can log the ticket from your admin panel > help & support.
    Kind Regards,
    Aish

  • When I download itunes, it says that Ipod Service failed to start. I checked the services under task manager and when I try to start it, it says access denied. How to I get access and for the ipod service to start and run?

    Please help. My ipod classic could not be recognised by itunes when I connect my ipod to PC. Previously it has been recognised before I updated. This was a while ago now and so I removed all apple files and re installed the latest itunes but am having the same problem.
    When I download itunes, it says that Ipod Service failed to start. I checked the services under task manager and when I try to start it, it says access denied. How to I get access and for the ipod service to start and run?

    Some anti-virus programs (e.g., McAfee) have this rule that can be invoked under the "maximum protection" settings: PREVENT PROGRAMS REGISTERING AS A SERVICE. If that rule is set to BLOCK, then any attempt to install or upgrade iTunes will fail with an "iPod service failed to start" message.
    If you are getting this problem with iTunes, check to see if your anti-virus has this setting and unset it, at least for as long as the iTunes install requires. Exactly how to find the rule and turn it on and off will vary, depending upon your anti-malware software. However, if your anti-virus or anti-malware software produces a log of its activities, examining the log may help you find the problem.
    For example, here's the log entry for McAfee:
    9/23/2009 3:18:45 PM Blocked by Access Protection rule NT AUTHORITY\SYSTEM C:\WINDOWS\system32\services.exe \REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\iPod Service Common Maximum Protection:Prevent programs registering as a service Action blocked : Create
    Note that the log says "Common Maximum Protection: Prevent programs registering as a service". The "Common Maximum Protection" is the location of the rule, "Prevent programs registering as a service" is the rule. I used that information to track down the location in the McAfee VirusScan Console where I could turn the rule off.
    After I made the change, iTunes installed without complaint.

  • 'Check info service!'

    Every few minutes my 3120c bleeps and the screen comes on with the message 'Check info service!'
    What is this, why's it doing it and is it possible to switch off? Or at least turn the bleep off? Every time it bleeps I take it out of my pocket thinking something has happened, maybe I've accidentally turned the keyguard off or something, but no its just the off message
    Solved!
    Go to Solution.

    Cheers
    The info service is a left over feature from many years ago although some countries do still use it.
    It was a way of getting news and sports headlines to a phone before the days of WAP or WEB.

  • How to create a batch file to stop/start only essbase services 11.1.2.2

    Hi,
    I have a requirement to build a batch file to schedule stop or start essbase. This batch files should run daily once. Version 11.1.2.2.
    I have tried to prepare a batch file which is calling the default service restart batch StartEssbase.bat and stopEssbase.bat.
    Stop process is running fine. But, Start is not success. When I run StartEssbase.bat and stopEssbase.bat manually essbase is restarting successfully.
    I tried with the command like START ESSCMD.exe "Password" also. Still it is not working.
    Could any one please help with the batch scrpit how can I build to start or stop essbase.
    Thanks
    Srilatha Dasari

    Hi,
    You can use these...
    Start essbase-------------------------------
    REM ----------EssbaseAgent Start----------
    net start HyS9ESBAgent11.1.1_hypservice_1
    SET CHK46=%ERRORLEVEL%
    IF "%CHK46%" NEQ "0" (
         ECHO "ERROR IN STARTING THE ESSBASE SERVICE"
         EXIT /B 46
    ) ELSE (
         ECHO "STARTING ESSBASE SERVICE WAS SUCCESSFUL"
         EXIT /B 0
    PAUSE
    Stop essbase----------------------------------------
    REM ----------Stopping of ESSBASE Service----------
    SET ESB_BIN_DIR=E:\Hyperion\products\Essbase\EssbaseServer\bin
    SET SRCDIR=F:\Essbase\bin
    SET MSHSRC=%SRCDIR%\ShutdownServer.msh
    SET SERVERNAME=XXXXXXXX
    SET USERNAME=XXXXXX
    SET PASSWORD=XXXXX
    REM *****************CALLING ESSBASE ENVIRONMENT SCRIPT***********************
    CALL %ESB_BIN_DIR%\setEssbaseEnv.cmd
    CALL %ESB_BIN_DIR%\ESSMSH %MSHSRC% %USERNAME% %PASSWORD% %SERVERNAME%
    SET CHK10=%ERRORLEVEL%
    IF "%CHK10%" NEQ "0" (
         ECHO ------------------------------------------------------
         ECHO [%DATE% %TIME%] ERROR IN STOPPING THE ESSBASE SERVICE
         ECHO ------------------------------------------------------
         EXIT /B 10
    ) ELSE (
         ECHO ------------------------------------------------------
         ECHO [%DATE% %TIME%] STOPPING ESSBASE SERVICE WAS SUCCESSFUL
         ECHO ------------------------------------------------------
         EXIT /B 0
    The maxl is like
    login $1 $2 on $3;
    alter system shutdown;
    exit;
    Regards
    Snehasis

Maybe you are looking for

  • Possible N97 solution (Screen freeze)

    To start with, I have to admit I've never been an active member of these boards. Only when I got this phone back in August, shortly after release, did I turn here to see if someone else shared my problem. The N97 I have now is actually my second, the

  • Business Object Repository (BOR) in CAF

    Hi, The Business Object Repository (BOR) is the object-oriented repository in the R/3 System. It contains the SAP business object types and SAP interface types as well as their components, such as methods, attributes and events. Is there something si

  • Owner password for PDF files

    I downloaded PDF file, however, when I try to save it to my computer, a window pops up and says; 'without the owner password, you do not have permission to save this document. Enter the owner password to unlock saving the document'. Where and how can

  • Automatic shutdown

    Hi all, I am wondering if there is a setting on Leopard, or some third party software, that would enable me to schedule an automatic shut down on my G-5 iMac. It is operating as a server for a FileMaker database, and I would like to leave it on after

  • How do you do this in adobe after effects?

    What's up          I wanted to know how do i achieve this in adobe after affects? What tutorials do i need to look at to do this? Mathew, Sincerely  Drake Type Beat - Come Up In The 6 (Prod. by Omito) - YouTube