PRKP-1024 while trying to delete a service

Hello All,
I am having issues trying to delete a service that I set up on a node.
$> srvctl stop service -d rac -s OLTP_service
PRKP-1063 : Service OLTP_service is already stopped.
$> srvctl remove service -d rac -s OLTP_service
OLTP_service PREF: rac1 AVAIL:
Remove service OLTP_service from the database rac? (y/[n]) y
PRKP-1024 : The service OLTP_service is still running.
What am I missing?
Any help is appreciated.
Thanks,
Paru

oracle@cntn1:~> /opt/oraapp/product/crs/bin/crs_stat ora.dina.replload.cs
NAME=ora.dina.replload.cs
TYPE=application
TARGET=ONLINE
STATE=OFFLINE
oracle@cntn1:~> /opt/oraapp/product/crs/bin/crs_stop ora.dina.replload.cs
Target set to OFFLINE for `ora.dina.replload.cs`
oracle@cntn1:~> /opt/oraapp/product/crs/bin/crs_stat ora.dina.replload.cs
NAME=ora.dina.replload.cs
TYPE=application
TARGET=OFFLINE
STATE=OFFLINE
oracle@cntn1:~> srvctl remove service -d dina -s replload
replload PREF: dina3 dina1 AVAIL:
Remove service replload from the database dina? (y/[n]) y
oracle@cntn1:~>

Similar Messages

  • An error occured while trying to access this service

    I signed up to convert PDF to word, paid my money and have spent over an HOUR trying to get it to work and reading forums.  I have tried EVERYTHING listed and just want to convert.  I get this message on the program:
    An error occured while trying to access this service
    And this message online:
    The file you are trying to access could not be found.  The file may have been deleted or moved in another session.
    PLEASE HELP!!!

    [topic moved to Acrobat.com Services forum]

  • An error occurred while trying to access the service?

    I'm trying to convert a PDF into Excel but I get the message 'an error occurred while trying to access the service'.
    I have tried logging into my Adobe account online and doing it within there, but once I have exported the file and pressed 'convert' it simply says 'conversion failure' with no explanation.
    My subscription is still valid, so I don't see why the problems?  Has anyone else had this issue and managed to fix it?  I get the error message regardless of whether I'm trying to convert to Word or Excel.
    Any ideas greatly appreciated!!
    Thanks
    Sophie

    Hi SHurcs,
    I'm sorry that you're having such trouble with your ExportPDF subscription. Does this error occur for one particular file, or with any file that you try to convert? What operating system and browser are you using?
    To get us started, here are a few things that you can try:
    In Reader, sign out, and then sign back in.
    Use a supported web browser:  http://www.adobe.com/acom/systemreqs/
    Clear the browser cache.
    If you're using a networked computer, make sure that there are no firewall/proxy settings that prevent you from uploading files to the Internet.
    Make sure that the files you're trying to convert are within the file-size limits for ExportPDF (100 MB).
    If the problem persists, please let us know, and tell us a bit more about the files that you're converting.
    Best,
    Sara

  • An error occured while trying to access the service

    i'm continually having issues with trying to convert my files from PDF to excel.  I keep on getting the error message "An error occured while trying to access the service" with no real explanation as to what is wrong.  I've tried several times on several different computers, logging on and off, changing users...same message everytime.  I have a time sensitive project to complete, and can't get it done if this conversion can't be done.  HELP!

    Hi J,
    Here are a couple documents that may assist you:
    'Getting started' guide
    FAQ
    Let me know if those help!
    Kindest regards, Stacy

  • Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    it seems my subscription had expired so I signed up again.. It was still having trouble so I repeated the sign up process again.. Then it worked perfectly.. Unfortunately, I think I just subscribed twice and need to cancel one of them. Ugh. Such a pain when I'm trying to get this project completed. I'll be canceling at least one of the subscriptions in the morning. Adobe is not my favorite company right now. None of this was intuitive. And trying to get help was an absolute waste of an hour.
    Regards,
    Nathaniel
    [removed by moderator]

  • Error 5 - An exception occurred in SMO while trying to manage a service

    Hi
    I use an instrument
    made by myself in vb.net using SMO
    objects to manage a mixed group of about
    80 MS Sql Server (rel. 2005-2008 r2 & 2012)
    With this tool I check the status of services,
    change service accounts and their passwords,
    etc.
    A few days ago one server
    started to return an error when I run
    the first operation on any property of the object
    ManagedComputer just created.
    Error: "Error 5 - An exception occurred in SMO while trying to manage a service"
    This is my code:
    If UserID = "" Then
                '//Use the credentials of current user
                                mc = New ManagedComputer(serverName)
                            Else
                             '// Use the credentials provided by interface
                                mc = New ManagedComputer(serverName, UserID, UserPsw)
                            End If
                            str = ""
                            For x = 0 To mc.Services.Count - 1
                                With mc.Services.Item(x)
                                       servNome = .Parent.Name.ToUpper
                                        srvNome = .Name
                                        srvStato = .ServiceState.ToString
                                        srvStartMode = .StartMode.ToString
                                        srvAccount = .ServiceAccount
                                    End If
                                End With
                            Next
    The instruction mc.Services.Count generates the error below:
    smoex = {"An exception occurred in SMO while trying to manage a service."}
        Microsoft.SqlServer.Management.Smo.FailedOperationException = {"An exception occurred in SMO while trying to manage a service."}
        _HResult = -2146233088
        _message = "An exception occurred in SMO while trying to manage a service."
        Data = {System.Collections.ListDictionaryInternal}
        FailedObject = Nothing
        HelpLink = "http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1846+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.InnerWmiException&LinkId=20476"
        HResult = -2146233088
        InnerException = {"Failed to retrieve data for this request."}
        IPForWatsonBuckets = 1670498764
        IsTransient = False
        Message = "An exception occurred in SMO while trying to manage a service."
        Operation = ""
        ProductName = "Microsoft SQL Server"
        ProdVer = "11.0.2100.60 ((SQL11_RTM).120210-1846 )"
        RemoteStackTrace = Nothing
        SmoExceptionType = FailedOperationException {12}
        Source = "Microsoft.SqlServer.SqlWmiManagement"
        StackTrace = "   in Microsoft.SqlServer.Management.Smo.Wmi.WMIProxy.ExecProcess(Object request)     in Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.EnumChildren(String childTypeName, WmiCollectionBase
    coll)     in Microsoft.SqlServer.Management.Smo.Wmi.ServiceCol...
        TargetSite = {System.Object ExecProcess(System.Object)}
        WatsonBuckets = Nothing
    The server not have problems and the local Sql Server Configuration Manager work fine.
    I copied the tool on the server to run it
    locally. Strangely, if I use the credentials of the current logged user the tool works
    (mc = New ManagedComputer(serverName) )
    If I provide explicit the credentials
    (domain\username and password, but  the same of user logged in the server)
    is not working 
    ( mc = New ManagedComputer(serverName, UserID, UserPsw) )
    From a remote server instead
    does not work in both modes.
    The server configuration:os Win 2008 R2 EE Sp1 , Ms Sql 2008 R2 Sp2 10.50.4321
    Any suggestion is
    much appreciated
    Many thanks in advance

    Hi Lydia
    Thanks for your quick
    response.
    Unfortunately I had already considered this hypothesis
    and the security settings on the object WMI
    seems correct.
    The user with which I run the program
    is part of a domain's
    group inserted into
    the local administrators group. This group
    has the flag "Remote Enable" active.
    However, I verified that the
    problem occurred since I updated my tool
    to monitor and manage the new systems Sql
    2012. The tool now uses objects
    SMO 11.0 that I installed in the development environment,
    and on server where it is scheduled
    the tool, through the package
    SharedManagementObjects.msi.
    The documentation says that SMO 11 is
    compatible with SQL 2005
    and higher and, in fact, I only had problems
    with one server. The old version of tool in fact work fine again.
    This information will suggest
    some ideas?
    Thanks again
    Giovanni Camurri

  • "error while trying to access the service"

    I am trying to convert a pdf file to an excel file.  I get a completely unhelpful message that says  "error while trying to access the service" .
    What does this mean and how do i fix it?

    Hi sd433m,
    Thank you for posting on the Adobe forums. If you are already subscribed to the service, kindly try the steps mentioned below.
    1) Open Adobe Reader  Edit>preferences
    2) Go to Adobe Online services>change the email address to the one you have subscribed the service with
    3) Go to identity> change the email address there as well
    4) Click OK
    5) Restart the Adobe Reader and try to access the service again.
    If you have not subscribed to the service please do that as, we do not offer trial for Create PDF.
    Thanks,
    Vikrantt Singh

  • I have this message while trying to download Itunes: Service "apple mobile device" (Apple Mobile Device) fail to start. Verify that you have sufficient privileges to start system services. What this means.

    Hello.
    I received this message while trying to download itunes:
    Service 'apple movile device' fail to start. Verify that you have sufficient privileges to satrt system services.
    What this means ???? Tks

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • After connnecting Iphone to iTunes ( while trying to delete U2's album ), all of my songs have been removed. How can I get them back?

    After connnecting Iphone to iTunes ( while trying to delete U2's album that Apple forced on all iOS users. ), all of my songs have been removed. How can I get them back?
    I dont use iTunes since I have a windows laptop. I use CopyTrans , a program that basically emulates iTunes but is simpler. However it wouldnt allow me to delete U2s album from my phone. 
    After removing one song iTunes "updated" my phone's song list but in reality just deleted every song on it ( except for U2's atrocious album !!) 
    Is there any way I can get my songs back? 
    When I start up iTunes and CopyTrans  the songs are still there. However when I attempt to play them they will not play?
    Thanks

    If you have a unencrypted boot hard drive and willing to buy another external powered drive and $100 software, the files can be recovered using this method and Data Rescue.
    Create a data recovery/undelete external boot drive

  • I am using Adobe Reader with paid up service through May 2015.  When I attempt to convert a file from PDF or to PDF, I get the message "An error occured while trying to access the service.  What do I need to do to access the service paid for?

    I am using Adobe Reader with paid up service through May 2015.  When I attempt to convert a file either to PDF or from PDF, I get the error message, "An error occurred while trying to access the service".  What do I need to do to get access to the service I have paid for?

    Hi DeaconTomColorado,
    Please see "Error occurred when trying to access this service" when logging on to Acrobat.com.
    Adobe has just released an update to Adobe Reader, so if you're accessing the service via Reader, please let us know whether the update helps resolve the issue.
    Best,
    Sara

  • I keep getting the message"an error occurred while trying to access the service".  does anyone know what i need to do to resolve this problem.  I am trying to convert apdf file for msword?

    I keep getting the message"an error occurred while trying to access the service".  does anyone know what i need to do to resolve this problem.  I am trying to convert a PDF file for ms word?

    Adobe Reader is free; but you may have paid for the ExportPDF service.
    Contact Adobe Customer Care and click on the Still need help? button to chat with an agent.
    [topic moved to ExportPDF forum]

  • I cannot convert my pdf files to word. I keep getting an error message that "an error occurred while trying to access the service"?

    I cannot convert my pdf files to word. I keep getting an error message that "an error occurred while trying to access the service"?

    See if anything in here helps: https://forums.adobe.com/docs/DOC-1831
    [topic moved to ExportPDF forum]

  • Receive error message "An error occurred while trying to access the service" when I try to convert a file?

    When I attempt to convert a file, either to PDF or from PDF I receive the error message "An error occurred while trying to access the service" what can I do to resolve?  I already applied updates and attempted to fix?

    You could always sign into Acrobat.com directly and use the service through the web site if it's a critical need.

  • ExportPDF - "an error occurred while trying to access the service"

    I have never had a problem using ExportPDF in the past but recently I am getting an error message saying "an error occurred while trying to access the service".  I am using the same browser, Chrome, that I have always used.  Please tell me how to fix this.

    Hi billbeaton,
    Please log out, clear the browser cache, and then reload https://cloud.acrobat.com. If that doesn't work, please try logging in using a different web browser (simply as a test).
    Has anything changed on your system since you were last able to log in to Acrobat.com? Are you using Mac OS or Windows?
    Best,
    Sara

  • An error occurred while trying to provision the service 'Discussions'.

    Hi All
    I initially got the error Failed to authenticate user when accessing the discussion and Announcement services within WebCenter. I subsequently configured WS Security by providing the required keystore as indicated in this tutorial:
    http://e20tricks.blogspot.com/2010/02/webcenter-quick-install-guide.html
    I've created a orcladmin user that is the system admin in Jive Forum too and use this as the required user in the service configuration within EM.
    I now however even though the Discussion and Announcement Service is available in WebCenter get the following error when trying to add either service to a group space:
    An error occurred while trying to provision the service 'Announcements'. The service did not get provisioned.
    I can't find anything in the logs that indicates any errors.
    Have I missed something? A slight configuration stuff-up perhaps?
    FYI my keystore defines -dname as "cn=machine name, dc=com, dc=au".
    Any advice and help would be much appreciated :)

    Make sure when you generate your keystore you use these commands:
    genkeypair
    importcert
    exportcert
    and not:
    genkey
    import
    export
    if the above commands you should be using are not available you've got an issue with your keytool which is probably an incorrect java. Make sure you have a JDK installed.

Maybe you are looking for

  • Currency Problem CO-FI Integration

    Dear Specialists, we have a quite complex problem, which occurs in one of our company codes. Maybe someone can help me out with a good idea. We use CO-FI integration. 1. FI Posting with CO-Assignment (1. January 2010) Currencies: Transaction: GBP, Ho

  • UserExit/ Badi for me51n ( Version Details )

    Hi Experts, In transaction ME51n for Purchase Requistion for line item in Version TAB , I want to capture the Status "version completed" checkbox in a User exit or BADI and want to put a validation on the checkbox. I have  list of all UserExits and B

  • "your photostream could not be reset at this time due to a server error, try again later"

    Is anyone else having this issue. As according to Apple system status all icloud services are online & working. It has been like this for a number of days & is the same when i try and reset photostream in safari on my iMac & Firefox on my work's PC.

  • BLS transaction execution time

    When I run a BLS transaction,  its execution started time is 4 hours ahead .  I looked at my xMII server time and it is OK .  What should be happening ?

  • Fetch details from workitem.

    Hi, I have a Travel & expense workflow scenario where in i get workitem id is a rfc bapi call. Based one the wrokitem id i need to fetch the corresponding key fields like the Personal Number and the Trip Number. How can i acheive this. Is there any F