Queue blocked at the receiver side

Gurus,
    I have worked on one  scenario i.e  file to RFC.My sender is MDM and receiver is BW.Data is easily passing through PI but it's in scheduled status  at the BW side.For 500 records,its passing successfully and we can see the output at the BW reports but when we are passing 10K records,its coming in scheduled status i mean the messagae flag is in Green color(sceduled status).I have checked in the Tx SMQR  also.Some queues are blocked but its status shows  "Running".I can not see any error also.
        Can anyone please suggest some way out.
Warm Regards
Veeru

Hi Veeru,
Please try this one
I think there is some issue with the Idoc at R/3 side , R/3 may not release the confirmation idoc to bw server, you or some one from Basis team can manually u2018Processu2019 these idocs at R/3 system then bw loads will process further.
User BD87 t-code and select the yellow request, drill down to end and  right click on that and select process option. It will then release Idocs.
Check SM58 : check if the IDocs are stucked up on the t-rfc queue. If so, you can right click and choose Execute LUW to release them.
Please me know if this is doesn't work for you
Cheers
Sukhi

Similar Messages

  • Amplitude is not changing on the receiver side

    I am trying to transmit square wave using USRP 2920. If I change the amplitude of square wave in Tx file from 1 to lets say 100. The Tx waveform shows that it is changed but on the receiver side there is no change in the amplitude. Can any body look at my files and guide me why I am not able to see increase in amplitude on Rx file when I increase the amplitude of Square wave on Tx file
    Note: I am generating a randon number between 0 to 1. If random no. is greater than 0.5 then the amplitude is 1 or higher but if the random no. is less than 0.5 amplitude will be zero.
    Thanks 
    JK
    Attachments:
    TX.vi ‏23 KB
    RX.vi ‏34 KB

    Your not going to get a clean squarewave back on the receive side. The USRP uses a local oscillator (LO) so anything it reads will be interpreted as sinusoidal in nature. This is evedent in the screen shots in the attached .zip folder. 
    To address your voltage question, assuming your antenna is terminated with a characteristic impedance of 50 Ohms (Zo) and the max power of 100 mW, Power = (approximately) Voltage^2 / Zo
    Therefore Voltage = ( Power * Zo ) ^ (1/2) = 2.2 Volts approximately. 
    What is your overall application? Why are you concerned about the voltage? What are you testing?
    Brad S.
    Application Engineering
    National Instruments
    Attachments:
    USRP.zip ‏216 KB

  • Part of sender File name at the receiver side?

    Hello All,
    My requirement is like this.
    iam picking the file from FTP server and place the file in another FTP server with out mapping.
    I need to use part of sender file name to create the receiver side along with current date.
    for example.
    sender side file name : LM01000008.txt
    recevier side file name need to generate : LM01dd/mm/yyyy
    Please let me know how to achive this.
    i tried with the blog given below, but partial file name is not possible with that blog.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417100)ID0229698450DB11989196758750510369End?blog=/pub/wlg/6400
    Thanks and Regards,
    chinna

    Hi Chinna,
    Use this code
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    SimpleDateFormat dateformat = new SimpleDateFormat("yyyyMMdd");
    String timestamp = dateformat.format(new Date());
    String newfilename=fileName+timestamp+".txt";
    // change to new file name
    conf.put(key, newfilename);
    return "";
    Regards
    Suraj

  • How to Get the Source File Path in the Receiver Side

    Hi Experts,
    Here We are Trying to Do How to Get the Sender Information ( File Name & Path ) on the Receiver Side .
    According to the Michal Blog
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Here we Are Able to Get only the File Name.
    But If I Want to get the Total File  Path Also means What Should I Do Here ????
    Please Let Me Know
    Regards
    Khanna

    Khanna,
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey fkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    DynamicConfigurationKey dkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","Directory");
    String fname = conf.get(fkey);
    Sring path = conf.get(dkey);
    String final=fname""path;
    return ""final"";
    Best regards,
    raj.

  • There is a possibility for the iphone 5 block to the receiving sms from a particular nr?

    there is a possibility for the iphone 5 block to the receiving sms from a particular nr?

    First of all Tranks for your fast answer. My Provider isn't able to stop this ( DE ). Is there an App which can stop theese ?
    I trieb Blackouts, but it doesn't work in the Way i want

  • Sending an idoc to 1 the of the 2 idocs in the receiver side based on field

    Hi,
    Am having 1 idoc in sender side SHPMNT05 and 2 idocs in receiver side DELVRY05 and VEHCLE01.
    My requirement is to send data to DELVRY05 only when one field in SHPMNT05 is having space in it
    and to VEHCLE01 only if having Vehicle no in that particular field.
    And to populate DELVRY05,
    Need to call a FM with Delivery no and del item details.
    Function module has to determine based on the FS scenarios, whether to change the delivery, split the delivery (Create new delivery) based on the reason code.
    Take the return values from RFC function module and populate DELVRY05 idoc.
    Using conditional operator on that particular field we can map it to root nodes of the idocs and do mapping, i think.
    But How can i call a func module for populatng del05.
    Help me firends.
    Thanks,
    Ravi.

    You may perform RFC lookup in your mapping to call the function module. Make sure that your function module is remote enabled.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439
    Regards,
    Prateek

  • File Content Conversion on the Receiving side

    Is there a way in which if I want a Pipe Delimited File as a result, after the last field also I get a pipe with next record starting in the next line.

    Hi,
    For | (Pipe), use corresponding hex code as fieldSeparator i.e. 0x7C as fieldSeparator.
    For FCC on receiver side refer -
    [Simple FCC|http://www.riyaz.net/blog/index.php/2008/02/19/xipi-file-content-conversion-for-simple-structure/], [Complex FCC|http://www.riyaz.net/blog/index.php/2008/02/20/xipi-file-content-conversion-for-complex-structures/]
    For separotor at the end of line you can try using a dummy field or use combination of pipe and newline i.e. '0x7C' and '0x0D' (stands for carriage return) or 'nl' as endSeparator
    Edit: You might consider using 'nl' as beginSeparator parameter and 0x7C as endSeparator. This will do the trick. However, this would add a blank line in the beginning of the file.
    Hope this helps.
    Regards,
    Riyaz
    Edited by: Riyaz Sayyad on Aug 21, 2008 3:00 PM

  • File content Conversion in j2se at the receiver side

    Hi ,
    I need to do a file content conversion using j2se adapter at the recevier side.
    my structure is something like
    <name>
        <name1>
        <name2>
    </name>
    <address>
         <address1>
         <address2>
    </address>
    and the output should be like
    #tname1$name2
    #sadress1.address2
    Please do the needfull
    Thanks & Regards,
    Hamsa

    Hi Hamsa,
    #tname1$name2
    #sadress1.address2
    Lot of # and $, so can you paste the FCC parameters that you have tried in the File adapter?
    In j2se also we can use the same. If you are not sure on how to use, paste the FCC parameter here and someone will be able to make the J2SE version out of it
    Regards
    Suraj

  • Reg. the Message Splitting on the Receiver side.

    Hi,
           We are getting a Docuement/Message from a EDI partner. we need to split that doc. to send some of the data to the CRM system and rest of the data to the R3 system from the same EDI Doc. so is it possible to map the same EDI doc. to differnt systems like R3 and CRM? if  so then how do we do that?? we are using standard IDOCs in both R3 and CRM side.
    I would be very much tankful to you if you could give me a suggestion.
    Murthy

    Narasimha,
    Please correct me if i'm wrong. Your part of EDI document outbound message has to be reached R/3 System , and another part of EDI document outbound message has to be reached CRM System am I right?
    If yes then u need to define the following objects.
    2 Mapping programs.
    Mapping program1 --EDI to R/3 (Map the necessary fields)
    Mapping program2 - EDI to CRM(Map the necessary fields)
    In ID :
    Your outbound interface is same its EDI
    so while defining Receiver determination configure with two receivers(CRM, R/3 -with no conditions).
    Interface determination1 - as ususal choose inbound interface as R/3 (IDOC message type) and the corresponding Mapping Program1 as mentioned above.
    Interface determination2 - as ususal choose inbound interface as CRM (IDOC message type) and the corresponding Mapping Program2 as mentioned above.
    So if you look the objects in ID, it must have
    1 Receiver determination - with 2 configured receivers.
    2 Interface determination
    2 Receiver agreement.
    If you have any doubts reply back.
    Best regards,
    raj.

  • Problem with File Content Converion at the Receiver Side

    Hello
        I have an xml file which is in this format.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:OUTPUT_ITALY_FORMAT_TYPE xmlns:ns0="urn:sli-payment-files:prototype">
       <FEBRITRH>
          <Filler/>
          <RH/>
          <ABI_Code/>
          <SIA_Code>65318</SIA_Code>
          <Creation_Date/>
          <File_Identifier/>
          <Filler1/>
          <Application_Center/>
       </FEBRITRH>
       <FEBRIT61>
          <Filler/>
          <SixtyOne/>
          <Accnt_Number>0000001</Accnt_Number>
          <Filler1/>
          <Blank/>
          <Number/>
          <Description/>
          <Accnt_Code/>
          <Bank_DIgit/>
          <ABI_Code>06230</ABI_Code>
          <Bank_Number>01653</Bank_Number>
          <Bank_accnt>000043185249</Bank_accnt>
          <Currency_code>EUR</Currency_code>
          <Accnt_date>030204</Accnt_date>
          <Constant/>
          <Amnt/>
          <Filler2/>
          <FEBRIT62>
             <Filler/>
             <Constant/>
             <Accnt_number>0000001</Accnt_number>
             <Record_number>1</Record_number>
             <Value_date>040204</Value_date>
             <Posting_Date>030204</Posting_Date>
             <Constant1>C</Constant1>
             <Amnt>0000000000471.58</Amnt>
             <Transaction_Code>Z2</Transaction_Code>
             <Bank_Code>Z1</Bank_Code>
             <Blank/>
             <Reference_Number>2535394</Reference_Number>
             <Reference>86</Reference>
             <Additional_reference>VERS.***.IST./SU PIAZZA/CIRCOLARI/</Additional_reference>
          </FEBRIT62>
          <FEBRIT63>
             <Filler/>
             <Constant/>
             <Accnt_Number/>
             <Record_Number/>
             <Text>POSTALI/TURIST</Text>
          </FEBRIT63>
          </FEBRIT61>     
          <FEBRIT64>
          <Filler/>
          <Constant/>
          <Accnt_Number/>
          <Currency_code/>
          <Accntg_Date/>
          <Constant1>C</Constant1>
          <Amnt>0000000000471.58</Amnt>
          <Constant2/>
          <Cash_balance/>
          <Filler1/>
          <Balance/>
       </FEBRIT64>
         <FEBRITEF>
          <FEBRITEF_1/>
          <FEBRITEF_2/>
          <FEBRITEF_3/>
          <FEBRITEF_4/>
          <FEBRITEF_5/>
          <FEBRITEF_6/>
          <FEBRITEF_7/>
          <FEBRITEF_8/>
          <FEBRITEF_9/>
          <FEBRITEF_10/>
          <FEBRITEF_11/>
          <FEBRITEF_12/>
       </FEBRITEF>
    </ns0:OUTPUT_ITALY_FORMAT_TYPE>
    Now i need to convert the above file into a text file when i get the o/p in xml format. I have tried using file content conversion but i am not able to get the solution right. Could anyone let me know as to how should i specify the recordset structure parameters if i need a comma between the fields in each of the structures.Also if u could let me know the other important parameters it could be of great help.
    Thanks and Regards
    Sharat

    Hi Sharat,
    Your File format is like
    Source Message Type
    | - FEBRITRH
    | - | - field1..
    | - | - field2.. etc
    | - FEBRIT61
    | - | - field1..
    | - | - field2.. etc
    | - FEBRIT64
    | - | - field1..
    | - | - field2.. etc
    | - FEBRITEF
    | - | - field1..
    | - | - field2.. etc
    Create a Target Message Type like
    Target Message Type
    | - Recordset
    | - | - FEBRITRH
    | - | - | - field1..
    | - | - | - field2.. etc
    | - | - FEBRIT61
    | - | - | - field1..
    | - | - | - field2.. etc
    | - | - FEBRIT64
    | - | - | - field1..
    | - | - | - field2.. etc
    | - | - FEBRITEF
    | - | - | - field1..
    | - | - | - field2.. etc
    Do all your mappings and
    Define a Receiver File Adapter with Following Configuration
    <b>Message Protocol</b> – File Content Conversion
    <b>Content Conversion Parameter</b>
    <b>Recordset Structure</b> – Recordset, FEBRITRH, FEBRIT61, FEBRIT64, FEBRITEF
    Name value pair would be
    Recordset.endSeparator – ‘nl’
    FEBRITRH.fieldNames – field1,field2
    FEBRITRH.fieldSeparator - , (or | )
    FEBRIT61.fieldNames – field1,field2
    FEBRIT61.fieldSeparator - , (or | )
    FEBRIT64.fieldNames – field1,field2
    FEBRIT64.fieldSeparator - , (or | )
    FEBRITEF.fieldNames – field1,field2
    FEBRITEF.fieldSeparator - , (or | )
    Hope this Helps,
    Vijay

  • To create multiple files on the receiver side based on key field

    Hi Gurus,
    My scenario is File to File
    My Source structure is as below
    My File looks like
    My file looks like below
    570774          11/26/2008 8:12     6296     xxxxxxx     985-399-5157     1153 Teche Road     Morgan City     United States     Lori Eisenman     Louisiana     70380     0          1153 Teche Road     Morgan City     United States     Lori Eisenman     Louisiana     70380     303     101400100000     3365440332522     ELLE YVES SAINT LAURENT Eau de Parfum Spray          2                    61     78     156     184     184     0
    570774          11/26/2008 8:12     6296     xxxxxxx     985-399-5157     1153 Teche Road     Morgan City     United States     Lori Eisenman     Louisiana     70380               1153 Teche Road     Morgan City     United States     Lori Eisenman     Louisiana     70380     376     106074700JP0     3365440347229     GOLDEN GLOSS N° 27Shimmering Lip Gloss          1                    28     28     28               0
    570775          11/26/2008 8:15     6296     xxxxxxx     985-399-5157     1153 Teche Road     Morgan City     United States     Lori Eisenman     Louisiana     70380     7          1153 Teche Road     Morgan City     United States     Lori Eisenman     Louisiana     70380     284     9000400000     3365440316546     L'HOMME  Eau de Toilette Spray          1                    53     53     53     60     60     0
    for each new order number(key field ex: 570774) a new xml file to be created , from the above example 2 xml files sholud be created(one for 570774 and the other for 570775)
    How can i acheive this functionality?
    Please help me on this, Thanks in advance
    Regards
    Srinivas

    Hi Srinivas,
                   map the key field to the parent record of the target field. Use the split by value and change the source key field level to higher one so that the all occurences of the key field are occuring. The mapping will be like this;
    Source Key Field (change to higher level) --> Spli by value --> Filename creation UDF --> Target header field.
    Try this.
    Regards,
    Murugavel.

  • How to archive file on the receiver side using file adapter

    Hi All,
              In our company we have many file to file scenarios some of them for B2B communication. We want to archive all the files that are sent from vendor to our company. Is there a way of archiving the orignal files being sent by the vendors?
    Regards,
    Xier
    Message was edited by:
            XIer

    hey
    >>we want to archive the files before they are processed by XI, i.e the way the sender adapter picks it up.
    well if the files are not picked up by XI then they will stay in the sender directory then why do u want to archive them and create a duplicate copy.
    files are archived when they are picked by sender file adapter so that in future if we have any issue in message transfer we can resend them,simple set the mode as archive in the sender CC.
    Thanx
    Aamir

  • File Content Conversion at the receiver side

    Hello All,
    I have a field which has to be truncated at 50th character. What content conversion parameters do I need to add ...?!?!?
    Thanks,
    Smita

    Hi Smita,
    As understood by your question you want a target field to be of 50 character,
    either you can apply substring function in your mapping to that target node.
    It would be much more clear if you mention hows your source file structure is it fixed length or delimiter separated, if it fixedlength file you can apply this parameter in Content conversion <b>fixedLengthTooShortHandling</b> with value <b>Cut</b> nad mention your required length.
    Rewards point if it is helpful,
    Thanks
    Anu Singhal

  • How to get the information of the framerate and bitrate in receiving side

    Hi,
    I want to know if anyone here know how to get the frame rate and the bit rate statistic on the receiving side.
    I know that it will be displayed on the info panel with the control component, but actually where can I obtain the stats into my program instead of reading by my eye.
    Thanks for helping me.
    Best regards
    Ferdinand

    Hi Raju,
    It's basu here,
    I used TADIR and TRDIR Tables , But There is no modified Information.
    Means, Suppose if i modified any customized object , i want that information also in the Report.
    Please Help me on this.
    Thanks
    Basu
    Message was edited by:
            karibasavakm Kumbargiri Math

  • Problem when trying the Stored Procedures in JDBC receiver side

    Hi,
    I am facing some problem when i am trying to configure a scenario in the receiver side of JDBC adpater.
    We have never got stored procedures to work as messages go in 'Delivering'   status always. It's as if control never gets back to the adapter engine after the stored procedure call is made by the JDBC adapter. Then I went to checkt in the IE where the message has successfuly sent. Then I went to check
    in AE where the message is in "Delivering" state for long time.
    So checked the Default trace File and Thread dumps.
    In Thread dumps, i found a strange thing like one thread is hanging on condition wait at the below location :
      at java/lang/StringCoding.getEncoder(StringCoding.java:331(Compiled Code))
      at java/lang/StringCoding.encode(StringCoding.java:472(Compiled Code))
      at java/lang/String.getBytes(String.java:651(Compiled Code))
      at com/sap/aii/adapter/jdbc/SAXHandler.constructResponseStream(xml2sql.java:841(Compiled Code))
      at com/sap/aii/adapter/jdbc/SAXHandler.SQLcallStmt(xml2sql.java:988)
    Can you please help me in solving this issue as it is very critical to me ?
    Thanks,
    Prakash.

    Dear Prakash,
       There are number of reasons for SAX error. May be structure is not well defined, statement is not written correctly. These following links help you to solve your issue.
         SQL Queries(JDBC sendor CC)
         Oracle DB - XI - SQL DB
         JDBC Scenerio.
    Regards,
    JP.

Maybe you are looking for

  • Android running Adobe Reader can't view PDF

    My Android running Adobe Reader can't view Adobe PDF attachments that someone has emailed me through Exchange Server. I can, however, read the same PDF attachments if I receive said PDFs in my Gmail account. Please advise. Thanks, Jonathan Smith

  • Data not saving in Custom Infotype

    Dear Experts, I have created a custom infotype, 9003, for this I creates a structure ps9003. And I have to create a primary key field in my infotype, so I added a field in PA9003 as key field. Now this key field was not coming in the infotype screen,

  • Error 10240 when running applicatio​n

    Trying to run a 5.1 application using NiDaq 7.0/Labview 7.0 and get a NiDaq error 10240. How can I resolve this?

  • IWeb 3.01 Google Adsense

    Hi: I have an Adsense account but I get the ads, when I publish iWeb content it does with the google code needed. iWeb tells me I have correctly configured my Adsense account. In his day working, which is not that I could change or if I reset or dele

  • Error message: The iTunes Library file cannot be saved. An unknown error occurred (-54).

    I opened iTunes and downloaded 2 songs from http://www.reverbnation.com. Shortly after I started getting this error message: The iTunes Library file cannot be saved. An unknown error occurred (-54). Anyone dealt with this before?