Question about Correlation set

There is a process: a proposer submit a claim, then it needs all the proposer's supervisors to approve, if any of them reject the request, the
claim will return to proposer and process terminates. If all the supervisors approve, the process can continue. I know after the correlation set is added to every receive node in the process, every node can receive only once a message and the process will move on to the next receive node after the last one has received one message,
what I should do if I want one node to receive messages multiple times(actually a loop including the node) util a required condition is true?
Thank you.

I am not sure if you are talking in reference to the original question or not.
I will assume not,
yes you can use multiple correlation sets that you define on the same message. And that message can be reused in different operations there is no issue with it.
I also assumed you didn't mean that both the receive activities use the same partner, porttype and operation. Because that is a different thing again.
-Kiran Bhumana.

Similar Messages

  • Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in. Thanks

    Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in.

    You don't. Email comes in either by push or when you invoke the email app. Ther is no password except when you first set up the account. If your iPad is not being used as your personal device and you need to shield emails from other users, then don't use the email app.  Instead, use web mail if available from your provider.

  • Question about Raid set up with (SB600) K9A2 Platinum V 1.0

    I am having trouble setting up my raid.  I am using Windows XP Pro and go through the usual set up procedures using F6 command then installing the drivers etc.  Once I get everything up and running installed on Raid 0 the computer works very well for a few days.  Then later BSOD.  The first was a 0000007b stop error, then I got the system back up again only to have it a few days then another BSOD 00000024 stop error.  This time I was not able to bring it back.  I thought my problem was linked to a RAM issue as I was using OCZ PC2 6400 DDR2 OCZ2G8008GQ (2X2GB).  The reason I thought this was when I went to the motherboard site for approved ram, this ram was not there, then on OCZ site it was also not tested, then I went to newegg and used thier motherboard ram compatability screener and it did not show up either.  So I bought the Giel ram and am now trying to set it back up again though I could not get it back still.  So I finally just reformatted the drives (using another computer and a hard drive enclosure)and am getting ready to reinstall everything.  I want to make sure I am using the right SB600 drivers for my application.  I should be selecting AHCI X86 or x64.  This does pertain to the operating system (I am using Win XP 32 Bit) or the processor (I am using the Kuma Athlon X2 7750 2.7Ghz)
    I believe I should be selecting the x86 drivers when installing windows.  Am I right?  I just want to make sure I do not screw anything up so as to bring on the horrible BSODs again.  I realize this could be some driver issue as well that could have caused this.  I did everything I could to make sure it was not the hard drives.
    The last question I have is:  In order to ensure proper operation of the dual channel ram, (I have read the book, still confused a bit), I must install the ram with one stick in the first slot nearest the CPU and the other in the first slot of the opposite color?  In this case Green/Orange slots.
    Mainboard: MSI K9A2 Platinum 790FX
    CPU: Athlon X2 Kuma 7750 AM2+ 2.7Ghz Processor
    CPU-Cooler: Factory Supplied
    RAM: 4GB (2X2GB) G Skill F2-8500CL5D-4GBPI DDR2-1066 Dual Channel
    GPU: AMD790FX
    VIDEO: PowerColor HD4830 512MB GDDR3
    HDD: 2 Velociraptor 150 10000 rpm drives WD1500HLFS
    DVD: ASUS DRW-22B1LT SATA Drive
    Floppy: YES
    Power Supply: CORSAIR CMPSU-650TX 650W ATX12V / EPS12V SLI Ready CrossFire Ready
    OS: Windows XP Pro SP1 (Updated to SP3)

    I was just trying to obtain the fastest load times/install times.  When the machine was first running it was very quick with no cpu temps running beyond 34C, no abnormal performance.  This is my wifes computer though.  Things began to go astray after she updated through windows update to SP3.  I am now using a slipstreamed CD with SP3 already on it.  She said she was clicking on the internet explorer "E" icon and it just shut off.  THen when it rebooted (it was still set that way in windows recovery) it started loading windows then BSOD 0000007b error.  I fixed it by finally getting into windows recovery and running fixboot, then fixmbr, then chkdsk /r /f.  It started working fine again.  Then later maybe two days later it happend again this time wihtout the restarting.  She was working on something else this time and it shutdown again.  This time when it tried ot reload windows I was getting the ntfs.sys issue with a 00000024 stop error.  I could not do the same magic with windows recovery any longer.  When I tried it indicated it repaired the boot, the mbr, but when I tried to run the chkdsk, it gave me disk read errors, such as "this disk has unrecoverable errors".  I used Western Digital test programs on the drives by removing them and installing them into an enclosure and taking them to a good computer.  One drive I could see in windows and it reflected 140G/B, the other would pick up but not in my computer.  It also showed the drive as having the entire quantity as the RAID together had of 298G/B versus the real size of the drive 150G/B.  I just figured that was the drive that was set up as LD 1 in the RAID setup (prior to windows) and possible was the drive with he boot sector on it???  I could get another drive and include it into the array, but then just figure I will have to worry about 3 drives versus 2.  She keeps improtant backup stuff on an external drive.  I will tone down the ram to 800.  Should I set the latency in Bios though to the 5-5-5-15?  or just leave everything at auto like I hade done before?  Though this ram is new and was not in the computer when this happened.  I had replaced the other OCZ Gold stuff and put in the G Skill stuff I have now.  I had previously stated Giel, but it is G Skill, sorry about that.  I may just do what you say, guess sleep on it and decide whether to just install the drives with OS/Programs on one and data on the other. 

  • Question about xsql:set-page-param

    Hi!
    I have construction like this:
    <xsql:set-page-param name="ptk1" value="{@some_value}">
    where {@some_value} contains national characters. And in ptk1 I have only question marks. If I use {@some_value} directly, for example <xsql:query ...> <![CDATA select ... where field={@some_value} ]]> </xsql:query> it works fine. I have
    <?xml version="1.0" encoding="windows-1251" ?> in my xsql page.
    Is it possible to get set-page-param working with national chars?
    Thank you very much.

    You've identified a bug in how parameter values are retrieved. I've filed Bug#1920676 to get this fixed.
    Currently character set conversion is done between the servlet engine's default character set and the character set of the XSQL page template. The bug occurs because the character set conversion is being done in certain circumstances when it is not actually required.
    Will post a status update when we've identified a fix.

  • Question about AHCI setting for my pavilion DV6T-2000 in order to use SSD driver with TRIM support

    Hi
    My operating system is Window 7 ultimate
    1.I have just updated my ssd Corsair P256 firmware to the newest version which enables Trim
    2.I typed " fsutil behavior query disabledeletenotify " and got the result " 0 " , so it is good.
    3.I go to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci" and know that the "Start"name has Data value "0".
    4. I go to device manager and click on "IDE ATA/ATAPI controllers". However, the only thing which i saw was:
    "Intel(R) PCHM SATA AHCI Controller 6 Port"
    i didn't see the "Standard AHCI 1.0 Serial ATA Controller"
    i tried to go the Bios setting to enable AHCI but HP bios won't let me change any setting except Booting priority. I am using the newest Bios version from HP(I have just updated it two days ago).
    So my question is that: am i on set? or what i should do now to make the Trim work
    if i am on set, does the Trim run automatically? do i need to do anything to maintain the SSD's performance?
    thank you

    If you right click on "Intel(R) PCHM SATA AHCI Controller 6 Port" and select properties, then go to the Driver Tab and hit the Driver Details button, you will see the iastor,sys driver is installed, so AHCI is enabled.

  • Question about printer setting of PO

    Hi there:
    I encountered an issue that purchase order was printing once I changed PO and save it, is there a way to cancel its setting?

    Hello,
    Go to T-code NACE
    Select application EF-Purchase order
    Go to output type select NEU as your output
    Go to details tab and remove the multiple issuing tick.
    This will avoid priting of purchase order when you make changes in purchase order.
    Still, if you want you can then take print manually.
    Br,
    Tushar

  • Questions about creating sets using FM

    Hi,
    It seems that FM G_SET_CREATION is not a true function module where I could provide all the parameters wit the values and the sets would be created automatically. Somehow, I have to write a program to do the BDC steps. Has anyone written a program to use FMs G_SET_CREATION and G_SET_MAINTENANCE? How would I use these FMs?
    Thanks,
    Will

    Hi Will,
    Please check this sample code in for BDC line item loop.
    FORM populate_data .
      data: lv_po(35) type c,
            gv_num(3) type n value '001',
            gv_fname1(132) type c,
            gv_fname2(132) type c,
            gv_fname3(132) type c,
            gv_fname4(132) type c.
      sort gt_sdata by BSTKD POSNR.
      describe table gt_sdata lines l1_num.
      loop at gt_sdata INTO gs_sdata.
        if lv_po ne gs_sdata-bstkd.
          lv_po = gs_sdata-bstkd.
          clear: gv_fname1, gv_fname2, gv_fname3, GV_FNAME4.
          perform bdc_dynpro      using 'SAPMV45A' '0101'.
          perform bdc_field       using 'BDC_CURSOR' 'VBAK-AUART'.
          perform bdc_field       using 'BDC_OKCODE' '/00'.
          perform bdc_field       using 'VBAK-AUART' 'OR'.
          perform bdc_field       using 'VBAK-VKORG' '300'.
          perform bdc_field       using 'VBAK-VTWEG' '20'.
          perform bdc_field       using 'VBAK-SPART' '01'.
          perform bdc_dynpro      using 'SAPMV45A' '4001'.
          perform bdc_field       using 'BDC_OKCODE' '=KKAU'.
          perform bdc_field       using 'VBKD-BSTKD' gs_sdata-BSTKD.
          perform bdc_field       using 'VBKD-BSTDK' gs_sdata-BSTDK.
          perform bdc_field       using 'KUAGV-KUNNR' '1195'.
          perform bdc_field       using 'KUWEV-KUNNR' gs_sdata-KUNNR1.
          perform bdc_field       using 'RV45A-KETDAT' GS_SDATA-KETDAT.
          perform bdc_field       using 'RV45A-KPRGBZ' 'D'.
          perform bdc_field       using 'RV45A-DWERK' 'INDY'.
          if gv_num = gs_sdata-POSNR.
            concatenate 'RV45A-KWMENG(' gv_num ')' INTO GV_FNAME1.
            concatenate 'VBAP-POSNR(' gv_num ')' INTO GV_FNAME2.
            concatenate 'RV45A-MABNR(' gv_num ')' INTO GV_FNAME3.
            concatenate 'KOMV-KBETR(' gv_num ')' INTO GV_FNAME4.
            perform bdc_field       using 'BDC_CURSOR' 'GV_FNAME1'.
            perform bdc_field       using GV_FNAME1 gs_sdata-POSNR.
            perform bdc_field       using GV_FNAME2 gs_sdata-MABNR.
            perform bdc_field       using GV_FNAME3 gs_sdata-KWMENG.
            perform bdc_field       using GV_FNAME4 gs_sdata-KBETR.
            gv_num = gv_num + 1.
    *        APPEND gs_sdata.
    *        Clear gs_sdata.
          endif.
          perform bdc_dynpro      using 'SAPMV45A' '4002'.
          perform bdc_field       using 'BDC_OKCODE' '=SICH'.
          perform bdc_field       using 'BDC_CURSOR' 'VBAK-GWLDT'.
          perform bdc_field       using 'VBAK-AUDAT' '08/24/2006'.
          perform bdc_field       using 'VBAK-VKBUR' '30'.
          perform bdc_field       using 'VBAK-GWLDT' GS_SDATA-GWLDT.
          perform bdc_field       using 'VBAK-WAERK' 'USD'.
          perform bdc_field       using 'VBKD-PRSDT' '08/24/2006'.
          perform bdc_field       using 'VBKD-KDGRP' '03'.
          clear gs_sdata.
          continue.
        endif.
        AT END of BSTKD.
          perform bdc_transaction using 'VA01'.
          clear gs_sdata.
        ENDAT.
      endloop.
    ENDFORM.                    " populate_data
    Hope this will help.
    Regards,
    Ferry Lianto

  • QUICK QUESTION-About to set up new computer...

    Thanks in advance. I have an old 17" Macbook Pro and just got a new Macbook Pro Retina. I have each of them side by side ready to send all of my data from the old computer to the new computer, but I have not turned on the new computer yet. I don't want to screw up my iCloud ecosystem. So, my question is: In order to avoid any icloud issues, should I log out of iCloud and turn wifi off on my old computer before I start the migration assistant? Then, when it is done, I plan on logging into iCloud on the new computer and erase the old computer....I am hoping this will be a seamless transition as much as it can be.
    Any input you can give me before I do this would be great. Thanks!

    MissPat321
    What version of Premiere Elements and what computer operating system are involved?
    Adobe allows for the use of that one purchased Premiere Elements serial number on no more than 2 of your computers.
    If you have this purchased Premiere Elements serial number already on 2 of your computers and the new computer represents a 3rd computer, then you have to deactivate (Premiere Elements 8 or later under Help Menu/Deactivate) before uninstall.
    Looking forward to more details and your progress.
    Thanks.
    ATR

  • Question about Overprint Setting

    Here is the link to Adobe's help topic on the subject:
    http://help.adobe.com/en_US/FrameMaker/8.0/help.html?content=Chap10-Color_10.html
    Look at the graphic above the caption that reads, "You can also use overprinting to combine two colors for special effects."
    That is the effect I am trying to get. How?
    I placed one object on top of the other.
    In Object Properties, I selected Overprint for both graphics. Nothing happened.
    In Photoshop, I think this is called a Screen or Multiply blend mode. But it's accomplished with layers, which FrameMaker doesn't have.
    Thanks!
    Jason

    Try this link.
    The images I am working with are line art. That is, they are native FrameMaker drawings with fills applied.

  • Question about iTunes setting

    I'm playing a song on full iTunes (not mini player) and it used to count the remaining time on the right hand side but now it just shows the total time for the song. Where do I go to change this? I can't seem to find it. I'm on iTunes 11.

    Allen3697 wrote:
    It was that easy. I feel so stupid. *facepalm* Thank you.
    Actually, although it is "easy," it is not "obvious," since there is no visual cue that the time field is clickable.  But it has been kind of a hidden feature of iTunes for a lot of years.
    Anyway, you are welcome.  Enjoy the music!

  • Correlation Set With externals partners

    Hello,
    I have a question regarding correlation set and there usage.
    I'm currently making a samll poc on "correlation set" for testing the feature to determine if we could use it for our use case.
    I'm hitting some problems that I can't overcome for the moment, maybe someone could help me.
    First, here is my "test" use case :
    I have 1 BPEL exposing two webservices interface
    - 1 interface for creating the BPEL instance
    - 1 interface for consulting the status (or other thing) of the BPEL using a functionnal ID
    The BPEL logic goes like this :
    Receive > validate the request > generate a unique ID > reply to the consumer (attach the unique ID) > loop on the second receive (waiting for consumer calls)
    The consumer calls the second interface with the unique ID > The right instance is correlated using the unique ID > some treatment(is the response ready ? for example) > reply to the consumer (with the response if ready, otherwise "false")
    The two problems I encounter are the following :
    1 - I can't seem to be able to initialize the correlation set value anywhere in the BPEL except for the "Receive activity that create the instance". But that would assume that the consummer supply a unique ID (which is not likely in our case). Is it not possible to initialize the correlation set in the first reply ? or in any other activity in the BPEL ? The documentation doesn't say if you can or can't initialize the correlation set else where.
    2 - Whenever a consumer try to "consult" a BPEL status using an unknown ID, the call timeout after 45 seconds with a technical exception. It is not possible to handle such a case in order to supply a "functionnal fault" without waiting the 45 seconds ?
    remark :
    This is working totaly fine when I initialize the correlation set with the first request of the consummer but as stated above, my externals partners (several) will not be able to provide me unique ID.
    regards,
    mathieu
    Edited by: mathieu.d on Mar 12, 2013 5:58 AM

    Hi,
    I'm facing the same issue in 10.1.3.3 when trying to use a correlation set on an attribute of a regular xml message.
    Have you been able to figure out what the problem was in your case?
    Kind regards,
    Nathalie

  • Question about metadata filtering and document sets

    Hello,
    I have a question about the metadata filtering when using document sets.
    When i use the metadata filter for example for "Installatie: P00001" it shows.
    But i wan't to show only the document set and not all the documents. Is this possible OOTB?

    Hi striker,
    You can add the "Content Type" in Hierarchy Fields for your list, then click the "Document Set" to filter the document set type item, then you can input the "P00001" in Installatle key filter, click apply, then it should show only document set
    items with field value P00001.
    http://office.microsoft.com/en-001/sharepoint-help/set-up-metadata-navigation-for-a-list-or-library-HA102832523.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Hi, I have quick question about use of USEBEAN tag in SP2. When I specify a scope of SESSION for the java bean, it does not keep the values that I set for variable in the bean persistent.Thanks,Sonny

     

    Make sure that your bean is implementing the serializable interface and that
    you are accessing the bean from the session with the same name.
    Bryan
    "Sandeep Suri" <[email protected]> wrote in message
    news:[email protected]..
    Hi, I have quick question about use of USEBEAN tag in SP2. When I
    specify a scope of SESSION for the java bean, it does not keep the
    values that I set for variable in the bean persistent.Thanks,Sonny
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Question about setting track level

    Hi I finally got my new macbook pro and moto 8 pre and have just today tried a bit of recording just to get used to it. I am at the moment using garage band. I have a question about track levels. In Garage Band when I select a track to record there is a slider for input level or an option of clicking the automatic level control. But for some reason they are both just that color of grey you get when something can not be selected on a computer. How do I activate this? It's strange as I did actually manage to record the track, I just can't seem to really adjust the level. I thought maybe it has to do with the motu and I can only select the track level there, and that garage band level setting are (rightfully) disabled? Maybe that's what I should be doing, but just a bit confused. Anyway, thanks in advance for whoever takes the time to help out a newbie.

    Ah, ok. Good to know. Thanks for the info.

  • Question about Setting Window Title/the use of AVWindowSetTitle()

    Hi everyone,
    I have a question about setting the title of the window in which the Acrobat viewer normally opens a PDF file.  The documentation states that AVWindowSetTitle() cannot be used in this case.  However, using it has worked with versions of Acrobat/Reader up until and including version 8.
    Everything breaks down starting with Acrobat 9.
    According to the documentation I am supposed to do the following: "To set the title of a window in which the Acrobat viewer opens a PDF file, you must replace AVDocOpenFromASFileWithParams() and pass the window title in tempTitle."
    Unfortunately, there are 2 problems I have with this approach:
         I do need to be able to change the document title on document Save, not only on document Open
         I do not know what AVDocOpenFromASFileWithParams() implementation has to look like if I have to replace it using HFTReplaceEntry().
    Is there a sample customized implementation of AVDocOpenFromASFileWithParams() somewhere that I could take a look at?
    Is there a way to change a document Title inside Acrobat/Reader window after a Save operation?
    Thanks a million,
      Lana2010K

         I am sorry.  I don't know how you tested this and came to conclusion that this works correctly in Acrobat X.
         I just tested our Acrobat plug-in with a trial version of Acrobat X and this did not work.
         When we open a file in Acrobat (doing it ourselves in the plug-in by adding another specialized open) we set the window title to something different from the default file name.  Then if a file gets edited and saved (File->Save), the window title gets reset to the file name. In the PDDocDidSave callback we call AVWindowSetTitle() to set it back to a more descriptive window title we need.  This has worked up until and including Acrobat 8, but does not work in either version 9.0 or 10.0.
         Also, I just modified the plug-in code to always change the Window Title of every document (even if opened through native File->Open) on document Save.  It does not work.
         Please help,
              Lana2010K

Maybe you are looking for

  • 2TB Time Capsule suddenly full after only a few months?

    Hello all, Apologies in advance if this is a question that's already been answered.  I've been searching through threads, but didn't seem to see it. I have a late 2009 iMac (27 inch, 2.8 GHz i7, 4GB Ram) that had a hard drive affected by the Seagate

  • How can I unistall Lion and go back to Snow Leopard?

    I upgraded to Lion (stupidly and blindly) and now most of my programs are not compatible.  What is the process to go back to Snow Leopard?

  • Ipad 2 music not playing correctly through ipod dock

    When I connect my ipad 2 using the ipod dock in my car, there is a LOT of background noise when listening to the music. It almost sounds like a soft static. It doesn't do this for my ipod or my iphone. I have checked, and the cable is correctly plugg

  • Macbook incredibly slow sometimes

    Hello, I'm using a macbook I've had for 3+ years. It's 2.16GZ Intel Core 2 Duo, 1 GB 667 MHz DDRS SDRAM. Sometimes--once every few days, it runs unbearably slow, to the point of being unusable. For instance, it'll take 5 minutes or longer to open a w

  • Remove Imported Agentry Application in SMP3

    I have published a Production Agentry application (version 1-0-1).  This created the appropriate "app.zip" file.  I then went into the Management Cockpit and imported this new version.  So now my SMP/Agentry has two applications under the "Applicatio