Collect Payload Pattern

Hi All,
I am trying to do a scenario using CollectPayload Pattern. The pattern has to pick two files with same structure and do the processing.For that, I have given the value for condition as two in the payload. As expected the pattern picks the input files successfully. But in the output, i am getting only one file as output which has the data of first picked file. I thought it will generate two output files. (For two input files)
i also wrote a UDF for concatinating the two input values and assigning them to target, the output is single file with both input files data.
My questions is do we need to take care of merging the collected inputs to output or am i going wrong somewhere in the scenario?
Your suggestions will be very helpful for my learning.
Thanks & Regards,
Senthil.
Edited by: senthil Nathan on Jun 2, 2009 11:30 AM

One more issue related to this scenario. As per SAP's pattern for "stop collect based on payload", the initial loop needs a condition based on the payload element.
My condition is
<i>(PurchaseOrder./p1:MT_PurchasOrderReq/TotalNumberOfMessages &#8800; MsgCount)</i> similar to SAP BPM Pattern.
I don't get any error in IR or ID, but once the integration process is activated in ID, I see a return code of 99 for this integration process in SXI_CACHE. The Activation log error says <i>'TOTALNUMBEROFMESSAGES' is not a component of data object 'PAYLOAD'</i>
I get the same error if I import SAP's BpmPatternCollectPayload integration process in to ID and activate it.
If I change my condition to <i>(MsgCount &#8800; 3)</i> then it works. Am I missing some kind settings?

Similar Messages

  • BPM :: n To 1 Collected Payload Pattern issue

    Hi
    I am working on following scenario -->
    Web Page --> HTTP Adapter --> XI with BPM ( Using n To 1 Payload Pattern ) --> RFC Adapter --> SAP R/3 --> XI With BPM --> File Adapter --> Legacy System with Response from RFC
    Now everything is configured & when first time I executed the scenario it gives me " Green Flag " under Outbound Status for interface from Web Page to XI. Also date format error in next 2 messages. So I corrected the date format & execute it again.
    But since from than I am getting " <b>Red Flag</b> " ( <i>Message has error status on outbound side</i> ) under Outbound status. I checked my BPM under MONI also & all the mapping & configuration is fine. Even I made the Overall messages as 1 but still getting the same error.
    I am able to see the correlation ID of message also.
    Pls. suggest.

    Hi
    My Scenario is working now & I am able to correlate the payloads on Vendor Name. But I need to clarify the concept of n:1 Pattern.
    In my multi-mapping occurence of source message is 0 to N & Target message is 1. Now when I am sending the message in this format ( coming from web page when i am clicking the SUBMIT button two times ) :
    <p3:PurOrder_Request_MT xmlns:p3="http://BpmCollectMsg:AsyncSync:AlertMgt">
             <Total_Msgs/>
             <HEADER>
                <DOCDATE/>
                <VENDOR/>
             </HEADER>
             <ITEMS>
                <PURMAT/>
                <NETPRICE/>
                <UNIT/>
                <PRICEUNIT/>
             </ITEMS>
             <Items_Schedule>
                <QUANTITY/>
                <DELIVERYDATE/>
             </Items_Schedule>
          </p3:PurOrder_Request_MT>
    <p3:PurOrder_Request_MT xmlns:p3="http://BpmCollectMsg:AsyncSync:AlertMgt">
             <Total_Msgs/>
             <HEADER>
                <DOCDATE/>
                <VENDOR/>
             </HEADER>
             <ITEMS>
                <PURMAT/>
                <NETPRICE/>
                <UNIT/>
                <PRICEUNIT/>
             </ITEMS>
             <Items_Schedule>
                <QUANTITY/>
                <DELIVERYDATE/>
             </Items_Schedule>
          </p3:PurOrder_Request_MT>
    I am getting results in same format means two different nodes of " PurOrder_Request_MT ".
    But I was expecting results in this format ::
    <p3:PurOrder_Request_MT xmlns:p3="http://BpmCollectMsg:AsyncSync:AlertMgt">
             <Total_Msgs/>
             <HEADER>
                <DOCDATE/>
                <VENDOR/>
             </HEADER>
             <HEADER>
                <DOCDATE/>
                <VENDOR/>
             </HEADER>
             <ITEMS>
                <PURMAT/>
                <NETPRICE/>
                <UNIT/>
                <PRICEUNIT/>
             </ITEMS>
          <ITEMS>
                <PURMAT/>
                <NETPRICE/>
                <UNIT/>
                <PRICEUNIT/>
             </ITEMS>
             <Items_Schedule>
                <QUANTITY/>
                <DELIVERYDATE/>
             </Items_Schedule>
          <Items_Schedule>
                <QUANTITY/>
                <DELIVERYDATE/>
             </Items_Schedule>
          </p3:PurOrder_Request_MT>
    As in target they are coming as two different payloads & I am calling the RFC one time only. RFC is taking the data of first payload only. Right now my scenario is working more as creating a batch of payloads who has same Vendor Name. But my RFC doesn't take batch of payloads.
    Can you pls. explain what exactly the n:1 pattern means.
    Best regards
    Lalit

  • BPM: collect payload problem

    hi all.....
    i created BPM pattern collect payload.
    BPM steps are...
    in loop receive-contaner1(append the recmsg to recmsg_multi)-container2(increment the counter)-loopend, transfermation-send
    And the container elements are.....
    counter.....simple type
    recmsg.....abs intrface
    recmsg_multi..........abs intrface (multi line)
    sendmsg...............abs intrface
    but in testing , i got the msg in information area as fallows..
    "container element 'recmsg' in step Receive is initialized but is not used"
    and in sxi_cache the return code is 99.
    how can i resolve this problem...
    can anybody help me?
    thanks,
    Kumar

    Hi,
    this message is just an information and will not cause the error.
    You should compare your process with the collectPayload pattern (SAP Basis -> System Patterns).
    Reactivate the process in the IR and you could also try to refresh the process in sxi_cache manually with "Repeat Activation".
    Regards
    Patrick

  • Bpm Pattern Collect Payload

    I am trying to merge multiple inputs within a loop and then merge them in a transformation step and then send the merged output.
    I am getting an error <i>"Expression must return a multiline value"</i> because I assigned a multiline container to the source message of the transformation step. I made sure that occurances for the messages are 0..unbounded.
    Has anyone faced this issue before?

    One more issue related to this scenario. As per SAP's pattern for "stop collect based on payload", the initial loop needs a condition based on the payload element.
    My condition is
    <i>(PurchaseOrder./p1:MT_PurchasOrderReq/TotalNumberOfMessages &#8800; MsgCount)</i> similar to SAP BPM Pattern.
    I don't get any error in IR or ID, but once the integration process is activated in ID, I see a return code of 99 for this integration process in SXI_CACHE. The Activation log error says <i>'TOTALNUMBEROFMESSAGES' is not a component of data object 'PAYLOAD'</i>
    I get the same error if I import SAP's BpmPatternCollectPayload integration process in to ID and activate it.
    If I change my condition to <i>(MsgCount &#8800; 3)</i> then it works. Am I missing some kind settings?

  • Collect patterns

    hi,
    What is collect patterns?
    can u plz tell me for which business process you implement
    this scenario?
    Thanks
    guna

    HI
    Collect Pattern: Collecting several messages and merge them into single message.
    Ways to STOP Collecting:
    Payload-dependent
    Time-dependent
    Receiving a certain message (STOP MESSAGE)
    Ways of Collecting:
    Collecting all messages
    Collecting based on condition
    refer the below links for further assistance
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37bec4706cc
    *************BPM COLLECT PATTERN******************
    http://help.sap.com/saphelp_nw2004s/helpdata/en/08/16163ff8519a06e10000000a114084/frameset.htmhttp://help.sap.com/saphelp_nw2004s/helpdata/en/08/16163ff8519a06e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    http://help.sap.com/saphelp_nw2004s/helpdata/en/08/16163ff8519a06e10000000a114084/frameset.htm
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a5/64373f7853494fe10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    Also have a look at these seminars,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c6d54e02
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37bec4706cc
    cheers
    reward points if found useful

  • BPM Collect pattern is not coming out  and it is in loop.

    Hi Experts,
    We have implemented a BPM Collect Time pattern and it was working fine in Dev and QA environments perfectly. Couple of days back we have some server issue in Dev environment and Basis team has done some thing with File Storage. From that time, all our BPM's were not working in Dev. It is showing that the block is waiting for some event to trigger and it is in Process state.  We have set it for 5 min and block is not coming out from loop.   We exported the code to QA and it is working in QA.  We tried SWU3 transaction as given in the below forum and it didn't help us.
    bpm collect time infinite loop error
    Some one please help us.
    Thanks
    Venkat
    Edited by: Venkata Gupta on Nov 27, 2008 12:54 AM

    Hi
    Is Your BPM having deadline branch ?
    If there is any system Exception then catch it.
    http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm.
    According to thread mentioned by you ,Schedule your Missed Deadline Branch.
    Also check your BPM using transaction SXMB_MONI_BPE and find out which step have error.

  • Collect messages in BPM

    Hi experts,
    Need to create one scenario to collect payload of XML files, I have done this work in Design and Configuration :
    data types : test_collect
    Message Types : test_collect
    Message Interfaces :  Test_collect_1 (abs asy),  Test_collect_2 (abs asy)
    I need to collect Test_collect_1 and pass it to Test_collect_2
    Message Mapping : Test_collect_1 - Test_collect_1
    Interface Mapping :  Test_colect_1 - Test_collect_2
    Integration Process is created as example in Standard Process in SAP BASIS
    --> http://sap.com/xi/XI/System/Patters --> BpmPatternCollectPayload
    Need to created more mappings or not.
    How I will created proper Configuration Steps,
    mean no. of Sender Agreements, receiver agreements, Receiver Determinations and Interface Determinations etc.
    Regards,
    Study SAP

    hi study sap,
    check the below blogs to have a cleat understanding
    Check these
    BPM:
    Walkthrough with BPM - Walk through BPM
    BPM in XI https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&
    BPM-1 Walkthrough with BPM
    BPM-2 Reconciliation of Messages in BPM
    BPM-3 RFC Scenario using BPM --Starter Kit
    BPM-4 The specified item was not found.
    Schedule BPM Schedule Your BPM
    Use of Synch - Asynch bridge in ccBPM Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi
    Use of Synch - Asynch bridge in ccBPM https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    without BPM Sync/Async scenarios without BPM
    without BPM1 Sync/Async communication in JMS adapter without BPM (SP19)
    IDOC BPM IDOCs (Multiple Types) Collection in BPM
    multimapping without BPM /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible---- Multi Map With out BPM
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI. Various multi-mappings and
    Optimizing their Implementation in Integration Processes (BPM) in XI.
    Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure --- Illustration of Multi-Mapping
    and Message Split using BPM in SAP Exchange Infrastructure
    IDOCs (Multiple Types) Collection in BPM (N:1 Mapping )
    regards
    kummari

  • Bpm collect time infinite loop error

    Hi All,
    I am doing the BPM pattern collect time scenario. I have an issue. The process is not coming out of the loop after the specified time of 1 minute. The deadline branch is not getting executed. What can be the problem?
    The BPM design is that of the collect time pattern given in SAP BASIS patterns.
    Thanks in advance

    Hi Sunil,
    thanks alot that did work:)  i did not schedule it, but the basis people did it for me. they scheduled it to work evey 3 minutes.
    Anyway, there is another small issue.
    my input is like this,
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:Mt_In xmlns:ns1="urn://collect_time">
      <Name>pratichi</Name>
      <ID>PR01</ID>
      </ns1:Mt_In>
    I am giving only one file for input
    but output i am getting output as such
    <?xml version="1.0" encoding="utf-8" ?><ns1:Mt_Out xmlns:ns1="urn://collect_time"><
    Name>pratichi</Name>
    <Name>pratichi</Name>
    <Name>pratichi</Name><Name>pratichi</Name>
    <Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name>
    <Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name>
    <Name>pratichi</Name>
    <ID>PR01</ID><ID>PR01</ID>
    <ID>PR01</ID><ID>PR01</ID><ID>PR01</ID>
    <ID>PR01</ID><ID>PR01</ID><ID>PR01</ID><ID>PR01</ID>
    <ID>PR01</ID><ID>PR01</ID></ns1:Mt_Out><?xml version="1.0" encoding="utf-8" ?><ns1:Mt_Out xmlns:ns1="urn://collect_time"><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><Name>pratichi</Name><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID><ID>1</ID></ns1:Mt_Out>
    Why does this happen?
    I kept the file only once, how come i am getting so many instances of the fields?

  • Collect Messages using BPM

    Hi all,
            Am doing a collect message pattern using BPM. After collecting messages wen mapping is called its throwing exception. CAn you help me out in this. I ll explain.
    the input i give is :
    <Root>
           <Name> asd </name>
           <ID> A </ID>
    </Root>
    i sent thid message 5 times to BPM (using collect pattern).
    the stop message is of the format
    <Stop>
       <ID> A</ID>
    </Stop>
    wen i send this the collect block is exited and the flow comes  to a transformation step which does a n:1 mapping
    ie. in my mapping i add the source message type and changed its occurence to unbounded in messages Similarly in IM also i changed the occurence of source MI to unbounded. wen i test the message mapping with this
    <Root>
           <Name> asd </name>
           <ID> A </ID>
    </Root>
    as input it gives the exception. But if i gve like this ten its showing successful.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
    <Root>
           <Name> asd </name>
           <ID> A </ID>
    </Root>
    </ns0:Message1>
    </ns0:Messages>
    But how can wedo that as transforamtion happens in BPM. PLease help me out in this

    Hi,
    Check these links
    /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/76/5d373f5e550456e10000000a114084/frameset.htm
    Regards,
    Kumar

  • XI BPM Collect Meassages Scenario with one Message as an optional

    Hi guys,
    I need help to implement XI BPM Scenario with Collect Messages Pattern. Here is my Scenario. I am getting four different types of flat files from four interfaces. Using these four files I need to merge using correlation relation and finally have to create One IDoc type to send it to SAP R/3.
    But out of these four messages last Message type is an Optional Message. i.e the process has to continue even if forth message is not available by taking first three messages.
    Please let me know which pattern is suitable for this scenario.
    Thanks.
    Siva.

    Hi,
    I hope u are receiving four different interfaces.Have a local container variable of simple type integer.you put a fork with four branches after the start step.Each branch has a receive step corresponding to one interface. Then after each of the receive step in each branch put a container operation performing some action on the container variable may be incrementing.so in the end condition of the fork check the value of the container variable i.e you can check if that variable is 3(three of the interfaces have been got).so this ensures that ur fork doesnot wait for all the four.hope this works.
    Regards,
    Sudharshan

  • Check payload for a BPM scenario

    Hi,
    When testing a BPM scenario (BpmPatternCollectMessage) I got error in Transformation step.
    I want to collect payload (source message) in transformation step so that I can test in Message mapping
    I know we can monitor BPM in sxmb_moni_bpe. But from that Tcode I can not collect payload (reply to me if I am wrong).
    I check sxmb_moni but no use...
    Looking for responses...
    Regards,
    Pradeep A.

    Hi Prateek / sunil,
    thank you for your reply,
    I send olny one message before stop message, then also i got an error in transformation step.
    But when i copy the same message from payload and test in message mapping then it is successful. I thought that source message is converted in to another format when it reach to transformation step.
    so i want to collect the input message of  the transformation step.
    >>>>Don't say that.
    >>>>Thats the place where you will get the payload. What's the problem there?
    so i check sxmb_moni for that stopmessage bec i got redflag in moni under outbound status column.
    when double click on stop message --> i notice two pipe line steps inside  1) Central Client 001 2) PE_ADAPTER Client 001
    i check payload of all pipeline steps (Central Client, PE_ADAPTER )and notice that same payload exists at every step.
    please guide me if i am doing any wrong
    1) where can i collect input message of  the transformation step.
    2) if i copy sap provided BPM and Message mapping form Basis SWC to My SWC, then my i got error in transformation step
    3) I copied payload from message mapping and test from RWB keeping ID as constant and changing over all number for every message i send.
    regards,
    Pradeep A.
    Edited by: PRADEEP AMISAGADDA on Sep 23, 2009 12:42 PM

  • A Problem Uninstalling & Installing Master Collection

    I seem to be stuck in a loop trying to uninstall and reinstall a copy of the Master Collection on my new MacBook Pro.
    I know the problem started when I used Apple's Migration Assistant to copy 250 Gb of files from my old MacBook Pro to my new one. I should know better, but I didn’t want to have to rebuild my settings all over again because I have so many on that computer. I had the Creative Suite Design and Web Premium CS6 installed on my old MacBook Pro. At first all the applications seemed to work on the new computer until I realize that not everything got moved over.
    I tried to run the Design and Web Premium Uninstaller on the new MBP and it failed an Uninstall Failed message.
    Then I tried Adobe Cleaner Tool. It didn’t recognize that I had CS6 installed at all on the new MBP.
    Then I tried to install the Master Collection CS6, and it only partially installed:
    I ran the Master Collection Uninstaller.
    Then I ran Adobe Cleaner Tool.
    Then I reinstalled Master Collection again. Another failure. This time it gave this error report shown below.
    Any suggestions to fix the errors (other than completely starting over)?
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF024, DW063 ... WARNING: DS013, DW020 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 26 error(s), 15 warning(s)
    WARNING: DS013: Payload {D5B1535A-FDFC-4B40-B2E2-21DA83D9CB57} Adobe Audition 4.0.0.0 is already installed and the session payload {30FD541D-3C9D-41C4-B240-A994EE4E0231} Adobe Audition 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {0175676F-8C92-49F2-9131-D0D6AD654B41} AdobeHelp 3.4.0.0 is already installed and the session payload {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {CCB778B5-25B8-4E57-9F20-72B11B443EF9} AmericanEnglishSpeechAnalysisModels 2.5.0.0 is already installed and the session payload {C5CA53A2-E722-4D76-B5AC-71522CC48AB3} AmericanEnglishSpeechAnalysisModels 3.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} DynamiclinkSupport 5.5.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    WARNING: DW020: {EC6BD880-BAB1-4008-8941-57A33479E0A0} AIR for Apple iOS support (FB) 3.1.0.0 conflicts with: {E0BCE1AA-B57D-4983-A05A-1B2CBF124494} AIR for Apple iOS support (FB) 2.6.0.0
    Please uninstall these products, restart your computer and then run this installer again.
    WARNING: DW020: NOTE: Cannot set action to the payload {EC6BD880-BAB1-4008-8941-57A33479E0A0} AIR for Apple iOS support (FB) 3.1.0.0 as conflicting payload is installed.
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {EC6BD880-BAB1-4008-8941-57A33479E0A0} AIR for Apple iOS support (FB) 3.1.0.0 is required by {59EBB3D9-AA2A-4068-AB48-75ED6879B5F9} AIR for Apple iOS Support Wrapper 3.1.0.0 but isn't free. Reason: This payloads conflicts with something installed
    WARNING: DW020: {2FC6B122-6F1F-409C-8FF0-8F8369D7F30B} Adobe Flash Builder 4.6 4.6.1.0 conflicts with: {9D0088AD-BBB1-470B-B7B8-520EDEFAE5F3} Adobe Flash Builder 4.5 4.5.0.0
    Please uninstall these products, restart your computer and then run this installer again.
    WARNING: DW020: NOTE: Cannot set action to the payload {2FC6B122-6F1F-409C-8FF0-8F8369D7F30B} Adobe Flash Builder 4.6 4.6.1.0 as conflicting payload is installed.
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {EC6BD880-BAB1-4008-8941-57A33479E0A0} AIR for Apple iOS support (FB) 3.1.0.0 is required by {59EBB3D9-AA2A-4068-AB48-75ED6879B5F9} AIR for Apple iOS Support Wrapper 3.1.0.0 but isn't free. Reason: This payloads conflicts with something installed
    ----------- Payload: {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 11)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 11)
    ----------- Payload: {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 21)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 21)
    ----------- Payload: {48623899-C152-457D-9B30-1F957332AC2F} AdobeColorPhotoshop CS6 4.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 3)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 3)
    ----------- Payload: {02EFB598-92AB-4DCB-A417-FE0FCBCD2266} AdobeColorVideoProfilesAE CS6 4.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 10)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 10)
    ----------- Payload: {78E38D75-4D92-4F6E-B631-17A436BED680} AdobeColorVideoProfilesCS CS6 4.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 5)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 5)
    ----------- Payload: {4758849A-8C03-4F90-A024-3D4C7A035B5A} AdobeMotionPicture CS6 4.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 26)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 26)
    ----------- Payload: {39C9FB9C-7A84-11E1-B574-D095DF20721F} Adobe Fireworks CS6 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at /Volumes/CS6 MstrColl/Adobe CS6 Master Collection/payloads/AdobeFireworks12-mul/OEM(Seq 3600)
    ----------- Payload: {76A4887E-7A85-11E1-88DE-92A96E70B8CF} Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at /Volumes/CS6 MstrColl/Adobe CS6 Master Collection/payloads/AdobeFireworks12en_USLanguagePack/OEM(Seq 84)
    ----------- Payload: {9124DF4E-617D-486B-A970-8FA632244F24} Adobe Photoshop CS6 Core 13.0.0.0 -----------
    ERROR: DF024: Unable to preserve original file at "/Library/ColorSync/Profiles/Profiles" (Seq 2259)
    ERROR: DW063: Command ARKDeleteFileCommand failed.(Seq 2259)
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    WARNING: DW029: Custom Action for payload {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 wants to skip this payload. Skipping this payload.
    ----------- Payload: {E1C48031-9366-427F-AC04-535CEDAAD995} Acrobat X Pro  10.0.0.0 -----------
    WARNING: DW029: Custom Action for payload {E1C48031-9366-427F-AC04-535CEDAAD995} Acrobat X Pro  10.0.0.0 wants to skip this payload. Skipping this payload.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - AdobeColorVideoProfilesAE CS6: Install failed
    ERROR: DW050:  - AdobeColorCommonSetCMYK CS6: Install failed
    ERROR: DW050:  - AdobeIdeaPluginCS6: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 English Language Pack_AdobePhotoshop13-en_US: Install failed
    ERROR: DW050:  - AdobeMotionPicture CS6: Install failed
    ERROR: DW050:  - AdobeColorPhotoshop CS6: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack: Install failed
    ERROR: DW050:  - AdobeColorVideoProfilesCS CS6: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Illustrator CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Illustrator CS6 Support: Install failed
    ERROR: DW050:  - AdobeColorCommonSetRGB CS6: Install failed

    Errors "Exit Code: 6," "Exit Code: 7"
    And manually delete the caps.db. ---> Looky, looky:
    Important Directories
    Mylenium

  • CS5.5 Master Collection install issues

    I have a physical copy of CS5.5 master collection but when it installed on my Mac Photoshop, Dreamweaver, and Flash couldn't be accessed. I uninstalled these 3 applications and now that I'm trying to reinstall the applications I'm getting and error 7 message. Does anyone know how to correct this?

    Thanks Mylenium. I uninstalled the suite, ran the cleaner and re downloaded but I'm still having problems. Flash downloaded this time but Photoshop, Dreamweaver, Flash Catalyst, and Flash builder did not. After install I was given this error
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 30 error(s), 6 warning(s)
    ----------- Payload: {DEA79551-23E3-430A-9B15-B544479B7DB2} Flash Player 10.2.153.1 -----------
    WARNING: DF009: Higher version plugin already exists at: /Library/Internet Plug-Ins/Flash Player.plugin(Seq 48)
    WARNING: DF010: Not installing plugin to: /Library/Internet Plug-Ins/Flash Player.plugin(Seq 48)
    ----------- Payload: {4B1B3BF0-B3E4-477C-84BF-4FCB42D84445} Firefox Plugin CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at /Volumes/CS5_5 Mstr Coll 1/Adobe CS5_5 Master Collection/payloads/AdobeContribute6.1-FFPlugin/OEM(Seq 38)
    ----------- Payload: {9D0088AD-BBB1-470B-B7B8-520EDEFAE5F3} Adobe Flash Builder 4.5 4.5.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirpuiVkFFJ/Assets1/Adobe Flash Builder 4.5/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar" to "/Applications/Adobe Flash Builder 4.5/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar" Error 0(Seq 7462)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 7462)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Flash Builder 4.5/eclipse/plugins"(Seq 7178)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 7178)
    ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.5/eclipse/artifacts.xml". Error 0(Seq 6929)
    ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 6929)
    ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.5/eclipse/.eclipseproduct". Error 0(Seq 6928)
    ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 6928)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.5/eclipse"(Seq 6928)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 6928)
    ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.5/Adobe Flash Builder 4.5.app/Contents/Resources/AMT/application.xml". Error 0(Seq 6895)
    ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 6895)
    ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.5/Adobe Flash Builder 4.5.app/Contents/Resources/AMT/application.sif". Error 0(Seq 6894)
    ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 6894)
    ERROR: DF023: Unable to delete file "/Applications/Adobe Flash Builder 4.5/Adobe Flash Builder 4.5.app/Contents/Resources/AMT/adobe.trial.suppress". Error 0(Seq 6893)
    ERROR: DW063: Error rolling back command ARKCopyFileCommand(Seq 6893)
    ERROR: DF001: Unable to get permissions of "/Applications/Adobe Flash Builder 4.5/Adobe Flash Builder 4.5.app/Contents/Resources/AMT"(Seq 6893)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 6893)
    ----------- Payload: {BD6EEC48-4A2E-4B19-B36E-C3A94A97C99E} Adobe Contribute CS5.1 6.1.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirLSIG8LwV/Assets1/Adobe Contribute CS5.1.app/Contents/MacOS/Adobe Contribute CS5.1" to "/Applications/Adobe Contribute CS5.1/Adobe Contribute CS5.1.app/Contents/MacOS/Adobe Contribute CS5.1" Error 0(Seq 2990)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 2990)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Contribute CS5.1/Adobe Contribute CS5.1.app/Contents/MacOS"(Seq 2990)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2990)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Contribute CS5.1/Adobe Contribute CS5.1.app/Contents"(Seq 3)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 3)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Contribute CS5.1/Adobe Contribute CS5.1.app"(Seq 3)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 3)
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ----------- Payload: {4B4C871D-9C8A-4C8A-B92A-C37273D6CE7D} Adobe Fireworks CS5.1 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at /Volumes/CS5_5 Mstr Coll 2/Adobe CS5_5 Master Collection/payloads/AdobeFireworks11.1.0All/OEM(Seq 3960)
    ----------- Payload: {8AB04F7C-8AEF-4023-9CDB-F761E4ECF9CC} Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at /Volumes/CS5_5 Mstr Coll 2/Adobe CS5_5 Master Collection/payloads/AdobeFireworks11.1.0en_USLanguagePack/OEM(Seq 86)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Contribute CS5.1_AdobeContribute6.1en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Flash Builder 4.5: Install failed
    ERROR: DW050:  - Adobe Contribute CS5.1: Failed due to Language Pack installation failure

  • Invalid content was found starting with element 'url-pattern'

    Hi,it looks there is something wrong with my web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    <display-name>TestAA</display-name>
    <welcome-file-list>
    <welcome-file>index.jsf</welcome-file>
    </welcome-file-list>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
    <security-constraint>
         <web-resource-collection>
              <url-pattern>/secure/*</url-pattern> ...................................................................error here
    </web-resource-collection>
         <auth-constraint>
              <role-name>retuser</role-name>
         </auth-constraint>
         </security-constraint>
    <login-config>
         <auth-method>FROM</auth-method>
         <form-login-config>
              <form-login-page>/login.xhtml</form-login-page>
              <form-error-page>/loginError.xhtml</form-error-page>
         </form-login-config>
    </login-config>
    </web-app>
    error message:
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'url-pattern'. One of '{"http://java.sun.com/xml/ns/javaee":web-resource-name}' is expected.

    Hi Linyin,
    Please refer to: http://middlewaremagic.com/weblogic/?p=2034
    The Problem is missing element *<web-resource-name>* in your *"web.xml"* file..... which must be a Unique name of your Resource set which u want to make secure.....
    Example:
    <security-constraint>
    <web-resource-collection>
    *<web-resource-name>MySecureResource</web-resource-name>* <----------This line should come Just above <url-pattern>
    <url-pattern>/secure/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>retuser</role-name>
    </auth-constraint>
    </security-constraint>
    Thanks
    Jay SenSharma
    http://middlewaremagic.com/weblogic (Middleware Magic Is Here)

  • Modify the icon of a Pattern

    Hi everybody,
    I've created a collection of patterns, obviously different one from other, but my problem is the icons of these patterns are so similar, very difficult to identify the exact one.
    My question is if it's possible to modify the miniature or icon of every pattern, so I can for example change the color or even write anything over.
    I've try the plugin "Pattern Maker", but this is not possible. Maybe I need some scripting.
    Thank you very much in advance to the Guru who will solve this problem!

    If you mouseover a pattern thumbnail then the name will appear in a tooltip.
    You can have the patterns listed as thumbnail and name. See screenshot below.

Maybe you are looking for