Split Synchronization by Application

Hi,
We have a mobile solution with 2 applications installed on the mobile device. We have implemented a Synchronization service for each of them that triggers the SmartSync Synchronization. At the being time, when this synchronization process is triggered from one application, it performs a full synchronization - I mean the data of both applications is synchronized.
The question is: It will be possible to split the synchronization on individual applications to avoid unwanted data to be synched and in this way we could have smaller synch times?
Alexandru

Hi,
easiest way is to use two users and each user controlls one app.
Regards,
Oliver

Similar Messages

  • Split a Main Application file

    Hy, I have a question, is it possible to split a main application file into several others ?
    So I have an application where I keep a few objects on my stage. Each object can do a lot of things and is linked with the others. Writing the script for each object will make my main application file hard to read. Can I somehow run the application from like 5 or 6 Flex Components or Flex Application files ? If so can you give me a little sample of code ?
    I've tryed to add my objects on the stage from a component, but it doesn't work... I don't really understand them, they look like classes but they don't really act like ones...

    Components or Modules, Components are much easier than modules, modules keep the main app smaller, but you do have to load them later.
    What don't you get about components?
    1. Create the component,
    2. Register the component.
    xmlns:MyCustomComponent="theDirectoryItsIn.*"
    3. Use the component.
    <MyCustomComponent:ComponentName/>
    That's the MXML way.
    If you do it in actionscript theres a bit more coding but not a whole more.
    1. import your component
    import theDirectoryItsIn.TheComponent;
    2. Create an instance of it.
    var idName:ComponentName = new ComponentName();
    idName.x=10;
    idName.y=10;
    3. If you use FB4
    this.contentGroup.addElement(idName);
    if you use FB3
    this.addChild(idName);

  • Error : Background synchronization of application [bcbici]

    Thank you very much for your attention.
    Nowadays we have SAP J2EE cluster environment with two nodes.
    Patch's 3  of Portal Platform and Content Management installation ran without problems in the SAP J2EE node 1  but in the node 2 after executing appclear and run adittional task like appears in Installing Patch 3 for Enterprise Portal 60 SP2 the second node does not start satisfactorily. Additional we have had to apply note 740486 "How to fix to freshly installed PL22 Dialog Instance" and update the file config_local.properties since it was not having any value for parameters.
    After realizing these tasks the portal gives us the following mistakes in startup.
    ""Error : Background synchronization of application did not succeed, because of : java.rmi.RemoteException: Error occured while synchronizing application . Committing deploy to container - EJBContainer failed.com.inqmy.services.deploy.container.DeploymentException: ID020230 Cannot load bean , because Exception occured in object instantiation: java.lang.NoClassDefFoundError: com/sap/bcb/common/InternalException
      Synchronization of all applications completed! 
    We don´t know how to solve this error.
    Please can you give me any atditional information.
    Thank you very much in advanced.

    Ignacio,
    Maybe, mention the OSS note in case it solved the problem.
    Thanks,
    Swapan

  • How to synchronize two applications system

    HI,
    I work witj Designer 9i, in a Non-versioned Repository. I create a copy of an application system on the same repository.
    I would like to know if there is some mechanism that will synchronize the two application system copies. What i want is how to automate the replication of any modification I made to the copy, in the original application.
    Thanks for your help,
    Malika

    Hi Roel,
    I want to do this because in our organization the repository is non versioned, and we want to make copies for the application system in purpose to sure that only Data modeler and DBA will access it. The developers can't update it. In the original application system we will replicate the changes and then developers go on with their Treatment modules.
    Thanks for your reply ,
    Malika

  • Need standard RFC for posting Payment Splitting in Loan Application

    Hi All,
    I am working in Loan Managment system, for creating loan application I am using RFC "BAPI_LOAN_CONTRACT_CREATE".
    The above mention RFC taking the loan detail, condition header, condtion item and BP details. But its not taking the "Payment Splitting"  details.
    can any one tell me is there any standard BAPI for update the Payment Splitting.
    Regards,
    Boopathi M

    Hi
    Try
    FIDCCP02 or FIDCC*
    Regards
    Neha

  • How to Synchronize my application from MacBook Air to Ipad2

    Please help on how to transfer an application i purshased on my MacBook Air to my Ipad2. Thanks.

    If you purchased it in iTunes on your computer, then connect your iPad to your computer and select it under Devices on the left-hand side of iTunes, and on the right-hand side select the Apps tab - then select the apps that you want on the iPad and apply/sync that selection.

  • Split Synchronization ?

    I'm using a 30G photo with my iMac as the linked computer, so far so good, everything just works.
    Since I work on the road, it's my powerbook 12" that gets used for contacts & iCal entries & management. I've played around with moving the appropriate files over to the iMac and am able to synch Contacts and iCal from the iMac but what I really want to do is be able to synch the ipod directly to the powerbook for Contacts & iCal whithout messing up my music on the iPod. I don't update my music all that often and since my laptop is old there isn't enough HD space to store my music there and still use that machine for work.
    Any guru's out there know how to split the sync between two machines?

    Hi,
    easiest way is to use two users and each user controlls one app.
    Regards,
    Oliver

  • Splitting of dimensions into two applications

    Dear all,
    I've come across an artical in SDN says" The Application could be split into two applications POC_APP5 and POC_APP6 with less number of dimensions to expand. In turn would improve the performance of Input schedule and Reports."
    Could you kindly tell me how to split dimensions into two sepatare application?
    Based on artical:http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80af7a18-1672-2d10-d2a4-ae0900ed0cff
    Regards,

    Hi,
    As said by Anurodh, the application split is basically when the application has huge data across all dimension members of the application having many dimensions.
    for your below question,
    Could you kindly tell me how to split dimensions into two separate application?
    Consider you have a application with Dimensions,
    Account, Time, Entity, Category, JobBand, Product
    The above have data of Employees Jobband irrespective of Product
    and details of product irrespective of JobBand.
    This application can be splitted to two aplications having dimensions as below,
    Account, Time, Entity, Category, Product
    Account, Time, Entity, Category, JobBand
    Hope this helps,
    Regards,
    G.Vijaya Kumar

  • ADF Mobile application and DMS synchronization

    Hi all,
    I'm working on a demo based on a multi-platform mobile application working mostly offline (using a local database which must be manually synced when the device is online).
    I've started watching at ADF Mobile Framework and Oracle Database Mobile Server.
    Now I'm a little confused about how these two components interact each others.
    Looking at some video/documentation I see that using ADF MF I can create a mobile APP for iOS/Android writing pure java code. Then I can deploy the application using a deployment profile to obtain my application, ready to be installed on my device.
    The question is, how my mobile app can be kept synced to a MW running DMS?
    I've read Invoking Synchronization in Applications With the Mobile Sync APIs,  Using an Android Application on the SQLite Mobile Client , Integrate ADFm applications into Database Mobile Server
    but I didn't get how that is supposed to work.
    It seems like I have to add osync_me.jar library to my project, set parameters for my ose.ini file (using SetParam.run) then create a OSESession and use sync() method. This is supposed to get from DMS delta modification and put into it my modifications performed locally.
    That's it? Do I need something more?
    Here How to Integrate Oracle Adf Mobile App and DMS? there's a very similar question without public response, is there any detailed documentation about this topic?
    thank you all

    Thank you for the answer.
    The link you suggested is the one where I've found http://www.oracle.com/technetwork/database/database-mobile-server/documentation/dmstoadfm-2228124.pdf
    Looking at that document it seems I should import libraries, edit programmatically ose.ini and than invoke OSESession.sync() using my user e pass as stated in my previous post, and everything is supposed to work fine.
    But I'm a bit confused because looking at more tutorials and documentation I saw more steps like application publication through mobile server (packaging wizard), installation of oracle update app on mobile device and so on... and I didn't get what these steps are useful for and if they are mandatory for ADFm developed app too? (I'm referring to Database Mobile Server Demonstration - YouTube for example)
    Thank you

  • Question about the choice of containers of the J2EE application server

    Hello,
    I need to be clarified about the J2EE technology. After read some documentation about J2EE, I saw that it is possible to use different kind of containers in order to develop a J2EE application.
    Actually I use an application server (JONAS) with tomcat embbeded so I develop my application that is composed by EJB and servlet. So when I build and deploy my application at the end I have got a .ear, and everything works well.
    But my questions are:
    1- If I installe a J2EE server where a web server (Tomcat or another) is already installed can I use this web server as my web container.
    2- If it is possible how can I indicate to my J2EE server that I want to use this web server as a web container?
    3- And for my application does the .ear will work or do I have to split my entire application in .jar for the EJB and .WAR for the servlet.
    4- My last question, how my .war and .jar will know that they have to work together, in fact do I have to precise a link between them if yes how?
    Thank you very much for any information

    1. Every J2EE server must have a web container, so one will always be installed. As long as you write a compliant .war that is deployed either stand-alone or as part of an .ear, you can be guaranteed it will deploy and run.
    2. The fact that you are deploying a .war or an .ear that contains 1 or more .wars is enough for the J2EE product to know you need to run the web-application on the web container. Many people uses the terms
    web server and web container interchangeably. Often people are more likely to use the term web server if it runs as a separate process. If it helps, you can think of the J2EE web container as being an implementation of a servlet and jsp container that runs on top of a regular HTTP engine, but J2EE vendors don't necessarily have to have separate products for each.
    3. You can either deploy a standalone .war or embed 1 or more .wars within an .ear.
    4. The fact that you have a .war and an ejb-jar within the same .ear tells the application
    server that they're part of the same application. If you need to talk between your web application
    and the ejb, there are number of ways to express that dependency. E.g., if you want to invoke on
    an ejb through its Remote client view, you would define an ejb-ref in the environment of the web-application.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • HDMI output (Envy 17) - split audio?

    Hi,
       I'm thinking of using an HD TV as a second monitor for my Envy via HDMI cable.
    HDMI can transmit audio data...so how does this work?
    Will the audio come out of both devices?
    Or will I be able to choose?
    Is it possible to split it per application?
    Eg, media player audio comes out of the TV, and PC system sounds come out of the laptop itself?
    I imagine this is configured on the software level, if the hardware supports it.
    thanks

    Take your notebook to the store that has the TV you want to buy and try it there!
    This is how I tested the 3D function vid HDMI befor I bought my 60".
    > Was your question answered? Mark it as an Accepted Solution!
    > See a great post? Click on the white star and give it a Kudos!

  • Unable to see Planning application under calculation Manager

    Hello All,
    I created a Planning application in workspace and choose the Sahred Service Project as APS server.Now I want to create business rules.For that when I m lunching Calculation Manager from workspace, I m not able to see the appliaction that I had created before ,under Planning option of Calculation Manager.
    Thanks.......

    I think you created a classic planning applications. Calc manager will not recognize classic planning applications in version 11.1.1.2 and prior.
    You need to create a planning applications via EPMA and then you will see this in calc manager. If you have already opened calc manager, right click on the Planning node and do a refresh to synchronize the applications from EPMA.
    Hope this helps.
    ~SM

  • Problem - Synchronize with Database

    Need some help if anybody is out there
    JDeveloper 10.1.3.4
    Java 1.5
    BC-JSF
    I checked out my project and it worked just fine.
    Since i have altered one of my tables, I need to synchronize my entity object.
    I start the synchronization action - Synchronize with Database , and as usual, my new column is added .
    Also, the wizard is offering to remove and create some key constraints , one of wich I added but others are SysC00...
    After synchronization, my application doesn't work.
    The error I'm getting is -
    500 Internal Server Error
    javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null     
    at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274)     
    at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124)     
    at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:236)     
    at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:209)     
    at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:266).....
    The strange thing is that this happends when I try to run/open any page of my application, even if it does not use the entity I have synchronized.
    If someone has any ideas...
    Thanx,
    Lana

    This is a bug for Jdev about naming of pagedef.
    Try this:
    1.Delete your form components what you have in the Structure and then just re-drag them into your jspx page.

  • ITunes sync iPhone 4 application, the computer crashes

    Will the iTunes "restore"function, you can synchronize the application failed to iPhone 4 repair? because my computer (Windows7) and then iTunes crashes when sync the iPhone 4.
    I'm from Taiwan, may not translate well
    Huang.JyunSiang

    Take a look at this link, http://support.apple.com/kb/TS1538

  • Tab Bar Application save order

    Hi,
    I am creating a Tab Bar application with 8 Tabs. As usual, at the fith tab, the More appears. When the user goes there, he/she can modify the order of tab bars, as he/she wants.
    My problem is, that I want to save the order of these tabs, and display it in the same order, when the user opens the app again.
    I am using storyboard, so the views are created, and hooked up over there.
    The AppDelegate looks like this:
    //  AppDelegate.h
    #import <UIKit/UIKit.h>
    @interface AppDelegate : UIResponder <UIApplicationDelegate, UITabBarControllerDelegate>
    @property (strong, nonatomic) UIWindow *window;
    @end
    //  AppDelegate.m
    #import "AppDelegate.h"
    @interface AppDelegate()
    @property (nonatomic, retain) UITabBarController *mainTabBarController;
    @end
    @implementation AppDelegate
    @synthesize window = _window;
    @synthesize mainTabBarController;
    - (void)customizeInterface
        UIImage* tabBarBackground = [UIImage imageNamed:@"tabbar.png"];
        [[UITabBar appearance] setBackgroundImage:tabBarBackground];
    #pragma mark UINavigationControllerDelegate
    - (void)navigationController:(UINavigationController *)navigationController didShowViewController:(UIViewController *)viewController animated:(BOOL)animated {
        [[NSUserDefaults standardUserDefaults] setInteger:mainTabBarController.selectedIndex forKey:@"mainTabBarControllerSelectedIndex"];
    - (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated {
        [[NSUserDefaults standardUserDefaults] setInteger:mainTabBarController.selectedIndex forKey:@"mainTabBarControllerSelectedIndex"];
    #pragma mark UITabBarControllerDelegate
    - (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController {
        [[NSUserDefaults standardUserDefaults] setInteger:tabBarController.selectedIndex forKey:@"mainTabBarControllerSelectedIndex"];
    #pragma mark UITabBarControllerDelegate
    - (void)tabBarController:(UITabBarController *)tabBarController didEndCustomizingViewControllers:(NSArray *)viewControllers changed:(BOOL)changed {
        int count = mainTabBarController.viewControllers.count;
        NSMutableArray *savedTabsOrderArray = [[NSMutableArray alloc] initWithCapacity:count];
        for (int i = 0; i < count; i ++) {
            [savedTabsOrderArray addObject:[NSNumber numberWithInt:[[[mainTabBarController.viewControllers objectAtIndex:i] tabBarItem] tag]]];
        [[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithArray:savedTabsOrderArray] forKey:@"tabBarTabsOrder"];
        [[NSUserDefaults standardUserDefaults] synchronize];
    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
        [self customizeInterface];
        NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
        mainTabBarController.delegate = self;
        int count = mainTabBarController.viewControllers.count;
        NSArray *savedTabsOrderArray = [defaults arrayForKey:@"tabBarTabsOrder"];
        if (savedTabsOrderArray.count == count) {
            BOOL needsReordering = NO;
            NSMutableDictionary *tabsOrderDictionary = [[NSMutableDictionary alloc] initWithCapacity:count];
            for (int i = 0; i < count; i ++) {
                NSNumber *tag = [[NSNumber alloc] initWithInt:[[[mainTabBarController.viewControllers objectAtIndex:i] tabBarItem] tag]];
                [tabsOrderDictionary setObject:[NSNumber numberWithInt:i] forKey:[tag stringValue]];
                if (!needsReordering && ![(NSNumber *)[savedTabsOrderArray objectAtIndex:i] isEqualToNumber:tag]) {
                    needsReordering = YES;
            if (needsReordering) {
                NSMutableArray *tabsViewControllers = [[NSMutableArray alloc] initWithCapacity:count];
                for (int i = 0; i < count; i ++) {
                    [tabsViewControllers addObject:[mainTabBarController.viewControllers objectAtIndex:
                                                    [(NSNumber *)[tabsOrderDictionary objectForKey:
                                                                  [(NSNumber *)[savedTabsOrderArray objectAtIndex:i] stringValue]] intValue]]];
                mainTabBarController.viewControllers = [NSArray arrayWithArray:tabsViewControllers];
        // Override point for customization after application launch.
        return YES;
    - (void)applicationWillTerminate:(UIApplication *)application {
        [[NSUserDefaults standardUserDefaults] synchronize];
    - (void)applicationWillResignActive:(UIApplication *)application
         Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
         Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
    - (void)applicationDidEnterBackground:(UIApplication *)application
         Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
         If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
    - (void)applicationWillEnterForeground:(UIApplication *)application
         Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
    - (void)applicationDidBecomeActive:(UIApplication *)application
         Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
    - (void)dealloc {
    @end
    This is where I am currently, and it is not working.
    I checked the .plist file, and there is no entry called tabBarTabsOrder, so it is not evan saving it.
    I'm really confused at this point, got no idea what to do.
    Does anyone know, ehat's the problem? What am I missing?
    Thank you very much in advance!
    Daniel

    This works in a project created from the Tabbed Application template. I set the tag on each TabBarItem in the storyboard.
    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
        UITabBarController *tabBarController = (UITabBarController *)self.window.rootViewController;
        tabBarController.delegate = self;  // couldn't figure out how to do this in the storyboard
        [self orderTabBar:tabBarController];
        return YES;
    - (void)orderTabBar:(UITabBarController *)tabBarController {
        NSArray *tabsOrderArray = [NSUserDefaults.standardUserDefaults arrayForKey:@"tabBarTabsOrder"];
        if (tabsOrderArray) {
            NSMutableArray *orderedViewControllers = [[NSMutableArray alloc] initWithCapacity:tabBarController.viewControllers.count];
            for (NSNumber *tabOrder in tabsOrderArray) {
                [orderedViewControllers addObject:[self viewControllerForTabBar:tabBarController TabBarItemTag:tabOrder.integerValue]];
            tabBarController.viewControllers = orderedViewControllers;
    - (UIViewController *)viewControllerForTabBar:(UITabBarController *)tabBarController TabBarItemTag:(NSInteger)tag {
        for (UIViewController *viewController in tabBarController.viewControllers)
            if (viewController.tabBarItem.tag == tag)
                return viewController;
        return nil;
    - (void)tabBarController:(UITabBarController *)tabBarController didEndCustomizingViewControllers:(NSArray *)viewControllers changed:(BOOL)changed {
        NSMutableArray *tabsOrderArray = [[NSMutableArray alloc] initWithCapacity:tabBarController.viewControllers.count];
        for (UIViewController *viewController in viewControllers) {
            [tabsOrderArray addObject:[NSNumber numberWithInt:viewController.tabBarItem.tag]];
        [NSUserDefaults.standardUserDefaults setObject:[NSArray arrayWithArray:tabsOrderArray] forKey:@"tabBarTabsOrder"];
        [NSUserDefaults.standardUserDefaults synchronize];

Maybe you are looking for