'Inverted Threshold' error on 'Activate Changes' after queue creation

Hi,
In Weblogic Server Administration Console I am trying to create a new Queue by first clicking 'Lock & Edit' and thereafter creating the Queue. When I do this I get an expected: 'The JMS Queue was created successfully' message but, when I then try to click 'Activate Changes', I get an: 'Inverted threshold' error message.
Log file shows: <Failure occurred in the execution of deployment request with ID '1368101884686' for task 'weblogic.deploy.configChangeTask.2'. Error is: 'java.lang.IllegalArgumentException: Inverted threshold' java.lang.IllegalArgumentException: Inverted threshold
Any ideas what this error actually means?
Thanks in advance.

Hi Vijaya,
Thanks for the response but I don't think this error has anything to do with a queue's Message Threshold values. The weblogic server has a number of JMS modules and on one JMS module, Queues can be created and activated successfully but not on the other JMS module. I am not too familiar with Weblogic AS so I am not sure how to track down the source of the error. The best error info I get from the logs is the following:
*<May 9, 2013 4:39:40 PM BST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating redeploy task for application 'CommerceJmsModule'.>*
*<May 9, 2013 4:39:40 PM BST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004*
java.lang.IllegalArgumentException: Inverted threshold
at weblogic.messaging.kernel.internal.StatisticsImpl.addThreshold(StatisticsImpl.java:190)
at weblogic.messaging.kernel.internal.StatisticsImpl.addByteThreshold(StatisticsImpl.java:179)
at weblogic.messaging.common.ThresholdHandler.replaceBytesThreshold(ThresholdHandler.java:115)
at weblogic.jms.backend.BEThresholdHandler.setTarget(BEThresholdHandler.java:59)
at weblogic.jms.backend.BEDestinationImpl.open(BEDestinationImpl.java:267)
Truncated. see log file for complete stacktrace
java.lang.IllegalArgumentException: Inverted threshold
at weblogic.messaging.kernel.internal.StatisticsImpl.addThreshold(StatisticsImpl.java:190)
at weblogic.messaging.kernel.internal.StatisticsImpl.addByteThreshold(StatisticsImpl.java:179)
at weblogic.messaging.common.ThresholdHandler.replaceBytesThreshold(ThresholdHandler.java:115)
at weblogic.jms.backend.BEThresholdHandler.setTarget(BEThresholdHandler.java:59)
at weblogic.jms.backend.BEDestinationImpl.open(BEDestinationImpl.java:267)
Truncated. see log file for complete stacktrace
*>*
*<May 9, 2013 4:39:40 PM BST> <Error> <Console> <BEA-240003> <Console encountered the following error weblogic.application.WrappedDeploymentException: Inverted threshold*
at weblogic.messaging.kernel.internal.StatisticsImpl.addThreshold(StatisticsImpl.java:190)
at weblogic.messaging.kernel.internal.StatisticsImpl.addByteThreshold(StatisticsImpl.java:179)
at weblogic.messaging.common.ThresholdHandler.replaceBytesThreshold(ThresholdHandler.java:115)
at weblogic.jms.backend.BEThresholdHandler.setTarget(BEThresholdHandler.java:59)
at weblogic.jms.backend.BEDestinationImpl.open(BEDestinationImpl.java:267)
at weblogic.jms.backend.BEQueueImpl.open(BEQueueImpl.java:99)
at weblogic.jms.backend.BEDestinationRuntimeDelegate.initialize(BEDestinationRuntimeDelegate.java:163)
at weblogic.jms.backend.BEQueueRuntimeDelegate.initialize(BEQueueRuntimeDelegate.java:59)
at weblogic.jms.backend.BEDestinationRuntimeDelegate.prepare(BEDestinationRuntimeDelegate.java:187)
at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1704)
at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1667)
at weblogic.jms.module.JMSModule$EntityState.access$100(JMSModule.java:1608)
at weblogic.jms.module.JMSModule.prepare(JMSModule.java:277)
at weblogic.jms.module.ModuleCoordinator.prepare(ModuleCoordinator.java:185)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:16)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
at weblogic.deploy.internal.targetserver.operations.RedeployOperation.createAndPrepareContainer(RedeployOperation.java:98)
at weblogic.deploy.internal.targetserver.operations.RedeployOperation.doPrepare(RedeployOperation.java:122)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.
java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
*>*
Any other thoughts would be much appreciated!

Similar Messages

  • Can't Activate changes after adding a few Watches/Notifications

    Hello,
    I've been setting up some WLDF modules on our servers for the first time. On several of my servers I will randomly get errors when I try to Activate and changes that I've made in the Diagnostic Modules section of the Console. It hangs and I get the error below.. In this particular instance I've already added about 5 Watches and 6 Notifications in one WLDF module.When I try to do anything else, whether it's trying to remove or add, I get errors during Activation.. I tried on two other domains, and they won't even let me edit the default Watches...
    ####<May 29, 2014 2:05:18 PM EDT> <Error> <Diagnostics> <nedlfarp401.fcso.net> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <9ee0ad04b214c45e:3acac881:145cd0c768e:-8000-000000000001ef5c> <1401386718707> <BEA-320052> <Error occurred while initializing a SMTP notification:
    javax.naming.NameNotFoundException: Unable to resolve 'OFR-Alert'. Resolved ''; remaining name 'OFR-Alert'......
    ####<May 30, 2014 9:37:52 AM EDT> <Error> <Console> <nedlfarp401.fcso.net> <AdminServer> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <E7AG> <> <9ee0ad04b214c45e:3acac881:145cd0c768e:-8000-0000000000021595> <1401457072240> <BEA-240003> <Console encountered the following error java.lang.RuntimeException: weblogic.management.provider.EditFailedException: Unable to start new activation while preparing....
    I created a new MailSession (which Activated just fine) and then tried to assign that to one of the Notifications, and it still won't activate.. I'm at a loss here. Has anyone else seen this before?

    Hi,
    This issue can occur when there are two changes done simultaneously and WebLogic Server is still processing the first one. The thread waits for the completion of first task and then tries to acquire the lock on the second one.
    Activate Changes Does Not Work after Making any Change in WebLogic Server Admin Console (Doc ID 1352416.1)
    Thanks,
    Sharmela

  • Sale order 'value changes' after invoice creation

    Experts,
    A sale order was created / shipped / invoiced. The invoice did not go to accounting because of credit auth error. We have a procedure to fix it and then release it to accounting (transaction VFX3). All OK until this point.
    While fixing the auth error, an user changed the freight condition value in the sale order. Then invoice is released to accounting. Now, the value of freight in order and invoice match. How is it possible to change the value of an invoice after its creation?
    Any input would be appreciated.
    UV

    when the value is changed in the sale order, it would automatically transfer
       the new pricing to the existing open SD invoice pending accounting entry??
    Certainly not.  The control is in VTFL where if you select the billing item category for the combination of your delivery type and billing type, you can see a field "Pricing Type".  If you maintain any value other than "B", system will copy the price from sale order to billing and you can, as I said above, can change manually in billing.  On the other hand, if you have maintained "B" in the above field, system will not  consider sale order price but will check your pricing condition maintained in VK11 which you can check in VK12 or VK13.
    thanks
    G. Lakshmipathi

  • Error while opening perspective after project creation

    Hi,
    I am getting following error in opening perspectives after creating project.
    I am not able to see project in any perspective (not even in 'Navigator').
    Following is the exception stack trace in error view -->
    com.tssap.j2ee.model.J2eeCreateException
         at com.tssap.j2ee.ui.creation.internal.AbstractJ2eeProjectCreation.createNewProject(AbstractJ2eeProjectCreation.java:150)
         at com.tssap.j2ee.ui.wizard.AbstractJ2eeProjectWizard.createJ2eeProject(AbstractJ2eeProjectWizard.java:131)
         at com.tssap.j2ee.ui.ejb.wizard.EjbModuleProject.performFinish(EjbModuleProject.java:81)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcNewAction.run(DcNewAction.java:97)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Please help.

    Hi,
    You can try creating new Root folder and new workspace for your NWDS.
    1.  Create a new folder with name ' <userID>_NWDS_NEW_ROOT ' in your machine
    2. Create a new folder with name ' <userID>_NWDS_NEW_WORKSPACE ' in your machine
    3. Open NWDS (and logon to DTR)
    4. Remove all configurations from your Development Configuration perspective (except 'Local Development')
    5. Go to Window --> Preferences --> Java Development Infra --> Development Configurations
    6. Change 'Root Folder' to the folder created in step-1
    7. Close NWDS
    8. Create ' Run_NWDS.bat ' file in your NWDS installation folder which has 'SapIde.exe' file
    (it will be generally in --> C:\Program Files\SAP\IDE\IDE70\eclipse)
    9. Type following in .bat file -->
    SapIde.exe -data "<complete path to folder created in step-2>"
    10. Now double click on this .bat file to open NWDS
    Now logon to DTR, import configuration, create project from 'inactive DCs' and you should be able to create project and see it in respective perspective.
    Regards,
    Amey

  • PR should not change after PO Creation without Unrelease

    Hi,
    We want that User cann't change the PR after PO Creation.
    For Ex.:- We create a PR with 10 Qty., release it and also create PO with 10 Qty.. Now after PO creation with same qty, no one can change PR (Qty, Purchase Group etc...)..
    If User Un-release the PO and PR, then user should be able to change in PR...
    Please guide...

    Thanks a lot dear..
    After doing this, i create a new PR and PO with 10 qty... After PO, i unrelease the PR and change the Qty from 10 to 15 nos..then system shows an error message Requisition already converted into purchase order...
    But when we change 10 qty to 5 qty, PR allow the same... I want to insert another check here, that user cann't insert less than qty there... There should also be a Message there in system...
    Please guide...

  • Why weblogic server does not activate changes after bounce?

    Hi All,
    We are working with weblogic server 10.
    When ever changes are made in console, saved and activated , everthing seems fine.
    Once the server is bounced , last change which was made before bounce does not reflect in the console. All the changes before the last change looks good. Can someone please guide me in this?

    Your changes should be written into your domain's config directory tree ( config/jdbc would hold the various jdbc pool definitions ).
    Does your host / OS have some sort of delayed disk write?
    Also, when you activate your change in the console, you should be able to see the changes in the config directory's files on the admin server's host

  • PR changes after PO Creation

    Dear All,
    How is it possible not to allow a PR to be changed in case a PO has been created for it? I do not want this to be related to release (changeability) but only to the PR processing status. Can it be done through creating or changing an error / warning message?
    Thanks,
    Hisham

    Hi,
    There is no standard erroe message that you can use for this.
    If you really need to do this then you will need to use a user exit to check the status when a req is changed.
    Most people stop all changes once the requisition has been approved and so no changes can be made after the PO has been created (due to the release strategy, not to the creation of the PO).
    Steve B

  • Enhancement in IDOC_INPUT_ORDERS not saving changes after order creation

    I have an enhancement at the beginning of the IDOC_INPUT_ORDERS function module used to create sales orders via EDI.  In the enhancement, I take the data records and make some changes to some quantities and units of measure.  After making these changes, I let the function module continue on as normal.  The order does get created with my changes in them, however, the IDoc doesn't reflect my changes.
    Here's an example:  An EDI order comes in with 6 EAs of a material.  In my enhancement, I change it from 6 EAs to 2 3PK.  I then let it go on its way.  The order gets created fine with 2 3PKs, however the IDoc after its a ll done still says 6 EAs. 
    The enhancement runs before the FM puts the data into the tables it uses. I tried using the last user exit to open the IDoc and editing it there using the EDI_DOCUMENT_OPEN_FOR_EDIT FM but it says its open. 
    Can anyone give me any clues on how to make my changes stick to the IDoc?
    Thanks,
    Curtis

    Ok, I figured out why it's not saving.  Not realizing it, but the tables are passed into the FM by reference, so what I'm changing is only a copy.  So what I tried to do is use the 004 (I've also tried the 005) user exits to try to update the actual DB.  I used the following FMs (EDI_DOCUMENT_OPEN_FOR_EDIT, EDI_CHANGE_DATA_SEGMENTS, and EDI_DOCUMENT_CLOSE_EDIT).  The problem is that I can't change them because the IDoc is still open.
    Does anyone have any ideas on how I can achieve my goal of changing the IDoc?
    Thanks,
    Curtis

  • Baseline date change after the creation of invoice list

    When I create invoice document, the invoice date (vbrk-fkdat) is the end of the month and the invoice list date (VBRK-FKDAT_RL) is the next business day after the invoice date, the baseline date of the accounting document (bseg-zfbdt) is the document creation date and this is what I wanted.
    However, when I start to create the invoice list, the baseline date on the accounting document (field bseg-ZFBDT) is changed to the invoice list date. Does anyone know why and how to fix and where to look in the configuration to see how invoice list date (vbrk-fkdat_rl) is populated? It seems to me that the baseline date default back to the invoice list date when invoice list document is created. Thanks for your help.  I also posted this question in the ERP Financial thread.

    Hi Valerie,
    do you recall the User Exit?
    Thanks

  • Contract Total value change after PO creation & GR

    Hi,
    I would like to understand whether the below mentioned behaviour is a standard one of SAP.
    Value contract (WK) is created for 10,000 INR. And PO created for 5,000 INR and GR&IR also done
    for 5000 INR.
    Now I am able to reduce the target value of contract below 5000 INR in ME32K.
    I feel system should not allow to do the same.
    Please throw your opinion.
    Regards,
    Partha

    Hi Jurgen,
    Thanks for your input.
    As we go with your example with the assumption that procurement
    has happened fully for 1 million kg and vendor was also paid
    for 1 million kg, Then I feel system should atleast warn the user
    when he is trying to reduce the quantity in contract header.
    I would be happy to receive your comments on the above.
    Regards,
    Partha

  • Error when trying to activate changes

    Hi,
    I'm using WebLogic 9.2.2 on Solaris 9. When I try and set my server start arguments to
    -server -Xms1024m -Xmx1024m -XX:NewSize=64m -XX:MaxNewSize=64m -XX:PermSize=256m -XX:MaxPermSize=512m -XX:SurvivorRatio=4 -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintHeapAtGC -XX:+HeapDumpOnOutOfMemoryError -D_Offline_FileDataArchive=true -Dweblogic.connector.ConnectionPoolProfilingEnabled=false -Dcom.bea.wlw.netui.disableInstrumentation=true -Dweblogic.wsee.useRequestHost=true
    But I get this error upon clicking "Activate changes" in the WebLogic admin console:
    An error occurred during activation of changes, please see the log for details.
    [Deployer:149150]An IOException occured while reading input. : with response code '500' : with response message 'Internal Server Error'
    But when I look in the server log in question, there are no stack traces or error messages. Here's the screen shot from the admin console -- http://screencast.com/t/w0QxRWtRa. Any help on how to troubleshoot this problem is greatly appreciated, - Dave

    Dave - Did you ever get a solution for this problem? We are facing the same problem with 10.3.4. When I try to activate a datasource or app changes via the weblogic console, I get the following exceptions:
    Admin Server Error
    ####<Dec 9, 2011 3:26:20 PM EST> <Warning> <Deployer> <nykpsr8224> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1323462380586> <BEA-149078> <Stack trace for message 149004
    java.rmi.RemoteException: [Deployer:149150]An IOException occurred while reading input. : with response code '500' : with response message 'Internal Server Error'
    at weblogic.deploy.service.internal.transport.http.HTTPMessageSender.sendMessageToServerURL(HTTPMessageSender.java:303)
    at weblogic.deploy.service.internal.transport.http.HTTPMessageSender.sendMessageToTargetServer(HTTPMessageSender.java:125)
    at weblogic.deploy.service.internal.transport.CommonMessageSender$1.run(CommonMessageSender.java:301)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Managed Server Error
    ####<Dec 9, 2011 3:26:20 PM EST> <Warning> <DeploymentService> <nykpsr8224> <node2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <c36a43
    37f9da31a5:-1a05dae9:134247b7581:-8000-0000000000000048> <1323462380580> <BEA-290064> <Deployment service servlet encountered an Exception while handling the deployment service message for r
    equest id "1,323,462,350,539" from server "AdminServer". Exception is: "java.net.SocketTimeoutException: Read timed out
    at jrockit.net.SocketNativeIO.readBytesPinned(Native Method)
    at jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32)
    at java.net.SocketInputStream.socketRead0(SocketInputStream.java)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at weblogic.socket.JSSEFilterImpl.readFromNetwork(JSSEFilterImpl.java:404)
    at weblogic.socket.JSSEFilterImpl.read(JSSEFilterImpl.java:383)
    Any help is greatly appreciated.

  • Multi-mapping activate changes error

    Good afternoon!
    I want to use multi-mapping to split one IDoc(WBBDLD04) to some xml documents.I want XI to create one xml document per segment E1WBB01 of WBBDLD04 IDoc. I set Occurrence = 0..unbounded for target interface in interface mapping . Then I try to activate changes. IX generate errors:
    MaterialMasterRequestMapping | http://sap.com/xi/SBO:
    A multi-mapping with multiple source or target interface instances is only recommended with asynchronous interfaces, since only a mapping of this type can be used in the process editor. IDoc WBBDLD.WBBDLD04 | urn:sap-com:document:sap:idoc:messages are not asynchronous abstract interfaces
    Mapping program Message Mapping MaterialMaster2SBO_GT2 | http://sap.com/xi/SBO does not match the interface mapping. The number or frequencies of source or target messages for the message mapping are not identical to the number or frequencies of source or target interfaces.
    Tell me please, what I do wrong?
    Thanks!
    Lositskiy Alexandr

    Alexandr,
    You need to create an Abstract from your IDoc (Message Interface).
    To use mutli mapping, you need to create a Business Process.  Then in your Business Scenario, use your Business Process and reference your multi map.
    Hope this helps.
    Regards,
    Simon

  • I recieved a message that MSVCR80.ddl was missing and iTunes would activate. After reinstalling iTunes, I'm receiving an "Error 7 (Windows error 126)" msg. What should I do?

    I recieved a message that MSVCR80.ddl was missing and iTunes would activate. After reinstalling iTunes, I'm receiving an "Error 7 (Windows error 126)" msg. What should I do?

    Hello, Jack. 
    You will find this article helpful in troubleshooting the error that you are receiving.
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/ts3074
    Regards,
    Jason H.

  • Hi I update my I Phone 3 GS for IOS 6.1. but he asking activate Iphone after we process for activation he shown error. please do the needfull

    hi I update my I Phone 3 GS for IOS 6.1. but he asking activate Iphone after we process for activation he shown error. please do the needfull

    Try to restart or - if necessary - to restore the iPhone: 
    See this document:  iPhone: Troubleshooting activation issues
    Disable your Firewall and Antivirus software - it may be blocking the access to the server. Wait a day, maybe the server is down.
    If your iPhone cannot be activated, because it has been modified, we cannot help, see:  http://support.apple.com/kb/HT3743

  • How to activate CS3 after HDD crash? Error 159:18, reinstalling did not help.

    I am unable to re-activate CS3 after a hard drive crash, despite complete re-installation of the software.
    I have: MacBook Pro 2008, OSX 10.6.8, CS3 Master Collection.
    I had a hard drive crash and had to restore from Time Machine. On previous occasions when that happened, I have been able to re-open and activate CS3 with no problem. This time I got "we are unable to activate Adobe CS3 MC" message, error code 159:18. I contacted Adobe by Chat, they recommended uninstalling and then re-installing CS3 from my original disks or http://helpx.adobe.com/creative-suite/kb/cs3-product-downloads.html
    . I did that, but I got the exact same message and error code. After that, Adobe Chat could not help and pointed me here.
    CS3 has worked fine for six years on this same laptop, even after several HDD crashes and restores from Time Machine. It does not appear to be simply a Time Machine-caused error. (Furthermore, if I startup my laptop from a cloned bootable backup external drive, CS3 still opens.)
    Could it be a hard disk problem, the same one that has caused previous crashes?

    do not use time machine to install adobe programs.
    uninstall everything installed using time machine, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and then properly install using the installation files.
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for

  • Batch not updating while creating delivery using bapi

    Hi I have used following bapi to create delivery BAPI_DELIVERYPROCESSING_EXEC and passed the following parameters into bapi lt_request-document_type = 'A'.         lt_request-document_numb = deltab-vbeln.         lt_request-document_item = deltab-pos

  • IMessaging with iOS 7.0.2

    My iMessaging is not wanting to send as quickly to fellow iphone and ipad users as it did before the 7.0.1 and 7.0.2 update.  I have turned off my iMessage to allow it to reboot along with turning off my phone as well.  What are some steps to get thi

  • Display the results with a delay between each

    I am very new to java and using NetBeans 5. I want to display the results of different methods in a JtextArea with a delay between each output to the JtextArea. I have tried Timer with no success. Please could some one point me in the right direction

  • Central is pausing my "other instances" of Central - can I stop this??

    We have 9 instances of Central Output Server 5.6 installed on a server running Windows 2003.  We are currently using one instance, call it instance 1.  When the server is rebooted for whatever reason, all the Central Output Server restarts all the in

  • I keep getting an error message: google beta notifier no longer supported. how do i shut off notifier/get rid of message?

    on my mac, this message won't go away. when i try to drag google notifier to trash, message says it is open. even on restart, it says the app is open and can't be trashed. i shut off notifier within preferences for gmail, but the error messages keep