SCOM: Service entered unpredictable state

"The Orchestrator Run Program Service service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly."
We are seeing these alerts pop up in SCOM. It isn't a huge deal, more of an annoyance. I'm wondering if anyone can give advice or a best practice on how to react to it. 
I put in an override to downgrade the alert severity from critical to warning because the server owners weren't interested in notifications. And everything is working properly, but I am thinking of how to avoid any future issues that may occur as well as
just having one less alert in the console.
http://www.systemcentercentral.com/research-this-kb-service-entered-unpredictable-state/
http://social.technet.microsoft.com/Forums/systemcenter/en-US/5fd8d036-3889-4a8a-80aa-7aa3f0c890b4/opsmgr-a-service-has-entered-into-an-unpredictable-state
I have read that some people are disabling this rule and creating a similar rule that only alerts on specific services. But I was thinking about just giving the Orchestrator service account the "Act as part of the operating system" right in group
policy. Obviously there are security concerns. so maybe just on a case by case basis instead of for the entire environment.
Any advice is welcome.
- Slow is smooth and smooth is fast.

Hi Pete,
We had the same, the error is connected to service settings, please look here how to fix:
http://technet.microsoft.com/en-us/library/cc756339(v=ws.10).aspx
Natalya

Similar Messages

  • Unit cpupower.service entered failed state

    I've installed linux-rt (3.10.18-rt14-1-rt) with the intention of setting it up for pro-audio work. My cpu is a Core2 Quad.
    I'm trying to set the cpu frequency to performance on start up, but it fails.
    I installed cpupower and edited /etc/default/cpupower:
    # Define CPUs governor
    # valid governors: ondemand, performance, powersave, conservative, userspace.
    governor='performance'
    # Limit frequency range
    # Valid suffixes: Hz, kHz (default), MHz, GHz, THz
    min_freq="2.00GHz"
    max_freq="2.50Hz"
    I ran systemctl enable cpupower.service
    But after reboot I get:
    [tony@hydra ~]$ systemctl status cpupower.service
    cpupower.service - Apply cpupower configuration
    Loaded: loaded (/usr/lib/systemd/system/cpupower.service; enabled)
    Active: failed (Result: exit-code) since Tue 2013-11-12 07:13:15 PST; 42min ago
    Process: 218 ExecStart=/usr/lib/systemd/scripts/cpupower (code=exited, status=1/FAILURE)
    Main PID: 218 (code=exited, status=1/FAILURE)
    CGroup: /system.slice/cpupower.service
    Here's the output from sudo journalctl | grep cpupower:
    Nov 11 19:03:45 hydra sudo[11586]: tony : TTY=pts/0 ; PWD=/home/tony ; USER=root ; COMMAND=/usr/bin/pacman -S cpupower
    Nov 11 19:32:46 hydra sudo[1444]: tony : TTY=pts/0 ; PWD=/home/tony ; USER=root ; COMMAND=/usr/bin/cpupower info
    Nov 11 19:43:06 hydra sudo[1469]: tony : TTY=pts/0 ; PWD=/home/tony ; USER=root ; COMMAND=/usr/bin/cpupower frequency-set -g performance
    Nov 12 05:48:25 hydra dbus-daemon[219]: dbus[219]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.13" (uid=1000 pid=4953 comm="systemctl enable cpupower.service ") interface="org.freedesktop.systemd1.Manager" member="EnableUnitFiles" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Nov 12 05:48:25 hydra dbus[219]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.13" (uid=1000 pid=4953 comm="systemctl enable cpupower.service ") interface="org.freedesktop.systemd1.Manager" member="EnableUnitFiles" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Nov 12 05:48:45 hydra sudo[4993]: tony : TTY=pts/0 ; PWD=/home/tony ; USER=root ; COMMAND=/usr/bin/systemctl enable cpupower.service
    Nov 12 05:50:44 hydra systemd[1]: Starting Apply cpupower configuration...
    Nov 12 05:50:44 hydra systemd[1]: cpupower.service: main process exited, code=exited, status=1/FAILURE
    Nov 12 05:50:44 hydra systemd[1]: Failed to start Apply cpupower configuration.
    Nov 12 05:50:44 hydra systemd[1]: Unit cpupower.service entered failed state.
    Nov 12 06:32:32 hydra sudo[8192]: tony : TTY=pts/0 ; PWD=/home/tony ; USER=root ; COMMAND=/usr/bin/cpupower frequency-set -g
    Nov 12 06:32:42 hydra sudo[8245]: tony : TTY=pts/0 ; PWD=/home/tony ; USER=root ; COMMAND=/usr/bin/cpupower frequency-set -g performance
    Nov 12 06:56:14 hydra systemd[1]: Starting Apply cpupower configuration...
    Nov 12 06:56:14 hydra systemd[1]: cpupower.service: main process exited, code=exited, status=1/FAILURE
    Nov 12 06:56:14 hydra systemd[1]: Failed to start Apply cpupower configuration.
    Nov 12 06:56:14 hydra systemd[1]: Unit cpupower.service entered failed state.
    Nov 12 07:13:15 hydra systemd[1]: Starting Apply cpupower configuration...
    Nov 12 07:13:15 hydra systemd[1]: cpupower.service: main process exited, code=exited, status=1/FAILURE
    Nov 12 07:13:15 hydra systemd[1]: Failed to start Apply cpupower configuration.
    Nov 12 07:13:15 hydra systemd[1]: Unit cpupower.service entered failed state.
    Nov 12 08:16:51 hydra systemd[1]: Starting Apply cpupower configuration...
    Nov 12 08:16:51 hydra systemd[1]: cpupower.service: main process exited, code=exited, status=1/FAILURE
    Nov 12 08:16:51 hydra systemd[1]: Failed to start Apply cpupower configuration.
    Nov 12 08:16:51 hydra systemd[1]: Unit cpupower.service entered failed state.
    But, I can set it manually:
    [tony@hydra ~]$ sudo cpupower frequency-set -g performance
    Setting cpu: 0
    Setting cpu: 1
    Setting cpu: 2
    Setting cpu: 3
    [tony@hydra ~]$ sudo cpupower frequency-info -p
    analyzing CPU 0:
    1998000 2500000 performance
    Any ideas on where to go from here to get this working?

    No.
    # systemctl start cpupower.service
    Job for cpupower.service failed. See 'systemctl status cpupower.service' and 'journalctl -xn' for details.
    # journalctl -xn
    -- Logs begin at Sat 2013-11-09 15:26:43 PST, end at Thu 2013-11-14 06:56:23 PST. --
    Nov 14 06:56:19 hydra su[1010]: (to root) tony on pts/0
    Nov 14 06:56:19 hydra su[1010]: pam_unix(su:session): session opened for user root by tony(uid=1000)
    Nov 14 06:56:20 hydra slim[235]: starting deadbeef 0.5.6
    Nov 14 06:56:20 hydra slim[235]: server_start
    Nov 14 06:56:21 hydra slim[235]: starting deadbeef 0.5.6
    Nov 14 06:56:21 hydra slim[235]: server_start
    Nov 14 06:56:22 hydra slim[235]: starting deadbeef 0.5.6
    Nov 14 06:56:22 hydra slim[235]: server_start
    Nov 14 06:56:23 hydra slim[235]: starting deadbeef 0.5.6
    Nov 14 06:56:23 hydra slim[235]: server_start
    Last edited by hobonix (2013-11-14 15:00:58)

  • T500 Unattended Wake from Standby - Windows Image Acquisition Service entered running state

    I haven't been able to figure out what is waking up my computer while I am away..  After I standby or hibernate then come back the next day, it is always running again. 
    I'm running XPsp3 on my T500 in a home network environment. 
    Tonight I stayed up with it, and it woke up at around 1:59.  I see in the System Event Viewer this event was logged, "The Windows Image Acquisition Service entered the running state".
    What is causing this service to start and wake up the computer?  
    Since this is imaging related, I mention one other thing that I have noticed, that occasionally on startup the built in webcam light will stay on, only going off when I start it and stop it again.
    Message Edited by willy2 on 08-03-2009 11:13 PM

    If you are running XP MCE (Media Center Edition), it's likely that there is a scheduled MCE task that is waking your system every night.   When I was running MCE on my former desktop, the system came out of hibernation (as well as standby) in the wee hours every morning.   As I recall disabling the ehrecvr process prevented the behavior (though this has other affects on MCE); there may be a way in XP's task scheduler to find the MCE task and change it to not run if the system is in standby (I'm a little fuzzy on that since I later switched to Vista MCE, and the task is visible there).
    Searching on 'MCE wakes up computer from standby' in Google will show lots of similar complaints.

  • XCmd Service - SCOM alert - Unpredictable state

    Hey folks,
    I keep get a SCOM alert for an unpredictable state for the xcmd service.
    It says:
    The xCmd Service service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.
    This is only happening on our Server 2008 and 2008 R2 machines.
    Been googling around and cant find a fix. Anyone have an idea?

    Have you checked the product knowledge of the alert? It gives you the answer you are looking for:
    Summary
    This rule generates an alert when the Service Control Manager detects that a service has started with an invalid configuration. It is important to note that even though the Service Control Manager detected an invalid configuration, the service still started
    successfully.
    The service may not be running as expected and may behave in an unpredictable manner. Additionally, the service may not be able to be restarted until the issue is resolved.
    Sample Event:
    This rule generates an alert whenever any of the following events occur and are recorded in the System Event Log:
    The %1 service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.
    The Service Control Manager encountered an error that has undone a configuration change to the %1 service. The service's %2 is currently in an unpredictable state. If you do not correct this configuration, you may not be able to restart the %1 service or
    you may encounter other errors. To ensure that the service is configured properly, use the Services snap-in in MMC.
    •
    Source: Service Control Manager; Event ID: 7030The %1 service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.
    •
    Source: Service Control Manager; Event ID: 7037The Service Control Manager encountered an error that has undone a configuration change to the %1 service. The service's %2 is currently in an unpredictable state. If you do not correct this configuration, you
    may not be able to restart the %1 service or you may encounter other errors. To ensure that the service is configured properly, use the Services snap-in in MMC.
    Causes
    This alert is generated whenever any of the following conditions occur:
    •
    The service is configured to run interactively but system policy is configured to prevent services from running in this mode.
    •
    An error occurred while attempting to configure the service.
    Resolutions
    There are two possible resolutions for this alert. Refer to the event that generated the alert and select the appropriate set of resolution steps.
    Event ID: 7030
    To resolve this alert, consult with a subject matter expert or the vendor to determine if the service must run interactively on the desktop. If not, follow these steps:
    •
    Open the Services MMC snap-in.
    •
    Double-click the appropriate Service and open that service’s property sheet.
    •
    Click the Log On tab.
    •
    Clear the Allow service to interact with desktop check box.
    If the service must run interactively, you will need to change the “Allow service to interact with desktop” system policy. To do this, perform the following steps:
    HKLM\System\CCC\Control\Windows
    0 - Enabled
    1 - Disabled
    •
    Open the Registry Editor.
    •
    Navigate to the registry value “NoInteractiveServices” at:HKLM\System\CCC\Control\Windows
    •
    Set the value from “0” to “1” 0 - Enabled1 - Disabled
    •
    Open the Services MMC snap-in.
    •
    Select the appropriate Service and restart it.
    Event ID: 7037
    Resolve this alert by doing the following:
    •
    Open the Services MMC snap-in.
    •
    Double-click the appropriate service and open that service’s property sheet.
    •
    Click each of the tabs and verify that the configuration information is appropriate. Update any configuration fields that have incorrect or corrupted data in them.
    •
    Restart the service and check the event log to determine whether another instance of event 7037 has occurred. If not, the issue has been resolved.
    •
    If a new instance of event 7037 occurs, use Sc.exe to examine the service’s advanced configuration settings and then update them as appropriate. Use the
    qc and config commands within Sc.exe to view and configure the service.
    Regards,
    Marc Klaver
    http://jama00.wordpress.com/

  • The Software Protection service entered the running state.

    I noticed this event fire once in minute.
     I can't see tree from leaves in System Log
    Log Name:      System
    Source:        Service Control Manager
    Date:          18.10.2012 08:44:17
    Event ID:      7036
    Level:         Information
    Keywords:      Classic
    Description:
    The Software Protection service entered the running state.
    Only big before that is that, I enabled BitLocker ??
    Some idea ?

    Hello,
    Has anything been found out about this?  We're running into the same issue except that it's logging every 30 seconds.
    Here's some info from the machines and when it's occurring:
    It only occurs when someone is connected to the machine through Remote Desktop.
    The machines are Amazon EC2 instances.
    Seems to only happen on machines that are connecting to RODC's. 
    Machines have limited connection to RODC's through security groups (machine based firewalls).
    They are Windows Server 2012 instances, small and medium instance types.  (See instance type details here:  http://aws.amazon.com/ec2/instance-types/instance-details/)
    Little or no extra software installed.  These were spun up from a basic WS2012 image and it started occurring shortly after.  There are other machines launched from the same image that do not have this issue.
    There are also some other machines connecting to the same RODC's with the same security group (firewall) settings that are not experiencing this issue.
    We are just using the standard Remote Desktop, not the 2012 Remote Desktop Services.  We have tried to install this but the install always fails.  See: http://social.technet.microsoft.com/Forums/windowsserver/en-US/3ab983ce-9290-49ec-81e6-a3adf34cb8b2/remote-desktop-services-failed-on-windows-2012-server-amazon-vpc-ec2
    The machines (the ones having this issue as well as the ones that do not have it) all have the exact same Windows updates installed.
    Here is the detail of the event:
    NOTE: Every 30 seconds it logs this exact message - entered the RUNNING state.  I do not see other messages stating it entered the Stopped state.
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
    <EventID Qualifiers="16384">7036</EventID>
    <Version>0</Version>
    <Level>4</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8080000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-01T12:23:10.519607800Z" />
    <EventRecordID>35726</EventRecordID>
    <Correlation />
    <Execution ProcessID="520" ThreadID="588" />
    <Channel>System</Channel>
    <Computer>REMOVED</Computer>
    <Security />
    </System>
    - <EventData>
    <Data Name="param1">Software Protection</Data>
    <Data Name="param2">running</Data>
    <Binary>7300700070007300760063002F0034000000</Binary>
    </EventData>
    </Event>
    Any help or insight would be greatly appreciated...
    Thanks!
    Jeff

  • Windows service entered the stopped state

    hello,
    my windows service running on Windows Server 2008 R2 SP1 stopps two or three times per month undefined with the Event ID 7036 : service entered the stopped state. 10 mins later it starts again alone: service entered the running state.
    What I also see is that some other services enter in the stopped state and then enter the running state: with Event ID 7036, but more frequently, means several times per day:
    SoftwareProtectionService
    WindowsModuleInstaller
    ApplicationExperience
    WMI Performance Adapter
    Portable Device Enumerator Service
    What is the problem here, I could not find any solution yet.
    thx

    Hi,
    Sometimes services are started only when they are needed. Most services you listed are Manual in startup type which means they will be started manually when it is needed. 
    Also if you disable a service manually, dependency services will also be stopped. 
    Here are 2 threads which mentioned 2 services in your list and they are also start/stop even 10 minutes. 
    Windows Modules Installer Stops & Restarts Frequently
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/d8e192ed-92ff-451b-9646-add8214c4e84/windows-modules-installer-stops-restarts-frequently
    7036 - Service entered the stopped/started state Messages
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/8360b321-8225-42f1-a3e8-a75020dad227/7036-service-entered-the-stoppedstarted-state-messages

  • HT4628 I recently transferred my internet service to another state. Have not yet moved my imac, just my pc laptop. I cannot get my airport extreme wireless router to work. The green light stays lit when everything is connected but I can't connect to the i

    I recently transferred my internet service to another state.I have not yet moved my imac, just my pc laptop. I cannot get my airport extreme wireless router to work. The green light stays lit when everything is connected but I can't connect to the internet. Any suggestions?

    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    If the above steps do not solve the problem, start over with step 1 above, but then perform the next steps between steps 1 & 2. above.
    Disconnect the AirPort base station from the Internet broadband modem.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Reconnect the AirPort base station to the Internet broadband modem. For the Extreme and Time Capsule, be sure to connect the cable to the base station's WAN (circle-of-dots) port.
    Continue with step 2 in the first set of steps.
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

  • Sample data for healthcare, education or social services in United States

    Hello All,
    I need to download some sample data for my research on tableau software. Can you please provide me some links where can I download the sample data related to healthcare, education or social service in united states?
    Thank you,
    Anish
    Anish Tuladhar - Do not forget to mark as answer, only if helpful.:)

    Unfortunately your post is off topic as it's not specific to SQL Server Samples and Community Projects.  
    This is a standard response I’ve written in advance to help the many people who post their question in this forum in error, but please don’t ignore it.  The links I provide below will help you determine the right forum to ask your question in.
    For technical issues with Microsoft products that you would run into as an end user, please visit the Microsoft Answers forum ( http://answers.microsoft.com ) which has sections for Windows, Hotmail,
    Office, IE, and other products.
    For Technical issues with Microsoft products that you might have as an IT professional (like technical installation issues, or other IT issues), please head to the TechNet Discussion forums at http://social.technet.microsoft.com/forums/en-us, and
    search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), please head to the MSDN discussion forums at http://social.msdn.microsoft.com/forums/en-us, and
    search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here: http://community.dynamics.com/
    If you think your issue is related to SQL Server Samples and Community Projects and I've flagged it as Off-topic, I apologise.  Please repost your question and include as much detail as possible about your problem so that someone can assist you further. 
    If you really have no idea where to post your question please visit the Where is the forum for…? forum http://social.msdn.microsoft.com/forums/en-us/whatforum/
    When you see answers and helpful posts, please click Vote As Helpful,
    Propose As Answer, and/or Mark As Answer
    Jeff Wharton
    MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCSA, MCITP, MCDBA
    Blog: Mr. Wharty's Ramblings
    Twitter: @Mr_Wharty
    MC ID:
    Microsoft Transcript

  • [svn:osmf:] 14758: Fix FM-556: When MediaPlayer enters error state, capabilities should be set to false, and capability change events should be dispatched.

    Revision: 14758
    Revision: 14758
    Author:   [email protected]
    Date:     2010-03-15 12:27:47 -0700 (Mon, 15 Mar 2010)
    Log Message:
    Fix FM-556: When MediaPlayer enters error state, capabilities should be set to false, and capability change events should be dispatched.  Also fixed typo in one of the capability change event names.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-556
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/MediaPlayerCapabilityChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamLoadTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as

    Well, I can tell you that this kind of error is not OS related, but rather a HW thing.  It happens where there is a general detection of something going wrong.  Sometimes it can happen randomly and might not be an indication of a problem.  But sometimes it can be caused by things that are improperly functioning within the system like bad capacitors. 
    Unfortunately I don't really know what to do about such things except give you machine a proper inspection.  But if things are working fine, and continue to do so, I wouldn't worry about it.  If it becomes a regular occurance, then I'd worry.

  • Stop SCOM services before installing UR5 for SCOM 2012 SP1?

    Hello,
    Shall I stop SCOM services on management server before upgrade to UR5?
    ENV: 3 SCOM 2012 SP1 management servers without UR.

    You didn't need to stop services within upgrade.
    To upgrade to UR5, you can refer below link
    http://www.ms-opsmgr.eu/?p=488
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • It is possible to speed up the 31410 (datawarehouse event) after restarted all the SCOM services for SCOM 2007R2

    Hi,
    Everytime, we restarted the SCOM services. It will took 50mins++ until event id 31410 is out then SCOM application will only start to pumping out alerts. anyway to speed it up?

    Hi,
    When you restart the SCOM services, please also try to restart Microsoft Monitoring Agent.
    @echo off
    echo Restarting System Center Management Configuration…
    net stop cshost
    net start cshost
    echo Restarting HealthService…
    net stop HealthService
    net start HealthService
    echo done!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Cost automaticall update when services entered manually in Maintenace order

    Dear SAPIENTS,
    How can I get Cost automatically update when services entered manually in Maintenace order. This services comes under agreement.
    I have entered service agreement and now entering service number auomatically since i know the service number. Also i need that cost field should not come as editable.
    Cost comes automatically when go for selection against agreement
    Regards,
    Kaushal Rai

    hi
    In the order whether you are able to see the plan cost in the COST TAB ,for the activity.
    You have to confirm the activities or operation for the order in IW41,then only actual cost will be captured in the order.
    if you complete the notification ,your operation will not confirm automatically
    regards
    thyagarajan

  • Backup Assistant Service Failed - Sync state not supported by this operation

    I have a Samsung Stratosphere running Gingerbread 2.3.5.  Recently I tried to use the Backup Assistant app and it gave me the error message:
    Service Failed
    Sync state not supported by this operation
    How do I get it to work again?  I can't think of anything that could have caused this.  It worked when I first got the phone.

    I clicked on "backup my contacts" and they backed up--I see them.  Here is
    the strange thing:  the first person to get back to me told me to disable
    the app since it didn't work well with Android.  I did that.  Two days
    later, it started to back up.  Huh?????  Seems like it is inconsistent.
    So, do I just wait until it doesn't work again  (dumb question--what else
    can I do???).  Does this happen to others?
    Thanks so much.  I am new to Verizon and so far I am pleased and really
    like that you got back to me!!
    Sincerely,
    Fran
    On Wed, Nov 21, 2012 at 6:10 PM, Frances Purcell-Abbott <

  • SQL error - 20013, Admin command cannot enter critical state 'Backup'

    Hello,
    I have a problem to start (ADMIN --> ONLINE) our MaxDB of our Solution Manager.
    I get the following error message:
    SQL error
    -104, DBM command impossible at this time
    - 20013, Admin command cannot enter critical state 'Backup'
    Has someone an idea how to solve this issue?
    Thanks in advance for help!
    Kind regards,
    Joern

    Hi,
    that's my problem. I can't start the database:
    af4lm139:sm2adm 51> dbmcli -d SM2 -u control,xxx db_admin
    OK
    af4lm139:sm2adm 51> dbmcli -d SM2 -u control,xxx db_warm
    Can not flush file '/sapdb/SM2/data/wrk/dbmsrv_af4lm139.err'.
    dbmsrv_af4lm139.err:
    PID 598:      -
    PID 598:  25: RTEThread_Thread::AppointMainThreadToThreadObject(int, SAPDBErr_MessageList&) + 0x392
    PID 598:          Symbol: ZN16RTEThreadThread31AppointMainThreadToThreadObjectEiR20SAPDBErr_MessageList
    PID 598:          SFrame: IP: 0x000000000087d8f2 (0x000000000087d560+0x392)
    PID 598:          Module: /sapdb/SM2/db/pgm/dbmsrv
    PID 598:      -
    PID 598:  26: main + 0x105
    PID 598:          SFrame: IP: 0x000000000040bf15 (0x000000000040be10+0x105)
    PID 598:          Module: /sapdb/SM2/db/pgm/dbmsrv
    PID 598:      -
    PID 598:  27: __libc_start_main + 0xf4
    PID 598:          SFrame: IP: 0x00002adc11d1a304 (0x00002adc11d1a210+0xf4)
    PID 598:          Module: /lib64/libc-2.4.so
    PID 598:      -
    PID 598:  28: __gxx_personality_v0@@CXXABI_1.3 + 0x10a
    PID 598:          SFrame: IP: 0x000000000040bd5a (0x000000000040bc50+0x10a)
    PID 598:          Source: start.S:116
    PID 598:          Module: /sapdb/SM2/db/pgm/dbmsrv
    Kind regards,
    Joern

  • Phone service in multiple states

    I am setting up 2 branch offices in another state.  Each office is relatively small, with about 10 users in each.  I would like to know the best way to provide phone service to these users.  Each site has a VPN back to us for their data but are on their own phone system.  We would like to deploy Cisco phones to these offices that we can manage.  We use Cisco Call Manager 8.6 at our HQ.  My concerns are how to handle local calls and 911 emergency services.  Currently we have several PRIs through AT&T.  Can AT&T read the calling party number and route the call to the appropriate PSAP regardless of which state the call originates from or what path it took to get to the PSTN?  Same thing with local calls.  Will it still be a local call if it has to go through another state before it reaches the PSTN?  I've considered setting up Call Manager Express at these sites to get around these issues and I would appreciate any hardware recommendations for these sites.   

    As far as i know PRIs will not be able to route calls based on ANI and route it to the PSAP but I *think* there is a SIP service that ATT provides that does this. Else you might have to look at putting a small router with 1 or 2 analog lines just for 911 (and SRST if needed). A 2901V/K9 bundle with FXO ports should help you with this.

Maybe you are looking for

  • PC card adapter question

    i just got a sandisk PC card adapter to read/write to a compact flash card. can i leave the adapter in the PC slot (w/o a card) when i'm not using it? i won't lose it that way. thanks , barbara power book G5 Mac OS X (10.4.3)

  • Error message unknown error 4280.... please help!!!!

    When I try and burn a cd it starts and then stops and comings up with a unknown error message saying unknown error 4280...

  • Capturing data from a website

    Hello, I would like to capture data from websites, or get a snapshot of a given URL. I was wondering how this would be posible using Java. Any help or comments will be greatly appreciated. Chanie

  • Update BPM suite 11.1.1.5.0  to FP

    I have no CSI but I want to experience the notification activity in personal practice. unless the official update guide(oracle support), somebody help me out to update FP or offer me the FP patch? many thanks Regards Daniel.

  • Self-registration user assigned to anonymous group auto

    hi experts, how can i make the user self-registration user belong to anonymous group,not everyone group best regards zlf