Cancel of referenced BPM subprocess not longer allowed/possible in NW7.3 SP10

I implemented a BPM process that contains al least one referenced subprocess.
The main process and all their referenced subprocess are in status "inprogress". trying to cancel one of those referenced subprocesses lead to error.
Error while resuming process instance 'b8a620a0b5d511e3935100000056ee7e'.
[EXCEPTION]
com.sap.glx.adapter.api.AdapterException: Cancellation of process instance b8a620a0-b5d5-11e3-9351-00000056ee7e failed. Executing cancel action on referenced sub-processes is not allowed. Consider cancelling the parent process 9e8aa343-b5d2-11e3-9d20-00000056ee7e.
at com.sap.glx.process.adapter.bpmn.impl.BPMNAdapter.cancelProcessInstances(BPMNAdapter.java:2548)
at com.sap.glx.process.adapter.bpmn.impl.BPMNAdapter.cancelProcessInstance(BPMNAdapter.java:2531)
at com.sap.glx.process.impl.ProcessManagerImpl.cancelProcessInstance(ProcessManagerImpl.java:1386)
at com.sap.glx.process.impl.ProcessManagerImpl.cancelProcessInstances(ProcessManagerImpl.java:1404)
at com.sap.glx.process.impl.ProcessManagerBean.cancelProcessInstances(ProcessManagerBean.java:287)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
at com.sun.proxy.$Proxy3289.cancelProcessInstances(Unknown Source)
at com.sap.glx.nwa.pm.SAP_ITSAMGalaxyProcessManagerImpl.cancelProcessInstance(SAP_ITSAMGalaxyProcessManagerImpl.java:747)
at com.sap.glx.nwa.pm.SAP_ITSAMGalaxyProcessManagerWrapper.invoke(SAP_ITSAMGalaxyProcessManagerWrapper.java:494)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:835)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:771)
at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:468)
at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:612)
at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:365)
at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:367)
at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:289)
at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:813)
at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:367)
at com.sap.lm.itsam.ui.connection.impl.ITSAMUIMBeanServerConnectionWrapper.invoke(ITSAMUIMBeanServerConnectionWrapper.java:379)
at com.sap.tc.lm.itsam.ui.proxy.JMXGenericModelClassMBean.invokeOperation(JMXGenericModelClassMBean.java:610)
at com.sap.tc.lm.itsam.ui.proxy.JMXAbstractModelClass.invokeOperation(JMXAbstractModelClass.java:159)
at com.sap.tc.bpem.nwa.processmgmt.procmgmt.model.SAP_ITSAMGalaxyProcessManager.cancelProcessInstance(SAP_ITSAMGalaxyProcessManager.java:173)
at com.sap.tc.bpem.nwa.processmgmt.procmgmt.procmgmt.ProcMgmt.CancelProcesses(ProcMgmt.java:901)
at com.sap.tc.bpem.nwa.processmgmt.procmgmt.procmgmt.wdp.InternalProcMgmt.CancelProcesses(InternalProcMgmt.java:421)
at com.sap.tc.bpem.nwa.processmgmt.procmgmt.procmgmt.ProcMgmtView.onActionProcessCommand(ProcMgmtView.java:2039)
at com.sap.tc.bpem.nwa.processmgmt.procmgmt.procmgmt.wdp.InternalProcMgmtView.wdInvokeEventHandler(InternalProcMgmtView.java:913)
at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:326)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Any Idea how to cancel a subprocess? thankyou.
here is a screen shot if the Process tree and the subprocess to be cancelled (red marked )

Hi,
see SAP Note 1763784.
Christian

Similar Messages

  • After Firefox upgrade, Windows 7 no longer allows hyperlinks in e-mails to connect. Message is "This operations has been cancelled due to restrictions in your computer."

    After Firefox upgrade just a few minutes ago, Windows 7 no longer allows hyperlinks in e-mails (Outlook 2003) to connect. Message is "This operations has been cancelled due to restrictions in your computer. Please contact your system administrator."

    I use Windows 7 x64 with Office 2010 and the message I get is General Failure. the URL was:..... An error occured in sending the command to the application.
    This only started happening after the 3.6.14 update.

  • Recently, iPhoto will no longer allow my to export photos onto my folders on my desktop. It just says that it is unable to create file. Not sure why this is happening?

    iPhoto is no longer allowing me to export & resize photos into a file on my desktop. It just states that it is Unable to create file on desktop. I'm not sure what this means on how to correct this issue. Any support would be greatly appreciated!

    Then do the following:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot.
    If Fix #1 fails to help continue with:
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download IPhoto Library Manager 4 for OS XC 10.6.8 and iPhoto  8.1.2 and later  or iPhoto Library Manager 3 (for OS X 10.5.8 and iPhoto 7.1.5 and earlier) and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu (iPLM 3) or Library ➙ Rebuild Library menu (iPLM 4) option.
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • My iPad is frozen with a message on the screen that says "iCloud backup is full" and it gives me the option of cancel or settings but will not go to either one or allow me to exit the message

    My iPad is frozen with a message on the screen that says "iCloud backup is full" and it gives me the option of cancel or settings but will not go to either one or allow me to exit the message. How can I restart? It will not let me turn off or doesn't help to plug into computer

    Try a reset:
    Hold the Sleep and Home button down until you see the Apple logo.
    Data will not be affected.

  • My IPhoto is no longer allowing me to "publish" photos to Facebook, i.e. the "Publish" command is not active. Any suggestions?

    My IPhoto is no longer allowing me to pulbish photos to Facebook. When I select photos and Facebook, the "Publish" command is not active.

    Websites remembering you and automatically log you in is stored in a cookie.
    * Create an allow cookie exception (Tools > Options > Privacy > Cookies: Exceptions) to keep such a cookie, especially for secure websites and if cookies expire when Firefox is closed.
    Make sure that you do not run Firefox in Private Browsing mode.
    * https://support.mozilla.com/kb/Private+Browsing
    * In [[Private Browsing]] mode all cookies are session cookies that expire if that session is ended, so websites won't remember you.
    * Do not use [[Clear Recent History]] to clear the "Cookies" and the "Site Preferences"
    Clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    * http://kb.mozillazine.org/Cookies

  • Air won't install, XP machine, "Installation may not be allowed by your administrator"

    Issue:
     An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. 
    I encountered an error saving my password in the air program Twhirl so I uninstalled that. And then uninstalled Air. And then tried to re
     install, but I would get that error. 
    I tried the
    msicuu2.exe utility and it didn't work. I also deleted Air directories to no avail. Also I tried different downloads of the air installer and the msicuu2.exe installer utility. I tried to look through some threads for some hints but none helped. Please help, thank you.
    Edit okay I installed an older version 1.5 so it installed and let me upgrade, but the twhirl programs says its corrupt even on new installs.
    Following is the install log for air:
    [2010-06-16:03:23:12] Performing runtime update
    [2010-06-16:03:23:13] UI SWF load is complete
    [2010-06-16:03:23:13] UI initialized
    [2010-06-16:03:23:13] starting user confirmation
    [2010-06-16:03:23:13] Version of this installer: 2.0.2.12610
    [2010-06-16:03:23:13] Installed version: 1.5.3.9130
    [2010-06-16:03:23:13] Installation type: patchNewer
    [2010-06-16:03:23:21] starting install
    [2010-06-16:03:23:21] Scheduling runtime installation operations
    [2010-06-16:03:23:21] Active AIR product GUID is {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2010-06-16:03:23:21] Scheduling an MSI install operation
    [2010-06-16:03:23:21] Beginning runtime installation
    [2010-06-16:03:23:22] Beginning install
    [2010-06-16:03:23:22] Installing c:\docume~1\owner\locals~1\temp\air6c7.tmp\setup.msi
    [2010-06-16:03:23:36] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Documents and Settings\Owner\Local Settings\temp\fla6CE.tmp\temp
    [2010-06-16:03:23:36] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-06-16:03:23:36] Copying C:\DOCUME~1\Owner\LOCALS~1\Temp\AIR6C7.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-06-16:03:23:36] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Documents and Settings\Owner\Local Settings\temp\fla6CF.tmp\temp
    [2010-06-16:03:23:36] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-06-16:03:23:36] Copying C:\DOCUME~1\Owner\LOCALS~1\Temp\AIR6C7.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-06-16:03:23:36] Execution complete; beginning commit phase
    [2010-06-16:03:23:36] Deleting C:\Documents and Settings\Owner\Local Settings\temp\fla6CE.tmp\temp
    [2010-06-16:03:23:36] Deleting C:\Documents and Settings\Owner\Local Settings\temp\fla6CF.tmp\temp
    [2010-06-16:03:23:36] Commit complete
    [2010-06-16:03:23:36] install complete
    [2010-06-16:03:23:40] begin quitting
    [2010-06-16:03:40:07] UI SWF load is complete
    [2010-06-16:03:40:08] UI initialized
    [2010-06-16:03:40:09] Pingback request completed with HTTP status 200
    [2010-06-16:03:40:09] Begin background update check
    [2010-06-16:03:40:10] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-06-16:03:40:10] Background update not available
    [2010-06-16:03:40:10] begin quitting
    [2010-06-23:03:48:06] UI SWF load is complete
    [2010-06-23:03:48:06] UI initialized
    [2010-06-23:03:48:06] Begin background update check
    [2010-06-23:03:48:06] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-06-23:03:48:08] Background update not available
    [2010-06-23:03:48:08] begin quitting
    [2010-07-02:01:27:31] UI SWF load is complete
    [2010-07-02:01:27:31] UI initialized
    [2010-07-02:01:27:31] Begin background update check
    [2010-07-02:01:27:31] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-07-02:01:27:33] Background update not available
    [2010-07-02:01:27:33] begin quitting
    [2010-07-13:02:50:41] UI SWF load is complete
    [2010-07-13:02:50:41] UI initialized
    [2010-07-13:02:50:41] Begin background update check
    [2010-07-13:02:50:41] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-07-13:02:50:43] Background update not available
    [2010-07-13:02:50:43] begin quitting
    [2010-07-20:20:59:09] UI SWF load is complete
    [2010-07-20:20:59:10] UI initialized
    [2010-07-20:20:59:10] Begin background update check
    [2010-07-20:20:59:10] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-07-20:20:59:12] Background update not available
    [2010-07-20:20:59:12] begin quitting
    [2010-07-28:07:22:18] UI SWF load is complete
    [2010-07-28:07:22:18] UI initialized
    [2010-07-28:07:22:19] Begin background update check
    [2010-07-28:07:22:19] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-07-28:07:22:21] Background update not available
    [2010-07-28:07:22:21] begin quitting
    [2010-08-05:02:37:41] UI SWF load is complete
    [2010-08-05:02:37:41] UI initialized
    [2010-08-05:02:37:42] Begin background update check
    [2010-08-05:02:37:42] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-08-05:02:37:43] Background update not available
    [2010-08-05:02:37:43] begin quitting
    [2010-08-12:22:33:39] UI SWF load is complete
    [2010-08-12:22:33:40] UI initialized
    [2010-08-12:22:33:40] Begin background update check
    [2010-08-12:22:33:40] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-08-12:22:34:06] Background update successfully downloaded
    [2010-08-12:22:34:06] User notified of available background update
    [2010-08-12:22:37:02] User selected immediate install of background update
    [2010-08-12:22:37:02] Running C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background\updater -update
    [2010-08-12:22:37:02] begin quitting
    [2010-08-12:22:37:14] Performing runtime update
    [2010-08-12:22:37:15] UI SWF load is complete
    [2010-08-12:22:37:16] UI initialized
    [2010-08-12:22:37:16] starting user confirmation
    [2010-08-12:22:37:16] Version of this installer: 2.0.3.13070
    [2010-08-12:22:37:16] Installed version: 2.0.2.12610
    [2010-08-12:22:37:16] Installation type: patchNewer
    [2010-08-12:22:37:18] starting install
    [2010-08-12:22:37:18] Scheduling runtime installation operations
    [2010-08-12:22:37:18] Active AIR product GUID is {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2010-08-12:22:37:18] Scheduling an MSI repair operation
    [2010-08-12:22:37:19] Beginning runtime installation
    [2010-08-12:22:37:19] Beginning install
    [2010-08-12:22:37:19] Reinstalling c:\docume~1\owner\locals~1\temp\air2b7.tmp\setup.msi
    [2010-08-12:22:37:53] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Documents and Settings\Owner\Local Settings\temp\fla2BB.tmp\temp
    [2010-08-12:22:37:53] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-08-12:22:37:53] Copying C:\DOCUME~1\Owner\LOCALS~1\Temp\AIR2B7.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-08-12:22:37:53] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Documents and Settings\Owner\Local Settings\temp\fla2BC.tmp\temp
    [2010-08-12:22:37:53] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-08-12:22:37:53] Copying C:\DOCUME~1\Owner\LOCALS~1\Temp\AIR2B7.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-08-12:22:37:53] Execution complete; beginning commit phase
    [2010-08-12:22:37:53] Deleting C:\Documents and Settings\Owner\Local Settings\temp\fla2BB.tmp\temp
    [2010-08-12:22:37:53] Deleting C:\Documents and Settings\Owner\Local Settings\temp\fla2BC.tmp\temp
    [2010-08-12:22:37:53] Commit complete
    [2010-08-12:22:37:53] install complete
    [2010-08-12:22:39:21] begin quitting
    [2010-08-12:22:39:57] UI SWF load is complete
    [2010-08-12:22:39:58] UI initialized
    [2010-08-12:22:39:59] Pingback request completed with HTTP status 200
    [2010-08-12:22:39:59] Begin background update check
    [2010-08-12:22:39:59] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-08-12:22:40:00] Background update not available
    [2010-08-12:22:40:00] begin quitting
    [2010-08-14:13:49:37] Starting update of c:\program files\twhirl\twhirl.exe
    [2010-08-14:13:49:37] Updating from file:///C:/Documents%20and%20Settings/Owner/Application%20Data/de.makesoft.twhirl.0EA062BC 275E7ED1E6EC3762EFFD73C7158ADF33.1/Local%20Store/update.air
    [2010-08-14:13:49:37] Updating to version 0.9.5
    [2010-08-14:13:49:37] UI SWF load is complete
    [2010-08-14:13:49:38] UI initialized
    [2010-08-14:13:49:38] beginning UI styling
    [2010-08-14:13:49:38] UI styling complete
    [2010-08-14:13:49:38] Unpackaging to C:\Documents and Settings\Owner\Local Settings\temp\fla12.tmp
    [2010-08-14:13:49:39] unpackaging/validation is complete
    [2010-08-14:13:49:39] application is bound to this version of the runtime
    [2010-08-14:13:49:39] app id de.makesoft.twhirl
    [2010-08-14:13:49:39] pub id 0EA062BC275E7ED1E6EC3762EFFD73C7158ADF33.1
    [2010-08-14:13:49:39] Application located at c:\program files
    [2010-08-14:13:49:39] Waiting for user confirmation
    [2010-08-14:13:49:39] User confirmed action: install
    [2010-08-14:13:49:39] creating native installer in: C:\Documents and Settings\Owner\Local Settings\temp\fla13.tmp
    [2010-08-14:13:49:39] native installer creation complete
    [2010-08-14:13:49:39] Starting install
    [2010-08-14:13:49:39] using conversion output in C:\Documents and Settings\Owner\Local Settings\temp\fla13.tmp
    [2010-08-14:13:49:39] Beginning install
    [2010-08-14:13:49:39] Installing C:\Documents and Settings\Owner\Local Settings\temp\fla13.tmp\setup.msi
    [2010-08-14:13:49:46] Execution complete; beginning commit phase
    [2010-08-14:13:49:46] Commit complete
    [2010-08-14:13:49:46] Re-launching application from c:\program files\twhirl\twhirl.exe
    [2010-08-14:13:49:46] starting cleanup of temporary files
    [2010-08-14:13:49:46] application installer exiting
    [2010-08-19:23:18:10] UI SWF load is complete
    [2010-08-19:23:18:10] UI initialized
    [2010-08-19:23:18:10] Begin background update check
    [2010-08-19:23:18:10] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-08-19:23:18:12] Background update check failed: Error #2032
    [2010-08-19:23:18:12] begin quitting
    [2010-08-20:00:43:07] UI SWF load is complete
    [2010-08-20:00:43:08] UI initialized
    [2010-08-20:00:43:08] Begin background update check
    [2010-08-20:00:43:08] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-08-20:00:43:11] Background update not available
    [2010-08-20:00:43:11] begin quitting
    [2010-08-28:03:05:30] UI SWF load is complete
    [2010-08-28:03:05:31] UI initialized
    [2010-08-28:03:05:31] Begin background update check
    [2010-08-28:03:05:31] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-08-28:03:05:32] Background update not available
    [2010-08-28:03:05:32] begin quitting
    [2010-09-06:00:41:37] UI SWF load is complete
    [2010-09-06:00:41:38] UI initialized
    [2010-09-06:00:41:38] Begin background update check
    [2010-09-06:00:41:38] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-09-06:00:41:39] Background update not available
    [2010-09-06:00:41:39] begin quitting
    [2010-09-13:04:41:19] UI SWF load is complete
    [2010-09-13:04:41:20] UI initialized
    [2010-09-13:04:41:20] Begin background update check
    [2010-09-13:04:41:20] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-09-13:04:41:21] Background update not available
    [2010-09-13:04:41:21] begin quitting
    [2010-09-20:20:13:44] UI SWF load is complete
    [2010-09-20:20:13:45] UI initialized
    [2010-09-20:20:13:45] Begin background update check
    [2010-09-20:20:13:46] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-09-20:20:14:29] Background update not available
    [2010-09-20:20:14:29] begin quitting
    [2010-09-30:22:02:32] UI SWF load is complete
    [2010-09-30:22:02:33] UI initialized
    [2010-09-30:22:02:33] Begin background update check
    [2010-09-30:22:02:33] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-09-30:22:02:34] Background update not available
    [2010-09-30:22:02:34] begin quitting
    [2010-10-08:00:30:24] UI SWF load is complete
    [2010-10-08:00:30:24] UI initialized
    [2010-10-08:00:30:24] Begin background update check
    [2010-10-08:00:30:24] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-10-08:00:30:48] Background update successfully downloaded
    [2010-10-08:00:30:48] User notified of available background update
    [2010-10-08:00:31:00] User selected immediate install of background update
    [2010-10-08:00:31:00] Running C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background\updater -update
    [2010-10-08:00:31:00] begin quitting
    [2010-10-08:00:31:10] Performing runtime update
    [2010-10-08:00:31:10] UI SWF load is complete
    [2010-10-08:00:31:11] UI initialized
    [2010-10-08:00:31:11] starting user confirmation
    [2010-10-08:00:31:11] Version of this installer: 2.0.4.13090
    [2010-10-08:00:31:11] Installed version: 2.0.3.13070
    [2010-10-08:00:31:11] Installation type: patchNewer
    [2010-10-08:00:31:19] starting install
    [2010-10-08:00:31:19] Scheduling runtime installation operations
    [2010-10-08:00:31:19] Active AIR product GUID is {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2010-10-08:00:31:19] Scheduling an MSI repair operation
    [2010-10-08:00:31:19] Beginning runtime installation
    [2010-10-08:00:31:19] Beginning install
    [2010-10-08:00:31:19] Reinstalling c:\docume~1\owner\locals~1\temp\air6.tmp\setup.msi
    [2010-10-08:00:31:35] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Documents and Settings\Owner\Local Settings\temp\flaA.tmp\temp
    [2010-10-08:00:31:36] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-10-08:00:31:36] Copying C:\DOCUME~1\Owner\LOCALS~1\Temp\AIR6.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-10-08:00:31:37] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Documents and Settings\Owner\Local Settings\temp\flaB.tmp\temp
    [2010-10-08:00:31:38] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-10-08:00:31:38] Copying C:\DOCUME~1\Owner\LOCALS~1\Temp\AIR6.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-10-08:00:31:39] Execution complete; beginning commit phase
    [2010-10-08:00:31:39] Deleting C:\Documents and Settings\Owner\Local Settings\temp\flaA.tmp\temp
    [2010-10-08:00:31:40] Deleting C:\Documents and Settings\Owner\Local Settings\temp\flaB.tmp\temp
    [2010-10-08:00:31:41] Commit complete
    [2010-10-08:00:31:41] install complete
    [2010-10-08:00:31:52] begin quitting
    [2010-10-08:00:32:27] UI SWF load is complete
    [2010-10-08:00:32:28] UI initialized
    [2010-10-08:00:32:30] Pingback request completed with HTTP status 200
    [2010-10-08:00:32:30] Begin background update check
    [2010-10-08:00:32:30] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.4.13090/update
    [2010-10-08:00:32:30] Background update not available
    [2010-10-08:00:32:30] begin quitting
    [2010-10-17:00:26:20] UI SWF load is complete
    [2010-10-17:00:26:20] UI initialized
    [2010-10-17:00:26:20] Begin background update check
    [2010-10-17:00:26:20] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.4.13090/update
    [2010-10-17:00:26:22] Background update not available
    [2010-10-17:00:26:22] begin quitting
    [2010-10-25:00:45:03] UI SWF load is complete
    [2010-10-25:00:45:04] UI initialized
    [2010-10-25:00:45:04] Begin background update check
    [2010-10-25:00:45:04] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.4.13090/update
    [2010-10-25:00:45:05] Background update not available
    [2010-10-25:00:45:06] begin quitting
    [2010-11-01:06:12:19] UI SWF load is complete
    [2010-11-01:06:12:20] UI initialized
    [2010-11-01:06:12:20] Begin background update check
    [2010-11-01:06:12:20] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.4.13090/update
    [2010-11-01:06:13:06] Background update check failed: Error #2032
    [2010-11-01:06:13:06] begin quitting
    [2010-11-01:06:18:48] UI SWF load is complete
    [2010-11-01:06:18:49] UI initialized
    [2010-11-01:06:18:49] Begin background update check
    [2010-11-01:06:18:49] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.4.13090/update
    [2010-11-01:06:19:16] Background update successfully downloaded
    [2010-11-01:06:19:16] User notified of available background update
    [2010-11-01:06:31:31] User selected immediate install of background update
    [2010-11-01:06:31:31] Running C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background\updater -update
    [2010-11-01:06:31:31] begin quitting
    [2010-11-01:06:31:39] Runtime Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-11-01:06:31:39] Commandline is: -update
    [2010-11-01:06:31:39] Installed runtime (2.0.4.13090) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-01:06:32:03] Starting runtime update. Updating runtime from version 2.0.4.13090 to version 2.5.0.16600
    [2010-11-01:06:32:03] Installing msi at c:\docume~1\owner\locals~1\temp\air2d4.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-01:06:34:30] Runtime Installer end with exit code 0
    [2010-11-02:03:44:07] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-11-02:03:44:08] Runtime Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-11-02:03:44:08] Commandline is: -updatecheck
    [2010-11-02:03:44:08] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-02:03:44:08] Performing pingback request
    [2010-11-02:03:44:11] Pingback request completed with HTTP status 200
    [2010-11-02:03:44:11] Starting runtime background update check
    [2010-11-02:03:44:11] Clearing unused background update directory
    [2010-11-02:03:44:11] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update
    [2010-11-02:03:44:11] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-11-02:03:44:11] Runtime update not available
    [2010-11-02:03:44:11] Unpackaging cancelled
    [2010-11-02:03:44:11] Runtime Installer end with exit code 0
    [2010-11-05:02:19:29] Application Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-11-05:02:19:29] Commandline is: -playerVersion=10,1,102,64 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled LandofMe 43FD61A5BF18912871F2BB66A1B2F6D6B5B7F59A.1 adobe.com:air0.7629990177229047 onApplicationVersion
    [2010-11-05:02:19:29] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-05:02:19:29] Application Installer end with exit code 0
    [2010-11-11:03:23:20] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-11-11:03:23:20] Runtime Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-11-11:03:23:20] Commandline is: -updatecheck
    [2010-11-11:03:23:20] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-11:03:23:21] Performing pingback request
    [2010-11-11:03:23:21] Starting runtime background update check
    [2010-11-11:03:23:21] Clearing unused background update directory
    [2010-11-11:03:23:21] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update
    [2010-11-11:03:23:21] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-11-11:03:23:22] Runtime update not available
    [2010-11-11:03:23:22] Unpackaging cancelled
    [2010-11-11:03:23:22] Runtime Installer end with exit code 0
    [2010-11-18:20:58:42] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-11-18:20:58:42] Runtime Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-11-18:20:58:42] Commandline is: -updatecheck
    [2010-11-18:20:58:42] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-18:20:58:43] Performing pingback request
    [2010-11-18:20:58:43] Starting runtime background update check
    [2010-11-18:20:58:43] Clearing unused background update directory
    [2010-11-18:20:58:43] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update
    [2010-11-18:20:58:43] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-11-18:20:59:09] Unpackaging complete
    [2010-11-18:20:59:10] Download success
    [2010-11-18:20:59:10] Runtime updated downloaded
    [2010-11-18:20:59:29] User has selected immediate install of the update
    [2010-11-18:20:59:29] Starting runtime background update installation
    [2010-11-18:20:59:29] Launching subprocess with commandline C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background\updater -update
    [2010-11-18:20:59:29] Runtime updater successfully launched
    [2010-11-18:20:59:29] Runtime Installer end with exit code 0
    [2010-11-18:20:59:36] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-18:20:59:36] Commandline is: -update
    [2010-11-18:20:59:36] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-18:20:59:44] Starting runtime update. Updating runtime from version 2.5.0.16600 to version 2.5.1.17730
    [2010-11-18:20:59:44] Reinstalling c:\docume~1\owner\locals~1\temp\air12c.tmp\setup.msi
    [2010-11-18:21:00:16] Runtime Installer end with exit code 0
    [2010-11-18:23:47:54] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-11-18:23:47:54] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-18:23:47:54] Commandline is: -updatecheck
    [2010-11-18:23:47:54] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-18:23:47:55] Performing pingback request
    [2010-11-18:23:48:26] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2010-11-18:23:48:26] Runtime Installer end with exit code 0
    [2010-11-19:05:32:13] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-11-19:05:32:14] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-19:05:32:14] Commandline is: -updatecheck
    [2010-11-19:05:32:14] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-19:05:32:16] Performing pingback request
    [2010-11-19:05:32:18] Pingback request completed with HTTP status 200
    [2010-11-19:05:32:18] Starting runtime background update check
    [2010-11-19:05:32:18] Clearing unused background update directory
    [2010-11-19:05:32:18] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2010-11-19:05:32:18] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-11-19:05:32:18] Runtime update not available
    [2010-11-19:05:32:18] Unpackaging cancelled
    [2010-11-19:05:32:18] Runtime Installer end with exit code 0
    [2010-11-25:22:48:00] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-25:22:48:00] Commandline is: -update "c:\program files\twhirl\twhirl.exe" "C:\Documents and Settings\Owner\Application Data\de.makesoft.twhirl.0EA062BC275E7ED1E6EC3762EFFD73C7158ADF33.1\Local Store\update.air" 0.9.7
    [2010-11-25:22:48:00] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-25:22:48:00] Installed app (de.makesoft.twhirl.0EA062BC275E7ED1E6EC3762EFFD73C7158ADF33.1) located at c:\program files\twhirl\twhirl.exe
    [2010-11-25:22:48:01] Unpackaging file:///C:/Documents%20and%20Settings/Owner/Application%20Data/de.makesoft.twhirl.0EA062BC 275E7ED1E6EC3762EFFD73C7158ADF33.1/Local%20Store/update.air to C:\Documents and Settings\Owner\Local Settings\temp\fla397.tmp
    [2010-11-25:22:48:02] Application signature verified
    [2010-11-25:22:48:02] Unpackaging/validation complete
    [2010-11-25:22:48:02] Converting unpackaged application to a native installation package in C:\Documents and Settings\Owner\Local Settings\temp\fla398.tmp
    [2010-11-25:22:48:02] Native installation package creation succeeded
    [2010-11-25:22:48:02] Starting app update of c:\program files. Updating from de.makesoft.twhirl.0EA062BC275E7ED1E6EC3762EFFD73C7158ADF33.1 version 0.9.5 to de.makesoft.twhirl.0EA062BC275E7ED1E6EC3762EFFD73C7158ADF33.1 version 0.9.7 using the source file at file:///C:/Documents%20and%20Settings/Owner/Application%20Data/de.makesoft.twhirl.0EA062BC 275E7ED1E6EC3762EFFD73C7158ADF33.1/Local%20Store/update.air
    [2010-11-25:22:48:02] Installing msi at C:\Documents and Settings\Owner\Local Settings\temp\fla398.tmp\setup.msi with guid {150673BA-DB7B-8786-1D7E-0B2C24E3DA5D}
    [2010-11-25:22:48:13] Launching subprocess with commandline c:\program files\twhirl\twhirl.exe
    [2010-11-25:22:48:15] Application Installer end with exit code 0
    [2010-11-28:04:19:00] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-11-28:04:19:01] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-28:04:19:01] Commandline is: -updatecheck
    [2010-11-28:04:19:01] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-28:04:19:02] Performing pingback request
    [2010-11-28:04:19:02] Starting runtime background update check
    [2010-11-28:04:19:02] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2010-11-28:04:19:02] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-11-28:04:19:03] Runtime update not available
    [2010-11-28:04:19:03] Unpackaging cancelled
    [2010-11-28:04:19:03] Runtime Installer end with exit code 0
    [2010-12-05:14:55:37] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-05:14:55:37] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-05:14:55:37] Commandline is: -updatecheck
    [2010-12-05:14:55:37] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-05:14:55:39] Performing pingback request
    [2010-12-05:14:55:39] Starting runtime background update check
    [2010-12-05:14:55:39] Clearing unused background update directory
    [2010-12-05:14:55:39] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2010-12-05:14:55:39] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-12-05:14:55:40] Runtime update not available
    [2010-12-05:14:55:40] Unpackaging cancelled
    [2010-12-05:14:55:40] Runtime Installer end with exit code 0
    [2010-12-12:15:06:25] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-12:15:06:25] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-12:15:06:25] Commandline is: -updatecheck
    [2010-12-12:15:06:25] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-12:15:06:26] Performing pingback request
    [2010-12-12:15:06:26] Starting runtime background update check
    [2010-12-12:15:06:26] Clearing unused background update directory
    [2010-12-12:15:06:26] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2010-12-12:15:06:26] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-12-12:15:06:27] Runtime update not available
    [2010-12-12:15:06:27] Unpackaging cancelled
    [2010-12-12:15:06:27] Runtime Installer end with exit code 0
    [2010-12-19:19:35:18] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-19:19:35:19] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-19:19:35:19] Commandline is: -updatecheck
    [2010-12-19:19:35:19] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-19:19:35:20] Performing pingback request
    [2010-12-19:19:35:20] Starting runtime background update check
    [2010-12-19:19:35:20] Clearing unused background update directory
    [2010-12-19:19:35:20] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2010-12-19:19:35:20] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-12-19:19:35:21] Runtime update not available
    [2010-12-19:19:35:21] Unpackaging cancelled
    [2010-12-19:19:35:21] Runtime Installer end with exit code 0
    [2010-12-27:01:54:09] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-27:01:54:09] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-27:01:54:09] Commandline is: -updatecheck
    [2010-12-27:01:54:09] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-27:01:54:10] Performing pingback request
    [2010-12-27:01:54:10] Starting runtime background update check
    [2010-12-27:01:54:10] Clearing unused background update directory
    [2010-12-27:01:54:10] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2010-12-27:01:54:10] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2010-12-27:01:54:12] Runtime update not available
    [2010-12-27:01:54:12] Unpackaging cancelled
    [2010-12-27:01:54:12] Runtime Installer end with exit code 0
    [2011-01-03:13:24:48] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-01-03:13:24:49] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-03:13:24:49] Commandline is: -updatecheck
    [2011-01-03:13:24:49] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-03:13:24:49] Performing pingback request
    [2011-01-03:13:24:49] Starting runtime background update check
    [2011-01-03:13:24:49] Clearing unused background update directory
    [2011-01-03:13:24:49] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-01-03:13:24:49] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-01-03:13:24:51] Runtime update not available
    [2011-01-03:13:24:51] Unpackaging cancelled
    [2011-01-03:13:24:51] Runtime Installer end with exit code 0
    [2011-01-10:14:30:11] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-01-10:14:30:11] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-10:14:30:11] Commandline is: -updatecheck
    [2011-01-10:14:30:11] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-10:14:30:13] Performing pingback request
    [2011-01-10:14:30:13] Starting runtime background update check
    [2011-01-10:14:30:13] Clearing unused background update directory
    [2011-01-10:14:30:14] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-01-10:14:30:14] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-01-10:14:30:15] Runtime update not available
    [2011-01-10:14:30:15] Unpackaging cancelled
    [2011-01-10:14:30:15] Runtime Installer end with exit code 0
    [2011-01-17:23:46:17] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-01-17:23:46:17] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-17:23:46:17] Commandline is: -updatecheck
    [2011-01-17:23:46:17] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-17:23:46:18] Performing pingback request
    [2011-01-17:23:46:18] Starting runtime background update check
    [2011-01-17:23:46:18] Clearing unused background update directory
    [2011-01-17:23:46:18] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-01-17:23:46:18] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-01-17:23:46:20] Runtime update not available
    [2011-01-17:23:46:20] Unpackaging cancelled
    [2011-01-17:23:46:20] Runtime Installer end with exit code 0
    [2011-01-25:08:24:17] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-01-25:08:24:18] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-25:08:24:18] Commandline is: -updatecheck
    [2011-01-25:08:24:18] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-25:08:24:18] Performing pingback request
    [2011-01-25:08:24:19] Starting runtime background update check
    [2011-01-25:08:24:19] Clearing unused background update directory
    [2011-01-25:08:24:19] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-01-25:08:24:19] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-01-25:08:24:20] Runtime update not available
    [2011-01-25:08:24:20] Unpackaging cancelled
    [2011-01-25:08:24:20] Runtime Installer end with exit code 0
    [2011-02-08:00:04:20] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-02-08:00:04:21] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-08:00:04:21] Commandline is: -updatecheck
    [2011-02-08:00:04:21] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-08:00:04:21] Performing pingback request
    [2011-02-08:00:04:21] Starting runtime background update check
    [2011-02-08:00:04:21] Clearing unused background update directory
    [2011-02-08:00:04:21] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-02-08:00:04:21] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-02-08:00:04:23] Runtime update not available
    [2011-02-08:00:04:23] Unpackaging cancelled
    [2011-02-08:00:04:23] Runtime Installer end with exit code 0
    [2011-02-15:16:42:51] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-02-15:16:42:52] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-15:16:42:52] Commandline is: -updatecheck
    [2011-02-15:16:42:52] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-15:16:42:53] Performing pingback request
    [2011-02-15:16:42:53] Starting runtime background update check
    [2011-02-15:16:42:53] Clearing unused background update directory
    [2011-02-15:16:42:53] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-02-15:16:42:53] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-02-15:16:42:54] Runtime update not available
    [2011-02-15:16:42:54] Unpackaging cancelled
    [2011-02-15:16:42:54] Runtime Installer end with exit code 0
    [2011-02-21:05:07:46] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-21:05:07:46] Commandline is: -playerVersion=10,2,152,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled MaxDamage2 n/a adobe.com:air0.7884667366743088 onApplicationVersion
    [2011-02-21:05:07:46] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-21:05:07:47] Application Installer end with exit code 0
    [2011-02-22:21:13:59] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-02-22:21:14:00] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-22:21:14:00] Commandline is: -updatecheck
    [2011-02-22:21:14:00] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-02-22:21:14:02] Performing pingback request
    [2011-02-22:21:14:03] Starting runtime background update check
    [2011-02-22:21:14:03] Clearing unused background update directory
    [2011-02-22:21:14:04] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-02-22:21:14:04] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-02-22:21:14:08] Runtime update not available
    [2011-02-22:21:14:09] Unpackaging cancelled
    [2011-02-22:21:14:11] Runtime Installer end with exit code 0
    [2011-03-03:04:31:57] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-03-03:04:31:58] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-03:04:31:58] Commandline is: -updatecheck
    [2011-03-03:04:31:58] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-03:04:31:59] Performing pingback request
    [2011-03-03:04:31:59] Starting runtime background update check
    [2011-03-03:04:31:59] Clearing unused background update directory
    [2011-03-03:04:31:59] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-03-03:04:31:59] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-03-03:04:32:00] Runtime update not available
    [2011-03-03:04:32:00] Unpackaging cancelled
    [2011-03-03:04:32:00] Runtime Installer end with exit code 0
    [2011-03-10:19:54:11] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-03-10:19:54:11] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-10:19:54:11] Commandline is: -updatecheck
    [2011-03-10:19:54:11] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-10:19:54:12] Performing pingback request
    [2011-03-10:19:54:13] Starting runtime background update check
    [2011-03-10:19:54:13] Clearing unused background update directory
    [2011-03-10:19:54:13] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-03-10:19:54:13] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-03-10:19:54:14] Runtime update not available
    [2011-03-10:19:54:14] Unpackaging cancelled
    [2011-03-10:19:54:14] Runtime Installer end with exit code 0
    [2011-03-18:00:49:37] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-03-18:00:49:38] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-18:00:49:38] Commandline is: -updatecheck
    [2011-03-18:00:49:38] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-18:00:49:39] Performing pingback request
    [2011-03-18:00:49:39] Starting runtime background update check
    [2011-03-18:00:49:39] Clearing unused background update directory
    [2011-03-18:00:49:39] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-03-18:00:49:39] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-03-18:00:49:40] Runtime update not available
    [2011-03-18:00:49:40] Unpackaging cancelled
    [2011-03-18:00:49:40] Runtime Installer end with exit code 0
    [2011-03-18:00:53:50] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-18:00:53:50] Commandline is: -playerVersion=10,2,152,32 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled Pipeliner n/a adobe.com:air0.7711785868741572 onApplicationVersion
    [2011-03-18:00:53:50] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-18:00:53:50] Application Installer end with exit code 0
    [2011-03-18:00:54:13] Application Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-18:00:54:13] Commandline is: -playerVersion=10,2,152,32 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled TaylorSwift n/a adobe.com:air0.1634288956411183 onApplicationVersion
    [2011-03-18:00:54:13] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-18:00:54:13] Application Installer end with exit code 0
    [2011-03-25:14:01:42] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-03-25:14:01:43] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-25:14:01:43] Commandline is: -updatecheck
    [2011-03-25:14:01:43] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-25:14:01:46] Performing pingback request
    [2011-03-25:14:01:46] Starting runtime background update check
    [2011-03-25:14:01:46] Clearing unused background update directory
    [2011-03-25:14:01:46] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update
    [2011-03-25:14:01:46] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.1.17730/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-03-25:14:02:12] Unpackaging complete
    [2011-03-25:14:02:12] Download success
    [2011-03-25:14:02:12] Runtime updated downloaded
    [2011-03-25:14:09:53] User had deferred installing the update
    [2011-03-25:14:09:53] Runtime Installer end with exit code 0
    [2011-03-25:14:27:15] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files\twhirl\twhirl.exe"
    [2011-03-25:14:27:15] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-03-25:14:27:15] Commandline is: -applyupdates "c:\program files\twhirl\twhirl.exe"
    [2011-03-25:14:27:15] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-25:14:27:15] Installed app (de.makesoft.twhirl.0EA062BC275E7ED1E6EC3762EFFD73C7158ADF33.1) located at c:\program files\twhirl\twhirl.exe
    [2011-03-25:14:27:16] Starting runtime background update installation
    [2011-03-25:14:27:16] Launching subprocess with commandline C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background\updater -update "c:\program files\twhirl\twhirl.exe"
    [2011-03-25:14:27:16] Runtime updater successfully launched
    [2011-03-25:14:27:16] Runtime Installer end with exit code 0
    [2011-03-25:14:27:46] Runtime Installer begin with version 2.6.0.19120 on Windows XP x86
    [2011-03-25:14:27:46] Commandline is: -update "c:\program files\twhirl\twhirl.exe"
    [2011-03-25:14:27:46] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-25:14:27:46] Installed app (de.makesoft.twhirl.0EA062BC275E7ED1E6EC3762EFFD73C7158ADF33.1) located at c:\program files\twhirl\twhirl.exe
    [2011-03-25:14:28:02] Starting runtime update. Updating runtime from version 2.5.1.17730 to version 2.6.0.19120
    [2011-03-25:14:28:02] Installing msi at c:\docume~1\owner\locals~1\temp\air5.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-03-25:14:28:22] Launching subprocess with commandline c:\program files\twhirl\twhirl.exe
    [2011-03-25:14:28:22] Runtime Installer end with exit code 0
    [2011-03-25:14:29:00] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-03-25:14:29:02] Runtime Installer begin with version 2.6.0.19120 on Windows XP x86
    [2011-03-25:14:29:02] Commandline is: -updatecheck
    [2011-03-25:14:29:02] Installed runtime (2.6.0.19120) located at c:\Program Files\Common Files\Adobe AIR
    [2011-03-25:14:29:03] Performing pingback request
    [2011-03-25:14:29:04] Pingback request completed with HTTP status 200
    [2011-03-25:14:29:04] Starting runtime background update check
    [2011-03-25:14:29:04] Clearing unused background update directory
    [2011-03-25:14:29:05] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19120/update
    [2011-03-25:14:29:05] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19120/update to C:\Documents and Settings\Owner\Application Data\Adobe\AIR\Updater\Background
    [2011-03-25:14:29:05] Runtime update not available
    [2011-03-25:14:29:05] Unpackaging cancelled
    [2011-03-25:14:29:05] Runtime Installer end with exit code 0
    [2011-04-01:22:31:08] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-04-01:22:49:25] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2011-04-01:22:49:25] Runtime Installer begin with version 2.6.0.19120 on Windows XP x86
    [2011-04-01:22:49:25] Commandline is: -updatecheck
    [2011-04-01:22:49:25] Installed runtime (2.6.0.19120) located at c:\Program Files\Common Files\Adobe AIR
    [2011-04-01:22:49:26] Performing pingback request
    [2011-04-01:22:49:26] Starting runtime background update check
    [2011-04-01:22:49:26] Clearing unused background update directory
    [2011-04-01:22:49:26] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19120/update
    [2011-04-01:22:49:26] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.6.0.19120/update to C:\Documents and Se

    Time please wrote:
    Subject line tells it all.
    Actually not; what is your operating system?  Are you installing as an Administrator user?
    You may also want to ask in http://forums.adobe.com/community/air/installation

  • My Itunes is no longer allowing me to manage my music on my phone i can no longer select on my iphone to make playlists and delete music. Please help fix my problem.

    My Itunes is no longer allowing me to manage my music on my phone i can no longer select on my iphone to make playlists and delete music. Please help fix my problem. Iphone4s, 32gigs, IOS 7.1.2
    I don't know why it stopped working but it happened a month or two ago but the option on this phone that's usually all the way to the left when you select your device but now its not and I don't know what caused it. ive already tried troubleshooting my problem but have found no help.

    Hello Salmomma,
    Thank you for the details of the issue you are experiencing when trying to connect your iPhone to your Mac.  I recommend following the steps in the tutorial below for an issue like this:
    iPhone not appearing in iTunes
    http://www.apple.com/support/iphone/assistant/itunes/
    Additionally, you can delete music directly from the iPhone by swiping the song:
    Delete a song from iPhone: In Songs, swipe the song, then tap Delete.
    iPhone User Guide
    http://manuals.info.apple.com/MANUALS/1000/MA1658/en_US/iphone_ios6_user_guide.p df
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • My iPhone 4s will no longer allow others to send me a text message

    My iPhone 4s will no longer allow others to initiate a text message with me.  I think I have pin pointed the issue, but I don't know how to fix it.  When I go to Settings - Messages - Send & Receive, it has both my phone number and my email but it only will allow me to check the email account.  Therefore, if people don't have this email stored in their phone, then it won't allow them to initiate a text message to me.  They can reply to my texts, but it comes up as my email address vs. my phone number.  I have tried to reset my networks, but that didn't help either.  I have not downloaded the new iOS 7.0.4 yet.  Does that have something to do with it or how can I fix this because I'm on the road for business and I won't have a chance to download it until I get home on Sunday! 

        I'm sorry you have not been able to utilize your text messaging AlaynaFHirsch. I recommend downloading the new software to your phone. It will definitely help with functionality issues. Are you using a 3rd party messaging application? Have you tried to perform a restore on your account?
    KinquanaH_VZW
    Follow us on Twitter @vzwsupport

  • HT201269 Hi my I phone 5 will no longer allow my PC to copy photos as i once did before i accepted the 7 upgrade, i use cable to connect

    Hi, My I phone 5 will no longer allow my PC with cable to identify that i have new photos to copy, all was fine untill i accepted the new 7 upgrade download.
    thank you Michael

    Hi there BDempster,
    You may find the information in the articles below helpful.
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    iTunes 11 for Windows: Sync contacts, calendars, and other info with iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12317
    You can use iTunes to sync the contacts, calendars, notes, Safari bookmarks, and email account information on your computer with your iPod, iPhone, or iPad. iTunes also syncs this information from your device to your computer—for example, if you add contacts on your iPad, syncing adds those contacts to Windows address book or Outlook Express on your computer.
    -Griff W. 

  • My airport time capsule will no longer allow our iPhones or vizio smart tvs to connect to it, though my iPad air mac mini and mac air connect fine. Why is this? does a recent software update have anything to do with it?

    my airport time capsule will no longer allow our iPhones or vizio smart tvs to connect to it, though my iPad air mac mini and mac air connect fine. Why is this? does a recent software update have anything to do with it?

    What model is your TC? What is the firmware?
    I recommend you do a factory reset and use short names.. not apple recommended names.
    Short.. 2-20 characters .. less than 10 even better.
    No spaces.
    Pure alphanumeric.
    Set fixed channels for 2.4ghz wireless.. test with 11, 6, 1 at least.
    That often helps.. if not and is old, ie Gen1-4 go back to 7.6.1 firmware which is far more solid.

  • Ios 6 update will no longer allow my phone to activate

    I updated my 3gs to ios 6 and as i try to follow the on screen start up the phone will not activate with my sim card even though the sim card matches to carrier lock?

    The export control on my QuickTime Pro 7.6.9 no longer allows me to export mov audio files as wav.
    Are you saying the option is missing or that it is grayed out? If grayed out, what is the audio compression format used in the MOV file container?

  • "Sorry, an error has occurred... Installation may not be allowed by your administrator"

    Hello everyone.  I am getting the above message when trying to install Adobe AIR.  Here is more information on the issue:
    1) I used to have it installed fine, but when I uninstalled it something must have broken because I cannot now reinstall.
    2) I am running Windows 7.
    Here is the output of the .airinstall.log file that is created when I try to install:
    "Performing runtime install
    UI SWF load is complete
    UI initialized
    starting user confirmation
    Version of this installer: 1.5.3.9130
    Installation type: new
    starting elevated install
    subinstaller: starting install
    subinstaller: Scheduling runtime installation operations
    subinstaller: uninstall scheduled for 1.0.4, 1.0.6, 1.0.5
    subinstaller: Installed Product GUID:  is same:false
    subinstaller: Beginning runtime installation
    subinstaller: Beginning install
    subinstaller: Installing c:\users\buta\appdata\local\temp\air68cc.tmp\setup.msi
    subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    subinstaller: Rolling back install of c:\users\buta\appdata\local\temp\air68cc.tmp\setup.msi
    subinstaller: Rollback due to error complete
    subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    Failed during elevated install: error 0 1603
    runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    begin quitting"
    Here are things I have done to try to fix the problem, to no avail:
    1) Uninstalled
    2) Used Windows Installer Cleanup
    3) Used a registry cleaner to remove all traces of Adobe AIR
    4) Tried installing in safe mode
    5) Installed with administrator privileges
    6) Scoured the internet for advice
    I think the problem may lie in a missing DLL or something, as when I uninstalled Adobe AIR last time it was a little messy and I think I may have removed a necessary DLL.  I can't imagine that this would really be a problem, though.
    If anyone has advice, it would be VERY much appreciated.

    Hi,
    I'm sorry you've run into this problem. It appears you've attempted many of the approaches I would have taken, but I have a few more that you might want to try out.
    The following messages may appear during installation or uninstallation of the AIR runtime:
    "An error occurred while installing Adobe AIR. Installation may not be allowed by your Administrator. Please contact your administrator."
    "An error occurred while uninstalling Adobe AIR. Uninstallation may not be allowed by your Administrator. Please contact your administrator."
    To troubleshoot these issues, try performing the the following steps in this order:
    The Logitech Video driver (LVPrcSrv.exe) is known to cause issues with the installation of the runtime. If the application is loaded, end the process by selecting it from the Windows Task Manager.
    Verify that your windows has the latest latest Windows Service Packs and updates are installed on the system. These include updates for Windows Installer.
    Windows Installer may be damaged or unregistered. The following Microsoft TechNote articles describe how to address:
    Microsoft Knowledge Base: The Windows Installer Service Could Not Be Accessed" error message when you install a program in Windows XP
    Microsoft Knowledge Base: Error message when you try to add or remove a program on a computer that is running Windows XP or Windows Server 2003: 'The Windows Installer service could not be accessed'
    Microsoft Knowledge Base: 'The Windows Installer service could not be accessed' error message when you try to install Office
    Microsoft for Windows Installer update/hotfix. There was an issue with Microsoft Windows Installer that affected AIR installations.http://www.microsoft.com/downloadS/details.aspx?familyid=5A58B56F-60B6-4412-95B9-54D056D6F 9F4&displaylang=en
    Hopefully this helps. Please let us know how it works out.
    Chris

  • ? What can i do about this, i will have cancel this if i can not use the programs

    good evening i have just purchased lightroom and photoshop on a 12 months contract and its now saying i am running a operative system that photoshop no longer supports  ? What can i do about this, i will have cancel this if i can not use the programs

    unless that message is erroneous, you'll need to upgrade your os to use whatever you dl'd.
    with a cc subscription, you can use cs6, cc and cc 2014.
    if you need more help, what os do you have?

  • SD Billing - Avoid Cancellation Creation if Invoice has not been posted yet

    Dear all,
    I have noticed this problem in my company system.
    Problem descripion:
    - you creates an invoice and the system doesn't post it for any reason
    - then you create the cancel of the invoice, BEFORE forcing the posting of the invoice
    --> user creates Cancel, Cancel is not posted as well.
    --> from now it is impossible to post both invoices: if you try to post the Invoice after the cancel creation, the VF02 recongnise that a CANCEL exists and do not allow for the posting
    --> standard VFX3 doesn't signal this kind of not posted documents situation.
    Ok, The right procedure for thes user should be: create invoice, if not posted then try to understand why not posted, and not CANCEL it.
    But in this case VFK3 was not able to detect the invoice was not posted: it was not in the list.
    So the 2 ways must be:
    1) one possibility could be undestand in VFX3 could be enhanced: I checked in OSS but I didn't find anything.
    2) other possibility: add a further check in interface between SD and FI in order to check if original invoice is not posted to FI and in this case block the cancel creation, as instead standard SAP does.
    Could you please give me an idea on how it would be better proceed?
    Thank You very much.
    Raffaella

    Dear,
    thank you for your feedback.
    in VOFA the flag is not ticked.
    The problem was that In VFX3 no data were found for the specified document (with all "Inclomplete Due To" check box  flagged), even if invoice and relative cancel were already created, but not posted.
    When we tryied to to post them, via VF02 for example, the system didn't warned anything specific and, doing the posting via debug, we discovered that the posting was stopped because VBRK-RFBSK = E = "Billing Document Cancelled".
    So, forcing via debug that value = ' ', because of the urgency of Finance Office, we could invoice it and then do the same for its cancel.
    So at the moment it is not possible for me to reproduce the error in the system.
    The only workaround I can imagine, is to find a way to avoid cancel creation if invoice is not posted yet.
    Do you think this is feasible way?
    Thank You veyr much for your suggestions.
    KR
    Raffaella
    Edited by: Raffaella Sacchetto on Nov 29, 2010 3:43 PM

  • Problem with permission - not even allowed to open Safari

    Hi
    I have a mbp mid 2010 with 8gb ram running Lion 10.7.4
    I have recently experienced problems with permissions, and have tried fixing it.
    The original problem was that I wasn't allowed to update the SW via the update tool. This problem arose approx. 4 weeks ago. Before then it wasn't a problem. I posted this problem on this forum, and got help by reseting the permission to default by pressen command +R during boot, and via the terminal to reset the permissions. This did the trick a very short while....
    Now I have new problem - I'm not not even allowed to open Safari due to lack of permission. When having disc doctor to analyse the hard drive it shows a very very long list, with issues.
    I have a time machine backup on my NAS, but I don't have permission to access it - can anybody help, please
    Br
    Per

    No, can't say I have.
    Could very well well be an image format issue, or a corrupted file. What platform is the source from (iOS, Android?). And what does "not being able to open" mean exactly?
    You might also try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.

Maybe you are looking for