How can I make the client xMAM application synchronize synchronously?
Valid For: xMAM 2.5; xMAM 3.0 Synchronization is defaulted to perform in a 2-step sync process. The initial sync is required to prepare the data on the SAP MI web application server and the second sync is required to download the data onto the client. A repetitive sync add-on may be deployed on the client device to modify this behavior (see OSS Note 745316). Alternatively, you can modify the ALMConfig.properties file (located in \MI_installation_directory \ webapps \MAM25 \WEB-INF \classes) in order to enable a 1-step sync process. To do so, comment out the original UPD_SYNCTYPE and DWN_SYNCTYPE lines and edit their copies as shown below: #UPD_SYNCTYPE=ASYNC UPD_SYNCTYPE=SYNC #DWN_SYNCTYPE=ASYNC DWN_SYNCTYPE=SYNC Note that this is an application setting and to activate a 1-step sync process, you must perform the changes mentioned above, restart the Mobile Infrastructure, log into Mobile Infrastructure, and access the xMAM application home page. This will ensure that the synchronization