Cannot remove Apply Process!!!!

I have a situation where I try and create an apply process "APPLY_1" and Oracle complains that the process already exists.
When I attempt to drop the process I get the following:
ERROR at line 1:
ORA-24035: AQ agent APPLY_1 is not a subscriber for queue STRMADMIN.APPLY_QUEUE
ORA-06512: at "SYS.DBMS_AQADM_SYS", line 5525
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_APPLY_ADM_INTERNAL", line 87
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 603
ORA-06512: at line 2
Looking at OEM and DBA_APPLY the process doesn't seem to exist!
I then try:
DROP user strmadmin cascade;
I then recreate the user and try and create APPLY_1 again and it still complains the process exists!?
Please help!,
Warren

I noticed the reply from Patricia Mcelroy on the same issue in another post. You may need to try that for recreating the apply processes:-
=================================
Can you create an apply process with a different name?
Confirm that the apply name does not exist in dba_apply view.
Verify that the apply process name is not listed in DBA_OBJECTS.
If a database object by the apply name exists from a previous setup,
a second apply of that name can not be created. Once the apply object
no longer exists, flush the shared pool and use a fresh database
session to create the new apply process.

Similar Messages

  • Cannot reopen firefox, since it's already active. Cannot kill the process in taskmanager. Already uninstalled and removed all the programm files... same problem occurs?? Tried to change the profile etc... nothing works..

    Cannot reopen firefox, since it's already active.... Cannot kill the process in taskmanager.
    Already uninstalled and removed all the programm files... same problem occurs??
    Tried to change the profile and all other actions I found on the support website etc... nothing works..
    When I opened firefox some weblinks in pages I visited (for example the pop up of the calendar on the ryanair website did not work...)... This also happens in the ewplorer and google I use now...
    Can anyone advise me in this? Many thanks?

    Cannot reopen firefox, since it's already active.... Cannot kill the process in taskmanager.
    Already uninstalled and removed all the programm files... same problem occurs??
    Tried to change the profile and all other actions I found on the support website etc... nothing works..
    When I opened firefox some weblinks in pages I visited (for example the pop up of the calendar on the ryanair website did not work...)... This also happens in the ewplorer and google I use now...
    Can anyone advise me in this? Many thanks?

  • Cannot be applied to (java.io.PrintWriter) error

    Hi guys I get the following errors when trying to compile my program and I was wondering how to solve it
    printPay() in PaySlip cannot be applied to (java.io.PrintWriter)
    slip.printPay(slipWrite)
    import java.io.*;
    public class PayApp
      public static void main(String[] args)
        boolean end_of_file = false;
        EmpInFile   f1 =  new EmpInFile(); 
        EmpOutFile  f2 =  new EmpOutFile();
        Employee    emp = null;       
        PaySlip     slip = null;           
        Report   sum = null;     
        PrintWriter slipWrite = null;
        PrintWriter sumWrite  = null;
        if (args.length != 4)    // correct number ?
          errExit("Names of Input employee file , output employee file, payslip file \n, and report file required");
         emp = new Employee();
         sum =   new Report();
         slip  = new PaySlip(emp,sum);
       try
           f1.openFile(args[0]);  
           f2.openFile(args[1]);  
           slipWrite = new PrintWriter(new FileWriter(args[2]));
           sumWrite =  new PrintWriter(new FileWriter(args[3]));
          catch(IOException e)
             System.err.println("error opening files" + e.toString());
             System.exit(1);
         while (!end_of_file )
            end_of_file = f1.readRecord(emp);
            if(!end_of_file)
               slip.printPay(slipWrite); 
               f2.addRecord(emp);  
            }// end if ! end
          }// end while
           System.out.println("All employees processed ");
           sum.printTotals(sumWrite);  
           sumWrite.flush();
           sumWrite.close();        
           slipWrite.flush();
           slipWrite.close();
           f1.closeFile();
           f2.closeFile();
      static void  errExit(String message)
       System.err.println(message);
       System.exit(1);
    public class PaySlip
    // declare variables
         private double gross;
         private double tax;
         private double taxcredits;
         private Employee emp;
         private Report rep;
         public PaySlip (Employee e, Report r)
         emp = e;
         rep = r;
         double gross = 0;
         double tax = 0;
         double taxcredits = 0;
         public void setGross(double gr)
         gross = gr;
         public void setTax(double tx)
         tax = tx;
         public void settaxCreds(double taxcreds)
         taxcredits = taxcreds;
         public void printPay()
         emp.calcPay(this);
         double netpay;
         netpay = gross - tax;
         System.out.println("____________________________________________________");
         System.out.println("               Payslip Information                  ");
         System.out.println("Employee Name: \t\t" +emp.getFirst() +" "+ emp.getLast());
         System.out.println("Employee Id: \t\t" +emp.getId());
         System.out.println("Net Pay: \t" +netpay);
         System.out.println("Year To Date Gross: \t" +emp.getYtdGross());
         System.out.println("Year To Date Tax: \t" +emp.getYtdTax());
         System.out.println("____________________________________________________");
         System.out.println("               Department Totals                    ");
         char dcode = emp.getDeptCode();
         rep.addToTotals(gross,tax,dcode);
    }Any help would be greatly appreciated.

    Post the actual error which would in include a line number when noting errors.
    slip.printPay(slipWrite); The method printPay() does not take parameters. So you can't put 'slipWrite" there.

  • Cannot remove the access control entry object on the object because the ACE isn't present

    Hello,
    I am very new to using Powershell and Exchange Management Shell, and have no prior experience using either of these tools. However, the software I am installing requires me to use the EMS tool in order to set certain permissions for a user in Exchange, which
    will be like the admin account. 
    The command I am attempting to run follows as:
    Get-ExchangeServer | Remove-ADPermission -User $newusername -Deny -ExtendedRights Receive-As -Confirm:$False 
    This throws me an error saying:
    cannot remove the access control entry on the object because the ACE isn't present. I've done some research, and have found that this error is quite common, but the solutions do not apply to what I am specifically trying to accomplish. I am simply trying
    to remove the Receive-As permission for the admin user that I just created.
    Once again, I am very new to Exchange and Powershell, but if there is any advice anyone has, it would greatly appreciated.

    I ran this command, and a very long list was displayed, it looks like everything is there.
    The weird thing is that I was able to run a previous command which granted Receive-As access to the user I am creating: 
    Get-ExchangeServer | Add-ADPermission -User $newusername -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch-Store-Admin -Confirm:$False 
    The description for the commands to run read to 'grant permissions and to revoke denies, if present'. I'm not sure what this means, but the second part of this pertains to the second command that I am having trouble with:
    Get-ExchangeServer | Remove-ADPermission -User $newusername -Deny -ExtendedRights Receive-As -Confirm:$False

  • I just recalibrated my battery and now cannot remove anything from my dock. Don't know if this has anything to do with it or not. I have moved it up the screen and held it and still returns to the dock. What now?

    I do not know if this has anything to do with my problem or not. I just recalibrated my battery and now cannot remove anything from the dock. I have moved it half way up and held it and it just goes back to the dock. Will not let me even put it in the trash. I am new to the macbook so would you please help me?

    There is NO calibration on a modern macbook
    Battery calibration, battery memory, battery overcharging, battery training, …all these concepts are mostly holdovers from much older battery technology, and on older Apple portable Macbooks ranging from early nicads, NiMh and otherwise; and these practices do not apply to your lithium battery and its smart controllers.
    Current Apple portable computer batteries are pre-calibrated and are not to be calibrated
    http://support.apple.com/kb/ht1490
    There is no battery calibration with current Apple portable Macbooks with built-in batteries. Lithium batteries have essentially a 0-‘memory’, and all such calibration involve the estimations fed to the system controller on the SOC (state of charge) of the battery over long periods of time as the battery degrades. The software based battery controller knows the battery's characteristics, or SOC and adjusts itself. This is why there is both no need and purpose to periodically deeply drain your macbook battery, since it doesn’t affect the characteristics of the battery, and further still deep discharges are something you should not do on purpose to any lithium battery.

  • Cannot remove a sync group and provisioning never stops

    I try to remove my sync group in Azure DataSync , but get a message "Cannot remove this sync group because one or more databases are currently provisioning, re-provisioning, de-provisioning, canceling sync or synchronizing. TracingId=cc4af9b5-f6c5-2ca9-9412-acbaee44f87b"
    My sync group is Sync Group ID: b9dfb07f-5415-487d-a6c7-c7caccf473b8_East / Subscription ID: 31e2bcf5-8078-4bf3-8898-ba771ea860ac
    And before I try to remove it, it has a trouble that Provisioning never finishes.
    The provisioning was adding reference new servers and the provisioning is continuing for more than 10 days.
    While removing the sync group, I had deleted all reference database other than the hub database, and applied DeprovisioningUtil.exe to the hub database.
    In the sync group, all databases were Azure SQL.  The sync group didn't use sync agent.
    The hub database seems to have no tables relating datasync like as "_dss" or "_traking" after I applied DeprovisioningUtil.exe.
    I had no more idea to do other than waiting, any other ideas?
    Best regards,

    Hi Kamiyn,
    Regarding to the error message and your description, it seems that you tried to remove sync group failed , I assume you only have one sync group, when you used DeprovisioningUtil tool, you should manually clean up all objects by running the deprovisioning
    utility from the same folder where the Data Sync Agent gets installed.
    Here is a similar issue about this error, you can refer to the post.
    http://social.msdn.microsoft.com/Forums/en-US/d0c50049-4d20-447e-85f9-904f7d146a40/cannot-remove-a-data-sync-group-even-dropping-the-involved-databases-and-servers?forum=ssdsgetstarted
    Hope it is helpful for you.
    Thanks,
    Sofiya Li
    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.

  • Cannot remove older version of iTunes, cannot DL latest iTunes

    I have tried to download the latest iTunes version many times but in vain. Hence, decided to remove the older version of iTunes and hopefully be able to DL the latest version. But after many attempts, my PC simply cannot remove the entire older iTunes version 4. This program "Apply Software Update" still lingers in the system! It seperate dialog box pops up stating
    "The feature you are trying to remove is on a network resource that is unavailable.Click an alternative path that contains the installation package 'AppleSoftwareUpdate.msi in the box below'. However, even when i try to locate for the software i simply cannnot find it!
    Any suggestions pls? So stuck without  iTunes bkup.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies. The notes below the box include what to do if you cannot remove a specific component.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there also links to backup and recovery advice should it be needed.
    tt2

  • Cannot remove older version of Apple Update to reinstall Itunes, tried control panel, no help, what do I do

    Message: "Cannot remove older version of Apple Update" when trying to reinstall Itunes. Tried using add remove programs in control panel, no help. Tried installing new quicktime, same message -- what do I do to get Itunes working again on my computer, using Windows xp

    I'm glad I put a smile on your face Stuff like this can drive me nuts.
    As I went to bed last night, I thought the same thing as you, to try a system restore. Otherwise, to answer the rest of your question, in XP, the location of the Update is in your Program Files/Apple Software Update.
    To find the hidden files that may be stopping you from disabling the updater, and doing a clean install, go to:
    My Computer, and on the Menu bar, click Tools/Folder Options/View/Show Hidden Files and Folders/click Apply/OK then double click on your main drive (C:)  then Documents and Settings/your user name/Application Data/ and delete the Apple computer folder with it iTunes and Preferences.
    Also in that previous views Local Settings/Application Data/Apple (Update Software)and also Apple Computer/iTunes.
    Go back to Documents and Settings (again from C: drive mode) click on All Users/Application Data/Apple and if you open up Installer Cache, you will also see that it has an Apple Updater in it (unless it was uninstalled on the original uninstall). Also from that Application Data window, you will see Apple Computer Folder which has previous iTunes info that needs to be deleted. Some of these folders may be gone, but at least you can check to see, to make sure.
    Here is a link from another post, to confirm or help clear up any of my paths/solutions.
    When you've done all that, restart your PC, and I would run CCleaner  (the free version links are just below the Buy and Download button) just to clean things up, and try your re-install.
    Hope I didn't overwhelm you.

  • ERROR:1417  ---CANNOT REMOVE OR UPDATE  7.0.8

    I CANNOT REMOVE NOR UPDATE MY 7.0.8 VERSION OF ACROBAT READER. I'VE TRIED MANY FIXES TO REMEDY MY PROBLEM, WITH NO LUCK. THE ERROR MESSAGE I GET PROMPTS ME TO "CHECK WITH THE APPLICATION VENDOR TO INSURE THIS IS A VALID WINDOWS INSTALLED PATCH". PLEASE HELP ME REMOVE THIS NON-FUNCTIONING, OUTDATED VERSION WITHOUT DAMAGING OTHER PROCESSES.

    Hi..I went ahead and ran the Windows Installer Cleanup Utility. I used it to remove "Adobe Reader 7.0.8." After doing this, I checked in "Add/Remove Programs" in the Control Panel to make sure that AR 7.0.8 was gone, and it thankfully was. Then I deleted the WICU, ran CCleaner's registry cleaner, rebooted, and tried to install Adobe Reader 9.0. When I tried this, I got the following error message (this occurred during the time when the installer was "writing system registry values"):
    *****ADOBE READER 9 INSTALLER INFORMATION
    Error 1402. Could not open key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{C523F39 F-9C83-11D3-9094-00104BD0D535}\ProgID.
    Verify that you have sufficient access to that key, or contact your support personnel.*****
    What should I do now? Do I need to do something about the "permissions" for this key?
    Thanks to anyone with advice...

  • Resetting SCN from removed Capture Process

    I've come across a problem in Oracle Streams where the Capture Processes seem to get stuck. There are no reported errors in the alert log and no trace files, but the capture process fails to continue capturing changes. It stays enabled, but in an awkward state where the OEM Console reports zeros across the board (0 messages, 0 enqueued), when in fact there had been accurate totals in the past.
    Restarting the Capture process does no good. The Capture process seems to switch its state back and forth from Dictionary Initialization to Initializing and vice versa. The only thing that seems to kickstart Streams again is to remove the Capture process and recreate the same process.
    However my problem is that I want to set the start_scn of the new capture process to the captured_scn of the remove capture process so that the new one can start from where the old one left off? However, I'm getting an error that this cannot be performed (cannot capture from specified SCN).
    Am I understanding this correctly? Or should the new Capture process start from where the removed left off automatically?
    Thanks

    Hi,
    I seem to have the same problem.
    I now have a latency of round about 3 days while nothing happened in the database so I want to be able to set the capture process to a further SCN. Setting the Start_SCN gives me an error (can't remember it now unfortunately). Somethimes it seems that the capture process gets stuck in an archived log. It then takes a long time for it to go further and when it goes further it sprints through a bunch of logs before it gets stuck again. During that time all the statuses look good, no heavy cpu-usage is monitored. We saw that the capture-builder has the highest cpu-load, where I would expect the capture-reader to be busy.
    I am able to set the first_scn. So a rebuild of the logminer dictionary might help a bit. But then again: why would the capture process need such a long time to process the archived-logs where no relevant events are expected.
    In my case the Streams solution is considered as a candidate for a replication solution where Quest's Sharedplex is considered to be expensive and unable to meet the requirements. One main reason it is considered inadaquate is that it is not able to catch up after a database-restart of a heavy batch. Now it seems that our capture-process might suffer from the same problem. I sincerly hope I'm wrong and it proofs to be capable.
    Regards,
    Martien

  • SAP Front-End Patch cannot be applied error

    I have SAP GUI 7.2 patch level 4 installed on my machine and I am  adobe life cycle designer. I got this error when I tried to install
    "This SAP Front-End Patch cannot be applied. Either the installed components are already on the same patch level or the components to be patched are not yet installed at all.
    SAP Interactive Forms - Adobe LifeCycle Designer 8.0 Patch
    Patchlevel 3"
    How do I install the adobe LifeCycle designer?

    hello,
    Please try uninstalling and reinstalling the GUI
    a) Remove all SAP components via "Control panel", this is very
         important
    b) Install SAP GUI
    c) Install latest GUI Patch
    You can download these patches from the following url.
    Apply GUI 7.10 patch  from the following url,
    Goto URL: http://www.service.sap.com/swdc
    SAP Software Distribution Center -> Download -> Support Packages and
    Patches -> Entry by Application Group -> SAP Frontend Components ->
    SAP GUI FOR WINDOWS -> SAP GUI FOR WINDOWS 7.10 CORE -> win32 ->
    regards,
    John Feely

  • Remove Unused Process Tasks from Process Definition for Export

    Hi Everyone,
    I am trying to delete a process task that is no longer used in the process definition of our resource; however, I get an error indicating the "The task cannot be deleted it has schedule items". I would like to export the connector without this particular process task. Can anyone please provide any suggestions on how I can do this? Any inputs will be highly appreciated.
    Many thanks,
    Wendell

    Hi,
    As per my knowledge you cannot delete a process task, if the associated resource object has been provisioned to a user and the task which you wants to delete has been executed atleast once.
    But you can very well delete a newly created process task with which no user has been provisioned.
    Having said this, the workaround for your problem will be as follows.
    1.Remove all the adapters,task dependecies,status mapping,etc from the task (in current env)and make sure that it doesn't get invoked in any scenario.
    2.Now export this process definition to the new environment and before provisioning any user to that specified resource object , delete all the unwanted process task and save the process task.
    Hope this will solve your problem
    Regards,
    NS

  • Cannot remove Pantone Color in INDCS3

    We had this problem in CS2 in the past. Running WIN XP, Creative Suite, all updates. Several old CS/CS2 files have embedded color that we cannot remove. It is not being used anywhere in the file. We have inx'ed the file without any result.
    A while ago there was a work around. We don't want to copy every element into a new document because they are lengthly.
    HELP -- We are desperate.
    KPanthen, Albany, NY

    Hi Ken,
    If the PMS color really isn't in use, there is hope. It probably came in with an imported graphic that is no longer there and is just being stubborn, but open up the separations preview and turn off all the other plates, zoom out to see the whole pasteboard, and scroll through the document to see if anything shows up, just to be sure.
    If it really isn't there, make a new document and define a new swatch with exactly the same name as the one that won't delete, but don't use the real PMS spot color -- define it as a process color instead. The actual definition is irrelevant.
    Combine the new file and the problem file in a "book" and set the new file as the synchronization source, then synchronize the colors. You should now be able to delete the swatch, and throw away the new file.
    Peter

  • The Object cannot not be processed due to a transport problem

    We are trying to delete a standard web template 0ADHOC_TABLE (modified by our coworker before and transported) and reinstall a new one or totally standard one, but when clicking the "X" icon to delete this web template, get the following error:
    "The Object cannot not be processed due to a transport problem"
    What could be the reason?
    Thanks

    Hi Kevin,
    This message coms up because as you mention, the template has been transported. Since it is in the target system, if you delete form the dev system, the system needs to ensure that it is also removed from the system it has been transported too.
    You can check the dev package assigned to the template, assign a new request against this dev class (RSA1 > Transport Connection > Bex Truck icon). Log out and log back into WAD and try to delete it, and then send this transport. Or you can simply reinstall it as Roberto suggests.
    Hope this helps...

  • Mac Mail - Cannot Remove Attachments

    I have an intermittent problem in that I often cannot remove attachments from mail messages.  It is very inconsistent, and I cannot find a pattern.
    Oftentimes, when I send an email with a large attachment, I want to keep the email text, but don't need/want the attachment (as I have it on my hard drive anyhow).  But when I select the message, Remove Attachments on the Messages menu is greyed out.  Again, it is intermittent as I sometimes can delete the attachments.
    I am using Maverics and the latest software updates.  My mail server is Exchange.
    Any ideas how to solve?
    Thanks.

    I have the same problem (and same configuration).  Either of the following works for me:
    1) rebuild the mailbox - sometimes I have to rebuild multiple times but eventually it works
    2) find another message where the system will let you remove attachments - select both that message and the problematic message and remove attachments - it seems that if the system is able to remove messages from at least one of all the selecte messages, it will remove the attachments from all of the selected messages
    I'm getting a new laptop soon and have decided that I will give up on Apple Mail and switch back to Outlook with the new computer.  I'd had more problems with Apple Mail than I have ever had with Outlook.  (cannot remove attachments - entire message is corrupted when an attachment is removed - messages are not visible in the mailbox until after the mailbox is rebuilt - intentionally deleted messages reappear after the mailbox is rebuilt - custom stationary only produces the subject line and not the content of the message when applied to a new message - multiple copies of a single draft e-mails which cannot be deleted until I rebuild the mailbox to clean up the clutter)
    I'm now rebuilding my mailbox at least 10 times a week just to simply manage the mail, and I'm just an average user - not trying to do anything special.  It's not worth the trouble.

Maybe you are looking for