File sender ch. - specifying multiple source with *

Hi folks,
In my File2Idoc scenario I need to pick up files from an ftp server where I have about 20 partners which folders look the same.
like
root/p1/subd1/import
        p1/subd2/import
        p2/subd1/import
        p2/subd2/import
In my file sender channel I wanted to specify /root///import but it didnt work.
1. Is there a way to specify directories like above?
    Or do I have to enumerate all the directories (near 100) in the Advanced selection for source file in the adapter?
2. I have to move the processed files to import/archive in each partners folder.
    If I specify multiple sources in the adapter, how can I reference them in the Archive directory field on Processing tab?
thanks

Hi ,
While you are using the FTP File Adapter then in the sender Communication channel
Go to source Directory : then mentioned the /direcotry/filename then under mentioned the File name.
After that Go to Process Mode tab in the Sender CC Select the Process Mode like "Archive " then you mentioned the Archive directory Path like for ex: /dirname/interfaces/devision/inboundoroutbound/archive then choose the file Type Binary
May be it helpful to you !
Regards,
Ravi.

Similar Messages

  • How to send notifications to multiple person with same role and with result

    How to send notifications to multiple people with resultout as approve/reject?
    We are looping the notification by attaching a cursor query to find the different emp nos to send for approval.
    I cannot associate a role because these emp nos are sub-set of a role which I have created and i am getting thru the cursor query.
    For FYI notification there is no problem, but for approval notification, I am not unable to send approval notifications to all the people.It stops at the first person in the loop.Pls suggest alternate way. Thanks in advance.

    Manju,
    I would use the cursor to populate the API for creating an ad-hoc role within the workflow process as a function. Then set your notification performer as the ad-hoc role.
    Here is an example function:
    create or replace procedure sample_emp_fill(itemtype in varchar2,
    itemkey in varchar2,
    actid in number,
    funcmode in varchar2,
    resultout in out varchar2) as
    cursor get_name is
    select ename from scott.emp where mgr = 7839 and empno != 7566;
    role_name varchar2(50);
    names varchar2(500);
    begin
    if (funcmode = 'RUN') then
    role_name := 'ad_hoc_role_'|| itemkey;
    for row in get_name loop
    names := names || row.ename || ' ';
    end loop;
    WF_DIRECTORY.CreateAdHocRole( role_name=>role_name,
    role_display_name=>role_name,
    language=>'AMERICAN',
    territory=>'AMERICA',
    role_description=>role_name,
    notification_preference=>'QUERY',
    role_users=>names,
    email_address=>' ',
    fax=>'',
    status=>'ACTIVE',
    expiration_date=>'');
    resultout := wf_engine.eng_completed||':'||wf_engine.eng_null;
    return;
    end if;
    end;

  • How do I send docs to multiple signators with different email addresses on Echo sign ?

    How do I send docs to multiple signators with different email addresses on Echo sign ?

    Thanks man...the problem could be on the signators side.
    Rick Schell...Realtor, ABR
    www.rick-the-realtor.com
    Cell 615-804-3085
    Crye-Leike Realtors
    Office 615-373-3513
    Fax 615-373-5228
    Quoting Echosign-Rob <[email protected]>:
    Echosign-Rob  created 
    the discussion
    "How do I send docs to multiple signators with different email 
    addresses on Echo sign ?"
    To view the discussion, visit: 
    https://forums.adobe.com/message/6395941#6395941
    >

  • File sender adapter: archiving not possible with transp.prot "filesystem,

    Hi XI gurus,
    in my FILE sender adapter I want to archive the processed files to a separate sub-directory of the "in" directory.
    It works if I use transport protocoll "FTP" with a specific user
    but it don't works when I use transport protocoll "file system (NFS)".
    the xi user has all permission on the directories.
    file system is on a UNIX machine.
    Has anybody an idea why archiving only works with transf.protocoll FTP ?
    Thanx very much in advance
    regards
    Hans

    Hi,
    Check this thread for same problem Re: NFS Sender File Adapter Source Directory
    Thanks!

  • File sender adapter and content conversion with polish character

    We are loading a csv file with PI 7.0 file sender adapter using "content conversion" - all fields go through EXCEPT a special character hex '208C' (space in front) looks like "Æ" is converted to hex 'C28C'.
    We are using code page UTF8
    We are using:
    enclosuresign "
    enclosuresignescape ""
    fieldcontentformatting nothing
    enclosureconversion NO
    Hope some one can help

    Hi Bohamo,
    Hope you have set the following for your file sender adapter :
    1. Transfer Mode is set to Binary,
    2. File Type Text,
    3. Encoding ISO-8859-1( for Western European Latin ).
    Inorder to recognize Polish Character, try as follows :
    Your sender file after coming into Pi has XML encoding declaration 'UTF-8'.
    Write a simple XSLT mapping to change the value of the attribute "encoding" to "ISO-8859-1" in the output XML of message mapping . Include this XSLT map as the second mapping step in your interface mapping.
    First step in your interface mapping will be your already existing message mapping.
    An example of the XSL code :
    <?xml version='1.0'?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method='xml' encoding='ISO-8859-1' />
    <xsl:template match="/">
    <xsl:copy-of select="*" />
    </xsl:template>
    </xsl:stylesheet>
    or you can also do java mapping if you are comfortable with java code !
    Cheers,
    Ram.

  • Multiple sources with single downstream capture

    Is it possible to have multiple source machines all send their redo logs to a single downstream capture DB that will collect LCRs and queue the LCRs for all the source machines?

    Yes, that's wht downstream replication is all about. read the 11G manual if you want to know how to do that.

  • When saving a File OS Is Creating Multiple Folders With The Same File Name

    Not sure what I changed but, now when I save a any file (ppt. word, Keynote,Pages e.g.,) to the desktop or any other location the OS will also create multiple file folders with the same file name as the file I'm saving. Inside the folders are what appears to be files locating the saved files. What can I do to fix this problem?
    I'm using the 10.7.2 version
    MacBook Pro

    Misio wrote:
    It looks like a finder bug. To replicate, I surf to any website, I right-click on a jpg image, select "Save Image As" and in the window that pops up I type in the filename "000.jpg", I select the folder Pictures, and click on Save.
    BTW, I don't know why, but the file was saved only as "000" without the file extension ".jpg". Does anybody know why?
    the extension is simply hidden. go to the get info panel for the file and uncheck the option to hide the extension.
    Then I surf to another image, and again I save it as "000.jpg" and now it asks me if I want to replace the existing filename, although the existing one is "000" and I try to save as "000.jpg", so I say yes, and then magically the file is saved with the full filename including the extension "000.jpg"
    When I did it a couple of times, always saving image as "000.jpg" from various sources, I ended up with two distinct files named "000" and both in the same folder Pictures.
    Please advise.
    it sounds to me like you saved one file as 000.jpg and the other and 000.jpg.jpg.
    check the info panels for the files for full names to verify if this is the case.

  • File Sender adapter , FCC Multiple levels

    Hi Experts,
    I have gone thru forum, but I could not find exact information.
    Scenaio: Outbound, XI receives flat file and has to convert flat file to XMl file.
    Below is the structure of flat file created in XI.
    <MT>
        -----<FileHeader>
        -----</FileHeader>
        -----<QuotationHeader>    1 - Unbounded
                              <ItemHeader>
                                         <ConditionHeader>
                                          </ConditionHeader>
                               </ItemHeader>
                </QuotationHeader>
               <QuotationHeader>
              </QuotationHeader>
              <FileFooter>
              </FileFooter>
    </MT>
    FileHeader and QuotationHeader and FileFooter  are at the same level.
    Sender file adapter will suport this FCC ? as I have heard it supports at max 3 levels.
    How this can be achieved?
    Thanks,
    Div

    Hi,
    The structure cant be directly parsed using FCC as it cant handle the file hierarchy greater than 3 levels.
    The below specified method is one of the procedure to do that.
    Modify the source structure to the below structure and parse it using FCC
    <MT>
         <FileHeader>
        </FileHeader>
        <QuotationHeader>     
              <ConditionHeader>
              </ConditionHeader>
         </QuotationHeader>
          <QuotationHeader>
          </QuotationHeader>
          <FileFooter>
           </FileFooter>
    </MT>
    Now use an intermediate mapping in which you map the modified structure to the actual structure.
    Thanks,
    Ramkiran

  • How can I send data from multiple range with VBA API ?

    hello everyone,
    i have one worksheet , multiple range. With addin , we can specified the range to retrieve or submit.
    In smart view  for retreive, I have the API retrieverange so  I can do the same. But for submitting data, I only have the API "HypSubmitData" and it doesn't take any paramater like a rangebut only the sheet !
    So how do you manager to do it ? one worksheet per range ?
    thanks for answers

    11.1.2.5.400 added the capability to perform range submission, however I doubt that the vba is not updated with the function. So you might have to wait for a while, or you can create a code which copied the selected cells to a hidden worksheet and perform submit from that sheet. Keep in mind that when the use make the selection, you'll have to copy the pov too.
    Regards
    Celvin Kattookaran

  • Sending mail through multiple domains with iMS

    I have iMS configured and working fine for multiple domains (users are
    members of multiple domains). I have done this with a main email address
    (main.com), and alternative email addresses to the other domains (alt1.com,
    alt2.com...) so that there is one central mail location at (main.com). This
    works great for receiving emails.
    However, when I send email I would like to be able to show the FROM address
    being from one of the alternate domains (alt1.com, alt2.com...) rather than
    the main domain (main.com) sometimes. I have authentication turned on for
    the sending messages, and users are logging in as ([email protected]). I assume
    there is something I can add that will allow this to happen as long as a
    valid address exists on my server. Any thoughts?
    main domain: main.com (All mail is addressed from this domain)
    alt domains: alt1.com, alt2.com...
    Thanks in advance, Chris

    BTW I am using iMS 5.1.
    -Chris
    I have iMS configured and working fine for multiple domains (users are
    members of multiple domains). I have done this with a main email address
    (main.com), and alternative email addresses to the other domains(alt1.com,
    alt2.com...) so that there is one central mail location at (main.com).This
    works great for receiving emails.
    However, when I send email I would like to be able to show the FROMaddress
    being from one of the alternate domains (alt1.com, alt2.com...) ratherthan
    the main domain (main.com) sometimes. I have authentication turned on for
    the sending messages, and users are logging in as ([email protected]). I
    assume
    there is something I can add that will allow this to happen as long as a
    valid address exists on my server. Any thoughts?
    main domain: main.com (All mail is addressed from this domain)
    alt domains: alt1.com, alt2.com...
    Thanks in advance, Chris

  • Sending Pictures to Multiple People with iMessage

    I like to send pictures of the kids to both my folks, and my inlaws.  I like to send them all at once to multiple people.  When someone responds to the message it gets sent to everyone that I originally sent the pictures to.  Is there any way to change this, so that the conversations remain private from the other recipients?

    I also wanted to do that (sending email to a lot of people and not seeing all those address of others)
    Here is what I did to solve it:
    1. I have created an String array of recipients
    2. I have created a method named sendEMAIL(String[] address)
    3. Inside the method, there is a loop in which every iteration, the function
    sendMail() is called, thus sending the same email but the address is being changed every iteration
    The method I described is slow since it mails to every address thus calling the function sendMail() every iteration which will be a lot slower for a lot of email address or recipients.
    With this, I have been able to send same email to different people and those people wouldn't see the email addresses of other people in the "TO" field.
    jte091805
    Thanks I hope this helps.

  • Unable to send mail to multiple recipients with attachment

    I'm using a script given in the Oracle page - http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/maildemo_sql.txt for sending mail with attachment. Although I'm able to send mail with attachment to a single user, but the same can't be done while the recipients are more than one. Can some one help me ?

    Hi,
    Ca you please send me an example set of parameteres that we need to pass to make this program work?
    I'm not able to attach a file to this program.Can youe please let me know how I can attach a file called 'Test.txt' kept at 'D:\' to this program?
    Thanks.
    Bhavin

  • Using wildcards / specifying multiple directories with UTL_FILE_DIR

    Hi,
    I would like to allow Oracle to write files to any subdirectory of a specified directory (say '/home/rolf'). Since the subdirectories may change often, I would like to specify this once in init.ora and not have to change it when I add a new directory. I was hoping something like:
    UTL_FILE_DIR = /home/rolf/*
    would do the trick, but alas, it doesn't seem to. Does anyone know a way to make a set of subdirectories writeable without having to list every single directory?
    Thanks
    --Rolf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    This is a very old thread. If you have a question you should really start your own thread for it.
    In answer to your question...
    UTL_FILE_DIR parameter has been deprecated since 10g.
    You should no longer use the UTL_FILE_DIR parameter as it can leave security holes on your server, meaning people can access files and directories they shouldn't.
    Oracle has replaced the functionality with Oracle Directories.
    http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_5007.htm#SQLRF01207
    Example usage:
    As SYS user:
    CREATE OR REPLACE DIRECTORY mydir AS 'c:\myfiles';Note: This does not create the directory on the file system. You have to do that yourself and ensure that oracle has permission to read/write to that file system directory.
    Then, grant permission to the users who require access e.g....
    GRANT READ,WRITE ON DIRECTORY mydir TO myuser;Then your user (myuser in this example) will use that directory object inside your FOPEN statement e.g.
    fh := UTL_FILE.FOPEN('MYDIR', 'myfile.txt', 'r');Note: You MUST specify the directory object name in quotes and in UPPER case for this to work as it is a string that is referring to a database object name which will have been stored in uppercase by default.

  • SOURCE ATTACHMENT for multiple source paths

    I have a flex app project with the name AppProj.
    I also have a flex library with the name LibProj. It has no SRC folder of its own. It has 3 external folders as source paths ...
    C:\folder\codeFolder1\
    C:\folder\codeFolder2\
    C:\folder\codeFolder3\
    The Main Source Folder is  C:\folder\codeFolder1\
    The AppProj adds the LibProj in the Flex Library Build Path. I check the Source Attachment of the LibProj and it is pointing to C:\folder\codeFolder1\ which is LibProj's Main Source Path.
    Now if I hit F3 or CTRL+CLICK on a class that is in the C:\folder\codeFolder2\ or C:\folder\codeFolder3\ folder, I get the source not found in the swc error.
    How can I specify multiple source attachment or how do I solve this problem.
    Thanks

    In textLayout_build.zip is the source code. http://sourceforge.net/projects/tlf.adobe/files/3.0/current/textLayout_build.zip/download
    All versions of the source code contain CONFIG statements, including the internal ones.

  • File Sender / Separating a variable number of data blocks

    Hi all,
    I have a problem regarding the content conversion in a file sender adapter.
    The source data has a fixed length of 10 chars, but is contained in one big line without any newlines or other sepators.
    Example source data:
    0123456789012345678901234567890123456789
    The number of occurences can vary; that is the next file might contain more or less data blocks of 10 chars each.
    Another example:
    01234567890123456789
    Is it possible to create a content conversion that handles this kind of data? We have already tried several configurations (for example using "fieldFixedLengths = 10") but didn't succeed. In most cases only the first data block is read an the rest is ignored. Therefore it seems to me that the adapter requires a newline in order to recognise data blocks.
    The target xml structure should look like:
      <Structure>
        <Line>0123456789</Line>
        <Line>0123456789</Line>
      </Structure>
    Do you have some hints on this one?
    Thanks and regards,
    lars

    Hi Satish,
    hello Ravi,
    thanks for your replies.
    If I understand it right, you would need two message mappings in order for this solution to work, resulting in the following steps:
    - Read File into one big record using content conversion.
    - Perform the first message mapping, splitting the content using the UDF.
    - Perform the second message mapping, containing the "business-mapping".
    Is this correct or is there a way to achive this in one single message mapping?
    Thx,
    lars

Maybe you are looking for

  • Can't install a wildcard SSL certificate

    Running ML Server. I have a GoDaddy issued wildcard SSL certificate to *.mydomain.com. The certificate is currently installed on a different (non-Mac OS) server. I am able to cut and paste the main certificate, private key and other chain certificate

  • Transport stuck in stsus grey in STMS

    Hello BW-friends, I created a transport in dev system: data source + everything after. In test system I don't see the import as usual (green light) but instead it ends up in status grey after the import list... Why is this and how do I solve it? Than

  • Extending a class twice

    I am trying to merge 2 programs together but each one extends the public class. So I need something like: public class Program extends Canvas extends DefaultHandler How can I have a double extend like this?

  • My MacBook's Fan and Optic Drive turns on for a few seconds when in Sleep

    I usually just put my MacBook in "Sleep" mode when I am not using it. But, when I do the MacBook every few minutes wakes up. The monitor turns on, the fans fires up and the drive go into eject mode and then it sleeps again. What is doing this and how

  • In Fusion-Order-Demo appln  , not able to find directory  /labs/files

    hi, I'm practicing FOD application(FusionOrderDemo_R1PS2).For writing codes, the pdf (Oracle Fusion Middleare , building Applications with ADF) suggests for taking code from /labs/files directory.but I'm not able to find this directory.Please suggest