Queries with offline mode working

Hi,
I am pretty new to MI. I created a generic sync application in which I invoke a BAPI to create sales order.
I fail to understand -
If I am offline and I create 2 orders using the client, where are the orders stored in MI client? Are the stored automatically? or I need to store them explicitely through code?
When I go online and sync will I get 2 separate Inbound containers for each order?
Your replies will be very helpful
Thanks in advance.
Regards,
Nakul

hello nakul,
what the generic sync can offer is the abstraction of
the synchronization process by providing apis. other than
that, you have to create it by yourself. for example, your
data persistence and delta handling should be handled in
your application.
for your questions:
>If I am offline and I create 2 orders using the client,
>where are the orders stored in MI client? Are the stored
>automatically? or I need to store them explicitely
>through code?
as i had described above, you have to persist your own
data. the simpliest is to make your data serializable and
use the object streams for your persistence... the timing
of creating your outbound container is usually during the
sync.started event. your application should also have a
way of managing your data states; i.e. which data have
already been sent and which data wasn't; which data is the
same state as in the table. and so on...
>When I go online and sync will I get 2 separate Inbound
>containers for each order?
generally, when you sent 1 outbound container, you will
get a corresponding inbound container. this inbound container
will be handled to your inbound processor according to the
method you registered. inbound containers must be processed
by you and persist your data locally for your application
use. the framework temporarily saves the raw container files
but deletes them after the inbound processors were notified.
so if you did not process the inbound container during the
notification, the incoming data in that container will be lost.
hope this clears your doubt.
regards
jo

Similar Messages

  • I using IPAD wifi,but is stolen .how can I find it  with offline mode

    My IPAD is stolen
    Anyone get it pls contact me
    Tq
    <Personal Information Edited by Host>

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
     Cheers, Tom

  • Device limit problem in offline mode

    Hello all :) I've got a problem with Offline Mode since few weeks. I saw that when the phone is rebooted with Offline mode activated, spotify had disconnected the session.
    So OK click on "Connection" and he asks for turn off the Offline mode. So OK again, but after no music could be read ! Files are always here cause of XXX GO used but no read possible..
    After three tries of reboot and synchronisation of one playlist, it says "you have reached the limit of 3 devices". Into my account i saw 3 times "Android phone" at the same date ! I'm not enough rich to have 3 Android phones :p This bug is happened when i have tried to Sync a third device (other computer). I have deleted all devices into account but it still annoying me. I have deleted files on Android in Application parameters, reboot, try to create an username instead of facebook connection.. I deleted Spotify application on my Android Phone but always nothing changed. I know Application Developpment is not so easy, but if I paid Spotify it's for have no pub and for Offline mode.. So please, I need your help :) No music is not possible, i've began to sing in my shower because there too much silence.. I assure it's so bad for my neighbourhood ;) Thanks you in advance,

    Hope, this afternoon when i reboot my Phone.. and crash ! lol
    This times got pictures of what i did exactly ! Sorry it's in French ;)      Step 1 : After a reboot, i open Spotify and obtain this, I had never seen this before last week ! Usual it connects me at phone's start.. (Android widget of Spotify didn't work too after reboot, i need to open the application directly)            Step 2 : i click on "Connection" and he asks me for the desactivation of the Offline Mode => this message appears twice. I need to quit Spotify and restart it to connect successfully.              Step 3 : when i look in my "Playlists", the "Dub.Inc" one is not synced whereas before the reboot it was ! And proof in step 4..              Step 4 : when i look in "Parameters" of applications, i see this.. So i do not understand lol :p My playlist is here, in Exceptionnal quality.          So as this bug was crazy, i tested on my ipod touch 4 with another version of Spotify. I synced it at the same moment as the Android. You see that after the reboot, playlist is always here ! It's not my account but other thing.. I've got a 64 GO memory card µSD maybe due to that ?! Card is here since one year and no problem detected on it.                             If someone can help, you'll welcome :)

  • REBUILD INDEXES IN OFFLINE MODE

    hi all
    we got SQL 2012 enterprise edition on our production server, As our frag levels are more we are planning to do defragmentation but when we scheduled rebuild indexs last time this ran for 7-8hrs and drive spaces decreased rapidly so we have killed
    the process in the middle. I heard that offline indexes will be the better solution as it will be done quickly and keeping in simple recovery prevents the log file increase. could some one tell me how to schedule maintenance plan  for rebuild  with
    offline mode in sql 2012 enterprise edtion or some other efficient way.
    proposed plan for rebuilding->take full backup for DB
    change recovery model to simple
    configure m plan with offline mode
    change to full after the plan finished
    run dbcc update usage
    take full backup after all done
    could you please help me in this by letting me know is this correct way to do and how to configure plan which rebuils in offline mode
    with regards,
    ram.

    ->setting recovery model from full to simple is to save the disk space, as log will not increase
    ->As of now we are not taking any T-log backup due to some internal issues so there will be no issue with log chain break
    Frankly, I get scared. OK, I don't know what your system is doing, and what your SLA is saying, but someone is paying a lot of money to use Enterprise Edition. But you are not taking log backups? I can only hope that your system does not have a disaster,
    because if you have and you are not able to restart the business, you need to be in a country with very high labour security to not lose your job.
    ->won't the DB files size increase wen we do this bulk logged
    Obviously, if you are not taking log backups, the log file file will keep growing, but it will grow less in bulk-logged recovery. On the other hand, the log backups - had you taken any - will be larger.
    Please correct me If iam wrong, could you please tell me the procedure for REBUILD IN OFFLINE MODE through maintenance plan.
    If you are talking about the maintenance plans you see in SSMS, I only have one advice: don't use them. Instead go to
    http://ola.hallengren.com
    for an enterprise solution.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • When will Office 2013 Offline File Cache for IE add in work with Enhanced mode?

    The Office 2013 Document Cache Uploader IE Plugin is incompatible with IE 11 running in enhanced mode.
    I read that enhanced security mode was enabled by default in Win8 so Microsoft can collect information and advise third party plug-in developers they need to update their stuff to work with it.  Then in November, Microsoft started shipping Win8 with enhanced
    security disabled.  But Win8.1 now ships with enhanced mode enabled...   But... Microsoft's own plug-in with the latest versions don't work with it.  The solution / workaround is to disable enhanced protection mode.  (I don't see this
    as a solution for me, my last virus infection because of insecure IE cost me over $400 to fix.)  When are you going to fix your own stuff?  Or will you retire it like a bunch of other goodies ripped out of Win8.  And Server 2012.  And Exchange
    2013........Lastpass.com has their plug-in working with enhanced mode... Why can't you fix it?  Should not be that tough to fix and to include it in a Office update....

    Hope there will be a fix soon....This should not be marked as 'answer'.  You simply state the fact that it is broken as I did and to disable IE Enhanced (warning/warning) and that is not an answer or a workaround..
    Somebody please at least look at it and come up a quick and cheap, down and dirty way to add this to the trusted zones so it will work?  then you can mark as answer.  Everyone there at Microsoft sitting around waiting for someone else
    or other department to do it.  Lastpass make it work, Logmein make it work, but Microsoft resting on their laurels .......My gosh, I paid $439 for a copy of Office Pro 2013 Professional to upgrade my Office 2010 and it does not work as well as 2010 did? 
    In this respect, the product is a Lemmon.  I already moved to the cloud for Exchange like they wanted me to, by crippling connection with this to my church's Exchange 2003 server.
    It seems the master plan behind this release is to disable function with Server2003 to drive more Exchange server or Cloud hosting sales.  Please make sure the product does what it did before, before you take my money and turn off the lights on important
    feature oversites.
    Any way to hack into Office 2010 and load its cache uploader to run in enhanced zone, or put a link or dll in the trusted zone to make this feature work again?  Can someone at Microsoft at least get it on the project board or bump it up a hundred spaces
    on priority list?  Maybe offer a bonus to the programmer that fixes it.  A weekend on the hiking trail or kayak excursion, or rock-climbing pass..  Microsoft guys like that outdoors kinds of stuff and will work like crazy to get it.

  • Can I stop Firefox from always opening in Work Offline mode because it's preventing my Macbook from accessing Internet on our wireless home network?

    Sorry, I should have said iMac, not Macbook, if it makes a difference. The problem is Firefox 3.6.10 always starts in Work Offline mode, and Internet won't activate unless we restart, sometimes up to five times.
    The iMac is on our home wireless network which we had no problems with before using Safari on the Macbook we upgraded from.
    Note: I'm posting this query from another computer.

    Did you check the network setting?
    Sounds that you have set to connect automatically when a connection is not available.
    *http://kb.mozillazine.org/Autoconnect
    *http://kb.mozillazine.org/Browser_attempts_to_connect_when_already_connected

  • Get error message "firefox is in offline mode, uncheck the work offline menu and try again " when trying to open firefox after downloading latest version of firefox

    after downloading the latest version of firefox, when trying to open it I recieved the message, "Firefox is in offline mode. cannot browse web. Uncheck the work offline menu and try again". Have tried several times to open with same results. Have even uninstalled firefox and reinstalled latest version and still get meassage after trying to open.

    thank you - that does make sense except i have another computer that connects to the internet in the same way but it doesnt happen on that one. i didnt change anything - it just started a couple of weeks ago after i updated firefox to 11.0. cant find any settings in firefox to alter either - thanks for the help

  • After updating to 4.0 stable today, FF reports it is in offline mode and can't open pages! I've checked the work offline boolean in about:config, it is set to false as it should be. !?!?

    After updating to 4.0 stable today, FF reports it is in offline mode and can't open pages! I've checked the work offline boolean in about:config, it is set to false as it should be. !?!?

    What in particular didn't you like about Firefox 6?
    You can undo a lot of changes, either via changing settings or prefs on the <b>about:config</b> page or via extensions.
    *https://support.mozilla.com/kb/common-questions-after-updating-firefox
    Do a clean reinstall of the version that you want to use.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    *Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version or you lose your bookmarks and other data in the profile folder.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/Profile_backup

  • Firefox - Working offline mode

    Can anyone explaine to me why Firefox occassionally switches to the working offline
    mode while being connected to the internet (usually via Airport)?
    Also, how do I stop this from happening?
    Thanks.

    I notice this happen if my computer has lost connection with a wireless server at the moment I am making a request for a web page even if it automatically restores the connection.
    As for stopping it, that's a question more readily answered on forum on Firefox's web site since it's not Apple software.

  • HT201401 4s with latest software update will not power off, text will only vibrate, iPod only works with earphones. When I sync it with iTunes it works until power save mode starts, then back to not powering down, making text sounds, or playing iPod out l

    4s with latest software update will not power off, text will only vibrate, iPod only works with earphones. When I sync it with iTunes it works until power save mode starts, then back to not powering down, making text sounds, or playing iPod out loud.

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • Can anybody help with UCCE feature "Work Mode on Outgoing" in Agent Desk Settings

    Hi,
    my customer wants to have a wrapup time till the agents change their state to "ready" by
    themself.
    So I have configured the maximum for wrapup time 7200 sec in Agent Desk Settings.
    But I have a problem with the feature "Work  Mode on Outgoing" in agent desk settings in
    ICM 7.5.5.
    I think I  recognized the function of this feature. It works like that:
    - if  an agent gets a call via ICM or directly on his phone he will be set  into work mode
    - if he make a call and the called number answer  that call the agent is still on work
    mode after he hung up
    - but  if the called number doesn't answer that call and the agent hangs up his  phone he
    is in ready/not ready state and that isn't the expected state.
    (  you can also rebuild this when you go off hook and then on hook again)
    The  problem is when the agent in state "ready" gets a call via ICM and  after he hung up
    his phone he is in state "work Ready". Now he makes an  outgoing call but this call will
    not be answered and if he hangs up his  phone he directly gets a new call from ICM because
    he was in "ready"  state.
    Is it possible to set a registry key or do another  configuration for that feature "work
    mode on outgoing" that it works for  every new call even if the call will not be answered?
    Cheers,
    Tobias

    ed_umansky wrote:The proper way to make outbound calls is to first go Not Ready then make a call using the desktop software.
    Agreed. In fact, with CAD and CTIOS you cannot make an outbound call when Ready.
    Regards,
    Geoff

  • After an upgrade Firefox now throws my Mac into Work Offline mode repeatedly. What action needs to be taken so Firefox permanently disables Work Offline mode?

    Immediately after an upgrade Firefox beginning throwing my Mac into Work Offline mode. Apparently, this is done anytime my connection blips out. I have tried a work-around, but to no avail. The computer is thrown into Work Offline when I daily turn on the computer, as well as in-between website windows.

    We've seen more post about being in Offline mode on a Mac. I haven't seen any explanation or solution to this problem.
    *[[/questions/919242]]
    *[[/questions/917014]]

  • How to minimize createDRMSession delay in offline mode with Objective-C API

    Hi all !
    We are now having our application playing in offline mode (license and files are local, network is off).
    But the createDRMSession method take 4 to 5 seconds to complete.
    In the sample code of the API they imply that there is some way to reduce this delay.
    But nothing happens for me, I'm still getting this 4-5 seconds of delay before playback starts.
    Did you succeed with that ?
    What is the method ?
    Regards,

    Hi,
    thanks for your answer but this is for the flash API.
    I am using the iOS API here, there is no such thing as SYSTEMUPDATER or loadVoucher (equivalent seems to be acquireLicense) methods and the hlspackager doesn't seem to allow to leave media partially unencrypted.
    Thanks for your help.

  • Trying to log into firefox but keep getting firefox is in offline mode and can't browse the web, I've unchecked the work offline in the file menu but still get error message...

    trying to log into firefox but keep getting firefox is in offline mode and can't browse the web, I've unchecked the work offline in the file menu but still get error message...

    The work offline option can be found from Firefox button -> Web developer or from the menubar toolbar -> Work offline (Or at least thats what happens in Windows).
    Have you any other reason for being offline; router off, firefox not dialing up or whatever. Or is security software or a firewall blocking firefox, or a network connection, or firefox setting etc set wrongly.
    See also
    *[[cannot connect after upgrading firefox]]
    *[[options window - advanced panel]]
    * [[error loading web sites]]

  • I have misplaced my iPod Touch 4th Generation. According to Find my iPhone, it should show up in offline mode. I need help on locating it with a software or some other way. Help?

    I have misplaced my iPod Touch 4th Generation. According to Find my iPhone, it should show up in offline mode. I need help on locating it with a software or some other way. Help?

    There is no other way.
    Sorry

Maybe you are looking for