Aborting an instance while having an active truncate in progress

I was wondering if any one could suggest the possible effects of issuing an shutdown abort against a version 7.3.4 whilst a truncate of an indexed table is in progress? I would imagine that this is not advisable to do or good practice but I would be interested in hearing any feed back with your thoughts on this issue. What are the potentials for corruption with in the base table or its associated indexes. Would it be possible for an index block rowid to be corrupt to the extent that it is pointing to a block that is actually pointing to free space and if so what potential problems could arise if once this index block is accessed?
Any feed back would be appreciated.

Hi Mark,
Thanks for your reply. I tried setting up Global Catalog port. I get the following error:
Sync Agent is processing groups.10/1/05 18:54:51- Authentication Synchronization Job's call to retrieve the groups on this auth source failed. Please check that the authentication source server is online.*** COM exception was: IDispatch error #19876 (0x80044fa4): [SOAP fault: faultcode='soap:Server' faultstring='Server was unable to process request. --> A referral was returned from the server error performing search: GetGroupsInternal Error in GetGroups']10/1/05 18:54:51- *** Job Operation #1 failed: ProcessGroups failed (0x4)10/1/05 18:54:51- Done with job operations.
Do you have any idea? Do you think the AD account ID which I am using as Plumtree Active Directory User's Authentication Name need to be member of that domain?
Thanks,
Naidu

Similar Messages

  • Altering contacts on iPhone while having an active call

    I have one problem with the iPhone will having an active call:
    When someone gives me a number for an existing contact in the call, I used to go to the address book and add the number during the call (with my old phone). When I now try to do that (via the "Contacts" pane from the in call panel) i can only see contacts, but not edit them.
    As Copy&Paste is impossible on the iPhone, I cannot even take a note and add it to the contact after the call.
    Any ideas how to do it?

    Try going to the Keypad instead, then entering the number, then clicking the contact icon next tot he Call button. It should prompt to add new or add to existing.

  • Aborting an instance from PAPI

    Hi All
    How can I abort an instance from PAPI?
    The instance can be in any activity, and may be even executing a task when abort is called on that instance. Is it possibe?
    Also, is there any requirement that the person who executes abort from PAPI should have a role defined in BPM?
    Thanks
    Satinder

    Hi Satinder,
    You could abort a work item instance that is sitting in an activity using PAPI if the Interactive activity has its property set to be "Abortable". There's a PAPI "abort" method for an instance that you can run to accomplish this.
    The problem you will have is that most Interactive activities are not set to be abortable (nor should they be). What you might want to instead consider is adding a Notification Wait (now Message Wait in 10g) activity in the process that has its "Interrupt" property set. You could then use PAPI to send the work item instance a notification that would interrupt the instance and send it to the Notifcation Wait activity. From the Notification Wait activity, you could have the instance flow to an Automatic activity. This automatic activity could have a single line of logic: action = ABORT. This would abort the instance without having to set all your Interactive activities to "Abortable".
    If I've baffled you with all this, it's not you - it's my poor explanation. Just let me know if this doesn't makes sense and I'll post an example project for you.
    Hope this helps,
    Dan

  • Installing a Dialog instance on a 2008 server while having the CI on 2000

    Hi all,
    Can we do such a thing? Install the Dialog Instance on a 2008 server while having the CI on 2000?
    Thanks!
    Samer

    Yes you can do it.
    What you need to keep in mind that both system should be in network and /sapmnt should be mounted into DI server.
    We have tested it into 2 different Linux version yesterday.
    Regards
    Subhash

  • Error while aborting Mediator Instance

    Hi
    I am gettign below error while trying to abort a Mediator instance. I am using resequencer and trying to abort stucked instance.
    Error during Instance (3912039) Abort : java.rmi.RemoteException: EJB Exception: ; nested exception is: java.lang.RuntimeException: oracle.tip.mediator.infra.exception.MediatorException: ORAMED-01364:[Cannot Unlock Group] Group cannot be unlocked as it is not in error state "3kbEKN06ZRSX+kG7iEenYMuLBShyQ09wEFyb_zpmWXw=".Possible Fix:Group cannot be unlocked as it is not in error state
    Any suggestion on how to clean stucked instance. I have tried all JAVA API for the same and not able to abort this from EM console too.
    Thanks
    Vibzz

    hi pavan,
    i believe that oracle 8i are no longer supported by SAP.
    By default, SAP R/3 4.7 EE should come with Oracle 9i.
    Check your installer again.
    ardhian
    http://sapbasis.wordpress.com

  • Trial expired while having active cloud membership

    Hello,
    I suddenly get the notification that my software trials have expired. This while I have an active cloud membership, so this doesn't make sense. Haven't been using the trials for over 8 months.
    Bottomline, I can't start my programs and can't get any work done.
    Please advise,
    With kind regards,
    Tom Paulussen

    Hi Dave,
    Is it possible that upon deactivating one software program (Illustrator) all the other ones are also deactivated?
    I just bought a new iMac and want to install my software on this computer. because I have only 1 license, I need to deactivate them on my old iMac. Now that I',ve done this, I log in into my account, and I can't seem to access the overview screen of my cloud membership where i can see all the icons of the software programs to install.
    How do I access this? I think I first need to install the application manager, but don't see where i can do this.
    Tom
    Op 15-mrt.-2013, om 20:59 heeft David__B <[email protected]> het volgende geschreven:
    Re: Trial expired while having active cloud membership
    created by David__B in Adobe Creative Cloud - View the full discussion
    Hi Tom,
    Sorry to hear about your difficulties.
    Can you launch Adobe Application Manager from either the Start menu (Win) or Applications folder (Mac), sign in with your Adobe ID and install all available product updates.
    Can you license products launching in trial by clicking the "License this software" button and signing in with your Adobe ID?
    -Dave
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5151856#5151856
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5151856#5151856
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5151856#5151856. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • When I should abort a instance, when I should not?

    Hi there.
    I'm designing a process that controls an insurance policy sale and that has a deadline for it's processing. If this deadline is reached, the process must go through a exception flow which will cancel the sale and decline the insurance policy. My question is: whenever this happens, I should end the process instance within ALBPM with an aborted status or by reaching the end activity after processing the exception?
    In other words, thinking in a generic way, one could question: is it okay, withing a modeling view, to abort an instance when a business exception occurs?

    Dear Right,
    I am working on a project where I need to do reporting using Hyperion from ALBPM work list/process instance data. The report needs to be generated on current instance data as well as completed or rejected instance data. Please confirm if my approach is correct or not.
    1) Use BAM or Data Mart database for the reporting on current instance.
    2)Use Archival Data for the Reporting on historical data for the instance that are completed and rejected.
    However, I have following question for that I didn't find any clear idea. I would appreciate if you get me some help here:
    + Our business process might stay longer for some cases, say could be a year or more before it gets approved or rejected. As per Bea documentation of Business Activity Monitoring (BAM) and Business Activity Data Mart (Data Mart), BAM records information about process instance performance and process workload over a recent time period, usually 24 hours where as the Data Mart stores data similar to BAM, but over longer periods of time.
    So what do you/Bea suggest/recommend to have out of BAM and Data Mart? Can it Data Mart hold data for such long.
    + For historical reporting:
    0) Does this archival happen from engine Db or BAM/Data Mart?
    0) As per Bea; process information is copied to the archive database after a process is completed or aborted, based on the archiving schedule configured in the Process Administrator in the Services pane of the Edit Engine section. And also ALBPM business processes do not require data from an instance once this instance has ended, so process instances are discarded upon instance expiration. So does this also flush out the process instance data from BAM/Data Mart as well or BAM/ Data Mart data will flush out as per duration configured in ALBPM. Please confirm.
    + There must have been some reason while designing the three different way to hold process instance data from:
    #1. Engine DB,
    #2. BAM/Data Mart,
    #3. Archival Database.
    Can you please throw some light why it has been designed this way?

  • CJS-30152  Java process dispatcher of instance RP8/DVEBMGS01 [ABAP: ACTIVE

    We are installing an SAP system with HA option.
    System Info :-
    OS : RHEL5
    Database : Oracle
    SID : RP8
    physical host: cipocvm
    virtual host : ciRP8
    While installing CI ,ABAP+JAVA
    ABAP Started but JAVA Instance stopped starting in phase "Prepare to install minimal configuration".
    Error as below:
    ERROR      2012-01-03 20:20:27.346
               CJSlibModule::writeError_impl()
    CJS-30152  Java process dispatcher of instance RP8/DVEBMGS01 [ABAP: ACTIVE, Java: (dispatcher: UNKNOWN, server0: UNKNOWN)] did not reach state STARTING_APPS after 20:00 minutes. Giving up.
    logs:
    Idx
    Name
    PID
    State
    Error
    Restart
    0
    dispatcher
    0
    Stopped
    4
    no
    1
    server0
    0
    Stopped
    4
    no
    2
    SDM
    24424
    Running
    0
    yes
    defaultTrace.0.trc -
    >
    om.sap.engine.core.service630.container.ServiceStopper#######SAPEngine_System_Thread[impl:5]_71##0#0#Error##Plain###Service webdynpro error com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to access Web Dynpro container. during shutdown.#
    #1.#525400C50A02003500000003000030590004B59E6928B0AE#1325591880577#com.sap.engine.core.service630.container.ServiceStopper##com.sap.engine.core.service630.container.ServiceStopper.ServiceStopper.run#######SAPEngine_System_Thread[impl:5]_71##0#0#Error#1#/System/Server#Plain###Failed to access Web Dynpro container.#
    #1.#525400C50A02003500000004000030590004B59E6928B0FB#1325591880577#com.sap.engine.core.service630.container.ServiceStopper##com.sap.engine.core.service630.container.ServiceStopper.ServiceStopper.run#######SAPEngine_System_Thread[impl:5]_71##0#0#Error##Plain###com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to access Web Dynpro container.#
    #1.#525400C50A02003500000005000030590004B59E6928B146#1325591880577#com.sap.engine.core.service630.container.ServiceStopper##com.sap.engine.core.service630.container.ServiceStopper.ServiceStopper.run#######SAPEngine_System_Thread[impl:5]_71##0#0#Error##Plain###com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to access Web Dynpro container.
            at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DOContainerHook.stop(DOContainerHook.java:76)
            at com.sap.engine.services.webdynpro.WebDynproFrame.stopInternal(WebDynproFrame.java:218)
            at com.sap.engine.services.webdynpro.WebDynproFrame.stop(WebDynproFrame.java:202)
            at com.sap.engine.core.service630.container.ServiceStopper.run(ServiceStopper.java:31)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    Caused by: java.lang.NullPointerException: while trying to invoke the method com.sap.tc.webdynpro.spi.IWebDynproRuntimeService.removeDOStateListener(com.sap.tc.webdynpro.spi.IDOStateListener) of an object returned from com.sap.tc.webdynpro.serverimpl.wdc.ContainerUtils.getWebDynproRuntimeService()
            at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DOContainerHook.stop(DOContainerHook.java:73)
            ... 6 more
    #1.#525400C50A0200730000004D000030590004B59E69406FC0#1325591882133#com.sap.engine.core.thread.impl5.ThreadManagerImpl##com.sap.engine.core.thread.impl5.ThreadManagerImpl#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Error##Plain###Unexpected thread activity after interrupt() is executed in shutdown of SAPEngine_System_Thread[impl:5]_ThreadManager:
    Thread[SAPEngine_System_Thread[impl:5]_50]
    Task: com.sap.engine.core.thread.impl5.ActionObject - Processing Task [classname: com.sap.jms.client.connection.AsyncCloser | toString: com.sap.jms.client.connection.AsyncCloser@38134991] with classloader [[email protected]04dae@common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore]#
    #1.#525400C50A0200730000004E000030590004B59E694070DF#1325591882133#com.sap.engine.core.thread.impl5.ThreadManagerImpl##com.sap.engine.core.thread.impl5.ThreadManagerImpl#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Error##Plain###Unexpected thread activity after interrupt() is executed in shutdown of SAPEngine_System_Thread[impl:5]_ThreadManager:
    Thread[SAPEngine_System_Thread[impl:5]_58]
    Task: com.sap.engine.core.thread.impl5.ActionObject - Processing Task [classname: com.sap.engine.services.log_configurator.archive.ArchivingThread | toString: [email protected]7a42eb59] with classloader [[email protected]6e4c@service:log_configurator]#
    =======================================
    server.0.log -
    >
    #1.#525400C50A02007300000047000030590004B59E6935A059#1325591881424#/System/Server##com.sap.engine.core.service630.container.MemoryContainer#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Info#1#com.sap.engine.core.service630.container.MemoryContainer#Plain###Service log_configurator stopped. (0 ms)#
    #1.#525400C50A02007300000048000030590004B59E6935A4CB#1325591881426#/System/Server##com.sap.engine.core.service630.container.MemoryContainer#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Info#1#com.sap.engine.core.service630.container.MemoryContainer#Plain###Service jmx_notification stopped. (0 ms)#
    #1.#525400C50A02007300000049000030590004B59E6935A708#1325591881426#/System/Server##com.sap.engine.core.service630.container.MemoryContainer#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Info#1#com.sap.engine.core.service630.container.MemoryContainer#Plain###Service runtimeinfo stopped. (0 ms)#
    #1.#525400C50A0200730000004A000030590004B59E6938A570#1325591881622#/System/Server##com.sap.engine.core.configuration#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Java### stopped successfully#1#ConfigurationManager#
    #1.#525400C50A0200730000004B000030590004B59E6938A94D#1325591881623#/System/Server##com.sap.engine.core.locking.AbstractLockingManagerImpl.removeAllLokcsForClusterIdLogException(clusterId)#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Info#1#com.sap.engine.core.locking.AbstractLockingManagerImpl#Java###All locks for cluster-element removed successfully#1#18989150#
    #1.#525400C50A0200730000004C000030590004B59E6938A9CE#1325591881623#/System/Server##com.sap.engine.core.locking.AbstractLockingManagerImpl.shutDown(properties)#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Info#1#com.sap.engine.core.locking.AbstractLockingManagerImpl#Java### stopped successfully#1#LockingManager#
    #1.#525400C50A02007700000000000030590004B59E6938ABA6#1325591881624#/System/Server##com.sap.engine.core.cluster.impl6.ms.MSListenerQueue.run()#######SAP J2EE Engine|MS Queue Listener##0#0#Info#1#com.sap.engine.core.cluster.impl6.ms.MSListenerQueue#Plain###MSLib: Received error command to stop listener queue.#
    #1.#525400C50A0200730000004F000030590004B59E69451A50#1325591882439#/System/Server##com.sap.engine.core.thread.impl3.ThreadManagerImpl#J2EE_GUEST#0#####Thread[Thread-88,5,main]##0#0#Info#1#com.sap.engine.core.thread.impl3.ThreadManagerImpl#Plain###ThreadManager stopped.#
    ==============================
    security.0.log -
    >
    {(java.lang.RuntimePermission queuePrintJob)(java.lang.RuntimePermission stopThread)(java.lang.RuntimePermission loadLibrary)}
    {(java.net.SocketPermission * connect,resolve)(java.net.SocketPermission localhost:1024- listen,resolve)}
    {(java.io.FilePermission * read,write)}
    {(java.util.PropertyPermission java.specification.vendor read)(java.util.PropertyPermission java.specification.version read)(java.util.PropertyPermission java.vm.specification.name read)(java.util.PropertyPermission java.vendor read)(java.util.PropertyPermission file.separator read)(java.util.PropertyPermission java.version read)(java.util.PropertyPermission java.class.version read)(java.util.PropertyPermission os.arch read)(java.util.PropertyPermission os.version read)(java.util.PropertyPermission java.specification.name read)(java.util.PropertyPermission path.separator read)(java.util.PropertyPermission java.vm.vendor read)(java.util.PropertyPermission os.name read)(java.util.PropertyPermission * read)(java.util.PropertyPermission java.vm.name read)(java.util.PropertyPermission java.vendor.url read)(java.util.PropertyPermission java.vm.specification.vendor read)(java.util.PropertyPermission java.vm.version read)(java.util.PropertyPermission java.vm.specification.version read)(java.util.PropertyPermission line.separator read)}
    #1.#525400C50A02002E00000003000030590004B59E6902C1C0#1325591878091#/System/Security/VSI##com.sap.security.core.server.vsi.service.VSIServiceFrame.stop()####n/a##2d9cc9b0360211e1975e525400c50a02#SAPEngine_System_Thread[impl:5]_34##0#0#Info#1#com.sap.security.core.server.vsi.service.VSIServiceFrame#Java###"Virus Scan Provider" service stopped.##
    #1.#525400C50A02000800000001000030590004B59E69356481#1325591881409#/System/Security##com.sap.engine.services.userstore#######SAPEngine_System_Thread[impl:5]_70##0#0#Info#1#com.sap.engine.services.userstore#Plain###Service userstore stopped OK#
    I may please be guided.
    Kindest Regards
    SAP  BASIS

    Hello Sonia,
    Can you ask your network team to monitor the traffic between primary and virtual host when you try to start java i.e STARTING_APP as it tries for 20mins and stopped.
    I had the similar issue but with App server.Its almost the similar condition.Our network team managed to open some ports and removed the firewall.
    After that issue got resolved..
    Hope it helps
    Regards,
    Amit Barnawal

  • I'm having problems activating dreamweaver on new pc using original activation code

    I have a copy of StudioMX 2004 and was having problems activating Dreamweaver on my new pc using the original code. It says there is a network error but there isn't. When I try to activate by phone the number they give is for Lloyds bank insurance. I did a live chat with Support and they gave me a new code which worked and activated Dreamweaver but I didn't think to activate Fireworks at the same time. When I have tried using either the old code or the new I get the same error message and same Lloyds bank phone number. I have tried live chat but they refuse to help saying they don't support Dreamweaver 2004 ..any one any ideas?

    Hi gb147,
    The version of Dreamweaver that you have does not support any of the latest web standards. While I advise you to follow Ken's instructions, I also want you to download a trial version of the latest Creative Cloud application https://creative.adobe.com/products/download/dreamweaver and give it a run. The page also has some excellent resources to help you get started.
    Thanks,
    Preran

  • HT5622 Since I have updated my iPad ios7,I am having problems activating my FaceTime

    I have recently updated my iPad ios7,but having problems activating  FaceTime.

    No one should have to reset network settings, I have the same issue and I have a celluar package, it's slow using either one--but my IMac is running just fine so don't blame the network--blame the testers and my Internet speed is grease lightning so that's not it either--too many issues, like Facebook randomly disappearing while open, choppy animation, slow to load programs.
    It's too **** bad they made it so you cannot roll back to IOS6 until these bugs are worked out--shoulda waited. Shoulda, coulda, woulda..not helping me now AND my friend bought his mini the same time I did in April and we are not even in the same city and he has the same exact problems!!

  • Can't dispose InputContext while it's active

    Hi - I have seen this question asked before but no answers.
    I am moving my applet from the MS IE JVM to the 1.4 plug-in and
    now get this error when I click the Windows close "x" button. This
    same applet runs fine with the old MS JVM. The code is too large
    to post (sorry about that.)
    Can anyone tell me what can be causing this? As I say, this
    exact same source runs fine with the older IE JVM.
    Thank you,
    java.lang.IllegalStateException: Can't dispose InputContext while it's active
         at sun.awt.im.InputContext.dispose(Unknown Source)
         at java.awt.Window$1$DisposeAction.run(Unknown Source)
         at java.awt.Window.dispose(Unknown Source)
         at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowClosing(Unknown Source)
         at java.awt.Window.processWindowEvent(Unknown Source)
         at java.awt.Window.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    I'm having this problem, too. This is on a game at pogo.com (#1 gaming site on the web). Any ideas
    See:
    http://www.pogo.com/rooms/roomtabs.jsp?sls=3&game=jumbee&site=pogo&lkey=3ce8d6db6b6dc9170a280a0b0000283c
    Hi - I have seen this question asked before but no
    answers.
    I am moving my applet from the MS IE JVM to the 1.4
    plug-in and
    now get this error when I click the Windows close "x"
    button. This
    same applet runs fine with the old MS JVM. The code is
    too large
    to post (sorry about that.)
    Can anyone tell me what can be causing this? As I say,
    this
    exact same source runs fine with the older IE JVM.
    Thank you,
    java.lang.IllegalStateException: Can't dispose
    InputContext while it's active
         at sun.awt.im.InputContext.dispose(Unknown Source)
    at java.awt.Window$1$DisposeAction.run(Unknown
    Source)
         at java.awt.Window.dispose(Unknown Source)
    at
    sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowC
    osing(Unknown Source)
    at java.awt.Window.processWindowEvent(Unknown
    Source)
         at java.awt.Window.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown
    Source)
    at java.awt.Container.dispatchEventImpl(Unknown
    Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(
    nknown Source)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(Un
    nown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown
    Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown
    Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Do I have to close all background apps (i.e. apps which appear in multitasking) before turning off my iPad? Is it safe to shut it down while having these apps in the background?

    Do I have to close all background apps (i.e. apps which appear in multitasking) before turning off my iPad?
    Is it safe to shut it down while having these apps in the background?
    When you shut down operating systems like MS Windows or Mac OS, they automatically close your active applications before shutting down, is this true for iOS 7?

    stedman1
    lizdance40
    Thanks, I do appreciate your immediate response to my question.
    BUT your answers revealed an explicit controversy about background apps ... close them to save power and performance OR don't bother to close them as they are idle or inactive!
    This dispute is resolved by APPLE in the following link:
    http://support.apple.com/kb/ht5137
    My original question was: Is it necessary to kill background apps before shutting down my ipad to avoid any harm to the apps or the OS?

  • While having a perfectly running iTunes and all programs associated, I was notified of the iTunes 10.4 upgrade. After following typical directions, I have had nothing but trouble. First "iTunesHelper was not installed correctly. Please reinstall iTunes. E

    While having a perfectly running iTunes and all programs associated, I was notified of the iTunes 10.4 upgrade. After following typical directions, I have had nothing but trouble. First “iTunesHelper was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 5)” occurred. Following directions found at https://discussions.apple.com/message/15087646#15087646, I now get the following “iTunes.exe - System Error The program can't start because AVFoundationCF.dll is still missing from your computer. Try reinstalling the program to fix this problem.”, Along with “iTunesHelper was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 126)” I am running Win 7 Ultimate 64 bit on HP TouchSmart tx2-1275dx. I was one week away from buying an iPad but not if this is what I have to deal with. Please help

    I actually managed to resolve this on my own by downloading iTunes from the Apple website and reinstalling iTunes that way. Here's the link: http://www.apple.com/itunes/download/ That should fix your problem. Good luck!

  • My phone does not show contact names for country and area code while having in coming calls. Although, I have endorsed the name with numbers. How do I the problem. My one is a iphone 3s device with updated os. Please text to help

    My iphone does not recognize saved contact number while having incoming calls due to country and area code as auto prefix. How do i fix the problem. How do i ensure that the phone recognize calls with and without the country and area code. Please text to help.

    1) Open the Phone and dial *228. This is a Verizon over-the-air programming number.
    2) When the system answer press 1 for "Program or activate your phone"
    3) Wait for the call to disconnect. You should get a prompt stating something like, "Settings updated."
    4) Open the Task Manager and kill the Phone, Message, and Contacts Applications
    5) Wait a few minutes (I waited 3 just to be extra safe)
    6) Open the Message App to verify the fix

  • Is it possible to create a Windows 7 Partition via Bootcamp while having an internal RAID 0 Setup ?

    Is it possible to create a Windows 7 Partition via Bootcamp while having an internal RAID 0 Setup ?

    Yes, just not on the RAID. Boot Camp Assistant will only partition a single drive containing OS X. You cannot partition a RAID array.

Maybe you are looking for