How to send TRFC calls sequentially in BPM

Hello Everyone,
I had a File to  IDOC scenario(BW) where, 90 MB of file was failing.
However, i have designed the split first and then i used BPM and its working fine for 50 MB.
But then, again when i test with 90 MB data then BW EDIDC tale is getting error with "LOCK TABLE WORKFLOW"
So, i want to know that how can i send the TRFc Calls sequentially so that every 10000 records goes one after the Other and not at one time.
Shall i put WAIT in BPM ?
Regards,
Ravi

hi,
>>>TRFc Calls sequentially
TRFC is never sequential (only qRFC)
>>>Shall i put WAIT in BPM ?
what if the BPM will crash ? what if the ccBPM will send the data and R3 will crach and will not receive it ?
then after restarting of ECC - idocs will not be delivered in the correct order
BTW
using ccBPM for sequencing is one of the worse ideas in PI architecture - sorry
>>>But then, again when i test with 90 MB data then BW EDIDC tale is getting error with "LOCK TABLE WORKFLOW"
we're doing 2 Gb and not having this so why don't just increase the parameter on BW ?
Regards,
Michal Krawczyk

Similar Messages

  • How to send JMS Message from a BPM Process

    Hi All
    I have small query regarding sending JMS Message from a bpm process. Is it possible to send JMS message from one bpm process to another bpm process.
    I have a scenario in which I need to send a JMS message to a queue where another process is listening on that queue and as soon as the message is received on the queue the process instance is created.
    I know how to listen for the JMS message on the queue, but I don't how to send a JMS message from a process.
    Also Can I create process by sending the Notification to the process instead of a JMS message. But the process to be created is not a subprocess i.e. Can notification be send accross different processes.
    Any information or example in this regard would be helpful.
    Thanks in advance
    Edited by: user9945154 on Apr 22, 2009 7:46 PM

    Hi,
    Here's one approach to sending JMS messages from an Oracle BPM process. If you're doing this just to send a message into another process, do not take this approach. It's far easier and quicker if you do this using the OOTB "send notification" logic.
    These steps describe how to do this using WebLogic. The steps would be different if you're using another ap server / JMS provider.
    1. Guessing you've already done this, but first expose the two required WebLogic jar files for JMS messaging as Java components in the External Resources. The two files for WebLogic are weblogic.jar and wljmsclient.jar” (located in the < WebLogic home directory > /weblogic/server/lib” directory).
    AquaLogic BPM JMS Queue Listener for WebLogic 8.1
    2. You've probably already done this, but add an External Resource to represent the J2EE container:
    • Name: “weblogicJ2EE” - this is important and will be used in the next step
    • Supported Type: “GENERIC_J2EE”
    • Initial Context Factory: “weblogic.jndi.WLInitialContextFactory”
    • URL: “t3://localhost:7001”
    • Principal: and Credentials: whatever userid and password you defined to access theWebLogic administrative console.
    3. Create the External Resource that represents the send queue configuration. In this example, I'm calling it “WebLogic Send Queue”. This is important - remember what you named it because you will use this name in the logic that sends the JMS message. This new External Resource is configured as:
    • J2EE: “weblogicJ2EE” (same name as the second External Resource you created)
    • Destination Type: “QUEUE”
    • Lookup Name: “weblogic.examples.jms.exampleQueue”
    • Connection Factory Lookup Name: “weblogic.examples.jms.QueueConnectionFactory”
    4. Here's the logic to send a Message to the Queue
    <pre class="jive-pre"><p />msg as String = "Hello World"
    jmsMsg as Fuego.Msg.JmsMessage
    msg = "<?xml version=\"1.0\"?><Msg>" + msg + "</Msg></xml>"
    jmsMsg = JmsMessage(type : JmsMessageType.TEXT)
    jmsMsg.textValue = msg
    sendMessage DynamicJMS
    using configuration = "WebLogic Send Queue",
    message = jmsMsg</pre>
    Note that the “sendMessage” method uses the configuration parameter “WebLogic Send Queue”. You previously created a JMS messaging service External Resource with this name in the third step.
    Again, please don't go this route if you're just using it to send notifications between processes,
    Dan

  • How to send FaceTime calls

    i am having trouble sending factime calls because i dont know how, can u help me?

    Just launch Factime and type in the persons phone number. If they have facetime it will ring and they can accept or not.
    Actually from your addressbook list on the right, so you just click on their phone number.

  • How do send to call on Infoview programated parameters did Crystal Reports

    Hi
    I created some reports in Crystal Reports 2008 that have parameters, these reports function fine, but when I try to view them on Infoview, my reports still appear all the information without requiring all the program parameters.I have done the following steps to try solve that, but the problem contnues:
    1. connect to the Central Management Console (CMC)
    2. open the properties of my report
    3. expand Default Settings and click on Parameters link
    4. I checked "Prompt when viewing"
    I´m using Business Objects 13 and Crystal Reports 2008
    Do you have another solution?
    Thanks in advance

    Hi,
    please open the report in the CR designer und go to File. Unselect there the Save data with report option and save the report again in the BOBJ repository.
    Regards,
    Stratos

  • How to initiate the call JDBC_Sender adapter from BPM?

    Hello,
    I have a periodicall proccess in BPM. After receiving some message in BPM  I check some fileds of the message.If condition is true I need to initiate SQL request to external DB, to receive the message and send it after transformating to SAP.
    How to initiate the call JDBC_Sender adapter from BPM? As I understand I need to use JDBC Sender adapter and once.
    How to construct the correct BPM?
    Thank You

    the message comes into BPM. You check for some conditions and if true use a send step (Sync) that would query into DB table and as a reponse retrieve the related data. After the send sync step have the transformation step and another send step to SAP.
    U would not configure sender jdbc but u wud need to config for recv jdbc. this wuld service the request and in response return the set of data from the table
    Message was edited by:
            Prabhu  S

  • How to send status message in SOAP to IDOC scenerio without BPM

    Hi,
    I have a SOAP to IDOC scenerio in which we require to send the status message back to user from XI that " IDOC has been sent successfully to SAP system"
    We do not want to use BPM bacause of performance issues.
    Can you please help me how to achieve this synchronous response without BPM.
    Note: We require the status message from XI that the IDOC has been successfully posted to WESAP system

    Idoc only support async behaviour. U can't get the Idoc response as per ur requirement without BPM.
    Better to go for abap proxy or RFC.
    Or u may get the ack till XI.
    Regards,
    Prateek

  • How to send a pdf file via http call

    Hi Experts,
    Please try to think on how you would send a file like a pdf file via the http call. You might need to convert the pdf in a character string which can be sent via http. The character string then might need to  get converted back into a pdf and saved in a file. Read through the Archive Link API guide to see how they send the body of a file.
    Please it is urgent......
    Thanks
    Basu

    so you want to push the PDF file over http to external system.
    where is pdf file stored.
    for examle if its in the clients desktop, you can use gui_upload to upload to internal tabble (type BIN) then use FM SCMS_BINARY_TO_XSTRING to conver the binary table to type string.
    then use cl_http_client class to push the file to the destination.

  • HT4515 I have a 3GS and would like to know how to automatically send a call to voicemail on my other phone I can just reject answer and it would go to voicemail how do I do it on this phone

    I have a 3GS and would like to know how to auomatically send a call to voicemail when it starts ringing in my old phone I could put them on the reject list but cannot located that here is it possible?  If so how?

    Press the on/off button once to silence the call and twice to reject it and send to voicemail.

  • How do I disable call waiting when sending a FAX on a Photosmart C410a All-in-One?

    When sending a FAX from my computer, I added *70 to the dialing prefix to disable Call Waiting.  The problem appears to be that either my C410a does not recognize the * or perhaps I must add a pause after the *70.  The user guide says to hit the up arrow to insert a pause but I think that might only work for FAXes that are dialed from the All-in-One, not the computer.  In another place in the User Guide, it instructs to hit asterisk twice ** to get a pause.  When dialing from the computer, if I hit ** I get ** not a pause.  (I use Comcast and they do not give a new dial tone after hitting *70 so I don't think the pause is necessary.)
    If I remove the *70 from the dialing sequence on the computer, the FAX goes right through but a Call Waiting signal might stop the FAX.
    Anyone know how to include *70 for computer dialing?

    Hello LCHutton, I hope you are well
    I read your post about your attempts to disable call waiting when sending a fax. I would suggest looking in the fax menu on the printer and turning off the ECM (Error Correction Mode), and also changing the Fax Speed to slow.
    I hope either of those steps help you!
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see what their options are for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions: click here.
    Also, I have found this thread that is related to your scenario that might help you!
    How do I disable call waiting
    Have a great weekend
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • When I accept or send a call on FaceTime, it does not connect. It will just hang up the call, how do I fix this?

    when I accept or send a call on FaceTime on my macbook pro, it does not connect. It will just hang up the call, how do I fix this?
    This has been going on since about June. It is annoying that I cannot use FaceTime on my computer. I then switch to using my phone or iPad, which work perfectly fine. It is just specifically my computer. Help Please

    when I accept or send a call on FaceTime on my macbook pro, it does not connect. It will just hang up the call, how do I fix this?
    This has been going on since about June. It is annoying that I cannot use FaceTime on my computer. I then switch to using my phone or iPad, which work perfectly fine. It is just specifically my computer. Help Please

  • How do I send a call directly to voicemail every time a specific number calls me?

    I want to be able to have voicemail directly intercept calls from one specific number and I can't figure out how to do this. It was super simple on my old Android phone. You simply selected which numbers you wanted to add to your blocked call list and they went directly to voicemail. How can I do this on my iPhone?

    There is no blocked call listing for the iPhone. True call blocking is only handled at the carrier level. Even as you describe the Android solution sends the call to voicemail, not actually blocking it. Check with your carrier and see if they provide blocking services. Most charge a fee for this service. A workaround similar to what you describe for the Andriod phone is setting a custom silent ringtone for the selected contact and thus you would not notice the phone ringing and the call would go to voicemail without any input from you. The only other solution is to press the sleep/wake button and that silences the ring and the call will go to voicemail, or press it twice and it goes straight to voicemail.

  • IPhone 4 cannot send/recieve calls/texts but is still able to connect to the internet. What is wrong with the phone and how do I fix it?

    A friend of mine has an iPhone4 (not 4s) and she has been dropping it when she was drunk. She also lost it for nearly a week and it got handed back to her, luckily. She blocked the phone after she lost it so that other's couldn't use her contract (which is paid by her father). When she received the phone back, she asked O2 to unblock it an they gave her a new sim card and asked her to wait 24 hours. It started working again, for about a day, where she could receive and send texts/calls and Internet - the lot! But after that day, she can no longer get any signal on her phone to send or receive calls or texts. We have tried putting the sim card in another phone to see if that was the problem, but it worked fine with full signal, so we're guessing that O2 aren't the problem. I'm guessing that it is the phone but I'm not sure whether it's a hardware issue or software. We've recently installed the new iOS5 today and it still doesn't work correctly. Do you think that some hardware needs to be replaced? I was wondering if anyone knew if the phone signal and 3G signal run on the same antena or different ones in the 4S?
    Thank you for your time and help in advance. Any help/knowledge will be much appreatiated.

    oh my god, i can't believe i am having the exact same situation as yours. i lost my phone for about 2 weeks and got it back. when it was lost I asked O2 to block it and later I asked them to unblock it after I got my phone back. My internet seems to be working fine, but I cant receive or make calls. I went to apple store to tell them about that, they did a factory setting, but still can't get it working and later told me that its not the phone's fault but O2's fault because I could see the O2 on top, with no any bars and she assumed that i would not have been able to see the O2 written on top if it wasn't O2 fault. I told them that I can use the internet from O2 however, but in reply she asked me to show the internet (i still wonder what she meant by that), I tried to explain that the internet is from my data plan, but no... she insisted me on showing the internet, i wonder what exactly did she wanted to prove by that. Or maybe she was in a hurry to get home, because it was almost at the end of the day. Anyway I have changed my sim and it seems to be working fine on another phone, but its the same problem in my iphone 4. I haven't been able to use my phone for more than a month now and its really frustating. I have booked another appointment with apple day after tomorrow, just hoping for the best now

  • R/3 - XI Idoc Collection Based On Same tRFC Call

    We have solution where RSEOUT00 sends idocs out in one tRFC call to a system running Mercator.  These idocs represent 1 transaction if you will, and are then mapped into 1 outbound file.
    I am trying to figure out what the best option to do this in XI is.  The requirement is to not collect based on a deadline, but to collect based on the chunk of idocs that were released online by the user in the same RSEOUT00 transaction.
    Is this possible or any suggestions to accomplish this?  I do have the flexibility to customize RSEOUT00 (its already custom actually) and have been toying with the idea of sending another message that is an "all are sent" or even something like a control message with a listing of all of the idoc numbers that belong to that group, but have yet to come up with a design that I'm comfortable with as the idocs are all sent asynchronously thorugh tRFC.
    Thanks
    Peter

    Hi Peter,
    If we can check the TID of the IDOC then that make your job easy..is it not ?
    Because all the IDOCs send in one tRFC call will have the same TID..
    Now i am trying to see what is the best way to get that...i checked standard context objects given by SAP ..it doesnot have this TID :(...
    I have suggestion ..this will work for sure...however it maynot be the most optimal one...
    In the BPM where you are collecting IDOCs...after the recieve..have a mapping from IDOC to a dummy message which will basically return TID....now this mapping should be an ABAP mapping ...now from the ABAP code...query the IDXSNDPOR table and get the TID for the current IDOC and return it..
    Back in the BPM, check if this is a new TID or not...if it is new..we can bundle it and stop the collection...
    if we have a better way to get the TID.....we can make this better...
    Thanks.

  • Using RFC adapter as TRFC call

    Hi Folks,
        My requirement is to use the RFC adapter as a TRFC call. Can anyone guide me how to do that ?
    Regards,
       Santosh

    Hi,
       Is your RFC at the sender side or at the receiving side?
    If it is at sender side, you can call the rfc function module in UPADTE task .
    Sample Code:
    CALL FUNCTION <FM Name> IN UPDATE TASK EXPORTING ......
    If it is at receiver side, you can specify the QoS as EO(Exactly once in the sender adapter)
    Re: How to make an asynchronous RFC call using the receiver RFC adapter?
    Regards,
    Ravi Kanth Talagana

  • How to send a file from FTP to external server

    My requirement is to send a file from FTP to D3(External) server.
    Now I am able to store the file in Appln server.
    I want to send the file created by the program thru FTP to D3 server.
    I know the username,Password,HostID,RFC destination details.
    How to send the file from FTP to D3.
    If u have any program,Plz send it...
    I dont want the function modules name...I want the example code ....
    Thanks in advance.

    Hi Sumi,
    You could do it so that you create a .bat or .cmd script to your server which does your ftp transfer.
    To do this you must use sm69 to create a external operating system command which you can call from FM SXPG_COMMAND_EXECUTE. To SXPG_COMMAND_EXECUTE you the file you need to transfer as a parameter.
    What happens is that your abap program passes the file to windows batch script (.bat .cmd) which will then do the transfer for you.
    Here's a sample of ftp-script for windows:
    echo open IP_ADDRESS_TO_YOUR_SERVER > c:zftp_transfer.ftp
    echo USERNAME>> c:zftp_transfer.ftp
    echo PASSWORD>> c:zftp_transfer.ftp
    echo put YOUR_FILE>> c:zftp_transfer.ftp
    echo quit>> c:zftp_transfer.ftp
    ftp -s:c:zftp_transfer.ftp
    also take a look here for more details:
    http://support.microsoft.com/?kbid=96269
    Ok, this might be a bit trivial but if your server is unix/aix etc.. Instead of using batch script you must do a shell script.
    Regards,
    Ville

Maybe you are looking for

  • Best practice for Development - any advice?

    We are fairly new to WebLogic/Java development. We are using 6.1. We are coding an application, which uses EJBs, JSPs, etc following the M-V-C model. We have about 10 developers working on various bits of the system. Some have WebLogic/Visual Cafe in

  • Adobe After Effect CC 2014 on Mac Pro 2013 and Performance

    Hi everyone. I'm planning to jump from my Mac Mini 2011 to some Mac Pro (cylinder) - 4 core or maybe 6 core and I'd like to know from someone who got experience with Ae and rendering/previewing or how smooth work it is on Mac Pro? I can't find any de

  • Remove yahoo toolbar

    i have NO option on my screen that included the word "edit". i have no option on my screen that allows any choice of toolbars EXCEPT to add more useless apps to a toolbar i don't want in the first. the ONLY place on my screen that shows the word "edi

  • Convert one row to multiple rows

    Hi i have a table Calendar_1 with 4 columns and 1 row CREATE TABLE Calendar_1 Sunday CHAR(1), Monday CHAR(1), Tuesday CHAR(1), Wednesday CHAR(1) INSERT INTO Calendar_1 VALUES ('A', 'B', 'C', 'D'); COMMIT; i need to get my output under a single column

  • Access SQL Server data at time of Windows OS Boot Process

    It is possible to access SQL Server data at time of Windows OS Boot Process and before login into Windows. if anybody any idea on this. If you think my suggestion is useful, please rate it as helpful. If it has helped you to resolve the problem, plea