Incomplete Data - Synchronization process

Hi! Everyone
When I want to get a new information I have to sync. But I have to do the synchronization process around three to four times in order to get new information.
Can anyone tell me what is the problem I am having ???
Why I am gettign the message Data is incomplete so many times.
The complete screen of the message I get is as follow:
Synchronization started 
• Connection set up (without proxy) to: http://172.26.33.22:8000/sap/bc/MJC/mi_host?~sysid=bwp& 
• Successfully connected with server. 
• Processing of inbound data began. 
• Data is incomplete for user MAM NORPRO001 and application MAM25 
• Data is complete for user MAM NORPRO001 and application Framework 
Thank you

Hi Xiamora,
well, I guess in your case repetitive sync is switched on, but the SyncBO is not set to SYNCHRONOUS. In that case the sync starts, sets up the request for new data and then it is done for him. Meanwhile the replicator runs in the background. You can check in MEREP_PD how the  data is collected and how the O_WAITNG cue fills up. Then with the sync only a chunk of data comes down each time - not everything in your case.
Set the SyncBOs to SYNCHRONOUS and all should work file.
This setting was lost as you deployed the latest MAM war file, cause it is specific for the version.
Hope that helps!
Regards,
Oliver

Similar Messages

  • Data warehouse monitor initial state data synchronization process failed to write state.

    Data Warehouse monitor initial state data synchronization process failed to write state to the Data Warehouse database. Failed to store synchronization process state information in the Data Warehouse database. The operation will be retried.
    Exception 'SqlException': Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    One or more workflows were affected by this. 
    Workflow name: Microsoft.SystemCenter.DataWarehouse.Synchronization.MonitorInitialState
    Instance name: Data Warehouse Synchronization Service
    Instance ID: {0FFB4A13-67B7-244A-4396-B1E6F3EB96E5}
    Management group: SCOM2012R2BIZ
    Could you please help me out of the issue?

    Hi,
    It seems like that you are encountering event 31552, you may check operation manager event logs for more information regarding to this issue.
    There can be many causes of getting this 31552 event, such as:
    A sudden flood (or excessive sustained amounts) of data to the warehouse that is causing aggregations to fail moving forward. 
    The Exchange 2010 MP is imported into an environment with lots of statechanges happening. 
    Excessively large ManagedEntityProperty tables causing maintenance to fail because it cannot be parsed quickly enough in the time allotted.
    Too much data in the warehouse staging tables which was not processed due to an issue and is now too much to be processed at one time.
    Please go through the links below to get more information about troubleshooting this issue:
    The 31552 event, or “why is my data warehouse server consuming so much CPU?”
    http://blogs.technet.com/b/kevinholman/archive/2010/08/30/the-31552-event-or-why-is-my-data-warehouse-server-consuming-so-much-cpu.aspx
    FIX: Failed to store data in the Data Warehouse due to a Exception ‘SqlException': Timeout expired.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Incomplete Data on Desktop

    Hi! Everyone
    We are working wit MAM 25 SR5 SP21.
    We do have the following parameters  set on the MobileEngine.config file:
    MobileEngine.Sync.RepetitiveSyncEnabled=true
    MobileEngine.Sync.MaximumNumberOfRepetitiveSyncs=10
    MobileEngine.Sync.TimeBetweenRepetitiveSyncs=1000
    We do use this parameters for both PDA and Laptops.
    On PDA we sync only once and we get the synchronization process successfully complete. (First time and second time,  third time, .......... and always)
    BUT on portatil we do have to try the sync process many times. I t is not constant. Firs time of sync process the data comes ok with only once sync process. But after frist synchronization process,  when we need to sync again we have to try the sync process more than once some times I have tried 8 times in order to get new data.
    I have change the maximumNumberOfRepetitiveSync to 50 and to 100 but I got error.
    Can anyone tell me how can I set the right parameters in order to get a complete synchronization process ? The best option would be if I can have only one set parameter for both PDA and Portatil.
    Thank you very much
    Xiomara

    Hi Xiomara,
    if I read this - do you have the same MEREPMETA.XML file in PDA and Laptop? We know there is a different MAM version for Laptop and for PDA available. You can run the PDA version on Laptop as well - so while it is working on the PDA as you said, could you please check if it makes a difference in the sync, if the PDA version is used on the Laptop?
    From your findings I would expect, that even you set the repetitive sync to a very high number, it does only run one time. Set the trace level on the PDA to all and check the log file after the sync You can see how often the Laptop syncs after you pressed the button. I think it will tell you it runs only one time.... This means either the SyncBOs on the Laptop are not set to Synchronous, or you have a simple misstiping of the repetitive parmeters on the Lapop.
    Please check, if both things are correct we can look a little deeper into the issue - but I would expect that one of these two things causes your problem.
    But anyway: going Larisses way will cure the problem from the other side - cause the data is prepared already in theoutbound queue and with the next sync the data coes down to the device. Only problem: you need to run the distributor before you sync and this will not solve the first issue in my understanding of the process.
    Hope that helps!
    Regards,
    Oliver

  • Thread safety for synchronization process

    We are invoking multiple instance of our
    application and attempt to issue synchronization calls simultaneously in order
    to perform some load testing.
    Is the Oracle lite synchronization process thread safe? Does anyone have
    recommendation on how to perform concurrent synchronization from the same
    computer?
    We recieve following exception:
    System.AccessViolationException {"Attempted to read or write protected memory.
    This is often an indication that other memory is corrupt."}
    StackTrace
    at Oracle.DataAccess.Lite.OracleSync.netSynchronize(IntPtr hWnd, Int32 nMsg)
    at Oracle.DataAccess.Lite.OracleSync.Synchronize()
    at Point2.CCIPDA.Core.Data.Database.SynchronizeThread() in
    X:\CCIPDA_2_0\src\Core\Data\Database.cs:line 325
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
    ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()

    Did you have a windows form or a web based application? Did you use LoadRunner to invoke multiple concurrent synchronization calls to move data from the lite database to the back-end database? Also, was LoadRunner executing against one instance of your application or multiple instances? Were application instances running on one machine or multiple machines? We are just trying to get a better understanding of your application/load test setup and see if it was structurally similar to ours.
    We basically have a windows form based application designed for a single user. This application allows user to synchronize data from Olite to back-end Oracle database after user has completed their data entry.
    We wanted to test the performance of our synchronization process. That is how many user can concurrently synchronize their data at the same time.
    Given that our application is a single user application, we decided to invoke multiple instances of application on a single machine and then simultaneously try to synchronize (via a tool) each instance of the application. Hence the error.
    Thanks for your feedback.

  • Essbase Analytics Link cannot create data synchronization server database

    When I try to create data synchronization server database using Essbase Analytics Link, the below error occur, anyone can help?Thnaks
    dss.log:
    19 Oct 2011 17:28:55] [dbmgr] ERROR: last message repeated 2 more times
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\Comma.hdf"
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\PERIOD.hrd"
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\VIEW.hrd"
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\YEAR.hrd"
    [19 Oct 2011 17:28:58] [dbmgr] Create metadata: "C:/oracle/product/EssbaseAnalyticsLink/oem/hfm/Comma/Default/Comma.hdf"
    [19 Oct 2011 17:28:59] [dbmgr] WARN : HR#03826: Directory "C:\oracle\product\EssbaseAnalyticsLink/Work/XOD/backUp_2" not found. Trying to create
    [19 Oct 2011 17:29:15] [dbmgr] ERROR: ODBC: HR#01465: error in calling SQLDriverConnect ([Microsoft][ODBC SQL Server Driver][Shared Memory]Invalid connection. [state=08001 code=14]).
    [19 Oct 2011 17:29:15] [dbmgr] ERROR: HR#00364: Cannot open source reader for "ACCOUNT"
    [19 Oct 2011 17:29:15] [dbmgr] ERROR: HR#00627: Cannot create dimension: "ACCOUNT".
    [19 Oct 2011 17:29:16] [dbmgr] ERROR: HR#07722: Cube 'main_cube' of application 'Comma' is not registered.
    eal.log:
    [2011-Oct-19 17:28:56] http://localhost/livelink/Default.aspx?command=readYear&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:56] http://localhost/livelink/Default.aspx?command=readPeriod&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:57] http://localhost/livelink/Default.aspx?command=readView&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:57] http://localhost/livelink/Default.aspx?command=getVersion&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:58] DSS Application created
    [2011-Oct-19 17:28:58] http://localhost/livelink/Default.aspx?command=getICPWeight&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:29:15] (-6981) HR#07772: cannot register HDF
    [2011-Oct-19 17:29:15] com.hyperroll.jhrapi.JhrapiException: (-6981) HR#07772: cannot register HDF
    [2011-Oct-19 17:29:15]      at com.hyperroll.jhrapi.JhrapiImpl.updateMetadata(Native Method)
    [2011-Oct-19 17:29:15]      at com.hyperroll.jhrapi.Application.updateMetadata(Unknown Source)
    [2011-Oct-19 17:29:15]      at com.hyperroll.hfm2ess.bridge.HyperRollProcess.updateMetadata(Unknown Source)
    [2011-Oct-19 17:29:15]      at com.hyperroll.hfm2ess.bridge.ws.BridgeOperationManagerImpl.createAggServerApp(Unknown Source)
    [2011-Oct-19 17:29:15]      at com.hyperroll.hfm2ess.bridge.ws.BridgeOperationManager.createAggServerApp(Unknown Source)
    [2011-Oct-19 17:29:15]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [2011-Oct-19 17:29:15]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [2011-Oct-19 17:29:15]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [2011-Oct-19 17:29:15]      at java.lang.reflect.Method.invoke(Method.java:597)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:92)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:74)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:151)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:403)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:532)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
    [2011-Oct-19 17:29:15]      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [2011-Oct-19 17:29:15]      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:98)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
    [2011-Oct-19 17:29:15]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3717)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    [2011-Oct-19 17:29:15]      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    [2011-Oct-19 17:29:15]      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    [2011-Oct-19 17:29:15]      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    [2011-Oct-19 17:29:15]      at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    [2011-Oct-19 17:29:15] LiveLinkException [HR#09746]: Data Synchronization Server database cannot be created

    What version of EAL have you installed, what OS + 32bit/64bit are you installing it on.
    What version of the OUI did you use.
    Have you gone through all the configuration steps successfully.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Data synchronization in EPMA V11

    Hi,
    in EPMA System 11, it is possible to synchronise EPMA applications. Does anybody know how this is done in the background. I assume that data export calc scripts and rule files are generated for exchanging data between Essbase BSO and Planning application.
    Additionally, how is the mapping of dynamically calculated members handled? In dataexport calc script this option can be set to DataExportDynamicCalc ON | OFF; but how is it done in data synchronisation?
    Kind regards,
    Ilker

    EPMA data sync seems to use an MDX query to pull the data out of an Essbase/planning application. The way the query runs, for essbase for example... if you want to specify a certain member is MEMBER(FY10,Years). You have to specify the dimension that the member belongs. Now I could be wrong here, but all of my experience with seeing how the tool queries Essbase points to this.
    There is no special handling of dynamic calc members right now, it just extracts the data and tries to load it right back to the same member (which then will fail if the corresponding member is dynamic calc)
    The export is actually relatively quick. You can move data from 1 app to the next in about 30-40 minutes (11 million rows exported out of the essbase cube). Data Sync thinks about the volume of data being exported in rows, much like a relational database. Once the data is extracted into a text file, it is sent to essbase and a 'streaming data load' process kicks off. Now I think that this can utilize the DLTHREADSWRITE, and DLTHREADSPREPARE but i am not entirely sure.
    The problem with EPMA data synchronizations lie in the inability to refine the member set being pulled. You cant specify Level 0 members, so usually you are relegated to using DESCENDANTS, one or two members or no filter at all (essentially pulling all members of the dimension, including upper levels - which is quite inefficient). Also, the EPMA data synch technology is not advanced enough yet to filter out dynamic calc members
    It is important to remember that EPMA Data synchs are truly a 'push.' So if you are trying to push data to an application with a lower level of detail, or one that requires mapping, it is going to be a monumental pain in the butt. Maintaining a mapping using the Data Synch tools is a lot like maintaining a mapping using a partition. The unheralded blessing (or curse depending on how you look at it), is the data synch will not stop when it encounters an error trying to locate a member, it treats it a lot like a load rule would (member not found kickouts).
    the EPMA data synchronization documentation for Essbase Apps is also incorrect so you will have problems specifying syntax sometimes, I think there has been some work done on trying to fix the documentation on Oracle's end, but they are still working on it.
    I am sure that the the next few releases of the tool will add lots of functions and useful commands, but right now it's still limited. Before I recommend this tool wholeheartedly, I would love to see level 0 members only, and other member set functions.
    -Matt

  • Data Synchronization

    I am writing a .Net Winforms application that will use a local Oracle Lite Database. Data from this local repository needs to be synchronized with a central Oracle database (bi-directional). Could someone tell me if the Java Consolidator API can be used from my .NET code to manage data synchronization.
    Or can Web-to-go be used in this scenario?
    Additionally, can anyone suggest good references on the web where I can get additional info on tweaking or customizing the synchronization process. By this I mean selectively synchronizing subsets of data in either direction.
    Thanks in advance,
    Anuba

    If you make any schema changes on the server end, you will need to re-publish your application in most cases. If you look at the snapshot definition in the mobile manager, or the mobileadmin database, you will see that it has translated the 'select * from table' you entered to 'select <list of columns> from table', ie: fixed the column list at the time of publication. Not apparent, but data type and length MAY also be fixed at this point.
    If you then add a column without re-publishing it will not go down, if you drop a column the compose and selection processes will probably fail. As long as you re-publish after changing the schema, you will be ok.
    As to automating the sync, you still need to be sure that the client database is in a suitable state, uncommitted changed may be lost. To automate the sync process, just call the sync API's from the client. depending on your requirements, you may also need to initiate activesync, a GPRS comms session etc. first to link up to the server0
    NOTE you cannot initiate the sync from the server end unless the client is always attached (eg: plugged into the network). It is a limitation (may be addressed by the broadbeam support coming in in 10g R2, but i have not tested that yet) in that the mobile server cannot 'dial out' to a client.
    Where you have offline clients, the client itself needs to initiate the sync session by initiating contact with the server. The commands in the device manager can be useful for getting the client to do things for you the next time it sync's, but it can be a bit flaky for some device types.

  • Incomplete Data logs in ST06

    Hi,
    Could you help me to figure out why I got incomplete logs in ST06. It was started when we found out that Saposcol is not running, so as immediate resolution we restarted the saposcol via ST06, but still no data was displayed.
    I also tried the following steps saposcol -d ; kill ; leave ; launch ; exit. and restarted the system but still I got incomplete data.
    I already logged an SAP message and advised to upgrade my Saposcol version and I have checked already the standard job (SAP_COLLECTOR_FOR_PERFMONITOR) it is running. Still no data in CPU, DISK and LAN.
    I got this log file in ST06:
          SAPOSCOL version  COLL 20.94 700 - 20.59 NT 07/05/25, 32 bit, multithreaded, Non-Unicode
          compiled at   Jun  5 2007
          systemid      560 (PC with Windows NT)
          relno         7000
          patch text    COLL 20.94 700 - 20.59 NT 07/05/25
          patchno       113
          intno         20050900
          running on    MDCSAP04 Windows NT 5.2 3790 Service Pack 1 8x Intel 801586 (Mod 6 Step 8)
    LOG: Profile          : no profile used
    LOG: Saposcol Version  : [COLL 20.94 700 - 20.59 NT 07/05/25]
    LOG: Working directory : C:\usr\sap\PRFCLOG
    LOG: Allocate Counter Buffer [10000 Bytes]
    LOG: Allocate Instance Buffer [10000 Bytes]
    LOG: Shared Memory Size: 29074.
    LOG: Connected to existing shared memory.
    LOG: Reused shared memory. Clearing contents.
    LOG: Collector daemon started
    LOG: read coll.put Tue Jul 03 12:59:56 2007
    LOG: Collector PID: 6312
    LOG: Process Monitoring active.
    LOG: searching for Process Monitoring Templates in C:\usr\sap\PRFCLOG\dev_proc
    LOG: searching for Process Monitoring Templates in C:\usr\sap\PRFCLOG\procmon\
    LOG: The following processes will be monitored:
    LOG: Process:    jlaunch-DSAPINFO=EP1_00_dispatcher*  for user:        SAPServiceEP1
    LOG: Process:        jlaunch-DSAPINFO=EP1_00_server*  for user:        SAPServiceEP1
    LOG: Process:          14:02:45 03.07.2007   LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\EP1\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed wi
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2227
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: OracleCUSDEV01iSQL*Plus
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Launching iSQL*Plus returned: 196, errno=0
    0
    LOG: Resize of eventlog buffer.
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: cmdJava: C:\j2sdk1.4.2_13\bin\java.exe, argBaseStart: -Doracle.oc4j.localhome=C:
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\CUSDEV01\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2247
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Service SAPOsCol has been started!
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Service SAPOsCol has been started!
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\SAPOsCol) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Service SAPOsCol has been started!
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: OracleEP1102iSQL*Plus
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Launching iSQL*Plus returned: 196, errno=0
    80
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: cmdJava: C:\j2sdk1.4.2_13\bin\java.exe, argBaseStart: -Doracle.oc4j.localhome=C:
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\EP1\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2227
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: OracleCUSDEV01iSQL*Plus
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Launching iSQL*Plus returned: 196, errno=0
    80
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: cmdJava: C:\j2sdk1.4.2_13\bin\java.exe, argBaseStart: -Doracle.oc4j.localhome=C:
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Got RMI PORT from rmi.xml: 5580
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    iled  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of rmi.xml file: 596
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: path_to_rmi_xml: C:\oracle\CUSDEV01\102\oc4j\j2ee\isqlplus\config\rmi.xml
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Not in the RAC env
    LOG: pfwnt1c.c: Error 997 [Overlapped I/O operation is in progress.#
    led  on line 4437
    LOG: RegOpenKey(HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\iSQL*Plus Application Server) failed with 2
    LOG: no message dlls could be loaded
    LOG: parameters:
    LOG: Size of isqlplusctl.bat file: 2247
    LOG: ERROR: Can not open event log(Security) 5[Access is denied.#
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: The battery charge cycle is complete.:  Battery 0 Controller 1
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Current capacity of the battery is above threshold:  Contr
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Battery started charging:  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Battery temperature is normal:  Controller 1 (PERC 5/i Ada
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Time established as 07/03/07 13:35:40; (93 seconds since p
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 03(e1/s3):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 02(e1/s2):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 01(e1/s1):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 00(e1/s0):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 08(e1/s255):  Controller 1 (PERC 5/i Adapter)
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Enclosure (SES) discovered on PD 08(e1/s255):  Controller
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Battery Present:  Controller 1 (PERC 5/i Adapter)
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Firmware initialization started (PCI ID 0015/1028/1f02/102
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    The battery charge cycle is complete.:  Battery 0 Controller 1
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Current capacity of the battery is above threshold:  Contr
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Battery started charging:  Controller 1 (PERC 5/i Adapter)
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Battery temperature is normal:  Controller 1 (PERC 5/i Ada
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    parameters:
    Controller event log: Time established as 07/02/07 20:04:00; (93 seconds since p
    source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 03(e1/s3):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 02(e1/s2):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 01(e1/s1):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 00(e1/s0):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Inserted: PD 08(e1/s255):  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Enclosure (SES) discovered on PD 08(e1/s255):  Controller
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Battery Present:  Controller 1 (PERC 5/i Adapter)
    LOG: source Server Administrator: Message not found in listed 2 message dlls [C:\Program Files\Dell\SysMgt\omsa\bin\dcship32.dll,C:\Program F
    LOG: parameters:
    LOG: Controller event log: Firmware initialization started (PCI ID 0015/1028/1f02/102
    LOG: couldn't process Security events: 108

    Hi,
    It could be because the pricing conditions wouldnt have been maintained for all the required conditions that are there in the sales order.
    It could be that the tax condition records wouldnt have been maintained properly in VK111/VK12.
    Do an analysis by going to the pricing analysis with in each item and then check, u will be able to catch hold of the issue.
    Hope this helps.
    Kind Regards
    Chakradhar

  • Try NineSYNC, Internet Data Synchronization & Mapping Web Service Software

    Those who are learning or pros in web service technology, try the software named NineSYNC, an internet data synchronization and mapping web service, which really running at http://www.ninestep.com/services/ninesync/NineSYNC. You can go to the Jence Incorporated (NineSTEP) web site http://www.jence.com or http://www.ninesync.com and load the NineSYNC client. You can also load the trial version of the web service software.
    NineSYNC is a real web service and its big. And it does what its supposed to do. I have tried synchronizing data from Mysql to Sql Server and it was so quick with NineSYNC. I also synchronize files with NineSYNC on a daily basis. All you have to do is set the software up and it will synchronize periodically.
    Nice cool way to do things and the future of web services technology.
    Burd.

    Burd, It's a nice program. I haven't found anything like this before and it works quite good. Thanks for sharing the informaiton. I would suggest anybody to take a look at this SW who are involved in data synchronization and mapping process.

  • Event data collection process unable to write data to the Data Warehouse

    Alert Description:
    Event data collection process unable to write data to the Data Warehouse. Failed to store data in the Data Warehouse. The operation will be retried.
    Exception 'InvalidOperationException': The given value of type Int32 from the data source cannot be converted to type tinyint of the specified target column.
    Running SCOM 2007 R2 on Server 2008 R2 with SQL Server 2008 R2. I can only find a single reference to this exact error on the Internet. It started occurring on a weekend. No changes were made to the SCOM server directly before this occurred. Anyone know
    what the error means and/or how to fix?

    Hello,
    I would suggest the following threas for your reference:
    Troubles with DataWarehouse database
    http://social.technet.microsoft.com/Forums/en-US/operationsmanagergeneral/thread/5e7005ae-d5d8-4b5c-a51c-740634e3da4e
    Data Warehouse configuration synchronization process failed
    to read state 
    http://social.technet.microsoft.com/Forums/en-US/systemcenter/thread/8ea1f4b9-115b-43cd-b66f-617533703047
    Thanks,
    Yog Li
    TechNet Community Support

  • Alert data collection process unable to write data to the Data Warehouse

    Alert data collection process unable to write data to the
    Data Warehouse. Failed to store data in the Data Warehouse. The operation will
    be retried.
    Exception 'InvalidOperationException': The given value of type
    String from the data source cannot be converted to type nvarchar of the
    specified target column.
    One or more workflows were affected by this.
    Workflow name:
    Microsoft.SystemCenter.DataWarehouse.CollectAlertData
    Instance name: Data
    Warehouse Synchronization Service
    Instance ID:
    {9A0B3744-A559-3080-EA82-D22638DAC93D}
    Management group: SCOMMG
    Can anybody Help?

    About 24 hours ago, one of my four management servers began generating this error every 10 minutes; we only upgraded to SCOM 2012 R2 a couple weeks ago, I have NOT installed UR1.  No new management packs or database changes have been made within the
    last week; KB945946 is not related to this.  An Event ID 11411 warning started occurring around the same time as this started and repeats every 10 minutes, too:
    Alert subscription data source module encountered alert subscriptions that were waiting for a long time to receive an acknowledgement.
     Alert subscription ruleid, Alert subscription query low watermark, Alert subscription query high watermark:
    5fcdbf15-4f5b-29db-ffdc-f2088a0f33b7,03/27/2014 00:01:39, 03/27/2014 20:30:00
    Performance on the Data Warehouse database server seems fine; CPU, memory and disk I/O are good.
    How can we identify where the problem is?

  • Whats the difference between Data Synchronization and Data Replication with a truncated Target?

    Hi Brian: Sorry, the Data Replication task wizard does not support ODBC sources. I don't think there's an easy way to truncate the target tables using a Data Synchronization task, but you should be able to read data from an ODBC source and write it to your target. Cheers,Josh

    I would like to replicate data using an ODBC connection as the source, but the connection does not show up in Data Replication (only Data Sync).  I want to truncate and load everything from the source--can I just use Data Sync for this process? Thanks!!

  • DOE Synchronization Process

    Hi,
    We are working with MAM (MI Client JSP for PDA) on Mobile 7.1 and my customer would like to make the synchronization process easier to the end user.
    Today we have this process:
    - Create the device and associate the device profile to the user.
    - 1st Sync: download the application
    - 2nd Sync: the SWCVs become operational and the data are extracted from CDS to device outbound queue
    - 3rd Sync: data are downloaded to from device outbound queue to MI Client
    And I would like to know, if it´s possible to configure the sync process on the following way:
    - Create the device and associate the device profile to the user. At this moment, automatically, the SWCVs become operational and the device data are extracted to outbound queue.
    - 1st Sync: download the application and data.
    or
    - Create the device and associate the device profile to the user.
    - 1st Sync: download the application.
    - 2nd Sync: the SWCVs become operational, the data are extracted from CDS to device outbound queue and then they are downloded into MI Client
    I can make these processes manually (making SWCV operational and triggering the data) but I haven´t found a way to do it automatically.
    I have tried to configure MI Client JSP for PDA with repetitive sync, but I haven´t had success. I tried the parameters:
    com.sap.tc.mobile.cfs.sync.repetitiveSync.maximumNumberOfSyncs=5
    com.sap.tc.mobile.cfs.sync.repetitiveSync.timeBetweenSyncs=30000
    com.sap.tc.mobile.cfs.sync.repetitiveSync.activated=true
    and
    MobileEngine.Sync.MaximumNumberOfRepetitiveSyncs=5
    MobileEngine.Sync.TimeBetweenRepetitiveSyncs=30000
    MobileEngine.Sync.RepetitiveSyncEnabled=true
    And it didn´t work.
    Does anyone know if it is possible?
    Thanks.
    Bruno

    My environment is the Mobile 7.1 OCA but the business scenario was the same as you describe.
    It was a hassle to have users sync three times to setup their devices (1 - register, 2- get application, 3- get data).
    To resolve issue, we use "Setup Package", once created it install the "client", the data, and DMSCW are operational all at the same time, synchronization is not required.
    I am not familiar with the JSP client, so I cannot give exact instructions on what to do but if you can figure out "Setup Package" for the mobile client you are using, it will simplify the setup, for us it took something that was about 20-30 minutes (3-4 syncs) to 5min setup.
    This may be of help
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/f3/27c52e28684d82b63423593b9eb3b7/frameset.htm
    I am not sure why your repetitive sync parameters are not working, just be sure it is associated to the CONFIG agent, at least that is a requirement for setting parameters with OCA client
    *Also the repetitive does not help you skip that 3 time sync issue.
    The 3 time sync issue from my experience was based on Sync Sessions, not the sync cycles, so you can increase the sync cycles with reptitive sync, but you will still need 3 separate sync sessions.... at least that was my experience. 
    I did not do much testing with this, I limited to 3 repetitive cycles and at most 1 min intervals.  There might be possibility if you increase the number of cycles or increase the interval enough you skip the need to sync "three" times. 
    SAP Mobile experts please correct if I misunderstood how this works.
    Edited by: Alan Cheun on Jun 14, 2010 12:06 PM

  • Is there any documentation for filter routine in Data Transfer Process?

    I am trying to create a filter routine in the Data Transfer Process to select different billing types depending on what date the Data Transfer Process is running....
    I have searched through SDN and found some examples, but some formal documentation would help.
    Is there any documention on filtering in a Data Transfer Process using a routine?
    I am in 7.0

    data: l_dow TYPE I,
          L_S_RANGE TYPE rssdlrange.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'F2'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'G2'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'L2'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZCDD'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZCDI'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZCR1'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZCR2'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZDR1'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZEDI'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZMD'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZRE'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZRE1'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZRED'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZSMP'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZUSD'.
    APPEND L_S_RANGE TO l_t_range.
    l_s_range-iobjnm = '0BILL_TYPE'.
    l_S_range-fieldname = 'BILL_TYPE'.
    l_S_range-sign = 'I'.
    l_S_range-option = 'EQ'.
    l_S_range-low = 'ZUSI'.
    APPEND L_S_RANGE TO l_t_range.
    CALL FUNCTION 'DATE_COMPUTE_DAY'
      EXPORTING
        date = sy-datum
      IMPORTING
        day = L_DOW.
    IF l_Dow EQ 5.
      l_s_range-iobjnm = '0BILL_TYPE'.
      l_S_range-fieldname = 'BILL_TYPE'.
      l_S_range-sign = 'I'.
      l_S_range-option = 'EQ'.
      l_S_range-low = 'S1'.
      APPEND L_S_RANGE TO l_t_range.
      l_s_range-iobjnm = '0BILL_TYPE'.
      l_S_range-fieldname = 'BILL_TYPE'.
      l_S_range-sign = 'I'.
      l_S_range-option = 'EQ'.
      l_S_range-low = 'S2'.
      APPEND L_S_RANGE TO l_t_range.
    ENDIF.

  • Error in Data Transfer Process (DTP) Urgent!

    Hi,
    ive encountered an error in uploading data from R3 using DTP in a specific cube and it says "Exceptions in Subset: Load and Generation" and "Dump: ABAP/4 processor: MESSAGE_TYPE_X", how can i fix this problem? is there any problem with the upgrade process of our system or in KERNEL? and what is KERNEL? Please help me guys.....
    Thanks,
    nips

    Please do not post the same question twice.
    Error in Data Transfer Process (DTP) Urgent!

Maybe you are looking for

  • How to find classtype and class for a material.

    Hi, How to find classtype and class for a material. which table contains this data. Thanks Kiran

  • Help on partner link

    Tutorial is simple but the reality... A little help: i have a web service written in C# and its wsdl. Now i have to create the partner link to call this service. I need to know where i have to put the folder (and the wsdl)... I only know I have to se

  • Playlist Order With Numbers

    I just picked up a new 120GB iPod Classic (after my trusty iPod Photo finally croaked) and there's a change that I wanted to query. I have a fair few playlists set up for various occasions - running,parties, etc. - and to keep those lists together, a

  • How to exam archive logs

    System filled up archive-logs disk unexpectedly. This may caused by some unknown application process. How can I tracking this?

  • AE CC 2014 strange pauses.

    Hi everyone,     This is something I've noticed with CC 2014 and not the previous version but if I modify something in a fairly simple comp (shape layers, about 4 fairly large photos (4k) and text layers)I get this pause while an update bar spins at