Problem in updating files in BPM

Hi ,
I have a question where I need to append two files and send them as one file at the receiver by using a coorelation.
Lets Say we have two files -File A and File B both in delete mode .Both  are required to be appended and sent as one file ,say AB on the basis of a correlation on a unique value .(e.g division number ).
Acc to the project requirement ,After sending a file A ,If once again a new file of A (e.g A(1)) is updated before the second file B reaches the BPM ; We should append the latest file( A(1) ) with B ,and send it across the receiver .(In this case the result file should become A(1)B  ).To achive this we are using a container operation in assign mode and hoping that every new message of same type is overwritten.
But everytime we are updating the file A it opens a new instance of BPM although the coorelation Id is same .
When we send file B with that coorelation ID as of file A,it closes both the instances and creates two file , AB and A(1)B.
We wish that the BPM discards the old file(A) and uses the updated file( A(1) ) in the same instance and puts it on the receiver .
I would like to know if XI behaves in this way only or we are missing something .
Thanks and Regards ,
Neha.

Hi,
Why do you need 300 sequence files for 300 requirements??? You can keep each requirement in a seperate sequence in a single/multiple sequence files.
With regards to reading your variables, you can read from a file through activeX or easier still, doing it through a code module (say a LabVIEW VI or CVI module).
.......^___________________^
....../ '---_BOT ____________ ]
...../_==O;;;;;;;;_______.:/

Similar Messages

  • Problems with updating files in the cloud

    problems with updating files in the cloud

    What kind of problems?
    Have you recently upgraded to iCloud Drive on your iOS devices with iOS 8?
    Be aware, be careful, be prepared for iCloud Drive | TUAW: Apple news, reviews and how-tos since 2004

  • Problem merging two files in BPM

    Hi everybody,
    I need to develop the following scenario:
    I have File_A and File_B.
    File_A:
    xxx  0001 xxx xxx xxx ...
    xxx  0002 xxx xxx xxx ...
    xxx  0003 xxx xxx xxx ...
    File_B:
    xxx 0001 xxx xxx xxx ...
    xxx 0001 xxx xxx xxx ...
    xxx 0001 xxx xxx xxx ...
    xxx .... xxx xxx xxx ...
    xxx 0002 xxx xxx xxx ...
    xxx 0002 xxx xxx xxx ...
    xxx .... xxx xxx xxx ...
    xxx 0003 xxx xxx xxx ...
    xxx .... xxx xxx xxx ...
    After reading these files I need to send several IDOCs (REMADV) as follow:
    In this case it would be 3 IDOCs:
    IDOC1: One line from File_A and every lines from File_B related by the Key field with the File_A. In this case key field = 0001
    IDOC2: Key field = 0002.
    IDOC3: Key field = 0003.
    In conclusion, I need to send an IDOC for each correlation between one line in File_A and several lines in File_B.
    I tried to develop a BPM correlation with the second file but it didn`t work as the second field of the File_B is not always the same.
    Any idea?
    Thanks in advance.
    Regards,
    Carlos

    Hi,
    This will help you
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0e/56373f7853494fe10000000a114084/frameset.htm
    Error when trying to merge two files
    /people/shabarish.vijayakumar/blog/2005/12/07/transformation-error-and-still-stuck
    BPM: Messager Merge - Transformation Mapping Problem
    Regards
    Agasthuri Doss

  • Xml file problems to update

    hello experts i have a problem to update my xml file in mime folder im using resourcepath to generate the url then write it in.
    so i have an iframe that load an html file in mime folder too. but this html show the xml file content but not show the last changed
    can you help me pls !

    i make the changes in the xml file using webdynpro:
    xmlUrl = WDURLGenerator.getResourcePath
    (wdComponentAPI.getComponent().getDeployableObjectPart(), "NOTICIAS/xml/eboseNews.xml");
    DocumentBuilderFactory factory;
    factory = DocumentBuilderFactory.newInstance();
    factory.setValidating(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    Document xmldoc = builder.parse(xmlUrl);
    xmldoc.getDocumentElement().normalize();
    //NUEVO NODO HIJO DE CHANEL
    Element itemElement = xmldoc.createElement("item");
    IPublicFormularioCust.ICabNoticiaElement elemCab = wdContext.currentCabNoticiaElement();
    //NODOSS HIJOS DE ITEM
    Element titleElement = xmldoc.createElement("title");
    titleElement.appendChild(xmldoc.createCDATASection(elemCab.getTitulo().trim()));
    Element linkElement = xmldoc.createElement("link");
    linkElement.appendChild(xmldoc.createCDATASection("docs/" + elemCab.getLink().getResourceName().trim()));
    Element descripElement = xmldoc.createElement("description");
    descripElement.appendChild(xmldoc.createCDATASection(elemCab.getDescripcion().trim()));
    Element categoryElement = xmldoc.createElement("category");
    categoryElement.appendChild(xmldoc.createCDATASection(elemCab.getCategoria().trim()));
    Element pubdateElement = xmldoc.createElement("pubDate");
    pubdateElement.appendChild(xmldoc.createCDATASection(new SimpleDateFormat("dd/MM/yyyy").format(Constantes.FECHACTUAL)));
    //AGREGANDO NODOS HIJOS A ELEMENTO ITEM
    itemElement.appendChild(titleElement);
    itemElement.appendChild(linkElement);
    itemElement.appendChild(descripElement);
    itemElement.appendChild(categoryElement);
    itemElement.appendChild(pubdateElement);
    //AGREGANDO ELEMENTO ITEM
    Node channelNode = xmldoc.getDocumentElement().getElementsByTagName("channel").item(0);
    channelNode.insertBefore(itemElement, xmldoc.getElementsByTagName("item").item(0));
    //Serializando el XMLDOC en un StringWriter
    xmlSerializer.serialize(xmldoc);
    FileWriter fw = new FileWriter(new File(xmlUrl));
    fw.write(sw.toString());
    so later i can see the changes but when i reloaded the page dont appear the changes only have the information when i deployed the project. This xml is show in with javascript. This javascript belongs to html file that is loaded into a iframe.

  • System Information Update File Problem

    Hi everyone,
    I just installed a developer version of CF8 in my local
    machine. And I also decided to install "kb403622 — ColdFusion
    8.0.1: Cumulative Hot Fix 1" hotfix. So I went to System
    Information section, click the Browse Server button beside the
    Update File text field and I got an error message saying "Server
    Error IO error on server commnication".
    Can anyone help me with this error?
    Thanks in advance.

    CF_N_Montreal wrote:
    > Can anyone help me with this error?
    >
    > Thanks in advance.
    >
    That, oh-so-helpful, error indicates that you do not have RDS
    enabled on
    that server. Unfortunately RDS is required for any of the
    file browse
    controls in the ColdFusion administrator, but it is highly
    *NOT*
    recommended to have RDS enabled on production servers.
    So your two choices are to enable RDS and utilize the browse
    feature.
    OR
    To manually type the full path name in,but have a more secure
    public server.

  • ITunes says updating files on my iPod, but podcasts do not show up.

    I have an iPod Classic 80g. It is set to manually manage files and disk use is enabled. Recently I had to reformat my PC and reinstall the OS and other programs. Prior to this I was able to click and drag the video podcast I subscribe to directly to my iPod. Now, after the reformat, when I drag the new podcasts to my iPod, iTunes says its updating files my files, but when its finished there are no files added to my iPod. When I try to add it again, it no longer says it's updating, but still nothing happens. I have checked in all available folders incase it was adding to the wrong place, but it is nowhere to be found except fot being temporarily in the recently added folded. All other media types like movies and music import without a problem to my iPod.
    Please help.

    I found this answer on http://forums.ilounge.com/archive/index.php/t-197870.html
    I tried it and it worked. I am not tech savy, but I am in the process of downloading all of the other shows this way. Once I entered in the url in the "sync podcasts", it then allowed me to place all of the newly downloaded podcasts under podcasts. I played around for a while, so not sure I can walk you through it, but it will work.
    Once I had synced the podcast, I went into podcast, dbl clicked on the original subscribed podcast show, that brought up the other shows and I downloaded them, one by one. Am trying a mass download, but cannot seem to do that.
    Hope this helps.
    05-25-2007, 04:09 PM
    Yeah, you have to subscribe to a podcast and select "Sync podcasts" for it to show up under "Podcasts" on the iPod. Even podcasts downloaded through iTunes won't show up here if you don't subscribe/sync but just put them in a playlist.

  • File-RFC-File (without BPM)- Issue

    Hi All,
    I am working on a File-RFC-File (without BPM) scenario in PI 7.1.
    My scenario is having few problems like, its not able to delete the file from the source directory path (for which we have delete permissions) and it is an NFS system and it shows an error in the Sender file CC.
    "Error: com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId"
    But it gets processed successfully and provides a written paramter which I could see in MONI, but again doesn't write the file in the target directory. Could you please provide your inputs and let me know if I need to do any additional settings w.r.to PI7.1.
    These are the parameters which I have specified in the Sender File adapter
    Processing sequence
    AF_Modules/RequestResponseBean     Local Enterprise Bean     1
    CallSapAdapter     Local Enterprise Bean     2
    AF_Modules/ResponseOnewayBean Local Enterprise Bean     3
    Module configuration:
    1     PassThrough     true
    3     receiverChannel     <FilereceiverCCname>
    3     receiverService     <Receiver Bus System>
    Regards,
    Nithiyanandam

    Hello,
    Check out in module configuration tab for any "type error" or spell mistakes.
    Check out this thread which might be useful for you :[ File - RFC - File without a BPM - Possible from SP 19.|File - RFC - File without a BPM - Possible from SP 19.]
    regards
    Ramesh

  • Problem inporting raw files from my Nikon D3200

    i have problems importing raw files from my Nikon D3200, i have tried some of the suggestions such as
    removing the RawCamera.bundle and RawCameraSupport.bundle from the System Library and downloading a newer version (OS X Yosemite: Supported digital camera RAW formats - Apple Support)
    The problem is  --  the latest RAW Compatibility Update version for Yosemite 6.02 appears to be the one I currently am using (in my System Folder).
    In that same article referenced above, my Nikon D800 is listed in an earlier version simply titled "Supported by Yosemite 10.10".
    This had some success but is not working after trying it several times, i am currently on version  OSX Yosemite 10.10.1 and the version of iphoto is 9.6
    any help would be greatly received as i only shoot in Raw

    Remove the RawCamera.bundle and RawCameraSupport.bundle again and update the system to 10.10.2 via the App Store.  That contains the bundles that will support that camera: OS X Yosemite: Supported digital camera RAW formats - Apple Support.  The 6.01 and 6.02 updates are not needed for that camera. Be sure to repair disk permissions after the update.
    As usual be sure you have a backup of your hard drive before applying any such update.

  • ITunes 10.5 won't update files properly on my iPod Touch 4G running iOS 5, how can I fix this?

    I recently updated iTunes to 10.5 and my iPod Touch 4G to iOS 5, but now when I try to edit the ID3 tags or artwork of songs on my
    iPod using iTunes, iTunes just says "Preparing to update files" but it never actually updates them. When I try to add songs
    manually to iPod (my iPod is not set up to sync music with iTunes [see note below]), the same thing happens, with the newly added
    songs appearing on the iPod library but are grayed out with a still loading icon next to them. Also, in some instances when I try
    to change the artwork of all the songs on an album, it grays out the songs I tried to change, puts an exclamation mark by them,
    and applies those changes to other songs on my iPod! And if I delete the songs I attempted to change it deletes the songs that
    were received the artwork change. The songs that were unintentionally changed somehow got overwritten by the songs I was trying to
    change while retaining the original tags of the songs that were changed. Not sure if I'm explaining this clearly so let me give an
    example: song A is a song on an album on my iPod, song B is on song on a completely different album on the iPod. When I change the
    artwork on song A, it somehow messes up my library and song A overwrites song B, but it keeps all of song B's ID3 tags. So I don't
    know song B is song A until I play song B, at which point the ID3 tags are changed to the tags of the song A, and song B is just
    disappears. This only started happening after updating to iTunes 10.5 and iOS 5. Not sure if the problem is caused by iTunes 10.5
    or iOS 5, but I did search online and found someone with the exact same problem effecting their iTunes 9.1 (no iPod involved). 
    Can someone please tell me why this is happening and how I can fix it?
    Note:
    I add songs manually to iPod because I don't keep my music on my PC and sync my music with iTunes because it would take up too
    much space and I want to be able to add songs on my iPod from other computers. Once you set it up to sync music I believe it
    disables making any changes to your iPod with iTunes on other computers.

    okay, I don't know about the rest, but about the songs never actually loading onto your iPod, I found in another discussion how to fix that. I'm using Windows 7, so I don't know if the steps are the same, but the end result is the same. So go into your Start menu, then into accessories, right click 'Command Prompt' and click 'Run as administrator'. Then type in the following: netsh winsock reset then press Enter. After a few seconds it should tell you to to restart your computer for changes to take effect. Restart your computer, then restart iTunes, then everything should be working fine. It still takes forever sometimes to update the iPod, but eventually it will work. I've had to do this multiple times, so I'd suggest copying & pasting this solution into a notepad or Word document and saving it on your computer, so you don't have to go through the discussions again to find it. This tends to happen to me nearly every day unfortunately Hope this fixes that problem, but I'm not having any of the other problems fortunately, except for removing the artwork of the songs it updates without me asking it too. PS I think my problem may be with iOS 5, because iTunes 10.5 came out before iOS 5, and I think everything was fine before I updated my iPod, but I really don't know where the problem lies

  • Windows XP won't install drivers - "UPDATE" file missing

    I have installed Windows XP SP2 successfully ( it was a bumpy road ) and have reached the step where I'm supposed to use a Leopard disc to install the necessary drivers for using Windows with the MacBook hardware (video, speakers, etc). When I insert the Leopard disc a window appears saying that the setup.exe file on the disc is newer than something or other, so I click OKAY ( the Boot Camp instructions say to agree to any windows at this point ). The window goes away, and another one immediately opens saying " the necessary UPDATE file is missing". I click OKAY and the window closes. The End. No driver installation. I can use XP, but there is no sound. Windows Movie Maker won't even launch because it says the audio components are not available. This is probably because the drivers weren't installed. I imagine there will be many other problems.... Anyone have this solution???

    Here is a correction to my post. The window says: "This package requires a newer version of Windows Installer. Do you want to update the version of the Windows Installer on your system?" ( I click yes and the window goes away). The second window says: "The required resource 'Update' is missing". ( I click yes and the window goes away ).
    I think maybe XP is trying to download something from the internet and maybe it can't since I probably need the drivers to do that....?

  • I have a hp C410 all-in-one series printer.  When I updated to 10.8.1 it was no longer supported.  HP told me to go to the Apple system updates and download an installation program.  I can't find that program in my Apple updates file.

    I have a hp C410 all-in-one series printer.  When I updated to 10.8.1 it was no longer supported.  HP told me to go to the Apple system updates and download an installation program update.  I can't find that program in my Apple updates file.  Please help.

    From the HP Support site, this may help:)
    "Re: Problem with latest HP software update for Mountain Lion and HP Photosmart Premier C410.
    Options 
    08-10-2012 10:54 AM
    Download and install this: http://support.apple.com/kb/DL907
    Reset the printing system:
    - Go to System Preferences > Print & Scan
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Select the Defualt tab on the top of the window. Look for the printer, select it and wait until the "Add" button becomes available. Click it."
    Hope this helps

  • Can't add files filmed in 1080/60i to Premiere Elements 12. I have no problem to add  files filmed in 1080/30p. My camera is a Nikon aw1

    Can't add files filmed in 1080/60i to Premiere Elements 12. I have no problem to add  files filmed in 1080/30p. My camera is a Nikon aw1

    lurkfan
    What computer operating system is your Premiere Elements 12 running on? Have you updated 12 to 12.1 Update using an opened project's Help Menu/Update?
    If not, please do so.
    Please clarify  "Can't add files filmed in 1080/60i to Premiere Elements 12."
    Are you importing the 1080 60i into the project using (Expert workspace) Add Media/Files and Folders/Project Assets?
    If so, are you getting an error message inside of the video appearing in Project Assets?
    Are you setting the project preset manually or letting the program do that task automatically?
    What is the project preset?
    (See Edit Menu/Project Settings/General).
    The project preset should be, for your 1080i...
    NTSC
    AVCHD
    Full HD1080i30
    What is the project preset for the 1080p footage?
    (Also see Edit Menu/Project Settings/General.)
    The project preset should be, for your 1080p
    NTSC
    DSLR
    1080p
    DLSR 1080p30 or DLSR [email protected]
    Since your camera appears to be producing AVCHD.mov files, do you have the latest version
    of QuickTime installed on your computer with Premiere Elements 12/12.1?
    The answers will be in the details. Please review and then let us know the details and results
    based on the above.
    Thank you.
    ATR

  • Problem opening PC files created on latest version of CS5 on Mac

    Hi.
    We´re a creative team in my company of four people, three mac users and one pc user. We recently all subscribed to the creative cloud so that we allways have the latest version of CS5, but there seems to be a problem with all files edited or created from the PC user.
    We've (mac users, all three) tried to open the files either created or edited by the PC user and we're told that this was created by a newer version and is not possible. Trying to understand why this message occure when all three macs where updated with creative cloud after the PC user.

    your title is confusing.
    the pc user is using cc 2014 apps, correct?
    the mac users are using cc 2014 apps, correct?
    if so, there should be no problem.
    if someone is using cs5 to try and open a file created by a cc 2014 app, you will see the problem you described.

  • File to BPM is not working after SP12

    Hello Friends,
    After applying SP12 patches, my BPM is not picking up the file at all. Nothing is changed. The configuration did not change at all.
    In Configuration, I've deleted the BPM and added it with the same name, but no luck.
    Does anyone know about this.
    Thanks
    SKM

    In the adapter monitor, file is processed.
    My mistake. Let me re-phrase the problem.
    After file is picked up, it is being sent to the BPM service. When I checked PE --> Technical Details the workflow has the following error.
    Error handling for work item 000000000011
    Work item 000000000011: Object CL_SWF_XI_MSG_BROKER method CALL_TRANSFORMATION cannot be executed
    com/sap/xi/tf/_FiletoStage_MsgMap_com.sap.aii.utilxi.misc.api.BaseRuntimeExceptionRuntimeExceptio
    com/sap/xi/tf/_FiletoStage_MsgMap_com.sap.aii.utilxi.misc.api.BaseRuntimeExceptionRuntimeExceptio

  • Problem while updating the Support Package 17 on my SAP WAS SP9

    Hi,
    I'm facing problem while updating the Support Package 17 on my SAP WAS SP9
    ERROR 2006-10-13 10:23:22
    FSL-06002  Error 2 (The system cannot find the file specified.
    ) in execution of a 'CreateProcess' function, line (284), with parameter (java.exe ...).
    Please help me in this regard.....
    Thanks in advance...
    Satya

    Hello gentlemen, I am also having problem with the following running on 64 bit Windows and SQL2005/64 bit. I am erroring in Step 8 'Updating JDBC' driver. I am attempting to update from SP9 to SP18. The WEBAS Jave installed went flawless but I seem to be stuck here. Any help is appreciated...
    ERROR 2006-11-22 10:13:57
    FSL-06002  Error 2 (The system cannot find the file specified.
    ) in execution of a 'CreateProcess' function, line (284), with parameter (java.exe ...).

Maybe you are looking for