Messages are getting posted repeatedly

Hi Friends,
I am doing RFC to File scenario, I am placing a comma sepearated file with Timestamp. When ever my Program in R/3 get executed it is wrting data to XI using Trfc , and i am getting file in Receiver side. But the problem is
After this i am getting so many empty files placed in receivers file directory.
Why it happens any clue.
Thanks
Satish

Thanks for replies,
My XI version is XI 3.0 sp9, i didnt see that option of ignoring empty files here.
But why the system is sending empty files? i am running the program only once,it should place only one file, instaed the system is placing many empty files continuosly.
Thanks
Satish

Similar Messages

  • Messages are getting stuck in PI system

    Hi All,
    we were testing a SOAP to WS scenario in PI 7.1 but unfortunately message are getting stuck in PI system due to below error.
    - <sap:ExceptionChain xmlns:sap="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/SystemFault">
    - <sap:ChainedException>
      <Exception_Name>CX_SOAP_SEQ_EX_TO_QRFC</Exception_Name>
      <Exception_Text>wsrm create failed</Exception_Text>
      </sap:ChainedException>
    - <sap:ChainedException>
      <Exception_Name>CX_SOAP_CORE</Exception_Name>
      <Exception_Text>SRT: Error in WSRM Soap Application</Exception_Text>
      </sap:ChainedException>
    - <sap:ChainedException>
      <Exception_Name>CX_SOAP_FAILURE_FAULT</Exception_Name>
      <Exception_Text>SOAP fault when calling Web service</Exception_Text>
      </sap:ChainedException>
    - <sap:ChainedException>
      <Exception_Name>CX_SOAP_FAULT</Exception_Name>
      <Exception_Text>Authorization missing for service , operation "CreateSequence"; more details in the web service error log on provider side (UTC timestamp 20140616182623; Transaction ID 539C7F7350800420E10080000A4911BD)</Exception_Text>
      </sap:ChainedException>
      </sap:ExceptionChain>
    Hope someone have an idea.
    Regards,
    Vinod

    Hi Vinod,
    One possibility is the user does not have access to this operation. Please check with any other user (with more access) the same operation.
    regards,
    Harish

  • Messages are getting lost during server restart

    Hi,
    we have a clustered environment.
    soa_server1, soa_server2, soa_server3 and osb_server1, osb_server2, osb_server3
    Queues are configured on each server.
    Overall process flow is (JMS Queue (configrued in soa_server1) --> BPEL --> mediator -->JMS (configrued in osb_server1) --> proxyService --> Target System.
    When there is a need to bounce the server (start / stop) ; and to make sure messages are not lost during server bounce.
    we are following the below procedure for server start
    1) pause soa_server1 queues then bounce soa_server1
    2) pause soa_server2 queues then bounce soa_server2
    3) pause soa_server3 queues then bounce soa_server3
    We are observing there is a message lost after server bounce...
    thanks in advance
    anvv sharma

    Are you using XA connection factory? If no then this may cause message loss. It is also considered a best practice to configure error queue for JMS queues to avoid message loss (as a precautionary measure).
    How did you find that messages are getting lost?
    Regards,
    Anuj

  • How the ASN in or out messages are getting created whenever there is any action performed related to these messages.

    Hi ,
    Can any one please let me know with an example like,
    I have receive the ASNin message in SIM and then ASNOUT will get created and flowes to RMS.
    How these ASNin or out messages are getting created.

    Hi Keith,
    You stated that "I think Geoff's showing remarkable tolerance  by not just deleting the whole thread." Are we in the third world countries that there are no freedom of speech?!!!
    I appreciate your help. 
    Some of you mentioned that I don't know how to use it.  I have a question for you where did you learn how to use Lightroom?  I learned the same way everyone learns.  Study the subjects by reading books, videos, taking classes and enroll in some kind of training.  I am following all the instructions that I can my hand on.  I wish that instead of accusing me of not knowing have a different view of the issue.  What if there is a bug in the program?  Some of you were and are very successful and that does not mean that the program does not have some issues.  We all use the program differently, and with these differences ways in using it some problems will come out for some and not for others.
    I am not promoting one program over the other, and I am not putting Lightroom down.  I am just expressing how I feel.  Put yourself in my shoes and spent just hours creating some renaming templates and suddenly you find out that it is not there anymore and all your efforts are gone with the wind.  I then go and search through the internet to find out what did I do wrong and how to solve it.  I find out that I am not alone, and there others that still waiting for the solution to come.
    Let be open and do not hush people, and when you do that it will be the end of any progress or improvement on how everything is.
    I would like to express my deepest gratitude to all of you.  You are all supportive and very helpful.
    Thank you and have a very Happy New Year.
    Mo

  • Error messages are not posted into ECH using collect method

    In asynchronous interface, Error messages are not posted into tcode:ECH_MONI_SEL using collect method.
    In the collect method, passing software component version,business process and error messages.but its not posted into ech and ppo.

    Hi,
    Have you created the FEH class for the proxy. In that, from within the PROCESS method, when there is an error you will be placing those errors into a table and this needs to be passed to the COLLECT method.
    CALL METHOD i_ref_registration->collect
       EXPORTING
         i_single_bo      = input
         i_component      = 'ZSWC'   "Software component defined while FEH customisation
         i_process        = 'ECH_BP'  "ECH Business process defined while FEH customisation
         i_error_category = lc_errcat
         i_main_message   = wa_error
         i_messages       = lt_error
         i_main_object    = wa_object.
    Here while populating the wa_object, the  objtype field should be populated with the object type defined while FEH customization.
    If all these things are done, then this should post the error.
    Regards,
    Abijith

  • Error messages are getting swapped in b/n Idocs

    Hi everybody,
    I am using SAP R/3 6.20.
    I have scheudled a background periodic batch job which automatically reprocesses the error IDocs of the same message type (say M1). It runs every 5 minutes and reprocesses all M1 IDocs in error created on the day the job runs.
    The problem now is, I have noticed that the error messages of these IDocs are getting swapped in between.
    eg:
    The IDoc 1122123 has an error message 'Batch B1 for material M1 does nto exist for Plant P1.'
    The IDoc 1122124 also has this error message, but it is not relevant to this IDoc.
    The Inbound function module (say I-FM1) being used for this is adapted from the standard SAP function module
    IDOC_INPUT_DELVRY.
    The background batch job executes a variant of standard SAP program RBDMANI2. The parallel processing of the IDocs in the RBDMANI2 variant has been set to YES and the Packet size is set to 5.
    I have observed one more thing. The original FM has implemented the SAP Note 817223, which the inbound function module I-FM1 of message type M1 hasn't. Does this impact? I will also addd that all the internal tables are refreshed properly before the start of the function module I-FM1.
    Kindly let me know your views.
    Thanks in advance.

    Hi surya,
    You are saying 1122124 is IDOC numner & its not relevant to this idoc.
    What it means,can u explain??? Actually there will be a chance an IDOC can mapped to N no of documents. This mapping will done through a BADI internally.
    Regards
    KER

  • My messages are getting into my ioads

    all the messages Im getting on my iphone are now duplicating to my Ipad.

    Are the messages your brother is getting being sent via iMessage? (They will have a blue background. Regular incoming text messages have a green background) if so, your brother needs to go to Settings --> Messages --> Send &amp; Receive --> and uncheck your phone number by touching it.
    Hope this helps. (I had the same issue.)

  • Highjump Messages are Getting error response from Peoplesoft

    Hi,
    We are on PT 8.52 and 9.1 PeopleSoft FSCM. We have integration with highjump for our supply chain operations.
    We are getting below error message occasionally on highjump and the message will be sent to PeopleSoft if you resubmit that same message again from HJ.
    A COM error occurred running the execute function in the [XmlLinkSend.XmlSend]
    COM object to process the [XML Send AdvLink Work Queue] event.
    Exception number (0x80040001).
    Return Code (0001).
    Source [XmlLinkSend.XmlSend].
    Description [An er E_04001 O2012101811:00:10.855S
    1SMGR 000
    Any info on why these errors are coming on highjump logs will be appreciated.
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi surya,
    You are saying 1122124 is IDOC numner & its not relevant to this idoc.
    What it means,can u explain??? Actually there will be a chance an IDOC can mapped to N no of documents. This mapping will done through a BADI internally.
    Regards
    KER

  • Since 2009 GL account maintained as OIM but transaction are getting posted

    Hi All,
    we have problem with OIM GL account.   Since 2009 the GL account maintained as OIM but suddenly transactions are  showin  in FBL3n as posted status...
    These transaction does't not appearing in GL clearing tranction F-03,  so that we are unable to clear these tranctions...
    Even i have checked the master data changes history but i did not find the any changes.... since 2009...
    Please help me out from problem......
    Moderator: Don't double post; you have open thread already on this issue

    Hi,
    Please make sure that, all line items posted to this GL till date, are open item managed or not.
    If some of them are open item managed and some are with POSTED status, then there must be some changes took place.
    And also check in GL master, whether the GL is currently set as OIM or not?
    Regards,
    Srinu

  • Raw materials are getting posted to register RG23C

    Dear All,
    Material is created with material type ROH but for some of the materials the excises
    postings are geting posted to RG23C.
    Please give the inputs why this is happening for some material.
    Thanks in advance
    deepti

    Hi,
    I spoke the KU.But he is saying this material is consumables thats why he has maintained it as consumable.But he wants this to be posted to RG23A.
    See I  kept the setting in the J1ID as it is menas as consumable and while doing MIGO I select the material type a RAW material.Then the system will post these entries to RG23A register.But i have no idea where all it will have impact.
    Please give the inputs and explain how the data flows.
    Thanks in advance
    deepti

  • Help - my BlackBerry messages are getting stuck.

    I've used BlackBerry messenger for a while but suddenly my outgoing messages seem to be getting stuck. I get a tick to say they've gone but they don't get delivered straight away. I know it's not a signal problem with the receiving BlackBerry as I've tested that. The messages go through eventually, usually when the other person messages me. Any ideas? Thanks

    I would guess you are experiencing some server slowdown, as I have noticed also in the past day some few messages get the tick mark for a few minutes before the D-delivered appears.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Mail- new messages are not posting

    mail does not post my messages, in all my accounts.

    Hello susan:
    Welcome to Apple discussions.
    Try rebuilding the mailboxes.
    If that does not help, please post more specific information about your problem.
    Barry

  • In the OOTB comments component of CQ5.4, the comments are getting posted after some delay.

    We are currently working on CQ 5.4 and have configured two publish instances with one author. We are also using IIS 7.5 as a dispatcher and load balancer (as there are 2 publish instances). We are using the OOTB comments component. Whenever we are posting a comment in publish, sometimes, the comment is not appearing immediately, we have to refresh the page and then the comment appears(after some delay). This creates the impression that the comment is not posted and hence causes confusion. Is it because we are using 2 publish instances that is causing this delay? Please let us know how can the comments appear immediately without any delay and without explicitly refreshing the page?

    The issue most likely is that you are using two publish servers. Assuming you have the workflows set up for no moderation and immediate availability of the comment then most likely what you are seeing is the impact of reverse replication. When a comment is posted it is stored on one of the publish servers, and then is replicated back to the author server using reverse replication. On the author server a workflow kicks off and the comment is then activated to the publish servers, and dispatcher cache is flushed. Its been a while since I used 5.4 so I am not sure if the comment AJAX is dispatcher cached or not. If the comment AJAX isn't being dispatcher cached then you could set up sticky sessions on your load balancer that is in front of your publish servers and you would probably end up seeing the post immediately. Sticky sessions might not work however if the comment code is checking status - it might actually be waiting for the comment to be replicated back out by the author server - I am not 100% sure. But it should be easy to try the sticky sessions option.
    Most of solutions would involve a customization of the comment functionality. I have a client where we overrode the comment posting actions and then had the JavaScript dynamically add the comment data into the DOM rather than refreshing the page/comment list. This gave the appearance of the comment being immeditely available.

  • Exchange 2013 SP1 server working for several months now messages are getting stuck in drafts folder

    This a small, simple environment. There is a MS Server 2012 R2 server hypervisor with a MS Server 2012 R2 VM running Exchange 2013 patched to SP1.  This server has been deployed into production and passing mail without issues for several months.
    Upon initial deployment, we experienced the issue that many have reported and that has been widely documented where Mail Flow works fine inbound, but outbound will stick in the drafts folder. We resolved the issue by manually configuring the IP Address of
    our internal DNS server (which is an installed role on our hypervisior / base layer server).  The issue was immediately resolved and mail was flowing in both directions without issue.  We later installed SP1 and there was no issue.  Mail has
    been flowing normally all the while.
    Now fast-forward through several weeks of reliable mail delivery... We experienced a power loss and a system shutdown and upon reboot, inbound is working and outbound goes to drafts.  I've confirmed DNS Lookup settings in ECP still points to our internal
    server as previously configured.  Both servers have internet access, NSLOOKUP returns expected values, and DNS appears to be working normally.  
    I'm not sure if we had an MS Update that installed with the reboot that caused the breakage, if there was a lingering settings change that took effect on reboot, or what is causing the interruption.  I'm looking for some fresh ideas on where to look
    for answers, and all the information available on the drafts folder issue points to DNS settings that have already been put in place.  
    Any constructive ideas are welcome!   Thanks in advance. 
    David

    Amit,
    Long story short, I'm not sure how or why, but there were a few automatic services that were not starting "automatically."  I'm used to seeing some services that are triggered by the application to start and stop on their own, so I didn't necessarily
    panic when there were a few automatic services that were stopped..
    However, The MS Exchange Health Manager, and the Mailbox Submission services weren't running.  After manually starting the services my drafts folder emptied and we are back in business.. Maybe not "innovative" as you said, but it certainly put us on
    the right track.  We were looking so hard at DNS because of all the reported cases of "stuck in drafts" being related to DNS, we totally overlooked the obvious, so THANKS!
    Now the only question is, what stopped the services and why did they not restart automatically??  

  • Files are not getting posted in destination directory,how to trace in XI

    Hi,
    our scenario is proxy to file.
    We are posting files of .TRG and .DAT format in destination directory.Due to less space in destination directory, files only .TRG files are getting posted but .DAT are not getting posted.but i have checked in XI system SXMB_MONI,no error message is coming.message is getting processed successfully.
    why it is not visible and to monitor that files are not saved at the destination.
    Is this normal with XI that we can not see of files are really saved?

    Hi,
    > it should generate two files as per scenario but only one file is getting generated due to less space,
    NO.
    If  No  Space, The error will pops  out  in RWB  .
    Check the directory of the File Adapter  you are using
    Regards
    Agasthuri Doss

Maybe you are looking for

  • Installation on new hard drive

    I have a G4 Quicksilver that had a mechanical failure in the hard drive, so I had a new one installed. I have all of the original installation disks: OS 9.2.1, OS 10.1, displays software, and software restore (4 of them). I don't really need OS 9 (co

  • How do I get pages 5.2 to automatically update the date - use 10.9.2

    How do I get pages 5.2 to automatically update the date in my documents - before the update I could do this. Does anybody have the knowledge or a workaround. If not I will dump pages 5.2 and use my old version!!! this feature is important for any and

  • Urgent: Issue with variable exit

    Hi All, We are having a requirement where in we need to populate the value of calday as the first day of the month that the user selects in the variable. For that, this is what i did: 1. Created a variable for 0CALDAY as ZDAT1 and made it as "Process

  • Socket communication between client and server

    Hi all, I am doing an assignment for communication between java client and java server using sockets. This communication is in the form of XML documents. I am facing a problem in this communication. Actually at Server side I'm creating an XML documen

  • I lose the number of a iTunes gift card when I scratch it!

    Can I recover my code for a damash  itunes gift card?