Problem updating payload

Hi
I am having trouble updating the payload of a task. Whatever I try, I get an exception saying that the parent 'task' node is read-only and so the 'payload' child node can't be updated. I have attached a sample stack trace (edited slightly for legibility).
I have tried all kinds of solutions - cloning nodes, importing nodes, using the multifarious DOMUtil(s) classes that are hanging around to do this and do that, but if the message is correct, then it all seems hopeless.
How does the task node get set to modifiable? Presumably it should get versioned internally by bpel pm and the updates made to the new copy, but that is clearly not something I should be worrying about as an application developer. Is there a timing problem with the versioning - trying to update before the new version is created? (I am calling IWorklistTask.setPayload followed by IWorklistService.updateTask(context, task), although obviously the code never gets as far as updateTask).
Is there another method I should be using instead of IWorklistTask.setPayload? Or something else to call beforehand?
Any help would be appreciated because this is really frustrating :<)
Best wishes
John Prince
org.w3c.dom.DOMException: Modification is not allowed on the w3c dom node
     "<task xmlns="http://xmlns.oracle.com/pcbpel/taskservice/task">
     <taskId>18a858bbe1d2345b:737371:10320abfe2b:-7fb1</taskId>
     <title>Confirm Address Change</title>
     <acquiredBy>john.prince</acquiredBy>
     <owner>bpeladmin</owner>
     <conclusion/><state>ASSIGNED</state><subState>ACQUIRED</subState>
     <processId>HomeAddressChange</processId><processName>HomeAddressChange</processName><taskGroupId/>
     <taskType>http://PC-05-008:9700/orabpel/default/HomeAddressChange/1.0/taskConfigSimpleWorkflow1.xml</taskType>
     <identificationKey/><priority>3</priority><creator>bpeladmin</creator><updatedBy>john.prince</updatedBy>
     <processVersion>1.0</processVersion><instanceId>1113</instanceId><domainId>default</domainId>
     <payload><PersonChangeRequest xmlns="http://bedag.ch/pef/prototype" targetPN="500000" userPN="111111">
          <address><zusatz/><strasse>Scheibenstrasse 19</strasse><plz>3014</plz><ort>Bern</ort></address></PersonChangeRequest>
     </payload>
     </task>"
because of its root element "task" state is "READ-ONLY". Please consult the documentation for a list of all the permissible operations that can be performed on a dom node when it in the "READ-ONLY" state.
     at com.collaxa.cube.xml.dom.CubeDOMElement.checkIfCanModify(CubeDOMElement.java:1695)
     at com.collaxa.cube.xml.dom.CubeDOMElement.markAsDirty(CubeDOMElement.java:1581)
     at com.collaxa.cube.xml.dom.CubeDOMElement.removeNode(CubeDOMElement.java:472)
     at org.collaxa.thirdparty.dom4j.tree.AbstractElement.remove(AbstractElement.java:1454)
     at org.collaxa.thirdparty.dom4j.tree.AbstractElement.remove(AbstractElement.java:1353)
     at org.collaxa.thirdparty.dom4j.tree.AbstractNode.detach(AbstractNode.java:114)
     at com.collaxa.cube.xml.BaseFacade.removeChildElement(BaseFacade.java:530)
     at oracle.tip.pc.services.hw.task.impl.Task.setPayload(Task.java:1523)
     at oracle.tip.pc.services.hw.worklist.WorklistTask.setPayload(WorklistTask.java:1742)
     at ch.bedag.pef.prototype.iflow.utils.bpel.WorklistUtils.updatePayload(WorklistUtils.java:36)
     at ch.bedag.pef.prototype.iflow.web.pages.Address.changeAddress(Address.java:105)
     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:324)
     at org.apache.tapestry.listener.ListenerMap.invokeTargetMethod(ListenerMap.java:257)
     at org.apache.tapestry.listener.ListenerMap.access$100(ListenerMap.java:46)
     at org.apache.tapestry.listener.ListenerMap$SyntheticListener.invoke(ListenerMap.java:97)
     at org.apache.tapestry.listener.ListenerMap$SyntheticListener.actionTriggered(ListenerMap.java:102)
     at org.apache.tapestry.form.Form.renderComponent(Form.java:423)
     at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
     at org.apache.tapestry.form.Form.rewind(Form.java:568)
     at org.apache.tapestry.engine.RequestCycle.rewindForm(RequestCycle.java:432)
     at org.apache.tapestry.form.Form.trigger(Form.java:582)
     at org.apache.tapestry.engine.DirectService.service(DirectService.java:169)
     at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:872)
     at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:197)
     at org.apache.tapestry.ApplicationServlet.doPost(ApplicationServlet.java:326)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
     at org.apache.tapestry.RedirectFilter.doFilter(RedirectFilter.java:106)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)

Hi
I found the problem - as far as I can tell, acquireTask returns an immutable IWorklistTask. When I called getWorklistTaskDetails, it returned a mutable version.
If this is intentional, you might want to add it to the docs, because is it a bit confusing.
Best wishes
John

Similar Messages

  • Problem updating payload on human task

    Hi,
    I'm developing an form where the user has to fill a set of fields, this fields are stored in the task payload. What happens is that if I use the save action the payload is updated but the screen refreshes and you need to selected the task on the work list again. To resolve this issue I'm using the update function of the task data control, but it only allows me one update to the data in the payload, then if I change a field and update it, it's not stored. I'm looking for a way to replicate the save action but without closing the form.
    Thanks.

    Are you using ps2 (11.1.1.3)? There was an issue where initiator human task activities that had parameters that were complex types needed to have the Data Object initialized via a script activity, or the fields could not be edited in the task from.
    There's an example of how to use the script in the SalesQuoteDemo. Basically you use the oraext:parseXML() function to create an initialized version of the Data Object and assign it to the Data Object in a script activity that's placed before the Initiator Human Activity. It can also be used to set defaults if needed. Here's a snippet of the expression from the SalesQuoteDemo.
    oraext:parseXML('<ns1:QuoteRequest xmlns:ns1="http://www.mycompany.com/ns/salesquote"><ns1:Summary>....</ns1:Summary<ns1:QuoteRequestStatus/></ns1:QuoteRequest>')

  • I have a problem updating my AcrobatX ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen. MSI Error message: Ugyldigt drev: K:\  ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603

    Acrobat X problem updating.
    ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen.
    MSI Error message: Ugyldigt drev: K:\
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    I have uninstalled my AcrobatX and now This message appear when I try to reinstall:
    ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen.
    MSI Error message: Ugyldigt drev: K:\
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Is there anybody who know  how to solve it?

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • How to update Payload in existing BO using Event SubProcess( Non Interrupt)

    Hi ,
    I am using oracle BPM 11.6 Version.
    Let me explain the Problem :
    1. CoreProcess contains Three Human Task.Following Roles
    1) Approver One .
    2) Approver Two.
    3) Approver Three.
    2. Request Created through external Application ( As-Synchronous Process )
    3. PAN Card number as Correlation Key and Maintain Status element also.
    Status like -- Created, cancelled ,opened, Re-opened.
    4. External system have to update status on CoreProcess , using Event Subprocess ( as non interrupting Event to update Current Payload ).
    Problem I am facing :
    When I try to update Status , Not updated in my coreProcess payload.when ever coreProcess instance wait in any human task workspace.
    Using Event subProcess ( Non interrupt Event to achive this ) but my coreProcess pay load information not changed.I tried with Update Task to achive but no option to achive this.
    Can any one please help me . Thanks in advance.
    Regards
    krishna Moorthi p

    A non-interrupting even subprocess will no work on a copy of the data, it works on the same copy of the data as the rest of the process. Your problem is coming from the fact that human tasks are handled by the TaskService which is external to the BPMN engine. When the human task is created a copy of the payload is sent to the TaskService. This data is kept there until the task is completed at which time the updated payload is sent back to BPM.
    In your case you are updating the process data objects but that does not update the task payload as well. Unfortunately the Update Task activity does not seem to support updating the payload. I think the 2 options you would have are:
    1. Use the TaskService directly as a web service to update the payload
    2. Try updating the payload and then withdrawing the task. You can then possibly model a loop back to your human task in the process.

  • Problems Updating CS6 products on a Mac running 10.8.2

    Is anyone else having problems updating their Adobe CS6 suite. When I go to Update, the Adobe Application Manager loads, goes through the process of downloading the Updates, takes ages (as they are large files) and then right at the end gives me an error message saying how the updates have failed.

    I posted my original AE log in a thread I started, which remains unanswered, unless it has been in the last couple of hours.
    I have uninstalled and reinstalled not only AE but my entire set of CS6 apps. I have run the 'cleaner' app, and with various cycles of uninstall, reinstall, update attempt, also used the downloadable installers for both the main AE 11.0.0 package and the downloaded update package for 11.0.2.
    All fail.
    The 'log analyzer' which is referred to in the 'error' logs, found in /Library/Logs/Adobe/Installers as directed by the dialog from the App Manager, finds 'no error/problem'.
    The packages that correctly install 'updates' are at the moment only Premiere Pro 6.0.0 to 6.0.2, and Audition 5.0.0 to 5.0.2.
    Currently I just tried updating Speed Grade.. and after that log, is yesterday's failed AE update log.
    --------- Speed Grade log ---------
    02/09/13 12:49:05:371 | [INFO] |  | OOBE | DE |  |  |  | 159955 | START - Installer Session
    02/09/13 12:49:05:371 | [INFO] |  | OOBE | DE |  |  |  | 159955 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/09/13 12:49:05:371 | [INFO] |  | OOBE | DE |  |  |  | 159955 | RIBS version: 7.0.0.91
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | OSX version: 10.8.2 
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | ::START TIMER:: [Total Timer]
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | CHECK: Single instance running
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | CHECK : Credentials
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Load Deployment File
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | deploymentFile option not given
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | CHECK : Another Native OS installer already running
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Create Required Folders
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Assuming install mode
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Looking up install source path
    02/09/13 12:49:05:374 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Sync Media DB ...
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | ::START TIMER:: [Sync Media DB]
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Pre check media db sync
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | End of Pre check media db sync. Exit code: 0
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | :: END TIMER :: [Sync Media DB] took 25 milliseconds (0.025 seconds) DTR = 1600 KBPS (1.5625 MBPS)
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Ready to initialize session to start with ...
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | ::START TIMER:: [CreatePayloadSession]
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Updated source path: /Users/jeclark2006/Library/Caches/Adobe/AAMUpdater/AdobeSpeedGradeCS6-6.0.0-Trial/6.0.4
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Updating media info for: {904C1964-3DE7-4EC0-BF46-E506E4542FAB}
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Ignoring original data since install source is local
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 |   Type: 0, Volume Order: 1, Media Name: SpeedGradeTrial-6.0.4-mul-AdobeUpdate
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 |   Path: /Users/jeclark2006/Library/Caches/Adobe/AAMUpdater/AdobeSpeedGradeCS6-6.0.0-Trial/6.0.4/p ayloads/AdobeSpeedGrade6.0AllTrial-110912024220/AdobeSpeedGrade6.0AllTrial-110912024220.dm g
    02/09/13 12:49:05:375 | [INFO] |  | OOBE | DE |  |  |  | 159955 | --------------------  END  - Updating Media Sources -  END  --------------------
    02/09/13 12:49:05:388 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Supported RIBS version range: [0.0.0.0,7.0.0.91]
    02/09/13 12:49:05:388 | [INFO] |  | OOBE | DE |  |  |  | 159955 | ----------------- CreatePayloadSession: machine is x86 ---------------
    02/09/13 12:49:07:577 | [INFO] |  | OOBE | DE |  |  |  | 159955 | ______ Verify Dependency Subscribers ______
    02/09/13 12:49:07:577 | [INFO] |  | OOBE | DE |  |  |  | 159955 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/09/13 12:49:07:577 | [INFO] |  | OOBE | DE |  |  |  | 159955 |   Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}: 0 (0,0)
    02/09/13 12:49:07:577 | [INFO] |  | OOBE | DE |  |  |  | 159955 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/09/13 12:49:07:578 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Patch Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB} can be applied to product Adobe SpeedGrade CS6 6.0.0.0 {3D46121C-A0E6-4259-B7E0-5127C218A096}
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Setting property "installSourcePath" to: /Users/jeclark2006/Library/Caches/Adobe/AAMUpdater/AdobeSpeedGradeCS6-6.0.0-Trial/6.0.4
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Setting property "mode" to: silent
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Setting property "updateManifestPath" to: /Users/jeclark2006/Library/Application Support/Adobe/AAMUpdater/1.0/Data/AdobeSpeedGradeCS6-6.0.0-Trial/6.0.4/6.0.4.xml
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Setting property "workflow" to: updater
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Overwrite property "extensionsOnly" to: 1
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Overwrite property "mode" to: silent
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Overwrite property "patchesOnly" to: 1
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Overwrite property "updateManifestPath" to: /Users/jeclark2006/Library/Application Support/Adobe/AAMUpdater/1.0/Data/AdobeSpeedGradeCS6-6.0.0-Trial/6.0.4/6.0.4.xml
    02/09/13 12:49:07:638 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Overwrite property "workflow" to: updater
    02/09/13 12:49:07:639 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Found payload actions:
    02/09/13 12:49:07:639 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Deciding what installer mode to use...
    02/09/13 12:49:07:672 | [INFO] |  | OOBE | DE |  |  |  | 159955 | BEGIN Setting requested payload actions
    02/09/13 12:49:07:672 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Value returned on lookup of payload: Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB} is: false
    02/09/13 12:49:07:672 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Action string for Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}  is install
    02/09/13 12:49:07:685 | [INFO] |  | OOBE | DE |  |  |  | 159955 | END Setting requested payload actions
    02/09/13 12:49:07:700 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Collected advanced path check information for INSTALLDIR
    02/09/13 12:49:07:700 | [INFO] |  | OOBE | DE |  |  |  | 159955 | INSTALLDIR is a well-formed path
    02/09/13 12:49:07:700 | [INFO] |  | OOBE | DE |  |  |  | 159955 | INSTALLDIR is not the root path
    02/09/13 12:49:07:700 | [INFO] |  | OOBE | DE |  |  |  | 159955 | INSTALLDIR is on a local volume
    02/09/13 12:49:07:700 | [INFO] |  | OOBE | DE |  |  |  | 159955 | INSTALLDIR is on a writable volume
    02/09/13 12:49:07:700 | [INFO] |  | OOBE | DE |  |  |  | 159955 | INSTALLDIR is not on a case sensitive volume
    02/09/13 12:49:07:700 | [INFO] |  | OOBE | DE |  |  |  | 159955 | INSTALLDIR passed path basic path validation: /Applications
    02/09/13 12:49:07:824 | [INFO] |  | OOBE | DE |  |  |  | 159955 | BEGIN InstallOperationsQueue Unordered operations
    02/09/13 12:49:07:824 | [INFO] |  | OOBE | DE |  |  |  | 159955 |   Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}:  with operation install
    02/09/13 12:49:07:824 | [INFO] |  | OOBE | DE |  |  |  | 159955 | END InstallOperationsQueue Unordered operations
    02/09/13 12:49:07:824 | [INFO] |  | OOBE | DE |  |  |  | 159955 | BEGIN InstallOperationsQueue Ordered operations
    02/09/13 12:49:07:824 | [INFO] |  | OOBE | DE |  |  |  | 159955 |   Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}:  with operation install
    02/09/13 12:49:07:824 | [INFO] |  | OOBE | DE |  |  |  | 159955 | END InstallOperationsQueue Ordered operations
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Payloads passed preflight validation.
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Call PreSession Custom Hook
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 | BEGIN InstallOperationsQueue Unordered operations
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 |   Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}:  with operation install
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 | END InstallOperationsQueue Unordered operations
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 | BEGIN InstallOperationsQueue Ordered operations
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 |   Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}:  with operation install
    02/09/13 12:49:07:888 | [INFO] |  | OOBE | DE |  |  |  | 159955 | END InstallOperationsQueue Ordered operations
    02/09/13 12:49:08:021 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Calling the custom action code for pre-install for payload Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}
    02/09/13 12:49:08:021 | [INFO] |  | OOBE | DE |  |  |  | 159955 | ::START TIMER:: [Payload Operation :{904C1964-3DE7-4EC0-BF46-E506E4542FAB}]
    02/09/13 12:49:08:027 | [INFO] |  | OOBE | DE |  |  |  | 159985 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/09/13 12:49:08:027 | [INFO] |  | OOBE | DE |  |  |  | 159985 | Installer Operation: PayloadUninstaller
    02/09/13 12:49:08:027 | [INFO] |  | OOBE | DE |  |  |  | 159985 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/09/13 12:49:08:027 | [INFO] |  | OOBE | DE |  |  |  | 159985 | Session {904C1964-3DE7-4EC0-BF46-E506E4542FAB} modify request for AdobeCode: {904C1964-3DE7-4EC0-BF46-E506E4542FAB}
    02/09/13 12:49:08:086 | [INFO] |  | OOBE | DE |  |  |  | 159985 | Effective AdobeCode for: {904C1964-3DE7-4EC0-BF46-E506E4542FAB} is {904C1964-3DE7-4EC0-BF46-E506E4542FAB}
    02/09/13 12:49:08:158 | [INFO] |  | OOBE | DE |  |  |  | 159985 | PDB install manipulation failed
    02/09/13 12:49:08:228 | [INFO] |  | OOBE | DE |  |  |  | 159955 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/09/13 12:49:08:228 | [INFO] |  | OOBE | DE |  |  |  | 159955 | :: END TIMER :: [Payload Operation :{904C1964-3DE7-4EC0-BF46-E506E4542FAB}] took 206 milliseconds (0.206 seconds)
    02/09/13 12:49:08:230 | [INFO] |  | OOBE | DE |  |  |  | 159955 | User specified overrideFile:
    02/09/13 12:49:08:232 | [INFO] |  | OOBE | DE |  |  |  | 159955 | The csu inventory was not updated for payload Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}, value of local var is -1
    02/09/13 12:49:08:232 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Calling the ROLLBACK custom action code for pre-install for payload Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial 6.0.4.0 {904C1964-3DE7-4EC0-BF46-E506E4542FAB}
    02/09/13 12:49:08:371 | [INFO] |  | OOBE | DE |  |  |  | 159955 | No operation.  We're done:
    02/09/13 12:49:10:378 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Total components installed: 0
    02/09/13 12:49:10:378 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Total components repaired: 0
    02/09/13 12:49:10:378 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Total components removed: 0
    02/09/13 12:49:10:378 | [WARN] |  | OOBE | DE |  |  |  | 159955 | DW050: The following payload errors were found during install:
    02/09/13 12:49:10:378 | [WARN] |  | OOBE | DE |  |  |  | 159955 | DW050:  - Adobe SpeedGrade CS6_6.0.4_AdobeSpeedGrade6.0AllTrial: Install failed
    02/09/13 12:49:10:378 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Call PostSession Custom Hook
    02/09/13 12:49:10:378 | [INFO] |  | OOBE | DE |  |  |  | 159955 | :: END TIMER :: [Total Timer] took 6546 milliseconds (6.546 seconds)
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 | -------------------------------------- Summary --------------------------------------
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 |  - 0 fatal error(s), 0 error(s)
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 | OSX version: 10.8.2 
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 |
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 | -------------------------------------------------------------------------------------
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 |
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 | Exit Code: 7 - Unable to complete Silent workflow.
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 | END - Installer Session
    02/09/13 12:49:11:380 | [INFO] |  | OOBE | DE |  |  |  | 159955 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    --------- yesterday's AE failed update install log -------------
    02/08/13 11:58:45:643 | [INFO] |  | OOBE | DE |  |  |  | 675837 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/13 11:58:45:643 | [INFO] |  | OOBE | DE |  |  |  | 675837 | START - Installer Session
    02/08/13 11:58:45:643 | [INFO] |  | OOBE | DE |  |  |  | 675837 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/13 11:58:45:643 | [INFO] |  | OOBE | DE |  |  |  | 675837 | RIBS version: 7.0.0.91
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | OSX version: 10.8.2 
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [Total Timer]
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CHECK: Single instance running
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CHECK : Credentials
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Load Deployment File
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | deploymentFile option not given
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CHECK : Another Native OS installer already running
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Create Required Folders
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Assuming install mode
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Looking up install source path
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Sync Media DB ...
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [Sync Media DB]
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Pre check media db sync
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | End of Pre check media db sync. Exit code: 0
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [Sync Media DB] took 24 milliseconds (0.024 seconds)
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Ready to initialize session to start with ...
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [CreatePayloadSession]
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Updated source path: /Volumes/AfterEffectsTrial-11.0.2-mul-AdobeUpdate
    02/08/13 11:58:45:647 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Updating media info for: {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}
    02/08/13 11:58:45:648 | [INFO] |  | OOBE | DE |  |  |  | 675837 |   Type: 1, Volume Order: 1, Media Name: AfterEffectsTrial-11.0.2-mul-AdobeUpdate
    02/08/13 11:58:45:648 | [INFO] |  | OOBE | DE |  |  |  | 675837 |   Path: /Volumes/AfterEffectsTrial-11.0.2-mul-AdobeUpdate/payloads/AdobeAfterEffects11AllTrial-07 0912014419/AdobeAfterEffects11AllTrial-070912014419.dmg
    02/08/13 11:58:45:648 | [INFO] |  | OOBE | DE |  |  |  | 675837 | --------------------  END  - Updating Media Sources -  END  --------------------
    02/08/13 11:58:45:661 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Supported RIBS version range: [0.0.0.0,7.0.0.91]
    02/08/13 11:58:45:661 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ----------------- CreatePayloadSession: machine is x86 ---------------
    02/08/13 11:58:47:062 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ______ Verify Dependency Subscribers ______
    02/08/13 11:58:47:062 | [INFO] |  | OOBE | DE |  |  |  | 675837 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/08/13 11:58:47:062 | [INFO] |  | OOBE | DE |  |  |  | 675837 |   Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}: 0 (0,0)
    02/08/13 11:58:47:062 | [INFO] |  | OOBE | DE |  |  |  | 675837 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/08/13 11:58:47:063 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Patch Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E} can be applied to product Adobe After Effects CS6 11.0.0.0 {4817D846-700B-474E-A31B-80892B3E92E3}
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Setting property "DEVersion" to: 6.0
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Setting property "installSourcePath" to: /Volumes/AfterEffectsTrial-11.0.2-mul-AdobeUpdate
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Setting property "mode" to: silent
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Setting property "workflow" to: updater
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Overwrite property "DEVersion" to: 6.0
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Overwrite property "extensionsOnly" to: 1
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Overwrite property "mode" to: silent
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Overwrite property "patchesOnly" to: 1
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Overwrite property "workflow" to: updater
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Found payload actions:
    02/08/13 11:58:47:151 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Deciding what installer mode to use...
    02/08/13 11:58:47:179 | [INFO] |  | OOBE | DE |  |  |  | 675837 | BEGIN Setting requested payload actions
    02/08/13 11:58:47:179 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Value returned on lookup of payload: Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E} is: false
    02/08/13 11:58:47:180 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Action string for Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}  is install
    02/08/13 11:58:47:194 | [INFO] |  | OOBE | DE |  |  |  | 675837 | END Setting requested payload actions
    02/08/13 11:58:47:208 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Collected advanced path check information for INSTALLDIR
    02/08/13 11:58:47:208 | [INFO] |  | OOBE | DE |  |  |  | 675837 | INSTALLDIR is a well-formed path
    02/08/13 11:58:47:208 | [INFO] |  | OOBE | DE |  |  |  | 675837 | INSTALLDIR is not the root path
    02/08/13 11:58:47:208 | [INFO] |  | OOBE | DE |  |  |  | 675837 | INSTALLDIR is on a local volume
    02/08/13 11:58:47:208 | [INFO] |  | OOBE | DE |  |  |  | 675837 | INSTALLDIR is on a writable volume
    02/08/13 11:58:47:208 | [INFO] |  | OOBE | DE |  |  |  | 675837 | INSTALLDIR is not on a case sensitive volume
    02/08/13 11:58:47:208 | [INFO] |  | OOBE | DE |  |  |  | 675837 | INSTALLDIR passed path basic path validation: /Applications
    02/08/13 11:58:47:231 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [System check :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}]
    02/08/13 11:58:47:233 | [INFO] |  | OOBE | DE |  |  |  | 675837 | In InstallPreSystemCheckProc
    02/08/13 11:58:47:233 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Custom action return code: 0
    02/08/13 11:58:47:233 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [System check :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}] took 2 milliseconds (0.002 seconds)
    02/08/13 11:58:47:347 | [INFO] |  | OOBE | DE |  |  |  | 675837 | BEGIN InstallOperationsQueue Unordered operations
    02/08/13 11:58:47:347 | [INFO] |  | OOBE | DE |  |  |  | 675837 |   Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}:  with operation install
    02/08/13 11:58:47:347 | [INFO] |  | OOBE | DE |  |  |  | 675837 | END InstallOperationsQueue Unordered operations
    02/08/13 11:58:47:347 | [INFO] |  | OOBE | DE |  |  |  | 675837 | BEGIN InstallOperationsQueue Ordered operations
    02/08/13 11:58:47:347 | [INFO] |  | OOBE | DE |  |  |  | 675837 |   Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}:  with operation install
    02/08/13 11:58:47:347 | [INFO] |  | OOBE | DE |  |  |  | 675837 | END InstallOperationsQueue Ordered operations
    02/08/13 11:58:47:389 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Payloads passed preflight validation.
    02/08/13 11:58:47:389 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Call PreSession Custom Hook
    02/08/13 11:58:47:389 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [Pre session :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}]
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 | In InstallSessionOpenProc
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Custom action return code: 0
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [Pre session :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}] took 0 milliseconds (0 seconds)
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 | BEGIN InstallOperationsQueue Unordered operations
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 |   Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}:  with operation install
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 | END InstallOperationsQueue Unordered operations
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 | BEGIN InstallOperationsQueue Ordered operations
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 |   Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}:  with operation install
    02/08/13 11:58:47:390 | [INFO] |  | OOBE | DE |  |  |  | 675837 | END InstallOperationsQueue Ordered operations
    02/08/13 11:58:47:524 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Calling the custom action code for pre-install for payload Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}
    02/08/13 11:58:47:524 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [Pre payload :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}]
    02/08/13 11:58:47:524 | [INFO] |  | OOBE | DE |  |  |  | 675837 | In PrePayloadInstallProc
    02/08/13 11:58:47:524 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: MediaPath: /Volumes/AfterEffectsTrial-11.0.2-mul-AdobeUpdate/payloads/AdobeAfterEffects11AllTrial-07 0912014419/AdobeAfterEffects11AllTrial-070912014419.dmg
    02/08/13 11:58:47:524 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: Helper Path: /Volumes/AfterEffectsTrial-11.0.2-mul-AdobeUpdate/payloads/AdobeAfterEffects11AllTrial-07 0912014419/customactionHelper
    02/08/13 11:58:47:526 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: Get user id
    02/08/13 11:58:47:526 | [INFO] |  | OOBE | DE |  |  |  | 675837 | uid = 505
    02/08/13 11:58:47:526 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: Processing for AC = {4817D846-700B-474E-A31B-80892B3E92E3}
    02/08/13 11:58:47:550 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: action = rm, path = /Applications/Adobe After Effects CS6/Adobe After Effects CS6.app/Contents/ImporterREDServer.app
    02/08/13 11:58:47:551 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: action = rm, path = /Applications/Adobe After Effects CS6/Adobe After Effects CS6.app/Contents/Plug-ins/(MediaCore)/ImporterRED.bundle
    02/08/13 11:58:47:551 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Custom action return code: 0
    02/08/13 11:58:47:551 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [Pre payload :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}] took 27 milliseconds (0.027 seconds)
    02/08/13 11:58:47:551 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [Payload Operation :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}]
    02/08/13 11:58:47:572 | [INFO] |  | OOBE | DE |  |  |  | 675869 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/13 11:58:47:572 | [INFO] |  | OOBE | DE |  |  |  | 675869 | Installer Operation: PayloadUninstaller
    02/08/13 11:58:47:572 | [INFO] |  | OOBE | DE |  |  |  | 675869 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/13 11:58:47:572 | [INFO] |  | OOBE | DE |  |  |  | 675869 | Session {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E} modify request for AdobeCode: {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}
    02/08/13 11:58:47:619 | [INFO] |  | OOBE | DE |  |  |  | 675869 | Effective AdobeCode for: {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E} is {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}
    02/08/13 11:58:47:679 | [INFO] |  | OOBE | DE |  |  |  | 675869 | PDB install manipulation failed
    02/08/13 11:58:47:774 | [INFO] |  | OOBE | DE |  |  |  | 675837 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/13 11:58:47:774 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [Payload Operation :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}] took 222 milliseconds (0.222 seconds) DTR = 18.018 KBPS (0.0175957 MBPS)
    02/08/13 11:58:47:776 | [INFO] |  | OOBE | DE |  |  |  | 675837 | User specified overrideFile:
    02/08/13 11:58:47:778 | [INFO] |  | OOBE | DE |  |  |  | 675837 | The csu inventory was not updated for payload Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}, value of local var is -1
    02/08/13 11:58:47:778 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Calling the ROLLBACK custom action code for pre-install for payload Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial 11.0.2.0 {AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}
    02/08/13 11:58:47:778 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [Pre payload :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}]
    02/08/13 11:58:47:778 | [INFO] |  | OOBE | DE |  |  |  | 675837 | In PrePayloadInstallProc
    02/08/13 11:58:47:778 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: MediaPath: /Volumes/AfterEffectsTrial-11.0.2-mul-AdobeUpdate/payloads/AdobeAfterEffects11AllTrial-07 0912014419/AdobeAfterEffects11AllTrial-070912014419.dmg
    02/08/13 11:58:47:778 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: Helper Path: /Volumes/AfterEffectsTrial-11.0.2-mul-AdobeUpdate/payloads/AdobeAfterEffects11AllTrial-07 0912014419/customactionHelper
    02/08/13 11:58:47:779 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: Get user id
    02/08/13 11:58:47:780 | [INFO] |  | OOBE | DE |  |  |  | 675837 | uid = 505
    02/08/13 11:58:47:780 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: Processing for AC = {4817D846-700B-474E-A31B-80892B3E92E3}
    02/08/13 11:58:47:786 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: action = rm, path = /Applications/Adobe After Effects CS6/Adobe After Effects CS6.app/Contents/ImporterREDServer.app
    02/08/13 11:58:47:787 | [INFO] |  | OOBE | DE |  |  |  | 675837 | CH: action = rm, path = /Applications/Adobe After Effects CS6/Adobe After Effects CS6.app/Contents/Plug-ins/(MediaCore)/ImporterRED.bundle
    02/08/13 11:58:47:787 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Custom action return code: 0
    02/08/13 11:58:47:787 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [Pre payload :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}] took 8 milliseconds (0.008 seconds)
    02/08/13 11:58:48:103 | [INFO] |  | OOBE | DE |  |  |  | 675837 | No operation.  We're done:
    02/08/13 11:58:50:113 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Total components installed: 0
    02/08/13 11:58:50:113 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Total components repaired: 0
    02/08/13 11:58:50:113 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Total components removed: 0
    02/08/13 11:58:50:113 | [WARN] |  | OOBE | DE |  |  |  | 675837 | DW050: The following payload errors were found during install:
    02/08/13 11:58:50:113 | [WARN] |  | OOBE | DE |  |  |  | 675837 | DW050:  - Adobe After Effects CS6_11.0.2_AdobeAfterEffects11AllTrial: Install failed
    02/08/13 11:58:50:113 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Call PostSession Custom Hook
    02/08/13 11:58:50:113 | [INFO] |  | OOBE | DE |  |  |  | 675837 | ::START TIMER:: [Post session :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}]
    02/08/13 11:58:50:114 | [INFO] |  | OOBE | DE |  |  |  | 675837 | In InstallSessionCloseProc
    02/08/13 11:58:50:114 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Custom action return code: 0
    02/08/13 11:58:50:114 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [Post session :{AFB0B8BA-A209-4E84-A6CD-2E9177DC191E}] took 0 milliseconds (0 seconds) DTR = inf KBPS (inf MBPS)
    02/08/13 11:58:50:114 | [INFO] |  | OOBE | DE |  |  |  | 675837 | :: END TIMER :: [Total Timer] took 5239 milliseconds (5.239 seconds) DTR = 6.10804 KBPS (0.00596488 MBPS)
    02/08/13 11:58:51:115 | [INFO] |  | OOBE | DE |  |  |  | 675837 | -------------------------------------- Summary --------------------------------------
    02/08/13 11:58:51:115 | [INFO] |  | OOBE | DE |  |  |  | 675837 |  - 0 fatal error(s), 0 error(s)
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 | OSX version: 10.8.2 
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 |
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 | -------------------------------------------------------------------------------------
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 |
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 | Exit Code: 7 - Unable to complete Silent workflow.
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 | END - Installer Session
    02/08/13 11:58:51:116 | [INFO] |  | OOBE | DE |  |  |  | 675837 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

  • There was a problem updating InDesign CC For more information see the specific error below.  Update Failed Download error.  Press Retry to try again or contact customer support.(49)

    Posted the entire text from the error window, when trying to update, using the normal NON-TECHIE way to update any and all Adobe CC products, via the Creative Cloud updater installed when Adobe Creative Cloud subscription was purchased when first offered.
    The following occurs, ad nauseam:
    There was a problem updating InDesign CC
    For more information see the specific error below.
    Update Failed
    Download error.  Press Retry to try again or contact customer support.(49)
    Here's the crux of my frustration:
    (1) Customer Service is NOT contact-able, to receive LIVE help.
    (2) There is NO way for me to mitigate this "Download error", being a student learning InDesign, and NOT in any way capable of tweaking folders/files here and there.
    Therefore, the real question:
    Given that a significant number of subscribers are having the above referenced issue with attempting to download the current update for InDesign, WHAT ARE WE SUPPOSED TO DO, in order to get our contractually paid-for updates to our legally and contractually paid-for Adobe software, specifically in my case, InDesgin's current update?
    Please, NO TECHNICAL mumbo-jumbo which most likely will cause the overwhelming majority of users, like me, to seriously corrupt their computer files, but rather an honest, straightforward "what to do" from real CS/Engineers working for Adobe, as to how to FIX this issue, period.
    ===========================================================
    UPDATE:
    Here is a way in which I think I was able to "update" my InDesign CC application:
    (1) Sign-In to your Adobe Account
    https://www.adobe.com/
    (2) Click on the MENU icon
    (3) Click on the product InDesign icon
    Your browser should display the page for Adobe InDesign CC
    https://www.adobe.com/products/indesign.html?promoid=KLXLU
    (4) Click on the Download icon,
    Your browser should now display the page to download InDesign,
    https://creative.adobe.com/products/download/indesign
    (5) a Pop-Up window should open, and display:
      Launch Application
      This link needs to be opened with an application.
    with the first option to select being the CreativeCloud(URIHandler)
    (5) Select this application and click OK.
    What happened when I followed steps (1) thorugh (5) is that:
    (a) InDesign CC(2014) was installed,
    (b) InDesign CC, updated, and then
    (c) InDesign CC(2014), also updated.
    Why this all worked, is a mystery to me.
    Looks like a separate, "new" version of InDesign, InDesign CC(2014), was installed, the existing "old" InDesign was updated, and then the newly installed Indesign CC(2014) was further updated.
    A BIT MORE, when I launched my InDesign CC app, and checked to see if there were Updates Available, there in fact was an Adobe InDesign CC 64 bit (9.2.2) update.
    I clicked on UPDATE and my "old" InDesign CC app was "successfully updated."
    FURTHER INFO:  I may have neglected to list some important info ... OS:  Windows 8.1 Pro with Media Center, 64-bit
    Confused, I am able to launch BOTH of these apps, and hopefully I may use one of these versions of the InDesign CC app, to do some InDesign work.
    Will keep y'all posted!
    Message was edited by: Richard Yapkowitz, about an hour after I first posted this issue.

    Jackdan error 49 indicates the installer was unable to access a critical file or directory.  You can find additional details at Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.

  • Problem updating to iphoto 9.6 after upgrading to Yoesmite  I am getting the following message when I try top date iPhoto This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or canc

    problem updating to iphoto 9.6 after upgrading to Yoesmite  I am getting the following message when I try top date iPhoto This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or canc

    "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled." ?
    This error message will appear erraneously, if you skipped the update to Mavericks and iPhoto 9.5.1 and went straight from an earlier MacOS X version to Yosemite, without first updating to iPhoto 9.5.1 and associating iPhoto to your AppleID.
    Try first to buy iPhoto with your AppleID instead of updating. Delete iPhoto from Applications, but don't empty the Trash, then go to the main page of the App Store and search for iPhoto. If you are lucky, it will show as free and you can buy it directly.
    If iPhoto  is not showing as free, there is no help but contacting the App Store Support: Ask for a redemption code. You will need to provide a prove of purchase for your mac with iPhoto preinstalled.
    http://www.apple.com/support/mac/app-store/contact/

  • HT201413 I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the sign that says this application has failed because MSVCR80.dll was not found.

    I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the banner that says this application has failed because MSVCR80.dll was not found. anyone have a fix suggestion? thanks

    Click here and follow the instructions.
    (98724)

  • HI there, am having a big problem updating mu iphone due to me forgetting my password, can you tell me how to retrieve it. It seems like i have one apple id for downloads  and a different one for updates. Can you help ps.?

    Hi There
    Am having a big problem updating my iphone 4 Apps, due to a problem with my password for my apple id. But it seems that i have two different ids, one for the updates and another for the downloads. I am not able to retrieve my Id password for updating my Apps. Can you help me ps?
    Thank you

    What program did you use to fix the internal hard drive? What repairs did it report making? More crucially, if repairs were reported, did you re-run the utility until it reported no problems found? It's possible for one set of problems with a drive to mask others.
    If you have about 5GB or so free space on the internal hard drive, you can use your OS X Install disc to perform an Archive and Install to recover from the failed Software Update. When the computer restarts, download and run the OS X Update Combo 10.4.11 (Universal). When the Mac restarts after that, run Software Update. During all this, make sure nothing interrupts or shuts down the Mac! Note that the first start after each of these updates will take significantly longer than subsequent starts, so be very patient.
    How did you back up your internal drive to the external one? Did you just drag things over in the Finder, or did you use a utility such as SuperDuper! or CarbonCopyCloner? Does the external HD show up as a bootable volume in System Preferences > Startup Disk, or using Startup Manager?

  • BRFplus: Problem updating values in an internal table in a loop expression

    Hi
    I'm looking into the loop expression type of BRFplus and I have come across a problem updating an internal table, I'm trying to create and populate the table using a loop, here is the functionality I'm trying to achieve:
    In a rule set create an internal MONTH_TBL table containing 12 rows of two columns: MONTH_NUM containing values 1 through 12 and MONTH_VAL containing an amount (initially 0,00 EUR in all 12 rows).
    After initializing the table traverse through SFLIGHT table and for each row add PRICE from the table to MONTH_VAL in the row of MONTH_TBL corresponding to the month of FLDATE field in SFLIGHT.
    The initialization of MONTH_TBL works as intended, as does the traversal of and retrieval of values from SFLIGHT. The problem however is the update of the internal table MONTH_TBL (defined as result data object for the function). I don't get an error, but the tables does not get updated, and I cannot seem to find out what the problem is. I would have attached an XML extract of the function + ruleset for information, but it dosen't seem like that is possible, I could e-mail it on request (for SAP employees with access to system QU5 the function is LOOP_TEST in application Z_KLAUS_TEST).
    I hope that this is sufficient information to understand the issue that I'm dealing with.
    best regards
    Klaus Stenbæk, KMD

    Hi Klaus,
    The Loop expression is part of NW 7.02 which is not yet released. When you experience the problem as part of a test you should have a contact at SAP for dealing with problems/errors. Usually SAP-internal messages are used for this purpose. Please clarify with your SAP contact how the model is.
    BR,
    Carsten

  • Problems updating ipod touch 3g to os 5

    Hi... I am very excited to see what all the buzz is about for the new OS 5.x for use on my ipod touch 3g but im having problems updating my device.  my itunes has been updated to 10.5 and i have conected my touch to my computer and clicked on update.  but all that comes back is that it is updated to the newest version which it states 4.2.1 .... but i dont see any of the new stuff that is supposed to be with os 5    i have erased and put my touch back to default settings and it still does the same thing.  i erased using itunes when connected by the cord and i have tried using the reset feature on the touch itself w/o the cable.  if anyone has some advice for me it would be greatly appreciated !!

    heather from gravenhurst wrote:
    it is an 8g & ive talked to the itunes support team and they say that it is indeed a 3g
    Not true.  Apple did not make an 8GB ipod touhc 3rd gen at all.  They do not exist.
    You can see for yourself:
    Identifying iPod models

  • Problem updating Nokia N97 firmware over the arir ...

    OK here goes,
    I'm having some real problems updating the firmware on my white nokia N97
    I recently bought it of the web as a 12 month contract onto t-mobile (not there website though) in th uk
    After noticing some problems i googled and noticed a firmware update had been released on 1st july 2009
    I tried to get the firmwae over the air (OTA) via typing in *#0000# and selecting check for updates. I get no updates available for nokia and t-mobile (unsure what the difference is?)
    So i heard try using nokia software updater.
    i downloaded latest version 1.6.13 and installed it on a windows vista 32-bit home premium laptop ok
    i have also installed all of the stuff that came with the cd with the phone (ovistore etc )
    when i plug the phone into the laptop i get four options (PC, media, usb and something else) first time it ran it installed the necessary drivers and so therefore when i now plug it it just connects as expected.
    so the laptop is detecting the nokia n97 at this stage
    when i then load nokia software updater click next i put the phone into general mode on full charge with a sim card in it and click next again to detect the phone is pc suite mode
    after about 2 minutes it says it can detect the phone although i can go to my computer and traverse the folder view!
    i can even set it off looking for the phone pluggin it in and the autoplay options of vista will kick in in the background detecting the phone (ie outisde scope of nokia software updater)
    i have tried all different connections mode pc suite mode etc different profiles nothing. tried it onto different pcs with different windows version on it. tried reinstalling software updater
    my software version is 10.0.012 and my product code is 0587240
    interestingly when i goto the can i update on nokias website it says no i have the latest version when i supply this information. weird
    im kinda in catch 22 because there is a bug with pc usb detection of the phone in version 10 but i cant update to version 11 because of this bug
    its driving me nuts any help greatly appreciated
    thanks in advance
    Cheers
    kyle

    kyletindle wrote:
    i did a hard reset using *#7370# and locking code 12345 and the phone did reset but software updater does still not recognise the phone whilst ovi suite does and nokia sync etc
    to make matters worse it has broke my facebook app error: undefined
    mega
    just what i wanted cheers nokia
    It will break your facebook as you have re-formatted the C: drive of you phone. Was you facebook installed to the E: drive by any chance?
    Go to OVI Store and re-install it. 
    It may be work installing it from OVI Store then un-installing that one to clean off the mess you have been left with post formatt and then re-installing it fresh from OVI Store.
    As I always say. Before doing a re-format always  uninstall all apps/widgests before doing a hard reset or factory reset.
    I also do a this and a factory reset before firmware updates to clean my phone. Should really do a hard reset/format as this would be cleaner still, but tehn I would have to do a lot more set-up afterwards.
    N97 (Product Code: 0585262 (Voda UK)) FW 12.0.026
    95 8Gb (Product Code: 0558787 (UK)) FW 31.0.018
    If a post by a user has been helpful, please click on the Kudos! button.

  • I have problems updating my app in the appstore. How should i update using itunes? Currently, i'm unable to use all of my apps.

    I have problems updating my apps in appstore for my IPad. How should i update it using itunes? I'm unable to see all the apps currently.

    Hallo. If all of your apps purchases from the same Apple ID, you can try to update them on iTunes, ways as below:
    iTunes 12 for Windows: Download previous purchases from the iTunes Store
    iTunes 12 for Mac: Download previous purchases from the iTunes Store
    Regards,
    Anson

  • I am having problems updating my itunes to the latest version, on each stage I am getting a message 'The feature you are trying to use in on a network resource that is unavailable.'  I try to click OK it fails and I do not know an alternate path to select

    I am having problems updating my itunes to the latest version, on each stage I am getting a message 'The feature you are trying to use in on a network resource that is unavailable.'  I try to click OK it fails and I do not know an alternate path to select, please help?
    I get message like below on each stage of the update, Quicktime, Safari & iTunes;
    It's so annoying as until I update my iTunes account my phone won't sync.

    Many thanks for the screenshot. (The key to these is knowing which particular .msi file is being mentioned by the message.)
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?
    (Assuming that the QuickTime and Safari messages were also citing bonjour64.msi, you should also then be good to go with those installs too.)

  • Problem Updating iPod software on iTunes

    I am having problems updating my iPod software through iTunes. As soon as it gets to the end of the download, an error message comes up (-48, I think) that states there was an error in downloading the update. It suggests to check my internet connection or try again later. It happens everytime. I have a very stable internet connection and my iTunes software is version 7.1.1.5
    Please help me! Thank you.

    See if placing the iPod in Recovery mode will allow a restore via iTunes
    Next try DFU mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    You can also try another computer to help determine if you have a computer or iPod problem.

Maybe you are looking for