Working of Sync Messages?

Hi All,
I have a question about the working of Sync Messages in XI.
My scenario is file(async) to rfc(sync) to file(async).
Situation 1)
There are say 10 files. Each file is dropped in the input folder after 2 min interval. The file size may vary , in the sense, the 1st file can be very large and the 2nd one can be very small.
File adapter polls every one min, so it will pick up only one file in one poll in EO mode.
My question is:
Will XI send the files to the RFC for the 1st file first, wait for the response and then send 2nd file , 3rd,, so on ... or is there no guarantee that the files will be in the order they are picked?
For XI to call in sequence, should i make the file adapter EOIO? or will this work as EO?
Situation 2)
All the 10 files are available at the same time for the polling file adapter and all of them are picked by By Date. How will XI call the sync RFC now? Again will it send the 1st file picked , wait for response and then send 2nd file etc with EOIO and EO?
Regards,
Balaji
Edited by: Balaji M on Nov 12, 2008 3:32 PM

Hi Balaji
For situation one
Will XI send the files to the RFC for the 1st file first, wait for the response and then send 2nd file , 3rd,, so on ... or is there no guarantee that the files will be in the order they are picked?
For XI to call in sequence, should i make the file adapter EOIO? or will this work as EO?
AE will pick send the data to IE and will not wait for response as File to RFC is async in nature. File adapter does not support Sync. This applies to any case if you use BPM for File-> RFC-> File or without BPM using Standard modules. Implementing EOIO also it doesn't guarantee the order of picking the file only the order to process is as per queue.
All the 10 files are available at the same time for the polling file adapter and all of them are picked by By Date. How will XI call the sync RFC now? Again will it send the 1st file picked , wait for response and then send 2nd file etc with EOIO and EO?
If you are referring to processing sequence then By Date is OS Time where file adapter will be polling.  here also the behavior is going to be same as per my understanding.
Thanks
Gaurav

Similar Messages

  • Can't get firefox sync to work. I keep getting 'Error While Syncing' message

    I am on Mac OS X 10.6.4, Snow Leopard on a Mini Mac a year old.
    I got a message from X Marks telling me they were shutting down.
    As I use my bookmarks every day and have thousands of them all sorted into folders I definitely never want to lose them or lose access to them if my house burns down or my computer is stolen!
    I was using Firefox 3.6 and followed X Marks advise and downloaded Firefox Sync...but...won't work....kept giving me the 'Error While Syncing' message after trying to sync for a while. I looked at the blog and tried a few things like resetting password, restarting computer, checking my setting etc., but no deal. So, as the Firefox Sync download page told me that if I was using Firefox 4 beta the feature was built in and I didn't need the download, I then downloaded Firefox 4....which has removed my X Marks option, which was at least viable till after Xmas! and I still have the 'Error While Syncing' message beside the Sync button on my status bar....so now I am completely at a loss. The only thing I can do if I can't fix it up is go back to 3.6 and go on using X Marks while it is still available and pray that you get this sorted out before they dissappear.
    I also like to be able to get my updated bookmarks on the other browsers I use, like Chrome and IE, so I would really appreciate it if you would include this cross browser sync capability as soon as you can. I have pledged X Marks that I would even pay for their service to continue as it seems they are so ahead of anyone else in their service and it is a large pain in the you know where that they can't keep going.
    Thanks. and I hope you can help. From the blogs it seems that I am not the only one having this problem of getting the Firefox Sync working

    @globaltruth
    Thank you for your suggestion. I tried it. Unfortunately, the error message still sits on my statusbar, right after the Firefox Sync image.

  • I recently bought a neew ipad mini and have sync messages from my iphone. Which worked fine.  I just picked it up and I have only to messages and can't figure out how to get back to the screen with the inbox and other folders?

    I recently bought a mini IPAD and have sync messages from my iphone.  Now I am stuck under group message and can't get back to the main screen that has the inbox and the various folders.  Help??? 

    youngkristen wrote:
    So, our hope was we could just hook up the external to the mac and have it transfer seamlessly.  Is there any hope of that? 
    Yes there is, scroll down to the bottom of the following Switch 101 article and click on the arrow next to Manually migrating.
    Switch 101: Migrate your Windows files or system to your Mac

  • Sync messages should have higher prioritization in IE than async messages

    Hi there,
    does somebody know how I can assign a higher prioritization to sync messages than to async messages in XI 3.0? In case of a bottleneck on the Integration Engine I want to get sync messages processed first. Message prioritization in SXMB_ADMIN does not work because it's ony applicable for async (EO / EOIO) messages.
    Thank you.
    BR,
    Ralph N.
    UPDATE: Since there doesn't seem to be a solution for this issue let me specify it. What kind of installation can be made in the landscape to separate sync messages physically from async messages?
    Edited by: Ralph Nitschke on Jun 25, 2010 1:58 PM

    hi,
    i found some links, hope those helps you
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
    http://wiki.sdn.sap.com/wiki/display/XI/DifferencebetweenSXMB_ADMandSXMB_ADMINISTRATION
    Queue prioritization
    ** Queue Prioritization in SXMB_ADM - Tuning Param  - Whats the difference
    Also try searach in ussing by "queue prioritization" in SDN you will find many links
    Thanks
    Rodrigo P.
    Edited by: Rodrigo Alejandro Pertierra on Jun 25, 2010 10:25 AM

  • Using ccBPM to make XI return a sync message request as the response

    Dear all,
    I have a scenario where I need to return a sync message request back as the resonse. This is needed to test an non-SAP interface.
    I'm pretty shure I can use the ccBPM to do this, but I can't get it to work. Any pointers on how to set this up would be much appreciated.
    Thanks in advance!
    /Johan

    Hi,
    Yes that is tru that you can use ccBPM.
    For reference you can use these 2 blogs to go ahead with your work.
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/arman.eker/blog/2008/07/27/rfc-scenario--how-to-configure-bpm
    Regards
    Aashish Sinha

  • BPEL - Pick not working for Async message with headers

    Hi,
    I've developed a BPEL Process that can be called both Async and Sync.
    In DEV environment works just fine but when I tried to deploy it to the production environment the Sync message continues the same but the Async one doesn't even appear in the BPEL Console.
    The thing is that the Async one uses some headers passed in the message to know where to send the reply to and related information. If I remove the "bpelx:headerVariable" from the onMessage the Async process starts but fails because of the missing headers.
    Is there any configuration in the Production environment that I have to change in order to have this working? What can I be doing wrong?
    I haven't changed any line of code from de DEV environment (Except for DB connections)...
    Thanks in Advance,
    Daniel Alves

    Apply the SAP Note 698527 to implement change pointers using Custom message type (ZCLFMAS) for CLFMAS
    The root cause for the issue is, sap hard coded the message type as u201CCLFMASu201D in the program LCLVFF30, as a result the custom message type u201CZCLFMASu201D will not work.  The sap note 698527 has the correction to this program.
    Thanks
    Vijay

  • Syncing messages between iPhone 6 and Macbook Pro

    I don't seem to be able to sync messages between my iPhone 6 and my Macbook Pro (using 10.10.1).  Trying to follow the online discussion, but left scratching my head.  Help, help.

    Hi Hawgjohn,
    The new continuity features with iOS 8 are awesome, but they do take some setup to work properly.  Luckily Apple has a big guide on how to set up all of the continuity features (including text messaging from your Mac) here: Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support.
    Browse through that article and find the section that is relevant to your issue and follow the instructions

  • LV: Sending "sync message" for getting synchronous CAN acquistion

    Hello @ all
    First of all: My knowledge about the CAN bus in general is not so good, so excuse a possible unprecise problem description.
    My task is to read out CAN messages of devices. This works fine for devices that send their messages "stand-alone" with a fixed repetition rate (here: 100Hz).
    But other devices do not send their messages with such a repetition rate. They send their message only until they come in an overflow (here: after 150ms). I´ve heard that I have to send a "sync message" to the devices to get their message. That means, that I have to send the sync message with 100 Hz to get the 100 Hz acquistion.
    My question: How should I have to program such a bidirectional CAN transfer? Of course, I can send one sync message and read the answer. But what to do when I want to read for example 10000 messages? I don´t want to trigger it by software due to the timer accuracy.
    Do I just have to start the "CAN read.vi" and the "CAN write.vi" parallel? Or is there any possibility to start the write.vi and the read.vi at a fixed time, to get both functions parallel?
    Tanks so far.
    Solved!
    Go to Solution.

    Hi LittleJoe198,
    I'm glad you got it running. 
    You are right about the Transmit  Receive same port example, timing is done in software using the wait function.
    But the other example (CAN Transmit - periodic) sends the data periodically using hardware timing - specified by the control "Period (ms)". In this case a CAN object is used. Your card supports CAN Objects, so it is very easy to use hardware timing. Take a closer look at your CAN Hardware and Software Manual page 10-19 ff.
    "Transmit Data by Call, Receive by Call Using Remote
    Period specifies a minimum interval between subsequent
    transmissions. Even if ncWriteObj.vi is called very frequently,
    frames are transmitted on the network at a rate no more than
    Period. "
     Let me know if you have further questions using CAN Objects.
    Regards,
    Andreas S
    Systems Engineer

  • Centro + Exchange: There was a problem syncing messages

    I followed the instructions on this page: http://kb.palm.com/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=116,E=0000000000145083804,K=5545,Sxi=18,Case=Obj(45113) and I'm having issues connecting. We use OWA and I can access that page from my phone and log in, but I get an error. I assume the error is just because the page is too large for the phone to load. I know the email address and password are right as I've entered them serveral times and tried multiple accounts. If I have SSL on and hit the test I get the error: Error connecting to server. Please check youre network or server settings and re-sync. If I turn SSL off I get the error: There was a problem syncing messages. If I put in what I know to be the wrong address with SSL off I get the Error connecting to server message, so I think I'm atleast getting the phone to see the server.
    After some messing around, I managed to get a new error: ssl error no trusted root update ca list. After googing that, I found the PalmCertificatesTool and uploaded the certificate to the phone. Now I get the "Error connecting to server. Please check youre network or server settings and re-sync." error again with SSL enabled. With SSL off, I get: Did not let you make a connection. Please check your password and network security settings then retry.
    So that tells me it's at least seeing the server, but there's some kind of issue with SSL... Any ideas?
    New activity log error:
    Error
    Errorconnecting to server.  Please check your network or server settings and re-sync.
    Initialization
    email: sync
    connection establishment
    disconnected
    error 006D:1860:2011
    Message Edited by Kayden on 11-12-2008 03:29 PM
    This question was solved.
    View Solution.

    Yeah, that certainly will make troubleshooting difficult.  If you have your own account on the server but no actual phone to work with, you can do as I did - grab the Centro simulator from Palm.  Go to the following site and register as a developer:  https://pdnet.palm.com/wps/portal/pdnet/developers
    Grab the Sprint Centro simulator, install.  In the right-click menu, Settings, communications: toggle all netlib calls to host TCP/IP and you will have connectivity.
    Set it up as if it were an actual handheld and you can test your email w/o needing the boss' wife's centro.
    Hope this helps get things moving so we can get error codes and proceed.
    If you have trouble with the simulator, you can post over here: http://forums.palm.com/palm/board/message?board.id=support_downloads&thread.id=7566 to keep that in its own thread.
    edit - Or were you asking for more detailed Versamail setup information than that found here: http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=44998
    Post relates to: Centro (Sprint)
    Message Edited by Imaginos on 11-11-2008 07:58 AM

  • How to sync messages between computer and iPhone?

    Is there a way to automatically sync messages on my mac with messages on my iPhone?  Currently if I receive a message it appears on both the Mac and the phone.  However, if I delete the message from the iPhone it is not deleted from messages on my Mac until I do so manually.  Thanks!

    "Currently if I receive a message it appears on both the Mac and the phone.  However, if I delete the message from the iPhone it is not deleted from messages on my Mac until I do so manually."
    That's the way it's going to work. Manually.
    But to make sure post in the iPhone forum where those experts are.

  • Ovi Suite Syncing Messages and Contacts

    I have Ovi Suite installed on my desktop and laptop and both computers are not syncing contacts and messages, just keeps saying syncing messages do not disconnect, I've turned off the phone and back on again and sometimes that fixes the problem, turned off and on bluetooth and sometimes would fix the problem also but now whatever I do does not work. Also tried connecting via USB cable. I have also tried repairing, deleting the device on the phone and even gone back to Nokia PC Suite 7 and still nothing, can someone help me out here please?
    Thanks

    Well for anyones information. Syncing with ovi suite.
    I have successfully got ovi suite working.
    For those with problems this is what I did. I have vista.
    1. I uninstalled all programs from nokia.( ovi suite using the online uninstaller. Pc suite using the installed uninstall program.
    then i ran pc suite cleaner.
    2. using search for nokia then using advanced search for all nokia folders remaining (important to use advanced search or you will miss some of the folders and files. Then deleted them. Some you may have to change the user permissions to delete them. It is important to delete these as they hold data and i think might be one of the conflicts stopping sync working.
    3. Delete any remaining files except bookmarks pics etc.
    now there should be nothing on the pc.
    Then download and run ccleaner. Cleaner and registry.
    Reboot pc
    Then download ovi suite.
    A wizard might pop up but if not start ovi suite and connect your phone. I turned bluetooth off and used usb.
    The phone will download settings. You can select pc suite on the sync settings in the phone. not ovi.com.
    the program is good and worth the trouble. It saves your messages and contacts as well as syncing contacts and calendar with your required program, also bookmarks can be saved with firefox and explorer in your phone folder in favourites. It creates the folder. To transfer bookmarks from pc to phone ensure they are in this folder.
    This took me a lot of reboots and time with a few calls to nokia and i am still waiting for their callback!!!
     It also works fine on my xp computer too.

  • Caller id not working after syncing my iphone to my pc?

    caller id not working after syncing my iphone to my pc?

    Syncing with iTunes has nothing to do with this, especially when not syncing contacts with a supported address book app on your computer which very few Windows users seem to be inclined to do.
    Caller ID is not working in which way?

  • I manually add my songs to my iphone, after dragging from itunes, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before.

    I manually add my songs to my iphone, after dragging it from itunes, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before. Please help.

    Now title changes are showing up on my iPod, but not artist and album changes

  • I manually add my songs to my iphone, after dragging, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before.

    I manually add my songs to my iphone, after dragging, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before. Please help.

    Now title changes are showing up on my iPod, but not artist and album changes

  • I seem to have 2 Apple IDs, one on my MacBook Pro and another on my devices.  If I switch from MobileMe to iCloud on my Mac (under the apple logo) will my devices work and sync in iCloud.  I have no idea how I go 2 IDs

    Can I get rid of one  ID?  How do I do that?

    one on my MacBook Pro
    That's not an Apple ID. That is your admin account which you can view in System Preferencs > Accounts or Users & Groups.
    If I switch from MobileMe to iCloud on my Mac (under the apple logo) will my devices work and sync in iCloud.  I have no idea how I go 2 IDs
    Just use your current Apple ID when you setup your iCloud account that you use for your devices.
    Apple - iCloud - Learn how to set up iCloud on all your devices.

Maybe you are looking for

  • How to print a booklet in A5 hor sheet format?

    Hi everybody, from a couple of days I'm trying to print a booklet onto a A5 sheet's format. Each sheet should display 2 columns. The personal setting are 13 mm margin all around the sheet and 26 mm between the 2 columns. When I'm trying to print, per

  • HT4910 how do you remove pics from my ipad that are not in camera roll?

    I have a couple thousand pics on my ipad that I put on from my laptop a long time ago. they are not on the camera roll. I can delete those but can't figure out haw to remove the rest. I updated I tunes and can't find were it shows the files on my dev

  • BSP-BW data transfer

    hi all, i need to pass the data from selection screen of bsp to bw report. BSp has parameter cre on selection screen whose value is stored in l_creid variable. i need to pass the value what user enters in this to run bw report which has the same fiel

  • Raise_application_error is not displaying error message in my form

    Hi, I have created one procedure in order to display the error message in front end forms.But which is not display the error message in my form when call the procedure. Please refer the code. BEGIN IF C_ERR%ISOPEN THEN CLOSE C_ERR; END IF; OPEN C_ERR

  • IE9 will not install on VISTA SP2 32 bit

    Windows Update requires 25-30 minutes JUST to create a "restore point"!!  It takes another 25-30 minutes to get the error message 5B4.  That's an hour for that message!  I followwed one article to go to Internet Options, Advanced tab, and RESET setti