File transfer from source to destination location using 11g b2b

Hi,
I have a requirement where I need to transfer a file(custom file format) from a source location to a destination location using 11g b2b.
The problem here is I can't use any composite to push data to b2b, it has to be through b2b configuration alone.
If i understand correctly, delivery channel (in this case transport protocol is FTP) is defined for a trading partner and we specify the hostname,destination folder etc in the transport protocol parameter.
Is there a way I can specify the source location anywhere in the B2B configuration screens so that b2b understands what is the source and destination location to transfer the file.
Steps that I have followed:
1. created remote trading partner
2. created document definition for a custom file format
3. Configured Delivery channel for the remote trading partner.
4. Created an agreement.
Is there anything else I can do to solve this problem.
Regards,
Satrajit

Hi Nitesh,
Thanks a lot.
I tried with Generic file and the file is getting picked up from the source location but its not getting delivered to the destination.
Checked file permission in the destination and its fine, files can be created there. Also, checked the reports section and saw those messages in error with
Error Code: B2B-50014
Error Level: ERROR_LEVEL_COLLABORATION
Error Text: General Error
Steps I have followed:
1. Created Internal Listening channel
Protocol: Generic File-1.0
Folder Name: Important.txt
Folder Name: /home/applvis/dev/Inbound_dir and specified it as internal.
This is working fine as file is getting picked up from the location
2. Created Delivery channnel for the remote trading partner.
Protocol: Generic File-1.0
Folder Name: /home/applvis/dev/Outbound_dir
Filename format: Ship_%FROM_PARTY%.txt
3. Created and deployed the agreement.
Am I missing any necessary step here?
Regards,
Satrajit

Similar Messages

  • Flat file conversion from source to destination

    Hi
    I'm new to SAP and was wondering if someone could help me with the following:
    Have a source text file (fields are FirstName and LastName) and would like to run it through PI and get an output as a flat file with the FullName and LastName concaternated.
    Example:
    SourceFile.txt:
    Jason
    Gates
    TargetFile.txt:
    Jason Gates
    The mapping is working if I test it using the test feature in Enterprise Services Builder's test mapping feature without any files.
    How can I execute the mapping using plain text flat files?
    Thanks in advance!
    Additional information:
    Source file has structure:
    First Name
    Last Name
    Target file has structure:
    Full name
    The object is to:
    u2022  Create data, message, service interface structures for source and target to represent the source and target.
    u2022  Create the mapping program between source and target.
    u2022  Test mapping works internally in the builder using the internal test facilities.
    u2022  Configure the directory to pick up the source file, and content covert to xml using sender file channel
    u2022  Configure receiver determination, interface determination, receiver agreement, and target file channel
    u2022  Test using files place on the file server
    u2022  Trouble shoot using the runtime work bench.
    u2022  Once this work, increase the complexity e.g. multiple people in the source file, etc
    Edited by: NetSpike on Feb 17, 2010 2:25 PM

    https://wiki.sdn.sap.com/wiki/display/XI/FLATFILETOFLATFILE

  • File transfer from backend to sharepoint server using WebDAV

    Hi,
    Currently we are in development process of our product and we have a component called Document Publisher which should publish(upload) the documents to the web folders in the sharepoint server using WebDAV from the backend.
    I was able to find some classes in the backend like CL_HTTP_WEBDAV, CL_HTTP_WEBDAV_SKWF etc and these classes have some set of methods which i feel can be used for uploading the documents to another location from the backend. But i am not sure how to achieve this and i was not able to find much of the information about this online.
    It would be really great if somebody can help me in this.
    Thanks a lot in advance,
    Kasthuri

    Hi Kasturi,
    What you exactly want to do because your query not clearly visible to anyone?
    Regards

  • Move files from source to destination directory

    I would like to copy files from source directory to destination directory, which have a creation date lower than p_date. p_date is a entered value of a forms field.
    source:
    c:\tmp\my_b.pdf 10.10.06 04:21
    c:\tmp\my_c.pdf 10.10.06 04:20
    c:\tmp\my_d.pdf 09.10.06 01:35
    c:\tmp\my_e.pdf 05.10.06 02:13
    c:\tmp\my_f.pdf 01.10.06 00:20
    User enter the value: 09.10.06 09:35
    destination should be:
    f:\tmp\my_d.pdf 09.10.06 01:35
    f:\tmp\my_e.pdf 05.10.06 02:13
    f:\tmp\my_f.pdf 01.10.06 00:20
    win_api_utility.move_file move all files from source to destination, but only I need a part of them. I have installed Forms 6i and Windows 2000. Does anybody have an idea?
    Best regards,
    tom

    Hi Tom,
    In a Forms 10g environment you would probably use a Java component. On a c/s environment I would issue a host command. Although the windows 'copy' statement has no 'date' flag, the windows 'xcopy' statement has. Type 'help xcopy' in a command/dos box for the syntax/flags for the 'xcopy' statement.
    Hope this helps,
    Matthieu de Graaf

  • File Transfer From Unix server to Windows Client System Using WebUtil

    Hi all,
    I want to Transfer a File from Unix Server to Window Client System using Webutil. But below mention code is not working.
    DECLARE
         V_Server_Path VARCHAR2(500) := Null;
         V_Client_Path VARCHAR2(500) := Null;
    BEGIN
         V_Server_Path := '/proj/oraapps/viper/dev/reports/cache/Saveauftr.txt';
         V_Client_Path := 'C:\Migration\EU_Applications\Lima\OAS_WorkArea\Client\Saveauftr.txt';
         IF WebUtil_File_Transfer.Is_AS_Readable(V_Server_Path) THEN
         IF WebUtil_File_Transfer.AS_To_Client(V_Client_Path,V_Server_Path) THEN
              Message('Downloading the File ..... .... ... .. .');
              Message('Downloading Was Successfull ...');
              Message('File Transfer from Server Was Successfull ...');
         END IF;
    END IF;
    END;
    Can anyone suggest me,Why the above code is not working and what to do for solve the Problem.
    Regards
    Gany

    Hello,
    You have more chances to get an answer in the Oracle Forms OTN Forum :
    Forms
    Regards

  • File Transfer from non-SAP System.

    Hi Experts,
    We have the requirement to copy/transfer file from non-SAP system to SAP system file server. Can we use these FMs FTP_CONNECT, FTP_COMMAND and FTP_DISCONNECT?
    or can we also use SXPG_COMMAND_EXECUTE?
    Thanks,
    Edson

    Hi Varma,
    Thanks. I'm looking at the FTP_COMMAND FM. If I got it right the 'command' parameter here should be the OS level commands? Example would be cp <file path from source> <file folder of destination> for unix. ?
    Thanks again,
    Edson

  • File transfer from one system to another system

    How can I use ODI to do file transfer from one system to another system ?
    Do I need to create Models or I have to simply use Jython procedure/script to do the same ? Kindly help. I have done DB to DB using Knowledge Modules. But I am not able to understand this piece.
    Kindly help.

    If you are asking about file transfer use ODI FTP tool to do it. If you are asking about file transformation..
    You can not do file transformation directly in ODI like we do in any other ETL tool like data stage or Ab Initio.. File transformation in ODI can be done using staging database in an interface(i.e ELT way).
    Create source and target data stores for the file to be transformed. Create an interface using File to SQL LKM to load the file into staging database and then use SQL to File Integration knowledge module.
    Thanks,
    D

  • Getting error in file transfer from one system to another system

    Hi All
    One of my client (User) wants to transfer his file from  SAP R/3 System SAP XI system. He is using a customize t-code ZFIR0325 (Trial balance report transfer to Hyperian System). When user execute the  program he is getting error "File Transfer Failed due to Network chk with Admin"
    I checked with Network team but they said it is okay from their side. We also check for authorization but there is no issue regarding authorization.
    Name of File Path of Aplication Server, XI destinaion and XI directory entered by user is correct.
    We also put authorization trace in XI System to RFC User (In file transfer from one system to another system this RFC User is geeing Used) but no authorization issue was found.
    Please help me to resolve this problem. I any detail require I will provide the same.

    Guruprasad Wrote:
    He is using a customize t-code ZFIR0325 (Trial balance report transfer to Hyperian System).
    We also put authorization trace in XI System to RFC User (In file transfer from one system to another system this RFC User is geeing Used) but no authorization issue was found.
    Firstly, no one in the community can answer on how a custom transcation code and a program associated with it behaves.
    If there are no authorization issues in the system, you have to look at the exact error message. Look if your XI system is allowed to receive files from the SAP system.
    Unfortunately, you should do some more home work before putting your question here. If everything is fine and configured correctly, then the issue might be with the program.
    Regards,
    Raghu

  • Original File transfer from G4 to new G5

    About to buy G5 20" this week -
    Apple Store says they can do file transfer from my imac G4 to new G5 for me at time of purchase, but cannot transfer any 3rd party apps (Photoshop, Ill, DreamW, Acrobat, Word, etc.). However in users manual it looks like if I do it originally myself with SetUp assistant, I can include these apps -- but perhaps not later using Migration Assistant after Apple Store has used the SetUp assistant. I'd like to avoid having to re-install all my apps if possible.
    Also, If I do it SetUp Assistant myself, is it best to use Firewire cable vs. Ethernet?
    Any intelligence/advice would be appreciated.
    thanks

    I would just drag app files over via Firewire (which is superior over ethernet).
    Here is how it is done:
    http://docs.info.apple.com/article.html?artnum=58583

  • I'm using iphone 4S, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. can someone help.

    I'm using iphone 4S and ipad mini, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. Can someone help...
    Thanks in advance

    Hi Eidda,
    This may because the attachment is a winmail.dat file. I would recommend taking a look at the article below for more information. Note: the article is written for OS X mail, but does also apply to this situation.
    Mac OS X Mail: What is a winmail.dat attachment?
    http://support.apple.com/kb/HT2614
    -Griff W.

  • I just installed photoshop ele. ver 11 and my file transfer from version 10 failed, what do I do?

    I just installed photoshop ele. ver 11 and my file transfer from version 10 failed, what do I do?

    I was transering my album from version 10 to version 11.  I got on-line help and I and all set.  Thanks for getting back to me.  Dave
    Scott V <[email protected]> wrote:
    Scott V http://forums.adobe.com/people/Scott+V created the discussion
    "Re: I just installed photoshop ele. ver 11 and my file transfer from version 10 failed, what do I do?"
    To view the discussion, visit: http://forums.adobe.com/message/5105851#5105851

  • Currently using really old macs with 10.2 OS and about to buy mac book pro. Will files transfer from the old machine to the new without issues?

    Need to know if I'll be able to transfer files from old to new machine without issues please.

    I apologize for the formatting, but I haven't yet converted this to the new formats used in the new forums.
    A Basic Guide for Migrating to Intel-Macs
    The Knowledgebase article <a href="http://support.apple.com/kb/TS1963?viewlocale=en_US">Intel-based Mac: Some migrated applications may need to be updated</a> refers to methods of dealing with migrating from PowerPC chips to Intel with the Migration Assistant safely. The authors of this tip have not had a chance to verify this works in all instances, or that it avoids the 10.6.1 and earlier Guest Account bug that caused account information to get deleted upon use of the Migration/Setup Assistant. However, a well backed up source that includes at least two backups of all the data that are not connected to your machine will help you avoid potential issues, should they arise. In event it does not work, follow the steps below.
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate.  Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3, G4, or G5 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
    >Classic Environment, and subsequently any Mac OS 9 or earlier applications
    >Screensavers written for the PowerPC
    >System Preference add-ons
    >All Unsanity Haxies
    >Browser and other plug-ins
    >Contextual Menu Items
    >Applications which specifically require the PowerPC G5
    >Kernel extensions
    >Java applications with JNI (PowerPC) libraries</li>
    See also <a href="http://developer.apple.com/documentation/MacOSX/Conceptual/universal_binary/univ ersal_binary_exec_a/chapter_950_section_1.html#//apple_ref/doc/uid/TP40002217-CH 210-TPXREF101">What Can Be Translated by Rosetta</a>.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior 4.1, TechTool Pro 4.6.1, SuperDuper 2.5, and Drive Genius 2.0.2 work properly on Intel-Macs with Leopard.  The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries.  Leopard Cache Cleaner, Onyx, TinkerTool System, and Cocktail are now compatible with Leopard.
    Before migrating or installing software on your Intel-Mac check <a href="http://www.macfixit.com/article.php?story=20060126094146180">MacFixit's Rosetta Compatibility Index</a>.
    <b>Additional links that will be helpful to new Intel-Mac users</b>:
    <a href="http://www.apple.com/intel/">Intel In Macs</a>
    <a href="http://guide.apple.com/universal/">Apple Guide to Universal Applications</a>
    <a href="http://www.macintouch.com/imacintel/ubinaries.html">MacInTouch List of Compatible Universal Binaries</a>
    <a href="http://www.macintouch.com/imacintel/rosettacompat.html">MacInTouch List of Rosetta Compatible Applications</a>
    <a href="http://www.macupdate.com/macintel.php">MacUpdate List of Intel-Compatible Software</a>
    <a href="http://docs.info.apple.com/article.html?artnum=25773">Transferring data with Setup Assistant - Migration Assistant FAQ</a>
    Because Migration Assistant isn't the ideal way to migrate from PowerPC to Intel Macs, using Target Disk Mode, copying the critical contents to CD and DVD, an external hard drive, or networking
    will work better when moving from PowerPC to Intel Macs.   The initial section below discusses Target Disk Mode.  It is then followed by a section which discusses networking with Macs that lack Firewire.
    <b>If both computers support the use of Firewire then you can use the following instructions</b>:
    1. Repair the hard drive and permissions using Disk Utility.
    2. Backup your data.  This is vitally important in case you make a mistake or there's some other problem.
    3. Connect a Firewire cable between your old Mac and your new Intel Mac.
    4. Startup your old Mac in Target Disk Mode.
    5. Startup your new Mac for the first time, go through the setup and registration screens, but do NOT migrate data over. Get to your desktop on the new Mac without migrating any new data over.
    <b>If you are not able to use a Firewire connection (for example you have a Late 2008 MacBook that only supports USB:)</b>
    1. Set up a local home network: <a href="http://support.apple.com/kb/HT1433">Creating a small Ethernet Network</a>.
    2. If you have a MacBook Air or Late 2008 MacBook see the following:
    ><a href="http://support.apple.com/kb/HT3231">MacBook (13-inch, Aluminum, Late 2008) and MacBook Pro (15-inch, Late 2008)- Migration Tips and Tricks</a>;
    ><a href="http://support.apple.com/kb/HT3224">MacBook (13-inch, Aluminum, Late 2008) and MacBook Pro (15-inch, Late 2008)- What to do if migration is unsuccessful</a>;
    ><a href="http://support.apple.com/kb/HT1896">MacBook Air- Migration Tips and Tricks</a>;
    ><a href="http://support.apple.com/kb/TS1340">MacBook Air- Remote Disc, Migration, or Remote Install Mac OS X and wireless 802.11n networks</a>.
    Copy the following items from your old Mac to the new Mac:
    >In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    >
    >In your /Home/Library/ folder:
    >/Home/Library/Application Support/AddressBook (copy the whole folder)
    >/Home/Library/Application Support/iCal (copy the whole folder)
    >Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    >
    >/Home/Library/Keychains (copy the whole folder)
    >/Home/Library/Mail (copy the whole folder)
    >/Home/Library/Preferences/ (copy the whole folder)
    >/Home /Library/Calendars (copy the whole folder)
    >/Home /Library/iTunes (copy the whole folder)
    >/Home /Library/Safari (copy the whole folder)
    >
    >If you want cookies:
    >
    >/Home/Library/Cookies/Cookies.plist
    >/Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    >
    >For Entourage users:
    >
    >Entourage is in /Home/Documents/Microsoft User Data
    >Also in /Home/Library/Preferences/Microsoft
    >
    ><i>Credit goes to Macjack for this information.</i>
    If you need to transfer data for other applications please ask the vendor or ask in the  Discussions where specific applications store their data.
    5. Once you have transferred what you need restart the new Mac and test to make sure the contents are there for each of the applications.
    <i>Written by Kappy with additional contributions from a brody.</i>
    <i>Revised 1/6/2009</i>

  • How to transfer files using Oracle Managed File Transfer from Oracle EBS 12.1.3

    Hello,
    I'm looking for ideas to securely transfer files bi-directional between Oracle EBS 12.1.3 to IIS using Oracle Managed File Transfer and SOA.  Any help is greatly appreciated.
    Thanks

    Hi Hussain,
    In the Note 466649.1
    Edited
    I have installed R12.1.1
    Datafiles on installed on local file system /u01/EBS_DATa/*dbf, *.ctl, *.log
    doing non RAC to RAC conversion with ASM option,
    I am using ASM with RAC and created ASM disks (DATA, FRA, CRS) on Shared SAN disks between node1 and node2 which are DATA for CRD (control, redo and Data) files, FRA for archive files, CRS for cluster files while doing RAC instalation,
    now how i move my CRD on local file system /u01/EBS_DATa/*dbf, *.ctl, *.log to shared ASM disk DATA ???????
    Please describe with step wise,
    Thanks in advance.
    Regards,
    Vara
    Edited by: user13409653 on Jan 3, 2012 12:25 AM
    Edited by: user13409653 on Jan 3, 2012 5:10 AM

  • File transfer from a FTP server to another External FTP server

    Hi,
    I have one FTP server , I need to transfer a file from this FTP server to aother external FTP server. Could any one please help me how to write a batch file on FTP server so that my file is transfered to another FTP server by executing the Batch file. I don't want to use SAP server for this.
    best regards
    bobby

    CREATE CONTROLFILE
    Caution:
    Oracle recommends that you perform a full backup of all files in the database before using this statement. For more information, see Oracle9i User-Managed Backup and Recovery Guide.
    Purpose
    Use the CREATE CONTROLFILE statement to re-create a control file in one of the following cases:
    All copies of your existing control files have been lost through media failure.
    You want to change the name of the database.
    You want to change the maximum number of redo log file groups, redo log file members, archived redo log files, datafiles, or instances that can concurrently have the database mounted and open.
    Note:
    If it is necessary to use the CREATE CONTROLFILE statement, do not include in the DATAFILE clause any datafiles in temporary or read-only tablespaces. You can add these types of files to the database later.
    An alternative to the CREATE CONTROLFILE statement is ALTER DATABASE BACKUP CONTROLFILE TO TRACE, which generates a SQL script in the trace file to re-create the controlfile. If your database contains any read-only or temporary tablespaces, that SQL script will also contain all the necessary SQL statements to add those files back into the database.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_54a.htm#SQLRF01203

  • File transfer from UNIX server to Windows server path

    Hello Experts, (Gud Even Gud Aft & Gud Mor)
    Is there a way to transfer file from UNIX server(Oracle database), to Windows server? All I know if Windows path. I am able to read the file as it is on server, however it does not recognize Windows directory at all.
    If you can share some documents around this to study, I will be grateful.
    Regards,

    34MCA2K2 wrote:
    Is there a way to transfer file from UNIX server(Oracle database), to Windows server? All I know if Windows path. I am able to read the file as it is on server, however it does not recognize Windows directory at all.Yes it is possible. Samba on Unix sharing the directory containing the file. NFS on the Unix server sharing the directory containing the file. FTP server on Unix allowing the file to be read and copied. OpenSSH on the Unix allowing the file to be read and copied via scp (secure copy).
    But seeing as this is an Oracle database forum (not an operating system forum), and the subject matter is the database server languages SQL and PL/SQL, here is a PL/SQL solution.
    Create a table using the BFILE data type for referencing the files on the Unix o/s. Provide a web enabled procedure for downloading the files via HTTP using a web browser. This procedure will look something as follows:
    --// URL example: http://my-server.my-domain.com/MyDAD/MySchemaName.StreamFile?fileID=1234
    create or replace procedure StreamFile( fileID number ) AUTHID DEFINER is
            mimeType        varchar2(48);
            fileName        varchar2(400);
            lobContent      BLOB;
    begin
            --// read the LOB from a table (this example uses the
            --// Apex file uploads table - change it to your own files table)
            select
                    f.filename,
                    f.mime_type,
                    f.blob_content
                            into
                    fileName,
                    mimeType,
                    lobContent
            from    FLOWS_FILES.WWV_FLOW_FILE_OBJECTS$ f
            where   f.id = fileID;
            --// format a basic HTTP header that describes the file stream send
            OWA_UTIL.mime_header( mimeType, FALSE );        -- e.g. text/csv text/plain text/html image/gif
            HTP.p( 'Content-Disposition: attachment; filename='||fileName );
            HTP.p( 'Content-Length: ' || DBMS_LOB.GetLength(lobContent) );
            OWA_UTIL.http_header_close;
            --// now write the BLOB as a mime stream using the Web Procedural Gateway's
            --// doc load API
            WPG_DOCLOAD.download_file( lobContent );
    exception when OTHERS then
            --// Decide what HTML to generate (if at all) if there is a failure
            --// (usually not a good idea to show database errors to the
            --// web browser client as that can provide technical details
            --// that could be useful for exploiting the database)
            HTP.prn( 'StreamFile() failed with '||SQLERRM(SQLCODE) );
    end;
    / On Windows, IE can be used interactively to copy the file across. For automation (via PowerShell or console jobs), use a command like tool like wget* to download the file.
    If you do not want to use SQL or PL/SQL as the file copy mechanism, then please close this thread (mark as answered) and take your question to an appropriate forum.
    <i>* - see http://gnuwin32.sourceforge.net/packages/wget.htm</i>

Maybe you are looking for