Regarding FIle 2 RFC  using BS

HI Friends,
                         I am gettting the following error when the file was copied in the server.
Success Channel File_Sendar: Send binary file  "d:\file2rfc.xml". Size 190 with QoS BE
2008-05-22 05:43:10 Error Attempt to process file failed with null

Hi,
Is this problem onlyfaced with QOS as EOIO? Did you try with QOS as EO with the file size of 25 MB.
If there are multiple files available at the same time then there might be some issue with EOIO as all files are inthe Queue taking up memory waiting to be processed.
But, if this issue is being faced with just a singlefile, then this is not a problem with QOS but that your Hardware needs to be QuicSized for such a huge file.
SAP recommends a size of 5 Mb.
you can try the quicksizer tool on http://service.sap.com/quicksizer.
This note discusses issues with EOIO when message has a huge size, 823116 . maybe it helps.
Reward points if this helps
Regards
Pragathi.

Similar Messages

  • Problem with File RFC File scenario without using BPM

    Hi all,
      I am trying a File RFC File scenario without using BPM with the help of the following thread:
    File - RFC - File without a BPM - Possible from SP 19.
      The XI system is PI 7.0 sp 12. When I am trying to acheive the above scenario, I am getting wierd results i.e., when I observe in SXI_MONITOR, the message is showing as processed successfully, but when I watch the message status in communication channel monitoring, I am getting the following error:
    "Attempt to process file failed with com.sap.aii.af.service.cpa.CPAException: Couldn't retrieve inbound binding for the given P/S/A values: FP=;TP=;FS=DEV120;TS=Test_Service;AN=MI_Invoice;ANS=urn:sap.com:test;"
    I am not able to understand what the problem is. By the way, one more thing, is, I have kept the File processing mode as "Delete" in the sender file adapter. But the file is not getting deleted. I think the reason could be because of the above error.
    Can any body help me out in getting my problem resolved?
    Thanks,
    Adithya K

    CPA Cache Refresh from the Adapter Engine To trigger a cache refresh from the individual Adapter Framework, open a browser window and enter the following
    URL: http://<host>:<port>/CPACache/refresh?mode=<b>delta|full</b>
    The Monitoring url is like this: http://<host>:<port>/CPACache
    Thanks & Regards,
    Farooq.

  • Regarding reading the data from the files without using Stremas

    hai to all of u...
    here i have a problem where i have to read the data from the files without using any streams.
    please guide me how to do this one,if possible by giving with an example
    Thanks & Regard
    M.Ramakrishna

    Simply put, you can't.
    By why do you need to?

  • Query regarding file content conversion using file adapter

    Hi All
    I have a question regarding file content conversion in file adapter.
    I have a file coming in the following format.
    AA,111,222,333
    BB,444,555,666
    CC,777,888,999
    My incoming message structure has a hierarchy. The CC record is a structure part of BB record. BB record is a structure part of AA record. It is like this:
    AA,111,222,333
    <<BB,444,555,666>>
    <<<<CC,777,888,999>>>>
    After file content conversion, in the resulted xml, i am getting a flat hierarchy instead of nested hierarchy.
    Is it possible to get a nested hierarchy as a result of file content conversion?
    Please let me know
    Thanks
    Chandra

    Hi Udo
    According to your suggestion, I am trying to use mapping.
    I am getting a flat file and i am reading it.
    This is my source structure:
    AA,11,22,33
    BB,44,55,66
    CC,77,88,99
    This is my required targer structure:
    AA,11,22,33
    <<BB,44,55,66>>
    <<<<CC,77,88,99>>>>
    To explain this, BB record can have multiple records of CC records.
    AA records can have multiple records of BB record.
    I am using removecontext node function.
    CC (Source)  (removecontext)-> CC (target structure)
    But here, when i rightclick on source CC field in the mapping editor, i cannot see any other context except root node. So, how can i proceed here??
    Many Thanks
    Chandra

  • 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

  • File-RFC-File-File not getting deleted.

    Hi all,
    In File-RFC-File scenario i have used "Delete" as the processing mode for Sender file adapter.RFC was execured successfully and successful message was shown in SXMB_MONI.But at the same time there was an exception thrown in sender and receiver file adapters as given below:
    Error when getting an FTP connection from connection pool. com.sap.aii.af.service.util.concurrent.ResourcePoolException:unable to create new pooled resource : FTP Ex:User piuser cannot login.
    Both the CC's werein error status.
    The file from source location was not deleted even after the successful processing of the message in moni. Because of this sender file adapter was reading the same source file again and again which created multiple response entries in the moni.
    Could some one tell me why the file was not deleted from source location?How can the sender adapter read the message again when the above exception was thrown?
    Regards,
    Lekshmi.

    HI Lekshmi ,
    Check whether PIUSER has sufficent authorization ., Delete that channel and  create a dummy one to test and see whether
    you are getting the same error
    Check this threads a similar discussion is going on here , may be you need authorizations .
    Re: com.sap.sql.DuplicateKeyException in file sender adapter
    Re: Processing mode - DELETE not working in Synchronous mode (File - RFC - File
    Regards
    Ninad

  • Java.lang.NullPointer Exception in File-RFC-File wtihout BPM scenario

    Hi All,
    I have implemented scenario File - RFC - File without BPM in PI7.1 according to below link by bhavesh
    [File - RFC - File without a BPM - Possible from SP 19.;
    but I am getting error java.lang.NullPointer Exception  in Audit log of sender communication channel when it enters in ResponseOnewayBean.
    I had implemented the same in PI 7.0 but there it was working fine.
    Is there any limitations on the use of the above beans in PI7.1 as I could see two more threads on the same unanswered yet.
    Please help me in resolving as it is priority task for me
    Thanks,
    Amit

    Sometime back I saved this SAP Note 1261159 for this error. Not sure if it is still valid. Try to get it implemented.
    Regards,
    Prateek

  • Processing mode - DELETE not working in Synchronous mode (File - RFC - File

    Hi ,
    I need to the delete the files from source folder once the processing is done, so i am giving the Processing mode as Delete in the Sender C.C.
    But after execution it doesnt get deleted. what could be the reason?
    We are using a file - RFc - file scenario.
    also could anyone let me know what is the command to move a file from one folder to another in UNIX.
    i tried
    mv /home/out        but it doesnt work
    pls help.

    Hi,
    you can use AL11: navigate to the folder, where the file is inside, mark it and press button "Attributes". Then look to value "Mode": 777 means owner, group and everybody else has right for write (in your case delete), read and execute. UNIX command to change is may be ch mod (i m not good in UNIX).
    My suspect is that the file adapter user has not the right for write, but ur direct user has.
    Regards,
    Udo

  • File-RFC-File Sync-- BPM error..

    Hi All,
    My scenario is File -- RFC -- File, synchronous scenario, The scenario needs to be designed using BPM its clients requirement, and i have used Receive step, BLOCK and in the block Transform, Sync Send, Transform and with in the block i have used control step with cancel process.. and out of block send step .. when i execute the scenario, in sxmb_moni i can able to see the response message and when i see in SXMB_MONI_BPE the flow was blocked in the BLOCK1 Step and i am not getting the response file in my target ftp directory.. so request you to post any links how to debug this issue..
    regards,
    sai

    BLOCK and in the block Transform, Sync Send, Transform and with in the block i have used control step with cancel
    process.
    when i execute the scenario, in sxmb_moni i can able to see the response message and when i see in SXMB_MONI_BPE the flow
    was blocked in the BLOCK1 Step and i am not getting the response file in my target ftp directory.
    The BPM is working perfectly as designed....you have a maintained a Cancel Process step....how in such a case will the BPM proceed? The BPM is bound to stop in side the block itself the BLOCK1.
    What is the reason of having a Block over Transform --> SYNC Send --> Transform?
    Your BPM should be:
    Receive --> Transform --> Sync_Send --> transform --> Send.
    If you want to have a block then have it for the individual steps with an Exception Branch and then in this Exception Branch have a Conntrol Step cancelling the process.
    Regards,
    Abhishek.

  • Question on BPM Transformation for File- RFC- File

    Dear All,
    I did the scenario from a blog (  http://www.sap-xi.com/sap-xi-scenario-file-rfc-bpm.html  ) which is file->RFC->File with BPM. RFC call happening in BPM which is Sync and they are not using a transformation step anywhere in BPM. can you please explain me how mapping has been performed in BPM for this scenario.
    BPM Design:
    Start->Receive->Sync->Send->Stop
    Thanks & Regards,
    Manikandan

    Suprised to see this from you raja..
    to better the performance of a BPM it is recommended to keep all the mappings in Interface Determination and not in BPM.....but in some cases it is required to have mappings within BPM.
    they are not using a transformation step anywhere in BPM
    Either mapping was not required or the same was included in Interface Determination.....it is not a compulsion to have a Transformation step.....i have not checked the blog but this should be the reason.
    Edited by: abhishek salvi on Feb 21, 2011 6:42 PM

  • Could any one provide me with the links of file to file scenario using BPM

    Could any one provide me with the links of file to file scenario using BPM

    Hi,
    omit RFC part
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • FILE RFC IDoc

    The input parameter for the RFC is send through a file and the response from the RFC comes into XI which is then written into a IDoc . The diagram of the following is shown below;
    http://photos1.blogger.com/blogger/3087/1595/1600/RFC.0.jpg
    Mapping 1 ) File >> RFC (getDetail)
    Mapping 2 ) RFC (getDetail-Response) >> IDoc
    Problems : Message Interfaces
    Abstract_synchronous
    Output : File 
    Input   :IDoc
    Activation of the change list canceled
    Check result for Message Interface sync | http://xi/DeltaUpdate2:
    Message interface Message Interface sync | http://xi/DeltaUpdate2 references an IDoc message and a non-IDoc message
    But I need the synchronous step !
    It is possible to use correlation with Asynchronous or the only way to get the return message is use Synchronous RFC?
    And Can you brief me the steps in bpm?
    Regards,
    Fatih

    Hi,
    Easier solution  for this is create one Abstract Message Interface(like dummy) for the RFC response.
    Assumptions- You are doing RFC Req/Resp mapping outside the BPM.
    If so, your RFC response will be stored in the Dummy Repsonse structure. Then send this structre async from BPM. Outside the BPM map this structure with Actual Idoc interface.
    Hope this will work here
    Regards,
    Moorthy

  • File-RFC-File SLD configuration

    Hello everybody!
    Currently I'm trying to create a File-RFC-File scenario. So that request from file is send to RFC and after that the RFC response is written to file. I'm following some guides on this topic here on sdn. So I'm almost done with ESB and IB designs but got stuck with SLD configuration. It's pretty confusing to me what software components, business and technical systems should i create for the purpose of my scenario. Could you please explain it step-by-step?
    Thanks in advance,
    Peter

    >>>>>>>>confusing to me what software components, business and technical systems should i create for the purpose of my scenario
    You dont need any software component or product is required, since already you are done with those objects.
    May be you have used existed sofware component version for creating ESR objects. Okay.
    1. You need one business system for R/3 or ECC
    2. Juss get into SLD and create Technical System and Business System (If not yet available for R/3 or ECC)
    3. As you have completed ur ESR, you can get into Configuration part
    4. Choose - Communication component with out party
    5. right click and assign business system (if R/3 or ECC is not yet assigned)
    6. For File - you can go business service
    That's it.
    Regards
    Pothana

  • FTP TO RFC using BPM

    hello
    I am creating a scenario of
      File to RFC, Using BPM where in again input from File and updating using RFC in multiple steps...( Not creating a scenario of FTP to RFC to FTP )
    do i have any web-blog or step wise guide for above scenario
    Regards,
    Keith

    Hello Keith,
    The file to RFC scenario can be implemented in the following steps,
    1. In the design, create the requsite DataType, MessageType and MessageInterfaces. One message interface will be outbound asynch and the other will be inbound async.
    2. Do the message mapping and also the interface mapping as required.
    In the configuration, the following has to be done,
    1. Create 2 communication channels. One for file as sender and the other for RFC  as the receiver.
    2. Create 1 sender agreement and 1 receiver agreement. In the sender agreement give your FILE communication channel and in the receiver agreement give your RFC communication channel.
    3. Then, do the receiver determination, interface determination.
    4. In each of this, the sender service is the business system  you have created and the receiver service is the system in which your RFC resides.
    Regards,
    Bhavesh

  • The "write key" configurat​ion file vi use of "trim string" prior to writing the data can modify any string data written.

    I tried to use the config VIs to record some front-panel settings for later restoration, one of which could be a single space character (part of a string parsing system).
    I soon discovered that whenever I tried to save that single-space value to an INI file, only a null string was saved.
    After doing some digging I discovered that buried in the Write Key vi is a worker vi called Config Data Modify that uses Trim String on the string data before it is written to the file and that's what was eating my string character. I don't know whether this is a bug or a feature but there are at least three ways to fix it.
    1) Assuming you want to leave the library VIs alone, you can pre-process any stings sent to "write key" to replace all spaces with "\20" and then post-process all strings read using "read key" to replace all instances of \20 with spaces.
      and if you don't mind modifying the library VIs, either to save/use under a different name or to stick back into the library in a modified state (caution - can cause problems when you move code to another machine with an un-modified library) then...
    2) You can yank the trim-string out of the Config Data Modify vi and hope that it does not have any undesirable side effects with regards to the other routines that use Config Data Modify (so far I have not found any in my limited testing)
    or
    3)  You can modify the string pre-processing vi, Remove Unprintable Chars, to add the space character to the list of characters that get swapped out automatically.
    Note that both option #1 (as suggested above) and option #3 will produce an INI file data entry that looks like    key="\20Hello\20World\20"   while option #2 produces an entry that looks like   key=" Hello World "
    The attached PDF contains screenshots of all this.
    Attachments:
    Binder1.pdf ‏2507 KB

    Hi Warren,
    there's a 4th option:
    Simply set the "write raw string" input of the write key function to TRUE
    This option only appears when a string is wired to that function!
    Just re-checked:
    I think it's a limitation of the config file format. It's text based and (leading) spaces in the value are "overseen" as whitespaces. So your next option would be to use quotes around your string with spaces...
    Message Edited by GerdW on 05-02-2009 08:32 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • IPod cannot be updated/restored/ejected--files in use by another app

    Since I downloaded iTunes7, I cannot update, restore, or eject my iPod from iTunes. I get the error "<iPod name> cannot be updated(restored, ejected) because it contains files in use by another application." I'm still able to sync music and tv shows with the old iPod software, but not movies. I eject it using the Safely Remove Hardware icon in my system tray, or from My Computer. I've tried disabling security programs and peripherals, and even sifting through the processes in Task Manager. I had no trouble ejecting prior to iTunes 7/7.0.1.
    And yes, I've done the R's I'm able to do (Restore is not an option due to the nature of the error).

    Hi again, Corey!
    In regard to "recovery mode" message, you'll most likely just need to restore your iPod. For more details, read here -> Restoring your iPod
    If this message persists after restoring your iPod, try assigning your iPod a different drive letter; see these steps below:
    Log off of any other users on your computer.
    1 - Don’t plug in your iPod yet.
    2 - Go to "START -> Control Panel -> Admin Tools (if you don't see this, click on "classic view" button on the left panel) -> Computer Management."
    3 - Click on the "Disk Management" button in the left panel area.
    4 - Now, with "Computer Management" and Control Panel windows opened, reset your iPod, and connect it.
    5 - Right-click on your iPod's listing there (after a few moments when it gets recognized in this drive window), and click on "Change Drive letter and Paths". Then the "Change..." button.
    Here's what it should look like:
    Assign your iPod the letter "M" "N", "O" or the like (further along in the alphabet).
    For more details, see this article:
    Windows confuses iPod with network device / Changing drive letter
    I hope this helps you!
    -Kylene
    If any post helps or solves your issue, please mark it that way accordingly. Thank you for helping the boards!

Maybe you are looking for

  • Network problem with Verizon in NYC and Jersey City

    Hi I have an IPhone 5 on my friends shared plan and ever since I joined Verizon , the network signal has been pathetic. I feel I am being duped of monthly bills as the there is nil coverage on my 41st floor office in downtown Manhattan as well as my

  • Problem in output of project in mp3 format

    Hi I recently completed the arrangement of a 2:50 mins music project. When I exported its audio mixdown in WAV format, the ouput was perfect. However, when I am exporting the output in mp3 or wma format, the length strangely increases to 5:40 mins an

  • Pages with word templates

    I'm writing my thesis and my school uses a MS Word template... has anyone had experience with using Word templates in Pages?  Will it be a nightmare or relatively easy -I don't want to spend hours and hours reformatting.  Thanks for your feedback.

  • Quiz Results Analyzer results not displaying correctly

    We are using Adobe Captivate 6 and posting quizzes to a local server (configured with the .php files.) When we review quiz results using the Quiz Results Analyzer, some of the data is correctly reported. However, the Pass/Fail is not working right (e

  • Minus operations on table

    Hi everyone, I am trying to find a way to do minus operations on table. I know this is possible in SQL, but I have yet to find out how to do it in ABAP. Can anyone help? What I need to do is the following. Let table A = (A,B,C,D,E) and table B = (B,C