Re: Problem updating value in InputText

yeh i think it is a bug in inputText
it doesn't clear cache or something?
should be fixed in 1.2, i remember reading a bug report

Hello Dave,
Before reading your blog entry I did a small change, I used outputText instead of inputText, and now when I select a option in the selectOneMenu, the OutputText shows the new value on it.
There's no problem, in my case, to use outputText instead of inputText, because the value must not be changed manually by the user. But I guess if I have another situation in which I have to use inputText I will use your suggestions. :-)
Thanks a lot,
Johnny

Similar Messages

  • 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

  • Get Updated values in valueChangeListener of af:selectManyShuttle

    I am using Jdeveloper 11.1.1.3.0
    I have applied the valueChangeListener in selectManyShuttle to get the values in backing bean.
    But the problem is, it's not giving me the updated values.
    For example, for the 1st time, the left side list is empty. So, 1st time when I moves some values, it doesn't give me any value but next time, it gives me the the ID of previously moved items.
    How to resolve this problem?

    You can try to put the following line as the 1st line in your valuechangelistener method.
    valueChangeEvent.getComponent().processUpdates(FacesContext.getCurrentInstance());
    Thanks and Regards,
    S R Prasad

  • How to get updated values from the loops while they are running

    Hello,
            I am having difficulty solving a very basic problem, how to access the updated values from the 'FOR loop' while its running?  Basically, the VI  I am currently working on calls two sub VIs. Each sub VI has a for loop, and both VIs may or may not run for same number of iterations. My goal is to read the values at each terminal inside the loop of both sub VIs, in the Main VI. I tried to achieve it using Global Variables, but in main VI it displays only the last iteration value from both sub VIs. Could anyone please tell me whrere am I going wrong? Is there any other/better way to achieve this.
    I appreciate any input on this issue.  
    Kudos are (always) welcome for the good post. :-)
    Solved!
    Go to Solution.

    Dennis,
                In attached VI, I can see the values changing in the sub VI from the main VI with the numeric indicator whose reference is passed on to the sub VI. Now if I wanted to store or use those values how do I do that? I tried to chnge the indicator to control and read from it (in the attached VI) , but the the indicator updates only once. Tried to create a property node and read the Value from it and it didn't work either.
    Thanks in Advance!
    -Nilesh
    Kudos are (always) welcome for the good post. :-)
    Attachments:
    main-1.vi ‏8 KB
    sub-1.vi ‏9 KB

  • How to update value in internal table from cdpos taking fname n value_new?

    hello everyone,
              i want to insert  value in internal table from cdpos table taking field name  from fname and value from value_new.but the problem is i am not getting how to map the corresponding field of internal table with fname value  which is the field name.
    for example
    i
    fieldname
    value
    name1
    raj
    name2
    sharma
    i want to update field name1. this name1 is there in fname with updated value in value_new  how to make name1 with fname value
    thanks and regards
    laxmikant soni

    Hi Laxmikant,
    If I have understood your requirement correctly, you need to update an internal table with latest 'value_new' from cdpos table where  'fname' = 'fieldname' .
    Hope the below logic will help you:
    FIELD-SYMBOLS: <wa_intab> LIKE LINE OF lt_intab.  "the internal table you want to change
    LOOP AT lt_intab ASSIGNING <wa_intab> .
       READ TABLE lt_cdpos INTO wa_cdpos           "lt_cdpos contains latest data selected from CDPOS
        WITH KEY fname = <wa_intab>-fieldname.
       IF sy-subrc = 0.
         <wa_intab>-value = wa_cdpos-value_new.    
       ELSE.
         "//logic if the name is not there in CDPOS
       ENDIF.
       CLEAR  wa_cdpos.
    ENDLOOP.
    If you wish to improve performance, I suggest using
    1. "transporting value_new" addition in READ TABLE,
    2.  select only the data which you require from CDPOS,
    3.  create the internal tables with only fields which you require,
    4.  when you are using SELECT,LOOP AT statements, limit records by using WHERE condition
    Regards,
    Kavya

  • After refreshing browser .as file loss updated value

    Hi Friend's
    1.
    I have some problem in flex. I have two .mxml file and one
    .as file when i change value of a variable which i declared in .as
    file from one .mxml file and getting in other .mxml file it
    displaying default value not that value what i changed in one .mxml
    file .
    what is problem with that can anybody help me
    2.
    Suppose i have first.mxml file and one .as file and i change
    property .as file from first.mxml file after changing i click on
    refresh button of browser then it get default value but i want
    updated value is there any option in flex to fix this issue or give
    me any Suggestion.
    thanks in adv

    refreshing browser, reloads flashplayer and flash application
    it is running, so all variables will be reset,

  • My Sites "Updating values in this field is disabled temporarily"

    Managed metadata is configured and I am able to access and add terms, etc. I am able to go to the User Profile Service in Central Admin and update the managed metadata fields such as "Ask Me About", "Past Projects", "Skills",
    etc. However, when I go to the My Site host and try to edit my profile there, I get the error:
    There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.
    Managed Metadata Service is available:
    I am able to go to the Managed Metadata service in Central Admin, add terms, etc.
    Service Connection settings:
    Checked - This service application is the default storage location for Keywords
    Checked - This service application is the default storage location for column specific term sets
    Editing profile from My Site host:
    Ask me About: There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.
    Edit the same profile in Central Admin works fine:
    Ask Me About: No error, able to add data.
    All the solutions for this error that I have been able to find are not working, but they are for when the managed metadata service is inaccessible, or the fields cannot be updated in Central Admin either. I've recreated both the User Profile
    service and the Managed Metadata service. Any ideas?
    Thanks

    Hi tammylj,
    Based on your description, you should use the different service accounts for your CA web application and MySite host site web application, since "Ask Me About" is working for CA but not for MySite host site, the service account for MySite may not read
    and write managed metadata term store.
    please check and make sure your MySite web application service account is added in the Managed Metadata service application with permission "Read Access to Term Store" and "Read and Restricted Write Access to Term Store", then it should work.
    http://james-brennan.co.uk/2011/10/19/failed-background-check-when-the-managed-metadata-service-says-no/
    Thanks
    Daniel Yang
    TechNet Community Support

  • Jsf page not getting refreshed with updated values?

    Hi All,
    - managed-bean - session scope.
    - On a request, Even though, I am updating the bean's properties(values), my Jsf page is not getting refreshed with updated values as it is displaying the older values.
    Can anybody throw some light?
    Thanks in advance.
    - Sri

    Please try to give us more information, follow BalusC suggestion.
    For this moment I only can say you that the more common cause to this problem (in my expirence) is that you have problems with your conversion/validate phase.

  • Update values on an Adobe Interactive Form

    My question refers to the thread posted back in 2004 which remains unanswered...
    Thread: http'How to update values in Adobe form?
    With ECC 6.00 (SP10) , assuming that the Webdynpro and Adobe Interactive Forms has been correctly setup, can values on an Adobe Form be updated after retrieval from the back-end database?
    Updating of UI elements NOT on the Adobe Form has always worked; but, there it is unclear if the problem to update values inside the Adobe Form has been resolved.
    Can anyone address this issue with a detailed explanation or example code?
    Best regards,
    john

    Can you please, open a customer message in the BC-SRV-FP queue and please, provide your landscape component info, i.e., ECC 6.00(SPS10), AS Java SPS?.  Please also, provide a WTS connection and information on how to replicate the problem.  If it is possible also, upload the webdynpro project in question.
    Thanks... George

  • How to update values for qty n batch in mska table

    Hi experts,
    i would lke to know is it possible that we can update value of availabity of stock which is existing batch wise in MSKA table field 'kalab' (qty) n charg (batch).
    i mean we have devided material per document number into batch a b c.
    suposse
    we have '20015' material
    for doc1 (vbeln) -- A qty 5
    B qty 5
    C qty 0
    for doc2 (vbeln) A qty 2
    C qty 5
    B qty 0
    But after delivery we want to change the distribution of stock material like .
    for doc1 A qty 2
    B qty 3
    C qty 5
    and for doc2 A qty 5
    B qty 2
    C qty 0
    i create one programe and check the availabity in mska table n give input field to reorder the batch n quantity but how should i send these values in mska table so that sap will show the correct availabity of stock batch wise.
    if somebody did it before. through ur input please .
    Thanks.
    Seema

    Hi sutar,
    Seems it is not WD related Question.
    You are updating two tables here, but not updating in Database. check two tables how they are related.
    and mysuggestion is try to update thease two tables by using code in se38. you will get where the problem is.
    Cheers,
    Kris.

  • 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 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

  • Oawebbean.getValue() returns intial value not updated value. Please Help

    Hi all, I'm using the code
    OAMessageTextInputBean test = (OAMessageTextInputBean)oawebbean.findChildRecursive("xxTestTo");
    Object testing = test.getValue(oapagecontext);
    where xxTestTo is the ID of the field in the XML
    I've set the initial value for testing purposes to be 12345 and when the page loads I try to change the value to 54321 however, the value which is always passed is 12345 not the updated value.
    What am I doing wrong. I have the code above in my processFormRequest
    Please Help

    I think I've pinpointed the problem but I don't know the solution.
    When I add a messageinputtext field within the a region within the page, oawebbean.getValue always returns the old value.
    However if I add the messageinputtext field within the Page (not within a region) then oawebbean.getValue will give me the most updated value.
    When I add the messageinputtext, do I need to set its properties so that it doens't reset its value when I go into processFormRequest?

  • BAPI doesnt show updated values

    Hi Experts,
    I have this problem with a bapi "BAPI_BUS20350_GET_DETAIL", it is used to get the details (descriptions , partners) etc of an Audit.
    The problem is when i make some changes to an audit(say description) in a report and run this bapi it still gives me the old values , it is only when i run the report again that it shows me the new values .
    I would like to get the updated values in the same running session , there is no refresh bapi in the function group.
    Please throw some lite on how to solve this problem.
    Appreciate Ur Replies,
    Chaitanya.

    Hi Chaitanya,
    Please try to call the BAPI, " BAPI_TRANSACTION_COMMIT" which will commit the current work process which in turn help you to solve your current problem, or else you can use ABAP statements like COMMIT, or WAIT UP TO sec SECONDS etc.
    Thanks and Regards,
    Antony Thomas

  • Updating values from OPC server on startup

    I'm using LabVIEW to create a screen to display data from an OPC server (KepSERVER). I've been using standard indicators and have been linking them to the OPC server with the Datasocket system. The system works well for rapidly updating values. The issue I'm having is that if I start the LabVIEW application it doesn't always update all of the values on the screen from the OPC. Of course this is only noticeable on the variables that don't change rapidly. Sometimes only a few of the relatively static values are updated, sometimes 90% of them are, I haven't figured out why this changes. The OPC has the correct values, it just seems that LabVIEW is not polling all of them.
    Is there a fix or this? Should I be pulling the data from the OPC in a different manner?
    Thanks.

    npower,
    You mentioned that your indicators are bound to your OPC server items though DataSocket. I assume that each of the front panel LEDs are green when the program is running? This would tell us that the DataSocket communication channel is successfully established. If this connection is established, then I’ve got a few suggestions/questions that may help for troubleshooting:
    1) Could you possibly try using Server Explorer (or any other OPC client) to read the values of the variables from your OPC server. This would check to be sure that the communication problem is between LabVIEW and the OPC server, and not that the values are not current in the OPC server. The Sever Explorer download site is linked below.
    2) If you use the DataSocket API, do you get the same results? You can test this by creating DataSocket Reads on the block diagram, and wiring the outputs to indicators.
    3) Do the values on the indicators ever update? What I mean is that when you start running the program, do the relatively static values update when they are changed or never at all?
    Server Explorer:
    http://digital.ni.com/softlib.nsf/websearch/34E67FA9F8FF7A0686256AE60054198C?OpenDocument

  • Updating Values from Portal to R/3

    Hi ,
      Iam facing a problem in updating values while calling RFCs from portal.This is the scenario of calling RFCs :
    1. Submitting new data by changing some values from the existing record.
                                   - They are calling a RFC to save those values in R/3.
                I have used Commit work and wait and also   
                BAPI_TRANSACTION_COMMIT to update the values in database in this 
                RFC.
    2. Now Immediately after submission they are searching the records by giving  
        changed values as search criteria by calling another RFC(RFC for search).
                                  - The record is coming but the values are not updating and showing previous values.
    Same scenario is working fine from R/3 when executing the Function modules with out calling from portal.
    What are the changes that need to do at R/3 side?
    Thanks & Regards,
    Swarna Munukoti.
    Message was edited by:
            Swarna Munukoti

    In addition and from a maintenance perspective you could do a: Portal Group to R/3 UserMapping.
    This will then automatically map all Portal Users in the Portal Group to the one R/3 user in the back-end. This saves effort when new users are created on the portal you don't have to map them all.
    This method is also proposed by SAP for mapping to MDM for example.
    NOTE: When you choose this you cannot trace the user in the back-end because
    this back-end user is shared. If this is not a problem for your scenarion then I would say go for it.
    Cheers,
    Benjamin Houttuin

Maybe you are looking for

  • Can't download file to \\tsclient\D

    I use terminal service to browse using Firefox. When download files directly to \\tsclient\D, error "...could not be saved, because an unknown error occurred. - Try saving to a different location." WHY?

  • Installed on make "error in invoking target ..." on AIX 5L

    I read through the other posts that looked simillar and tried the fixes that were suggested. However, none of them have worked. I have a pseries IBM server with AIX 5L. I have loaded all of the prerequisits (as far as I can tell). The Universal Insta

  • Error during Production Order Confirmation

    I get a real wierd error during production Order confirmation.  The error message is "Additional items are not allowed Message no. ZOAL010" Can anyone throw some light on this? Regards Raj

  • How to override weblogic.policy file?

    Hi Friends, I am using weblogic9.2 What are the steps to follow override the webloic.policy file to give the access permission on a particular file? I tried but its not working. The following steps are i did 1. i added one entry in weblogic.policy th

  • Monitoring IP SLA

    Someone told me it is possible to graph IP SLA statistic on Cisco Router itself, is it true? if yes, how do to that? Moreover,I try to set "history hours-of-statistics-kept 3". How to see this history statistic via CLI? Thanks, CT