RunState results not updating

Hello All,
I am having a problem with RunState.PreviousStep.Result.PassFail variable. It is continue to read as fail when the previous step was shown as pass on the screen. I also get the same problem when accessing the Result.PassFail using the step ID instead of previous step.
Why is the variable wrong? What can I do to fix it? Thanks.
Solved!
Go to Solution.

I suspect the problem is that your pass/fail step is looping and the final status is not directly reflected by the property you are checking. You should use the precondition builder (the buttons near the precondition expression) for the precondition expression instead. It has predefined preconditions for things like a particular step passing or failing. It checks the Result.Status of the step rather than the property you are currently looking at.
-Doug

Similar Messages

  • Survey results not updated to Application

    Hi Experts,
    I have created a Survey and Questionnaire in SAP-BIW using "SURVEY COCKPIT" (TCODE : SURVEY).
    I have than assigned one Target Group to that survey which is having 3 recepients (e-mail ID's).
    When I send the Survey to them the mail is deliverd to recepients with survey form as an attachment, but when they are submitting the Questionnaire/Survey the results are not updated into the system.
    I have enabled the setting for Questionnaire as Direct Update into Application.
    Still the problem persists. I have also done all the required settings in SICF and SO50.
    Please help.
    Thanks in Advance.

    Dear Nishant
    For inspection point you need to import SAMPLE_RESULTS also similar to CHAR_RESULTS. A simple method you can adopt is
    First create an inspection lot and record this manualy. Once you have recorded it pass the inspection lot to this BAPI - BAPI_INSPOPER_GETDETAIL. Check the data in this BAPI
    The same pattern of DATA has to be passed in the BAPI_INSPOPER_RECORDRESULTS
    This is BAPI is running fine for me. Please check and let me know if you have any issues
    Regards
    Gajesh

  • Exam results not updated on Oracle CertView

    I have passed the following exam :
    1z0-052 - Oracle 11g Administration I
    in October 22 . The exam results are posted in my PearsonVUE account , but not updated in Oracle CertView acount . Only my previous exam ( 1z0-051 , which was in March ) details are there .
    I have contacted ( a web-form ) Oracle Certification Support two days ago and they never responded.
    My OCA certification is processed only after this exam is updated. How to resolve this ?

    user10268116 wrote:
    It is obvious that Oracle would verify candidates attendance in the Instructor Led Training.
    But how many days it takes from Completion of Track Exam and actually receiving certification ?
    I have raised SR : 22787267 for getting OCP Logo as its more than 3 weeks that I have received OCP Success Kit.
    Can some one from the Certification Team provide answer to this as I'm being constantly asked where I work about the actual Certification.
    Can Oracle find a middle way out to such issues as this may be faced with many alike ?
    Much Appreciate Your Time !
    ~S
    Edited by: user10268116 on Nov 16, 2011 2:37 PMThis is somebody else's thread.... the subject is certview ... it is not obvious from this thread you are talking about certview.
    It would probably be better if you are in your own thread.
    Is it that you have access to certview and your certification doesn't show there, or is it that you haven't recieved your certification success kit in the post?
    It you register on http://certview.oracle.com you can publish your certification credrentials via email from Oracle Certview to thrid parties who ask.

  • VO results not updating on Event

    Gurus,
    The output log from the method below indicates that "acct" is correct, however, my VO is not updated with the additional condition I've defined below. Any ideas?
    VO impl code:
    public void initRef9LovVO(String acct)
    setWhereClause("descriptive_flex_context_code in (select vendor_name from spl_account_map where cont_cd = :1)");
    setWhereClauseParams(null); //Always reset
    setWhereClauseParam(0, acct);
    System.out.println("value_selected in acct2>> "+acct);
    executeQuery();
    Any help would be greatly appreciated.

    We're getting warmer. You guys were right, I had the Picklist View Definition defined instead of the Picklist View Instance. However, when I add the path/VO name to Pick View Intance ... item.oracle.apps.spl.part.server.Ref9LovVO
    it gives me the following error now...
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Per the tutorial instructions...
    Note: If you want a poplist to automatically reflect changes to its data as a consequence of a PPR event, you must specify the Picklist View Instance when you define it (also set by calling setPicklistViewUsageName()) and not the Picklist View Definition (also set by calling setPicklistViewObjectDefinitionName()). In other words, this will not work if you opt to create a poplist that is cached in the JVM.

  • Retake Quiz results not updated by LMS

    Does Captivate 7 send out a score update every time a test is taken (through a SCORM 1.2 LMS server)? I have the following situation
    Quiz failed on first attempt
    As designed, module presented trainee with retake offer.
    Trainee passes quiz
    LMS score does not update
    What is the likely issue and how can I check for the score information that is being communicated to the LMS?  I am not the LMS admin so I don't have access to the LMS.
    Thanks,
    Nadeem

    Is this the screenshot of your Manifest settings? It is because I do not see something in the fields 'Score identifier'/'Course object title'. The mastery score is not activated in the screenshot, and should be the same as in the Quiz settings. Can you check?
    Lilybiri

  • Results not updating for every row in BIpublisher

    Hi all I have a Bi publisher report that is updating the results for the first row and in the second row to update the results it is picking the values from the first column itself and using the same values for all the other rows.
    Here is my report format
    Month saves Total, for 30,60,90,120
    Jan
    feb
    Mar
    Total are the enrolls by each month and days shows after 30,60,90,120 how many are still active. Following eg should give an idea of exactly whats happening
    Eg:
    Total 30days 60days 90days 120days 150days 180days 210days
    ------------------------------------------------------------------------------------------------------------------------------------------------------------ Jan saves 330 287 274 270 263 262 259 257
    Feb saves 298 255 242 238 231 230 227 225
    Mar saves 291 248 235 231 224 223 220 218
    So what is happening is lets say for example there are a total of 330 enrolls in january and after 30days 287 are still active and after 60days 274 are still active after 90 270...... etc
    Am getting the January active values correctly.
    BUt going forward when I see the values for february The total enrolls for february is 298 and after 30 days which are active is not giving me the correct.
    It is substracting the same amount as jan. looking at the numbers it is substracting
    -43, -13,-4,-7,-1,-3,-2 for Jan which are the cancels after the consecutive days
    It is substracting the same amount for feb also but my actual cancels for feb are different it should be 45,12,8,9,2,2,
    It is doing the same for all the months.
    There should be a change in the code. Following is the XSL code am using in
    <?xdoxslt:set_variable($_XDOCTX, 'v_SavesCanceled', SAVES_CANCELED_COUNT)?>
    <?xdoxslt:set_variable($_XDOCTX, 'v_RtSaves', xdoxslt:get_variable($_XDOCTX, 'v_RtSaves') - xdoxslt:get_variable($_XDOCTX, 'v_SavesCanceled'))?>
    <?xdoxslt:get_variable($_XDOCTX, 'v_RtSaves')?>
    Actually the cancels should be updated for each row but its picking the same cancels for every month.
    Hope it is clear let me know if you need any further info
    Any help is appreciated.
    Thanks

    Thank you very much for your help. The rtf file sent worked and updating results as required.Thank you
    Thanks

  • Batch Characteristic not updating with result for linked MIC

    Hi,
    I have created a MIC and linked to a batch characteristic i.e. potency and included the characteristic in a specific batch class. This MIC is part of the inspection plan for a certain material.
    If I generate a lot of origin 01 and 09 for the material and record a result for the MIC and apply a UD, the batch characteristic is not updated with the result recorded in the batch master record..
    If I generate a lot origin 89 for the same material, when the result is recorded for the MIC and apply a UD the batch characteristic is updated with the mic value in the batch master record.
    Can you help regards?

    Ok. I am a little bit further.
    I put a trace (ST05) on the result recording and I find a difference between 4.7 and ECC6.0.
    In ECC6.0 I've an deletion in table "AUSP". This deletion isn't performed in the 4.7 system.
    Hope that this can help to solve my problem.
    Regards,
    René
    @ Mayank
    Above, all the master data and customizing is mentioned to transfer the result to the batch classification
    Edited by: Rene Fuhner on Jul 30, 2010 7:03 PM

  • I tried to update my nephew iphone 4 version 4.3.4 (8k2), I did back-up everything before attempting to update and the result when I click down-load and update, it does not update instead it says,  itunes could not contact the iphone software update etc.

    Hi to all,
    I tried to update my nephew iphone 4 version 4.3.4 (8k2), I did back-up everything before attempting to update and the result when I click down-load and update, it does not update instead it says,  itunes could not contact the iphone software update server because you are not connected to the internet. I did check my wire-less connections and the connection from my PC to wire-less is hundred percent okay. I did search using google.com to confirm and my connections is good. Is there any problem regardings my firewalls or any help will be appreciated. Thanks

    Hi bosefire,
    Thanks for visiting Apple Support Communities.
    You can use the steps in this article to troubleshoot your iTunes connection:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Regards,
    Jeremy

  • I have installed apps Hungry Shark vobec but it does not show me the settings I like it or not even in the game center I have not updated results from it you can not help me thank you

    I have installed apps Hungry Shark vobec but it does not show me the settings I like it or not even in the game center I have not updated results from it you can not help me thank you

    Hi Marcel1no,
    Welcome to the Apple Support Communities! 
    I understand that it can be frustrating when an application downloaded from the App Store is not behaving as you would expect. In this situation, I would recommend using the attached article for information on troubleshooting apps downloaded from the App Store. 
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open - Apple Support
    Cheers,
    Joe 

  • My Apple TV will not update to the latest software, dose anyone know what the problem is, I've reset, tried to do it wirelessly as well as while connected via Ethernet cable.. Both have resulted in the same message!!

    My Apple TV will not update to the latest software, dose anyone know what the problem is, I've reset, tried to do it wirelessly as well as while connected via Ethernet cable.. Both have resulted in the same message!! Update unsuccessful, current software version is 5.1 (5201) . I've rented a movie recently and does not appear in my movie list, but I have been charged for this movie, can someone help me out with these issues.

    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
    Connect the micro USB cable to the Apple TV and to your computer.
    Reconnect the power cable (only for Apple TV 3)
    Open iTunes.
    Select your Apple TV in the Source list, and then click Restore.
    If when you choose restore you get a message that the device cannot be found, download the file below
    Apple TV Software Restore 5.1.1 (2nd generation)
    Apple TV Software Restore 5.1.1 (3rd generation)
    Then hold down the option key while choosing restore and select the downloaded file when prompted.

  • Update Results not Displayed in Oracle Text search with Transactional Index

    Hi,
    I am working on a solution utilising Oracle Text to give me a probable list of matching records. The problem I have the table I am searching on is prepopulated with seed data and the application we are building is assigning a record and updating the details(columns) against it. This detail is what we are searching on using an Multi Column Datastore index which is refreshed every hr and also has the transactional parameter specified. Unfortunately the Transactional Index does not pick up the updated details, it only seems to work if I insert a new record (which will never happen). This to me sounds like a bug. Any assistance would be greatly appreciated.

    Barbara,
    I think you may have eluded to my problem. I haven't updated the "dummy" column
    The table structure is as follows:
    CREATE TABLE WAGN (
         WAGN               VARCHAR2(8) NOT NULL PRIMARY KEY,
         last_name          VARCHAR2(240),
         first_name          VARCHAR2(240),
         middle_name          VARCHAR2(240),
         date_of_birth     DATE,
         gender               VARCHAR2(1),
         status               VARCHAR2(1) NOT NULL,
         signature          RAW(64));
    The preference creation is:
    BEGIN
         ctx_ddl.create_preference('WAGN_NAME_SRCH', 'MULTI_COLUMN_DATASTORE');
         ctx_ddl.set_attribute('WAGN_NAME_SRCH', 'columns', 'last_name, first_name, middle_name, date_of_birth, gender');
    END;     
    The Index Creation statement is:
    CREATE INDEX wagn_srch_idx1 ON WAGN(signature) --Dummy Column
    INDEXTYPE IS ctxsys.CONTEXT
    PARAMETERS ('DATASTORE WAGN_NAME_SRCH SYNC(EVERY "SYSDATE+60/24/60" PARALLEL 10) TRANSACTIONAL');
    And a typical update statement is (contained with PL/SQL):
         UPDATE WAGN
              SET status = x_wagn_assigned_status,
                   last_name = p_employee_details.last_name,
                   first_name = p_employee_details.first_name,
                   middle_name = p_employee_details.middle_name,
                   date_of_birth = p_employee_details.date_of_birth,
                   gender = p_employee_details.gender
              WHERE WAGN = l_wagn;
    So my guess is that because the dummy column (signature) is not updated it is not being reflected in the transactional memory area.

  • My iPhone 4s iOS 7.0.4 will not update music or apps from iTunes 11.1.3.  this was true of my pc and the new MacPro.

    My iphone 4s ios 7/0/4 will not update music or apps from itunes 11.1.3.  this was true with my pc since ios 7.0.3 even with update 7.0.4 and now continues with my new MacPro also runing itunes 11.1.3.   as most state in previous threads, syncs all non itunes related data with no issue and appears to work correctly on itunes data but then hangs on the last step of updating until it times out.  i have tried marking specific music to transfer, setting up new playlist, deleting some old playlist on phone but stopped short of restoring my phone back to new due to the amount of non itunes data that i will lose.  The itunes setup on the macpro was completely with the download of all music from a previous external backup and the creation of new playlist - on the first sync with existing phone it did ask to overwrite all phone itunes data with macpro itunes data which i did accept - no different result - no changes on phone.

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved. 
    If the problem continues, take the device to Apple for evaluation and possible replacement.

  • Payment documents / Payment orders were not updated in RFFOEDI1 Program

    Hi,
    With F110 transaction i'm  printing Payment summary and Remittance form by using YDFI_RFFOEDI1 ( Copy of RFFOEDI1)
    Program variant.
    Spool is generating Payment summary and Remittance form along with Error log as below.
    Program YDFI_RFFOEDI1: No records selected
    The following payment documents/payment orders were not updated
    (Result of the payment document update)
        CoCd Payment document/Payment order
        1019 F110000001
    The accompanying payment media have not been generated
    YDFI_RFFOEDI1 Program variant is having Generate SAP Idoc check box as unchecked under Print control tab.
    Thanks
    Bhuvana

    Please help me on this issue

  • Illustrator 64 will not update to 16.0.2

    I have Adobe Master Collection CS6 installed and updated many of the programs today. Among them Illustrator 32 updated fine to 16.0.2, but Illustrator 64 failed to update and even deleted the EXE file.
    I recovered the EXE file from a backup file, and it (16.0.1) seems to run fine, but will not update to 16.0.2 either through the update program or manually.
    I looked at the install file, but nothing was obvious to me. It is copied below for more experienced eyes.
    Thanks in advance.
    AJB
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 18.451 milliseconds (0.018451 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    8624] Wed Oct 03 09:02:47 2012  INFO
    Setting ignore refcount for '{A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0' getting upgraded by '{F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0'
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0: 0 (0,0)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    [    8624] Wed Oct 03 09:02:48 2012  INFO
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 is: true
    Action string for {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0  is install
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-remove for payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0
    ::START TIMER:: [Payload Operation :{A7D9641D-E152-4026-B2F3-745A67DDBC64}]
    [     152] Wed Oct 03 09:02:48 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {F861E540-8C1D-4052-9877-61CB41C02B7A} modify request for AdobeCode: {A7D9641D-E152-4026-B2F3-745A67DDBC64}
    Effective AdobeCode for: {A7D9641D-E152-4026-B2F3-745A67DDBC64} is {A7D9641D-E152-4026-B2F3-745A67DDBC64}
    Uninstalling payload
    Payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    CustomizedPatch property not found in database
    Beginning un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A7D9641D-E152-4026-B2F3-745A67DDBC64}.db
    [     152] Wed Oct 03 09:02:53 2012  INFO
    Completing un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A7D9641D-E152-4026-B2F3-745A67DDBC64}.db
    Physical payload uninstall result:0
    [    8624] Wed Oct 03 09:02:53 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{A7D9641D-E152-4026-B2F3-745A67DDBC64}] took 4601.12 milliseconds (4.60112 seconds) DTR = 4707.55 KBPS (4.59721 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 return values 0:0
    Calling the custom action code for post-remove for payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    7476] Wed Oct 03 09:02:53 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    7476] Wed Oct 03 09:02:57 2012 ERROR
    DF044: Failed to restore ACL of file C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe , Error : 5(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    7476] Wed Oct 03 09:02:57 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    8624] Wed Oct 03 09:02:58 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 5403.62 milliseconds (5.40362 seconds) DTR = 1362.79 KBPS (1.33085 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    8624] Wed Oct 03 09:03:00 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Successfully removed 1 component:
    - Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64
    [    8624] Wed Oct 03 09:03:00 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    8624] Wed Oct 03 09:03:00 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 16166.7 milliseconds (16.1667 seconds) DTR = 883.791 KBPS (0.863077 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF044: Failed to restore ACL of file C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe , Error : 5(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    8624] Wed Oct 03 09:03:01 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF044, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 17.2089 milliseconds (0.0172089 seconds) DTR = 232.438 KBPS (0.22699 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    9980] Wed Oct 03 09:07:39 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    [    9980] Wed Oct 03 09:07:40 2012  INFO
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [   10008] Wed Oct 03 09:07:40 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [   10008] Wed Oct 03 09:07:42 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [   10008] Wed Oct 03 09:07:42 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    9980] Wed Oct 03 09:07:44 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3603.06 milliseconds (3.60306 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    9980] Wed Oct 03 09:07:46 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    9980] Wed Oct 03 09:07:46 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    9980] Wed Oct 03 09:07:46 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9089.42 milliseconds (9.08942 seconds) DTR = 1.32022 KBPS (0.00128927 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    9980] Wed Oct 03 09:07:47 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 34.6525 milliseconds (0.0346525 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    9440] Wed Oct 03 09:12:04 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    [    9440] Wed Oct 03 09:12:05 2012  INFO
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    5820] Wed Oct 03 09:12:05 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [    5820] Wed Oct 03 09:12:06 2012  INFO
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    5820] Wed Oct 03 09:12:08 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    5820] Wed Oct 03 09:12:08 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    9440] Wed Oct 03 09:12:09 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3708.19 milliseconds (3.70819 seconds) DTR = 138.073 KBPS (0.134837 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    9440] Wed Oct 03 09:12:11 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    9440] Wed Oct 03 09:12:11 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    9440] Wed Oct 03 09:12:11 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9880.02 milliseconds (9.88002 seconds) DTR = 52.6315 KBPS (0.0513979 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    9440] Wed Oct 03 09:12:13 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 30.256 milliseconds (0.030256 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    5900] Wed Oct 03 09:13:19 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    5900] Wed Oct 03 09:13:20 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    9380] Wed Oct 03 09:13:20 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    9380] Wed Oct 03 09:13:23 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    9380] Wed Oct 03 09:13:23 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    5900] Wed Oct 03 09:13:24 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3706.87 milliseconds (3.70687 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    5900] Wed Oct 03 09:13:26 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    5900] Wed Oct 03 09:13:26 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    5900] Wed Oct 03 09:13:26 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9986.08 milliseconds (9.98608 seconds) DTR = 0.801116 KBPS (0.000782339 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    5900] Wed Oct 03 09:13:28 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    [    3212] Wed Oct 03 09:30:21 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 20.4218 milliseconds (0.0204218 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    3212] Wed Oct 03 09:30:23 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    3212] Wed Oct 03 09:30:24 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    7544] Wed Oct 03 09:30:24 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    7544] Wed Oct 03 09:30:26 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    7544] Wed Oct 03 09:30:26 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    3212] Wed Oct 03 09:30:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3606.98 milliseconds (3.60698 seconds) DTR = 63734.2 KBPS (62.2404 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    3212] Wed Oct 03 09:30:30 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    3212] Wed Oct 03 09:30:30 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    3212] Wed Oct 03 09:30:30 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9847.33 milliseconds (9.84733 seconds) DTR = 23348.1 KBPS (22.8008 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    3212] Wed Oct 03 09:30:32 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW050, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 17.1592 milliseconds (0.0171592 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    2092] Wed Oct 03 09:31:57 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    6476] Wed Oct 03 09:31:57 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [    6476] Wed Oct 03 09:31:58 2012  INFO
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    6476] Wed Oct 03 09:32:00 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    6476] Wed Oct 03 09:32:00 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    2092] Wed Oct 03 09:32:01 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3703.05 milliseconds (3.70305 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    2092] Wed Oct 03 09:32:03 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    2092] Wed Oct 03 09:32:03 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    2092] Wed Oct 03 09:32:03 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9202.39 milliseconds (9.20239 seconds) DTR = 0.869339 KBPS (0.000848964 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    2092] Wed Oct 03 09:32:04 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW050, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 29.3211 milliseconds (0.0293211 seconds)
    Ready to initialize session

    It appears you are running into a permission issue writing to your temp directory.
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator1 6-mul_x64\16.3\Setup\payloads\AdobeIllustrator16-mul_x64-170912172642\ Install.db
    [    5568] Wed Oct 03 09:57:38 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    5568] Wed Oct 03 09:57:38 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator1 6-mul_x64\16.3\Setup\payloads\AdobeIllustrator16-mul_x64-170912172642\ Install.db
    You can try adjusting the permissions for C:\Users\Arnold\AppData\Local\Temp and all associated child objects.
    Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html contains information on how you can adjust your permissions.

  • DYNP_VALUES_UPDATE not Updating the Field on my Dynpro

    Hi.
    I want to create a dynpro where two fields are. Field 1 allows the user to enter a customer number, field two shall come up with a number that is calculated somehow. The calculation can last up to 20 seconds, so I dont want to make the user waite for this number.. .he shall be able to work with the rest of the dynpro.
    Therefore I called the function that does the calcuiation like that:
    MODULE user_command_0100 INPUT.
      DATA: lv_guid_16 TYPE guid_16.
      IF kna1-kunnr IS NOT INITIAL AND kna1-kunnr <> gv_kunnr
        CALL FUNCTION 'GUID_CREATE'
          IMPORTING
            ev_guid_16 = lv_guid_16.
        gv_taskid = lv_guid_16+8(8).
        CALL FUNCTION 'YDETERMINE_DEPOTDISTANCE' 
          STARTING NEW TASK gv_taskid
          PERFORMING receive_depent ON END OF TASK
          EXPORTING
            i_kunnr = kna1-kunnr.
      ENDIF.
    ENDMODULE. 
    The next piece of code shall get the returning value if the function wants to return its results.
    FORM receive_depent USING i_task TYPE clike.
      TABLES: d020s.
      DATA: dyname LIKE d020s-prog,
            dynumb LIKE d020s-dnum.
      DATA: BEGIN OF dynpfields OCCURS 1.
              INCLUDE STRUCTURE dynpread.
      DATA: END OF dynpfields.
      IF i_task = gv_taskid.
        RECEIVE RESULTS FROM FUNCTION 'YDETERMINE_DEPOTDISTANCE'
        IMPORTING
          e_depent         = kna1-yydepent
          e_accuracy       = gv_accuracy.
        MOVE 'KNA1-YYDEPENT' TO dynpfields-fieldname.
        MOVE kna1-yydepent TO dynpfields-fieldvalue.
        APPEND dynpfields.
        dyname = sy-cprog.
        dynumb = '0100'.
        CALL FUNCTION 'DYNP_VALUES_UPDATE'
          EXPORTING
            dyname               = dyname
            dynumb               = dynumb
          TABLES
            dynpfields           = dynpfields
          EXCEPTIONS
            invalid_abapworkarea = 01
            invalid_dynprofield  = 02
            invalid_dynproname   = 03
            invalid_dynpronummer = 04
            invalid_request      = 05
            no_fielddescription  = 06
            undefind_error       = 07.
        ASSERT sy-subrc = 0.
      ENDIF.
    Problem is: The DYNP_VALUES_UPDATE does not update the field on my dynpro at all. If I hit enter another time, then the field is provided by the value as another PBO will be processed. What is my mistake here?
    Regards
    Manfred
    Edited by: Rob Burbank on Oct 29, 2010 12:07 PM

    Hi Manfred,
    Replace all the DYNP_VALUES_UPDATE-related content by the following statement:
    SET USER-COMMAND 'xxx'.
    While DYNP_VALUES_UPDATE does update the fields, a roundtrip is not triggered so the content of the fields will not be refreshed. The SET USER-COMMAND does that.
    Hope this helps you!
    Cheers, Roel

Maybe you are looking for