Two Target Directories

My Scenario is IDoc to File.
I have to send the IDoc for two folders based on QUANTITY field. Here if the QUANTITY is less than 0 then it should go to one folder or else to other folder.
I have created two Business systems for two receiver communication channels.
Here is my Xpath Expression given in the Receiver determination Condition. But it is giving error "no receiver determination found".
XPath Expression:
/AAAAAA/IDOC/AAAAA/QUANTITY < 0
Please give the solution.
Thanks in advance

Hi experts,
           I have checked all the sender service, receiver service. CC's.
Everything is correct.
In the ID test configuration i am getting error "No receiver could be determined".
I think there is some problem with the XPath Expression.
I am using an user created IDoc.
Can you give me solution as early as possible.
Thanks in advance

Similar Messages

  • Use one fpga vi to control two targets

    Hi,
    I have two fpga because I need more than 8 analogue output and analogue input.  I wonder if I can use one fpga vi to control two targets (the two FPGA boards I use are PCI-7833R) so that the outputs can be synchronized.  I think if it's possible it'll be easier to implement the synchronization between while loops,etc.  If it's not possible, how can I interface between between fpga.vi and make the synchronization possible and make two vi's talk to each other?  Thank you very much for your help!
    Thanks,
    Charles

    I have successfully ran the same code on two (2) different FPGA boards. The difference being that the host will use different Aliases to control the FPGA boards,
    Both FPGA Boards MUST be the same type ( I used PXI-7811s). 
    My program consisted of 6 individual communication portals and there was NO synchronization between boards
    Visualize the Solution
    CLA
    LabVIEW, LabVIEW FPGA

  • Drag and Drop game with only two targets

    I created a drag and drop activity where their are five boxes that are supposed to go in to two columns in any order. I found a tutorial online that I based this activity off of.
    The problem is that the tutorial shows you how to make a target for each mc which has worked for all the activities I've made except for this one where I need only two targets. How would I change it so I can have multiple mc's drop on to one target?
    This is my AS:
    var score:Number = 0;
    var objectoriginalX:Number;
    var objectoriginalY:Number;
    growing_mc.buttonMode = true;
    growing_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickupObject);
    growing_mc.addEventListener(MouseEvent.MOUSE_UP, dropObject);
    gorging_mc.buttonMode = true;
    gorging_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickupObject);
    gorging_mc.addEventListener(MouseEvent.MOUSE_UP, dropObject);
    dormancy_mc.buttonMode = true;
    dormancy_mc.addEventListener(MouseEvent.MOUSE_DOWN  , pickupObject);
    dormancy_mc.addEventListener(MouseEvent.MOUSE_UP, dropObject);
    cystform_mc.buttonMode = true;
    cystform_mc.addEventListener(MouseEvent.MOUSE_DOWN  , pickupObject);
    cystform_mc.addEventListener(MouseEvent.MOUSE_UP, dropObject);
    hosttrans_mc.buttonMode = true;
    hosttrans_mc.addEventListener(MouseEvent.MOUSE_DOW  N, pickupObject);
    hosttrans_mc.addEventListener(MouseEvent.MOUSE_UP, dropObject);
    function pickupObject(event:MouseEvent):void {
    event.target.startDrag(true);
    event.target.parent.addChild(event.target);
    objectoriginalX = event.target.x;
    objectoriginalY = event.target.y;
    function dropObject(event:MouseEvent):void {
    event.target.stopDrag();
    var matchingTargetName:String = "target" + event.target.name;
    var matchingTargetisplayObject = getChildByName(matchingTargetName);
    if (event.target.dropTarget != null && event.target.dropTarget.parent == matchingTarget){
    event.target.removeEventListener(MouseEvent.MOUSE_  DOWN, pickupObject);
    event.target.removeEventListener(MouseEvent.MOUSE_  UP, dropObject);
    event.target.buttonMode = false;
    event.target.x = matchingTarget.x;
    event.target.y = matchingTarget.y;
    score++;
    scoreField.text = String(score);
    } else {
    event.target.x = objectoriginalX;
    event.target.y = objectoriginalY;
    if(score == 5){
    response_mc.gotoAndStop(2);

    var matchingTargetName:String =(event.target.name).substring(0, 1);
    Change the name of the target to A and B and the mc A1, A2, A3, A4... and B1, B2,B3...

  • Multiple source directories to multiple target directories

    Hi All,
    I have a file to file scenario like this.....
    source:
    \folder1\source1.xml
    \folder2\source2.xml
    \folder3\source3.xml
    target:
    \test1\source1.xml
    \test2\source2.xml
    \test3\source3.xml
    The files from diffarent folders should be copied corresponding target directories with same file name.
    for example,
    source1.xml from the source directory folder1 should be copied to target directory test1 with the file name source1.xml.
    here the target path depends on source directory.
    so we need to know the source path to decide the target path.
    please help me to solve this..

    Hi,
    If you have lots of similar scenarios in your project you can opt for a Managed file transfer , i think using tools like RMFT you can manage the direct file transfer scenarios  well and also reduce the pain of XI server.
    refer the link below.
    http://www.repliweb.com/solutions/web-user-file-transfer.php
    As  its obvious  from the comments ...I assume that you have 1 source FTP with different folders to pick files from and  files are getting transfered to  single  FTP but different folders.
    if you deceid to write a module then .. refer this link which gives a good insight to module development .
    /people/rinku.gangwani/blog/2008/07/16/customized-adapter-module
    Again if you want to write a UDF you may need to have a mapping program..
    Do you have same structure for all source files.?
    Regards,
    srinivas
    Edited by: Srinivas on Mar 23, 2010 12:28 AM

  • How to make af: query (ResultComponentId) has two target values?

    hello all :D
    i'm newbie in jdev, i have little problem with af:query.
    how to make af: query (ResultComponentId) has two target values?
    thx
    agungdmt :D

    I think you can simply set the second target control's partialTrigger to the af:query.
    and access to the same binding attribute as your first target. (e.g.: if you have 2 target tables, set the value to #{bindings.XxxxxVO1.collectionModel})
    Samson Fu

  • Merging two LDAP directories into one clean 10.4 server.

    What I have now is two different OD masters. One is a 10.3.9 server and the other is a 10.4.9 server. What I want to do is combine the two Open Directories into one on a brand new Xserve 10.4.9 install, and make that my only master with several replicas.
    I'm trying to do as much research as possible before attempting this feat. I haven't been able to find much on here via searching. I did however, find this link (http://www.afp548.com/article.php?story=20050615173039158&query=migrate), which should be quite helpful, but I was wondering if anyone on here had anymore input.
    Thanks in advance.

    Hi Celia
    I think you could achieve this using slapcat with a bit of ldapadd/ldapmodify? Manual pages should tell you more?
    Not done it myself with 10.5 but I don't see why not? Export desired information as LDIF file(s). You could do it for for both LDAP Servers and then bring them in. They should just add to each other?
    Worth a try?
    Tony

  • Scenario or adapter to sending a text file to different target directories

    Hi experts
    In XI 3.0 I have developed a file2file scenario that takes a comma-separated file (*.csv) and converts it and returns a text file that is sent to a specific directory, the name input file determines the Target Directory, for each input file there is a sender channel and receiver channel that put the output file in the Target Directory. The problem is that i have many channels and not know how to make only one sender channel which takes the input file and the receiver channel to sends the output file to the destination directory through the file name. e.g. VTAS03.csv file located in target directory //work becomes in Clients.txt file in the directory //sap03 ie //work/VTAS03.csv --> //sap03/Clients.txt while the file VTAS05.csv must go to the directory //sap05 i.e. //work/VTAS05.csv --> //sap05/Clients.txt, //work/VTAS07.csv --> //sap07/Clients.txt so on.
    In short the output file name is the same for all but must go to different directories according to the input file name without using as many channels of communication.
    Someone can help me or tell me how to do this?
    Thanks  

    Liz,
    Please use the below steps if you are considering of using mapping program.
    Select the check boxes for the following Adapter Specific Message attributes in
    Sender Channel - FILE
    Receiver Channel - DIRECTORY
    Put the file name as Clients.txt in receiver channel , and directory name can be anything like TEST
    DynamicConfiguration conf = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
        "http://sap.com/xi/XI/System/File",
        "Directory");
    DynamicConfigurationKey key1 = DynamicConfigurationKey.create(
        "http://sap.com/xi/XI/System/File",
        "FileName");
    String temp = conf.get(key1);
    String src_filname = temp.substring(4,5) //This is used to get the last two digit value from the file name
    String tar_dir = "//sap"+src_filename+"/";
    conf.put(key,tar_dir);
    return "";
    I hope the above suggestion solves your problem!
    Thanks!

  • Ant jar two base directories

    i'm writing an ant script that will jar the java .obj classes in the {classes} directory and the jar files in the {lib} directory.
    my ant script is as follows
    <target name="compile" depends="init" description="compile the source " >
         <echo message="compiling java source files" />
         <javac srcdir="${src}" destdir="${classes}" />
         <jar destfile="${classes}/MyApp.jar" basedir="${classes}" includes="**/*.class">
         <include name="build"/>
         <manifest>
         <attribute name="Main-Class" value="MyApp"/>
         <attribute name="Class-Path" value="../lib/activation.jar ../lib/log4j-1.2.8.jar ../lib/mail.jar ../lib/xercesImpl.jar ../lib/xmlParserAPIs.jar " />
    </manifest>
         </jar>
    </target>
    how do i incude the baselib to look in two directories instead of one?
    current;ly..it look at classes directory

    jschell,
    unfortuanetly that's what's i resorted to.
    1. copy the jar file to classes directory
    2. compile the the java src file (obj file --> classes director)
    3. jar the classes directory contents
    4. delete all files in classes directory (except for the newly created jar file)

  • One site, two separate directories/roots?

    I tried posting this via the newsgroup yesterday, but it
    never showed up on this forum (I know why now after reading a
    little closer). I've been thrown into the role of my department's
    site/server admin at the last freakin' minute, and I'm hoping you
    guys can help me out with a particular situation.
    Here's the short version:
    Is there a way for me to set up Dreamweaver to manage one
    site over two completely separate folders (or perhaps set up as
    separate 'sites'), and have it update links automatically between
    both sites/folders as files are moved/changed just as it would with
    one site? Virtual directories or similar server side items are not
    an option.
    Here the long version:
    We have an in-house server that we've used for several years
    to host both our website and shared directories for various files
    used by our techs and managers. The web server is a mess because
    over the years we've had several versions of our website built on
    top of each other... an ugly mess which I have the pleasure of
    cleaning up (oh joy!). We use IIS on the server (Win2K) to host the
    site, and we have a virtual directory set up. We did this in order
    to allow certain files to be viewable on our website, but actually
    hosted outside of the site's root structure... so our managers
    could update those files without us having to give them access to
    make changes within the site's main file structure.
    At the same time they hand me these new duties, I'm told that
    our server is going bye-bye (lease is up) and instead of re-upping
    the bosses want the site moved to the company's shared hosting. So
    I have to have our site and share folders moved ASAP. This is
    actually a very smart move, but it creates a bit of a dilemma for
    me. We are only being allowed 100MB for our site, and we have a TON
    of job-aids that far exceed the space that we're being given. We
    are also using shared drive space (separate server) to host the
    rest of our center's files, so I can move the bulk of those files
    to the shared drivespace and create new links to them from our
    site. Those that need to see/edit those items will have
    permissions, the rest are out of luck, as it should be.
    What makes this tedious is having to comb through and edit
    each page to repair links to the content being moved to the non-web
    space, not just during this cleanup but as future changes are made.
    If there is a way that I could get Dreamweaver to recognize a
    second 'root' so that as it would update links as I moved things
    around and cleaned things up, that would be a HUGE help.
    Any ideas?

    Bump... anyone have any suggestions?

  • How to Archive Files to Two target systems based on Condition

    Hi All,
    Iam doing Idoc--File Interface.
    we have to send the file to Two Different systems based on the plant condition
    If plant = 123 then send to ABC system ELSE if Plant = 999 then send it to XYZ system.
    And Archive the file to one Archive folder of the any one system. this is working fine correctly.
    Archive means not exactly Archiving, just we are droping one more extra file to Archive folder for refference
    Now i need to construct like this
    If plant = 123 then send to ABC system and Archive to Archive directory ELSE if Plant = 999 then send it to XYZ system and Archive to Archive directory.
    Please suggest me on this
    Regards
    Vamsi

    If Plant = 123 then select the BS1(ABC System)
    Ex: //sapdev/test/ABC/item.txt
    For Archive If Plant = 123 then select the BS1(ABC System) Archive folder
    Ex: //sapdev/test/ABC/Archive/item.txt
    If Plant = 999 then select the BS2(XYZ System)
    Ex: //sapdev/test/XYZ/item.txt
    For Archive If Plant = 123 then select the BS2(XYZ System) Archive folder
    Ex: //sapdev/test/XYZ/Archive/item.txt
    Then this becomes very simple:)
    I m assuming you are already using conditional Receiver determination,now for each receiver just configure an extra interface in Interface determination.
    so you will have 2 interface determination and each one of them will have 2 inbound messages,they can use same interface mapping.
    you already will have 1 conditional receiver determination.
    You can also do this via OS script if you have experience in that.
    Thanks
    Aamir

  • Mutiple mc to two targets (Urgent question tq)

    currently i am doing a game assignment in school
    mc: red1, red2, red3, red4, red5 [match to target_red]
    mc: green1, green2, green3, green4, green5 [match to target_green]
    after the mc drag to the right target, the mc will be disappear as right drag -- because the target is a bag
    so, what should i do in the code part?
    i think i have try many codes that i found online
    but still cannot get the results i want
    actually my mc got 50+ to put into 2 different targets..
    somebody help me T__T
    the assignment need to hand in in one more day, and i still haven figure out the code part
    my code now is like this:
    var startX:Number;
    var startY:Number;
    red19_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    red19_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    function pickUp(e:Event)
              red19_mc.startDrag();
    function dropIt(e:Event)
              red19_mc.stopDrag();
              if (red19_mc.hitTestObject(target_red))
                        trace("CORRECT");
              else
                        trace("WRONG");

    for(var i:int=1;i<=5;i++){
    this["red"+i].startX = this["red"+i].x;
    this["red"+i].startY = this["red"+i].y;
    this["green"+i].startX = this["green"+i].x;
    this["green"+i].startY = this["green"+i].y;
    this["red"+i].addEventListener(MouseEvent.MOUSE_DOWN,downF);
    this["green"+i].addEventListener(MouseEvent.MOUSE_DOWN,downF);
    this["red"+i].addEventListener(MouseEvent.MOUSE_UP,upF);
    this["green"+i].addEventListener(MouseEvent.MOUSE_UP,upF);
    function downF(e:MouseEvent):void{
    e.currentTarget.startDrag();
    function upF(e:MouseEvent):void{
    e.currentTarget.stopDrag();
    if((e.currentTarget.name.indexOf("red")>-1 && e.currentTarget.dropTarget.name.indexOf("red")>-1) || (e.currentTarget.name.indexOf("green")>-1 && e.currentTarget.dropTarget.name.indexOf("green")>-1){
    e.currentTarget.visible = false;
    } else {
    e.currentTarget.x=MovieClip(e.currentTarget).startX;
    e.currentTarget.y=MovieClip(e.currentTarget).startY;

  • Deleting requests from Cube with code using infopackage with two targets

    hi experts,
    Working on BW 3.5.
    I am creating a process chain to load from a table in a source system to two Infocubes.
    In the start routines of the update rules depending on the date of load, if it is not the last day of month InfoCube A will be loaded with data and InfoCube B will have Datapackage deleted but a request will still load but will contain no data.
    And vice versa if it is the last day of month.
    In InfoCube A I only want to retain a rolling 15 days of data and have entered a "Delete Overlapping Request from Cube" step.
    In the "Deletion-selections" of this step I have added a "Request Selection through Routine" and put in the following code;
      del_date = sy-datum - 15.
      loop at l_t_request_to_delete.
        if l_t_request_to_delete-timestamp+0(8) GT del_date.
          delete l_t_request_to_delete.
        endif.
      endloop.
    My question is, how can I ensure this delete code will only work for InfoCube A, as I only want the rollings 15 days of data in here, in Infocube B I want to store all the requests that are loaded here for the end of month.

    Hi
    Try in some sql browser with outer joins and you will see the problem.
    select *
    from (select nvl(leverklant.klant_code,'-1') fk_cube_abonnementen_kla_code,
         nvl(factuurklant.klant_code,'-1') fk_cube_abonnementen_kl2_code
         from ods_titsub
         left outer join dim_klant leverklant on (leverklant.klant_code = ods_titsub.cust)
         left outer join dim_klant factuurklant on (factuurklant.klant_code = ods_titsub.sta_cust)
         where (case substr(ods_titsub.isbn,1,8) when 'FBVISTAQ' then 'J' else 'N' end) = 'N'
         and ods_titsub.rec_sta <> 'X'
         and ods_titsub.curr_start >= to_date('01011999', 'DDMMYYYY')
         and ods_titsub.curr_start <= to_date('01022008', 'DDMMYYYY')
         and (leverklant.klant_sk is null or leverklant.klant_sk = leverklant.dimension_key)
         and (factuurklant.klant_sk is null or factuurklant.klant_sk = factuurklant.dimension_key)) a
    left outer join dim_klant b on
         b.klant_code = a.fk_cube_abonnementen_kla_code and
         b.dimension_key = b.klant_sk and b.klant_sk is not null
    left outer join dim_klant c on
         c.klant_code = a.fk_cube_abonnementen_kl2_code and
         c.dimension_key = c.klant_sk and c.klant_sk is not null
    Regards
    Result will be like:
    FACT_TABLE DIM1 NULL
    FACT_TABLE NULL DIM2
    but never like:
    FACT_TABLE DIM1 DIM2
    Message was edited by:
    Armands

  • How to compare the *.so files of two different directories?

    Good morning,
    I am working in a software development company that works as follows:
    - we have a platform, that consists of a list of *.so files.
    - we deliver a product, based on that platform, that also consists of a list of *.so files.
    - all our sources are managed via Clearcase.
    Now I have the following situation:
    - we have created a new Clearcase view, where we (should have) all correct sources. These have been compiled, resulting in a list of *.so files.
    - we have a copy of the product that we have delivered at the client.
    I would like to verify whether the *.so files of the new Clearcase view are the same as the ones that have been delivered to the client.
    Why is this such a problem?
    - I could check the "cksum" result, but as the Solaris command "cksum" takes into account the compilation date, I have different "cksum" results for *.so files that are basically equal.
    - I could check the filesize, but a small change in a source might change the behaviour of the *.so file but not necessarily its filesize.
    - I could check the "what" result (the "C Compilation System" "what" command), which gives the Clearcase status, so that I can check whether the same Clearcase versions have been delivered, but while doing this, I have seen that *.so files have been delivered, the sources of which were checked OUT (!), so also this does not give me any certainty.
    - In addition, it is possible that there is a change in the platform components, resulting in a different product specific *.so file, which however does not mean that the behaviour of the product specific *.so file is different.
    Therefore I am looking for another way of comparing two binary *.so files, in order for me to judge the correctness of the new Clearcase view.
    Does anybody have an idea?
    Thanks
    Dominique

    Thanks Alan for the fast response,
    Unfortunately, I don't have "elfsign" on my system and reading more about the command, I have the impression that this command can verify whether a signature is correct, but in order to do so, the file needs to be signed before, which is not the case here.
    Do you have other suggestions?
    Thanks
    Dominique
    P.s. yesterday, another issue popped up: the *.so files I am referring to are compiled from a whole list of files, and it seems that the "what" command can only check the Clearcase history of the hole list, while in our department, mostly only the impacted files are checked out/checked in for doing an update, and not the hole list of files, causing the "what" command to give erroneous results.

  • Two target email addresses for completed form?

    I’ve created a fillable PDF form for a client in Acrobat 9 pro, (I also tried it in Livecycle without much success). The original form was produced in ID CS4.
    The form is to be completed by customers and emailed to the client, but to get the target email correct I had to edit MY identity in Acrobat to embed the clients email for auto return. This seemed to work OK.
    But what I’ve been unable to solve is how to get the completed response to automatically go to 2 different email addresses - i.e. the remote sales rep and head office.
    Is this possible and if so, how?
    TIA Alastair

    Yes - that's the one I'm using. I created the form in Indy, exported to PDF, added the fields and submit and print buttons in acro and haven't yet distributed it, so the purple submit button isn't visible yet. No response right clicking the submit button, left click produces the choice of desktop or internet mail. I can find no relevant tool under the forms tab (or any other) in Acro. It might be I'm getting short sighted and/or stupid in my old age, but if you could point me in the right direction I'll be eternally grateful . . .
    Thanks for your patience (with someone who learned how to set metal type on a stick in 1970)
    A

  • MuVo: Two-Tier Director

    Hi, i'm sure this is something that's been asked a million times before, but I'm a little confused about the Firmware upgrade i just did.
    It mentioned that the Firmware update;
    "Improves track organization and playback with two-tier directory structure."
    How does this work... I'd be grateful if someone would enlighten a novice , many thanks

    I was trying to help, and you misread my answer. Using folders to store albums in *is* simply a really great way to organise them, I was trying to be helpful!
    As I already said most MuVos do work with folders, and it is documented in the manual for *these* players. I assumed this was the case with the original MuVo (we also have the MuVo NX, MuVo TX, MuVo TX FM, MuVo USB 2.0, MuVo Slim, MuVo Micro N200, MuVo Sport C00, MuVo V200, MuVo? and MuVo? FM, so perhaps you can see it isn't quite that clear cut). I'm sorry that I couldn't fully answer your other questions, but that's no cause to be nasty to someone as any sensible person I'm sure would agree with.
    I don't own many of the products that Creative sell, but I have helped and solved a lot of questions. Take a minute or two to actually look back over some of the posts I've made, and what others have said about my answers before you jump to your conclusions.
    What is it with some people on the Internet and overreacting...Message Edited by SSR on 04-20-2005 :49 PM

Maybe you are looking for

  • Email no longer working

    Not sure i this is already posted but im no longer able to recieve emails through outlook no settings have changed but its rejecting my user and pass. have tried logging into my email through bt but it tells me to change the password due to "unusual

  • Itunes not seeing iphone, vista, USB, error 1611

    After 8 hours of work and researching everything on the web and including here, I have restored my Iphone. Background: Itunes loaded on an toshiba laptop running 32 bit Vista. After plugging in and my iphone sync, I got the usual update message and f

  • Any way to not pan in a slide show?

    Hi, my daughter needs to create a slide show of her life and we found that panning on some slides will sometimes zoom in and not show faces or other important features of an image. Is there any way to turn panning off and just show the entire slide s

  • Play buttons on some sites are not fuctional

    On sites like Bandcamp, and other video sites, items are not showing or playing. I have reinstalled and updated Firefox, scanned my computer for malware (even tried your fix by changing exe to firefox1.exe) reinstalled Adobe Flash, disabled plugins a

  • Remove '(SECURED)' from PDF title

    Hi guys, I am creating secured pdf files (so to speak--they don't seem all that secure, really) but I don't want the word '(SECURED)' in the document title. It used not to be there. Can I remove it? (Still using CS3 version--8.1.3) Thanks