Exception while Sync in MI Client.

Hi,
I am assigning DB2e to my client. The installation is successful.
Then I assign a MAU Application to the client. It is successful. When I sync again, for the data, this is the Sync Log I am getting:
Synchronization Log   
u2022 Synchronization started 
u2022 Connection set up (without proxy) to: http://10.191.97.202:8000/sap/bc/MJC/mi_host?~sysid=NW7& 
u2022 Successfully connected with server. 
u2022 Processing of inbound data began. 
u2022 Exception occurred when processing synchronization events: Contact your administrator 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: Contact your administrator 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
u2022 Exception occurred when processing synchronization events: [SQLState:HYT00, error code:-80108] (java.lang.RuntimeException) 
Waiting for your replies
Neha

Hi Neha,
From the Db2e Help book the error code in your case refers to this
HYT00 -Connection timeout expired(short description)
The timeout period expired before the application was able to connect to the data source. The timeout period can be set using the SQL_ATTR_LOGIN_TIMEOUT attribute for SQLSetConnectAttr().This error is returned when the database is in use by another application.(Long description).
So from the error description it looks like, either you are running two applications simultaneously which I think in most of the times not the case.
OR
Using wrong db2e version.
OR
Try reinstalling the cilent and then db2e and then the application.
Hope it gives some clue to your problem.
Best Regards,
Siva.
PS:Reward with some points if you find the post useful.

Similar Messages

  • Exception while sync event

    I'm trying to write a simple program that performs a generic sync and I keep getting the following error.
    The backend method I'm trying to call requires no parameters and returns and outbound container with a few DESCRIPTION registers.
    Exception while sync event processing: null (java.lang.RuntimeException)
    The code that fires up the sync is:
    ClassLoader cl = getClass().getClassLoader();
    OpportunitySourceDAL ip = new OpportunitySourceDAL(); InboundProcessorRegistry.getInstance().register(ip);
    OutboundContainerFactory outfactory = OutboundContainerFactory.getInstance();
    outfactory = OutboundContainerFactory.getInstance();
    OutboundContainer out = outfactory.createOutboundContainer(VisibilityType.SEPARATED, "ZLISTA_SOURCES_ALIAS" , OutboundContainer.TYPE_REQUEST);
    out.close();
    SyncManager.getInstance().synchronizeWithBackend(VisibilityType.SEPARATED);
    And the class OpportunitySourceDAL has a process method like this
    public void process(InboundContainer inbound) {
    try {
      OpportunitySource op = OpportunitySource.getInstance();
      InboundContainerElement[] sources= inbound.getElementsWithFieldName("DESCRIPTION");
      for (int i = 0; i < sources.length; i++)
      op.add( sources.getFieldValue() );
    } catch (Exception e) {
    I've already created the wrapper for the backend function using ME_WIZARD and checked that it works with ABAP debugger.
    The backend function is in the same machine as was so I don't have to map an RFC destination.
    Am I missing some steps?
    Thanks in advance.

    Hi ,
      Please check the following
    1. The MI forms the outbound container and when you fire event synchronizeWithBackend these containers are serialized and sent to middleware and then to backend.
    Please check that OutboundContainer out is not null.
    2. Also see whether ht emapping b/w the backend table and the frontend tabkle is correct.
    3. In case you are not able to crack error. attach the complete trace file.
    regards
    anubhav

  • Security exception while running the java client for a secured web service.

    hi,
    I created a proxy for a secured web service.
    When I run the client java program I am getting the following exception :
    java.io.IOException: could not load the default-keystore.jks file because The keystore file is tampered or password is incorrect.
    Its saying that password is invalid.
    Can you please help me on this thanks in advance.
    Regards,
    Chandra

    hi,
    I created a proxy for a secured web service.
    When I run the client java program I am getting the following exception :
    java.io.IOException: could not load the default-keystore.jks file because The keystore file is tampered or password is incorrect.
    Its saying that password is invalid.
    Can you please help me on this thanks in advance.
    Regards,
    Chandra

  • Exception while runnig the remote client

    I get the following exception when I try to run the remote sample of jaxm. IMO I am not able to get the connection to the provider. Do we have to start the provider. How ??
    java.lang.NullPointerException
         at com.sun.xml.messaging.saaj.soap.dom4j.ElementImpl.addTextNode(ElementImpl.java:127)
         at com.sun.xml.messaging.jaxm.client.remote.MessageUtil.createInitMessage(MessageUtil.java:60)
         at com.sun.xml.messaging.jaxm.client.remote.ProviderConnectionImpl.initialize(ProviderConnectionImpl.java:81)
         at com.sun.xml.messaging.jaxm.client.remote.ProviderConnectionImpl.getMetaData(ProviderConnectionImpl.java:102)
         at pdr_conn.ClientUsingMsgPdr.SendAndReceive(ClientUsingMsgPdr.java:38)
    TIA
    Ashwani

    explaining more :
    problem comes when I call conn.getMetadata()
    --ashwani                                                                                                                                                                                       

  • ClassCastException exception while running EJB Client

    Folks,
    I am getting following exception while running the EJB Client.. I am
    using WLS 5.1
    Exception in thread "main" java.lang.ClassCastException
    at
    javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:319)
    at FirstStatelessEJBClient.Client.lookupHome(Client.java:149)
    at FirstStatelessEJBClient.Client.<init>(Client.java:44)
    at FirstStatelessEJBClient.Client.main(Client.java:82)
    Can anybody throw a light on this.
    Thanks
    Ashish

    Hi Eduardo,
    Below is my classpath. The stubs are in first_statlessSession.jar file.
    CLASSPATH=C:\weblogic\myserver\first_statelessSession.jar;
    C:\jdk1.2.2\lib\tools.jar;C:\weblogic\license;C:\weblogic\classes;C:\weblogi
    c\lib\weblogicaux.jar;
    C:\weblogic\myserver\clientclasses;C:\weblogic\myserver\serverclasses
    Also, I am just compiling and deploying the
    C:\weblogic\examples\ejb\basic\statelessSession myself and testing it. I
    am
    using the build.cmd files to compile and deploy the above EJB. If I use the
    jars provided by weblogic it works fine with same above classpath.
    I don't know what to do next. I have invested the whole day to solve this
    problem and couldn't.
    Please let me know if I am doing anything wrong.
    Appreciate your help.
    Thanks,
    Ashish
    Eduardo Ceballos wrote:
    Try putting the stubs into the client class path.
    "Ashish N. Shah" wrote:
    Folks,
    I am getting following exception while running the EJB Client.. I am
    using WLS 5.1
    Exception in thread "main" java.lang.ClassCastException
    at
    javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:319)
    at FirstStatelessEJBClient.Client.lookupHome(Client.java:149)
    at FirstStatelessEJBClient.Client.<init>(Client.java:44)
    at FirstStatelessEJBClient.Client.main(Client.java:82)
    Can anybody throw a light on this.
    Thanks
    Ashish

  • Exception while running a client to connect to a Corba Interface

    Hi,
    I am gettting the follwing error, while i run my client program and through which i am trying to establish connection with CORBA
    "Interface.Exception in thread "main" org.omg.CORBA.BAD_PARAM: minor code: 0 completed:
    No"
    Can any one out there let me know, why i am getting this error?
    Thanks in advance :)
    Sheshank

    You are passing a null value (CORBA doens't handle null value).

  • Exception while creating JCo client connection Failed to create

    Hello all -
       I am trying to create JCo metadata connections and I am getting the below error trace.
    Exception while creating JCo client connection Failed to create new JCO client connection SAP_R3_HumanResources_Metadata: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to change password for key SAP_R3_HumanResources_Metadata in secure storage at com.sap.tc.webdynpro.serverimpl.wdc.sl.SecureStorageWrapper.changePassword(SecureStorageWrapper.java:149) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.createJCOClientConnection(SystemLandscapeFactory.java:299) at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.createJCOClientConnection(WDSystemLandscape.java:107) at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionFinish(ButtonBar.java:265) at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:265) at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250) at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176) Caused by: com.sap.security.core.server.securestorage.exception.ObjectStorageException at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.storeObject(RemoteSecureStorageClientContextImpl.java:600) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SecureStorageWrapper.changePassword(SecureStorageWrapper.java:137) ... 33 more
    Could anybody please suggest what is wrong with this creation?
    Thanks much!!

    Hi Maria,
    Please update the host and sevice file first then check the SLD test and SLD Data supplier in visual admin.
    Also check and verify the data using in the Jco destination creation.
    Hope it will helps
    Regards
    Arun Jaiswal

  • BEA-423442-Exception while starting the client classifications file poller

    While Weblogic 10.3.2 server is started, below error is displayed in console. Please provide if any solution for this.
    <netuix> <BEA-423442> <Exception while starting the client classifications file poller: [java.lang.AbstractMethodError]
    java.lang.AbstractMethodError
    at com.bea.netuix.xml.util.DomToolkit.parse(DomToolkit.java:166)
    at com.bea.netuix.xml.util.JDomToolkit.build(JDomToolkit.java:45)
    at com.bea.netuix.client.repository.ClassifierRepository.getDocumentFromInputStream(ClassifierRepository.java:339)
    at com.bea.netuix.client.repository.ClassifierRepository.createRepositoryFromInputStream(ClassifierRepository.java:326)
    at com.bea.netuix.client.ClientClassifierImpl.<init>(ClientClassifierImpl.java:103)
    Truncated. see log file for complete stacktrace

    Hi Angel,
    Please see the following doc for instructions on starting an OMS.
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/emctl.htm#BABFEEAJ
    Regards,
    - Loc

  • Exception while invoking webservices using Dynamic client without WSDL

    Hi All,
    I am getting the below exception while invoking webservices using Dynamic client without WSDL.
    javax.xml.rpc.soap.SOAPFaultException: Exception during processing: java.lang.RuntimeException: Missing license file for: WebLogic Platform 8.1 (see Fault Detail for stacktrace)
    at weblogic.webservice.core.ClientDispatcher.receive(ClientDispatcher.java:313)
    at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:144)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:457)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:443)
    at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:558)
    at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:411)
    at atthi.webservice.TestWSWithWSDL.main(TestWSWithWSDL.java:41)
    Exception in thread "main"
    Please find my source file below....
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.rpc.Service;
    import javax.xml.rpc.Call;
    import javax.xml.rpc.ParameterMode;
    import javax.xml.namespace.QName;
    public class TestWSWithoutWSDL {
    public static void main(String[] args) {
    try{
    String address = "<WSDL's SOAP Address>";
    String namespaceURI = "<namespaceURI>";
    String serviceName = "<serviceName>";
    String portName = "<portName>";
    String ENCODING_STYLE_PROPERTY = "javax.xml.rpc.encodingstyle.namespace.uri";
    String URI_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/";
    String agencyID = "AGN00533";
    String fileName = "testWS";
    String xmlString = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><web-services>Sample Application</web-services>";
    System.setProperty( "javax.xml.rpc.ServiceFactory", "weblogic.webservice.core.rpc.ServiceFactoryImpl");
    ServiceFactory factory = ServiceFactory.newInstance();
    * Create an instance of the Service with the given service QName
    Service service = factory.createService(new QName(serviceName));
    Call call = service.createCall(new QName(portName));
    call.setTargetEndpointAddress(address);
    call.setProperty(Call.SOAPACTION_USE_PROPERTY, new Boolean(true));
    call.setProperty(Call.SOAPACTION_URI_PROPERTY, "");
    call.setProperty(ENCODING_STYLE_PROPERTY, URI_ENCODING);
    QName stringQName = new QName("http://www.w3.org/2001/XMLSchema", "string");
    * Set operation name to invoke.
    call.setOperationName(new QName(namespaceURI,"<operationName>"));
    * Add parameters definitions in the call object.
    call.addParameter("string", stringQName, String.class, ParameterMode.IN);
    call.addParameter("string0", stringQName, String.class, ParameterMode.IN);
    call.addParameter("string1", stringQName, String.class, ParameterMode.IN);
    * Set definition of the return type.
    call.setReturnType(stringQName);
    Object[] inParams = new Object[3];
    inParams[0] = new String(agencyID);
    inParams[1] = new String(fileName);
    inParams[2] = new String(xmlString);
    String result = ((String)call.invoke(inParams)).toString();
    System.out.println(result);
    }catch (Exception e){
    e.printStackTrace();
    Please give your suggestions for the above said exception....
    Thanks & Regards....

    Hi All,
    I am getting the below exception while invoking webservices using Dynamic client without WSDL.
    javax.xml.rpc.soap.SOAPFaultException: Exception during processing: java.lang.RuntimeException: Missing license file for: WebLogic Platform 8.1 (see Fault Detail for stacktrace)
    at weblogic.webservice.core.ClientDispatcher.receive(ClientDispatcher.java:313)
    at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:144)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:457)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:443)
    at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:558)
    at weblogic.webservice.core.rpc.CallImpl.invoke(CallImpl.java:411)
    at atthi.webservice.TestWSWithWSDL.main(TestWSWithWSDL.java:41)
    Exception in thread "main"
    Please find my source file below....
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.rpc.Service;
    import javax.xml.rpc.Call;
    import javax.xml.rpc.ParameterMode;
    import javax.xml.namespace.QName;
    public class TestWSWithoutWSDL {
    public static void main(String[] args) {
    try{
    String address = "<WSDL's SOAP Address>";
    String namespaceURI = "<namespaceURI>";
    String serviceName = "<serviceName>";
    String portName = "<portName>";
    String ENCODING_STYLE_PROPERTY = "javax.xml.rpc.encodingstyle.namespace.uri";
    String URI_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/";
    String agencyID = "AGN00533";
    String fileName = "testWS";
    String xmlString = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><web-services>Sample Application</web-services>";
    System.setProperty( "javax.xml.rpc.ServiceFactory", "weblogic.webservice.core.rpc.ServiceFactoryImpl");
    ServiceFactory factory = ServiceFactory.newInstance();
    * Create an instance of the Service with the given service QName
    Service service = factory.createService(new QName(serviceName));
    Call call = service.createCall(new QName(portName));
    call.setTargetEndpointAddress(address);
    call.setProperty(Call.SOAPACTION_USE_PROPERTY, new Boolean(true));
    call.setProperty(Call.SOAPACTION_URI_PROPERTY, "");
    call.setProperty(ENCODING_STYLE_PROPERTY, URI_ENCODING);
    QName stringQName = new QName("http://www.w3.org/2001/XMLSchema", "string");
    * Set operation name to invoke.
    call.setOperationName(new QName(namespaceURI,"<operationName>"));
    * Add parameters definitions in the call object.
    call.addParameter("string", stringQName, String.class, ParameterMode.IN);
    call.addParameter("string0", stringQName, String.class, ParameterMode.IN);
    call.addParameter("string1", stringQName, String.class, ParameterMode.IN);
    * Set definition of the return type.
    call.setReturnType(stringQName);
    Object[] inParams = new Object[3];
    inParams[0] = new String(agencyID);
    inParams[1] = new String(fileName);
    inParams[2] = new String(xmlString);
    String result = ((String)call.invoke(inParams)).toString();
    System.out.println(result);
    }catch (Exception e){
    e.printStackTrace();
    Please give your suggestions for the above said exception....
    Thanks & Regards....

  • Security Exception while using OIM client API with Webcenter

    Hi,
    We are using OIM 11g Client api for creating user from our WebCenter portal application. But we are getting security as well as no such service exception while calling login from the OIM client.
    Exception::
    oracle.iam.platform.utils.NoSuchServiceException: java.lang.reflect.InvocationTargetException
         at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:197)
         at oracle.iam.platform.OIMClient.getService(OIMClient.java:174)
         at oracle.iam.platform.OIMClient.loginSessionCreated(OIMClient.java:209)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:136)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:114)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:193)
    Caused by: java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators]
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    oracle.iam.platform.utils.NoSuchServiceException: java.lang.reflect.InvocationTargetException
    Client Code::
    System.setProperty("java.security.auth.login.config", "Path to authwl.conf");
    System.setProperty("OIM.AppServerType", "weblogic");
    env = new Hashtable();
    env.put(OIMClient.JAVA_NAMING_FACTORY_INITIAL,"weblogic.jndi.WLInitialContextFactory");
    env.put(OIMClient.JAVA_NAMING_PROVIDER_URL, "t3://host:14000/oim");
    client = new OIMClient(env);
    try {
    client.login(OIMUserName, OIMPassword);
    } catch (LoginException e) {
    e.printStackTrace();
    The exception is coming after executing the login code (not login exception).We logged into our application using weblogic user(even for any other user in OID,shared by OIM, is having same behaviour). The code is being executed from integrated webogic server and oim_server is running on a different server under a separate domain.
    Please suggest.
    Thanks

    There are files needed in your project.
    from the <OIMHOME>/config folder_
    xl.policy
    authwl.conf
    log.properties
    from the <OIMHOME>/ext folder_
    commons-logging.jar
    jakarta-oro-2.0.8.jar
    javagroups-all.jar
    jhall.jar
    log4j-1.2.8.jar
    mail.jar
    oscache.jar
    spring.jar
    wlfullclient.jar
    from the <OIMHOME>/lib folder_
    iam-platform-auth-client.jar
    iam-platform-context.jar
    iam-platform-pluginframework.jar
    iam-platform-utils.jar
    oimclient.jar
    XellerateClient.jar
    xlAPI.jar
    xlDataObjectBeans.jar
    xlUtils.jar
    xlVO.jar

  • Error: [env:ClienT:caught exception while handling request]

    failure when calling to the service Web
    1. I INTRODUCE DIRECTION WSDL URL And SOON PULSE TO SHOW METODOS
    2. And IT INDICATES The METODOS To ME AVAILABLE FOR THIS SERVICE WEB
    3. LATER IT SHOWS THE PARAMETERS TO ME THAT NEEDS TO MAKE THE CALL TO THE PREVIOUS METODO
    4. I INTRODUCE THE VALUE OF THE PARAMETER AND WHEN I TEST THE TEST RESULTS IS THE FOLLOWING ERROR:
    [env:Client : caught exception while handling request: unexpected encoding style: expected=, actual=http://xml.apache.org/xml-soap/literalxml]

    failure when calling to the service Web
    1. I INTRODUCE DIRECTION WSDL URL And SOON PULSE TO SHOW METODOS
    2. And IT INDICATES The METODOS To ME AVAILABLE FOR THIS SERVICE WEB
    3. LATER IT SHOWS THE PARAMETERS TO ME THAT NEEDS TO MAKE THE CALL TO THE PREVIOUS METODO
    4. I INTRODUCE THE VALUE OF THE PARAMETER AND WHEN I TEST THE TEST RESULTS IS THE FOLLOWING ERROR:
    [env:Client : caught exception while handling request: unexpected encoding style: expected=, actual=http://xml.apache.org/xml-soap/literalxml]

  • Firefox sync getting an error while syncing

    I my previous profile was corrupt and not working, so I recently created a new profile and logged it into my sync account. Everything seemed fine at first, but towards the end of the day I started getting the error message at the bottom of the screen that sync was encountering an error while syncing.
    Below is some of the error message I am seeing in the log file:
    1413469133871 Sync.Tracker.Clients WARN Changed IDs file clients contains non-object value.
    1413469133874 Sync.Tracker.Bookmarks WARN Changed IDs file bookmarks contains non-object value.
    1413469133875 Sync.Tracker.Forms WARN Changed IDs file forms contains non-object value.
    1413469133876 Sync.Tracker.History WARN Changed IDs file history contains non-object value.
    1413469133876 Sync.Tracker.Passwords WARN Changed IDs file passwords contains non-object value.
    1413469133878 Sync.Tracker.Addons WARN Changed IDs file addons contains non-object value.
    1413469153872 Sync.Engine.Bookmarks WARN Got exception "[Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsINavBookmarksService.getBookmarkURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: resource://gre/modules/services-sync/engines/bookmarks.js :: _buildGUIDMap :: line 248" data: no] Stack trace: _buildGUIDMap()@resource://gre/modules/services-sync/engines/bookmarks.js:248 < _syncStart/<()@resource://gre/modules/services-sync/engines/bookmarks.js:375 < _mapDupe()@resource://gre/modules/services-sync/engines/bookmarks.js:315 < _createRecord()@resource://gre/modules/services-sync/engines/bookmarks.js:415 < SyncEngine.prototype._uploadOutgoing()@resource://services-sync/engines.js:1412 < SyncEngine.prototype._sync()@resource://services-sync/engines.js:1483 < wrappedSync()@resource://gre/modules/services-sync/engines/bookmarks.js:214 < _sync()@resource://gre/modules/services-sync/engines/bookmarks.js:211 < WrappedNotify()@resource://services-sync/util.js:141 < Engine.prototype.sync()@resource://services-sync/engines.js:655 < _syncEngine()@resource://services-sync/stages/enginesync.js:199 < sync()@resource://services-sync/stages/enginesync.js:149 < onNotify()@resource://gre/modules/services-sync/service.js:1271 < WrappedNotify()@resource://services-sync/util.js:141 < WrappedLock()@resource://services-sync/util.js:96 < _lockedSync()@resource://gre/modules/services-sync/service.js:1261 < sync/<()@resource://gre/modules/services-sync/service.js:1253 < WrappedCatch()@resource://services-sync/util.js:70 < sync()@resource://gre/modules/services-sync/service.js:1241 < <file:unknown>" building GUID map. Skipping all other incoming items.
    1413469153872 Sync.Engine.Bookmarks WARN Error creating record: [object Object] No traceback available
    1413469175317 Sync.Store.Addons DEBUG {9340fd57-678b-6966-a297-90692d7f5959} not syncable: type not in whitelist: plugin

    Okay, I have just cleared all my history and I am still getting the error. When I have "history" unselected this computer syncs up fine, with it selected I get the error. Is there some additional information that can help narrow down what is causing the problem.
    I current sync 3 machines to this account, a Mac, an Android Phone and a Windows 8 PC. Below is the log file as it stands now.
    1414009958358 Sync.ErrorHandler DEBUG Flushing file log.
    1414009958361 Sync.Status DEBUG Status.service: error.sync.failed_partial => success.status_ok
    1414009958362 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1414009958362 Sync.ErrorHandler DEBUG Log cleanup threshold time: 1413145958362
    1414009958366 Sync.ErrorHandler DEBUG No logs to clean up.
    1414009958932 Sync.Tracker.Clients DEBUG Saving changed IDs to clients
    1414009958937 Sync.Tracker.Bookmarks DEBUG Saving changed IDs to bookmarks
    1414009958940 Sync.Tracker.Forms DEBUG Saving changed IDs to forms
    1414009958944 Sync.Tracker.Passwords DEBUG Saving changed IDs to passwords
    1414009959356 Sync.Tracker.Addons DEBUG Saving changed IDs to addons
    1414010051089 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1414010051090 Sync.ErrorHandler DEBUG Beginning user-triggered sync.
    1414010051090 Sync.Service DEBUG User-Agent: Firefox/33.0 FxSync/1.35.0.20141011015303.
    1414010051090 Sync.Service INFO Starting sync at 2014-10-22 16:34:11
    1414010051091 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
    1414010051091 Sync.Status INFO Resetting Status.
    1414010051091 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1414010051092 Sync.BrowserIDManager DEBUG _ensureValidToken already has one
    1414010051951 Sync.Resource DEBUG mesg: GET success 200 https://sync-148-us-west-2.sync.services.mozilla.com/1.5/10925754/info/collections
    1414010051951 Sync.Resource DEBUG GET success 200 https://sync-148-us-west-2.sync.services.mozilla.com/1.5/10925754/info/collections
    1414010051952 Sync.Service DEBUG Fetching global metadata record
    1414010051952 Sync.Service DEBUG Weave Version: 1.35.0 Local Storage: 5 Remote Storage: 5
    1414010051953 Sync.Service INFO Sync key is up-to-date: no need to upgrade.
    1414010051953 Sync.Service DEBUG Fetching and verifying -- or generating -- symmetric keys.
    1414010051953 Sync.Service INFO Testing info/collections: {"passwords":1414009530.47,"tabs":1414009530.7,"clients":1414009158.6,"crypto":1413468730.08,"forms":1414009217.94,"meta":1414009226.95,"prefs":1414009115.93,"bookmarks":1413938103.18,"addons":1413934492.81}
    1414010051953 Sync.CollectionKeyManager INFO Testing for updateNeeded. Last modified: 1413468730.08
    1414010051953 Sync.Synchronizer DEBUG Refreshing client list.
    1414010051954 Sync.Engine.Clients INFO 0 outgoing items pre-reconciliation
    1414010051955 Sync.Engine.Clients INFO Records: 0 applied, 0 successfully, 0 failed to apply, 0 newly failed to apply, 0 reconciled.
    1414010051956 Sync.Synchronizer INFO Updating enabled engines: 1 clients.
    1414010051960 Sync.Engine.Bookmarks INFO 0 outgoing items pre-reconciliation
    1414010051962 Sync.Engine.Bookmarks INFO Records: 0 applied, 0 successfully, 0 failed to apply, 0 newly failed to apply, 0 reconciled.
    1414010051965 Sync.Engine.Forms INFO 0 outgoing items pre-reconciliation
    1414010051966 Sync.Engine.Forms INFO Records: 0 applied, 0 successfully, 0 failed to apply, 0 newly failed to apply, 0 reconciled.
    1414010051967 Sync.Engine.History DEBUG First sync, uploading all items
    1414010051968 Sync.Status DEBUG Status for engine history: error.engine.reason.unknown_fail
    1414010051968 Sync.Status DEBUG Status.service: success.status_ok => error.sync.failed_partial
    1414010051968 Sync.ErrorHandler DEBUG history failed: database disk image is malformed No traceback available
    1414010051969 Sync.Engine.Passwords INFO 0 outgoing items pre-reconciliation
    1414010051971 Sync.Engine.Passwords INFO Records: 0 applied, 0 successfully, 0 failed to apply, 0 newly failed to apply, 0 reconciled.
    1414010051972 Sync.Engine.Prefs INFO 0 outgoing items pre-reconciliation
    1414010051973 Sync.Engine.Prefs INFO Records: 0 applied, 0 successfully, 0 failed to apply, 0 newly failed to apply, 0 reconciled.
    1414010051974 Sync.Engine.Tabs INFO 1 outgoing items pre-reconciliation
    1414010051976 Sync.Engine.Tabs INFO Records: 0 applied, 0 successfully, 0 failed to apply, 0 newly failed to apply, 0 reconciled.
    1414010051986 Sync.Engine.Tabs INFO Uploading all of 1 records
    1414010051986 Sync.BrowserIDManager DEBUG _ensureValidToken already has one
    1414010051987 Sync.Collection DEBUG POST Length: 1872
    1414010052149 Sync.Collection DEBUG mesg: POST success 200 https://sync-148-us-west-2.sync.services.mozilla.com/1.5/10925754/storage/tabs
    1414010052149 Sync.Collection DEBUG POST success 200 https://sync-148-us-west-2.sync.services.mozilla.com/1.5/10925754/storage/tabs
    1414010052151 Sync.Engine.Addons DEBUG Refreshing reconciler state
    1414010052151 Sync.AddonsReconciler INFO Refreshing global state from AddonManager.
    1414010052156 Sync.AddonsReconciler DEBUG Rectifying state for addon: {972ce4c6-7e08-4474-a285-3208198ce6fd}
    1414010052156 Sync.AddonsReconciler DEBUG Rectifying state for addon: [email protected]
    1414010052156 Sync.AddonsReconciler DEBUG Rectifying state for addon: [email protected]
    1414010052157 Sync.AddonsReconciler DEBUG Rectifying state for addon: [email protected]
    1414010052157 Sync.AddonsReconciler DEBUG Rectifying state for addon: {b9db16a4-6edc-47ec-a1f4-b86292ed211d}
    1414010052157 Sync.AddonsReconciler DEBUG Rectifying state for addon: [email protected]
    1414010052157 Sync.AddonsReconciler DEBUG Rectifying state for addon: [email protected]
    1414010052157 Sync.AddonsReconciler DEBUG Rectifying state for addon: [email protected]
    1414010052157 Sync.AddonsReconciler DEBUG Rectifying state for addon: gmp-gmpopenh264
    1414010052157 Sync.AddonsReconciler DEBUG Rectifying state for addon: {10c68f07-63a6-4653-8f43-9fc763f22443}
    1414010052158 Sync.AddonsReconciler DEBUG Rectifying state for addon: {9340fd57-678b-6966-a297-90692d7f5959}
    1414010052158 Sync.AddonsReconciler DEBUG Rectifying state for addon: {07331244-d8fe-048f-bc78-d7a5feba72ea}
    1414010052163 Sync.AddonsReconciler DEBUG Rectifying state for addon: {b0abad6a-59ad-ab23-b4cf-b9093349a0ed}
    1414010052163 Sync.AddonsReconciler DEBUG Rectifying state for addon: {485a038e-7a17-bd3a-fd40-46fdaa916094}
    1414010052164 Sync.AddonsReconciler DEBUG Rectifying state for addon: {89f74af3-3543-ba77-f985-6019007a9781}
    1414010052164 Sync.AddonsReconciler DEBUG Rectifying state for addon: {b66dbe14-6371-dba9-8f63-f2031cfa3a40}
    1414010052164 Sync.AddonsReconciler DEBUG Rectifying state for addon: {6b496cd3-2299-120d-2bbf-fb5bcadf19e6}
    1414010052165 Sync.AddonsReconciler DEBUG Rectifying state for addon: {74f60b82-12ef-8704-7114-2802023b9f97}
    1414010052165 Sync.AddonsReconciler DEBUG Rectifying state for addon: {d44b47cc-9165-5b44-5841-a92d500ccae5}
    1414010052165 Sync.AddonsReconciler DEBUG Rectifying state for addon: {b4a46c11-2945-5c38-9640-940aeb02e416}
    1414010052165 Sync.AddonsReconciler DEBUG Rectifying state for addon: {37ab856c-b575-a4b5-33b2-9adc43f4ad10}
    1414010052165 Sync.AddonsReconciler DEBUG Rectifying state for addon: {fed0ab6f-7546-a733-dc0d-a155df78f538}
    1414010052167 Sync.AddonsReconciler INFO Saving reconciler state to file: addonsreconciler
    1414010052180 Sync.Engine.Addons INFO 0 outgoing items pre-reconciliation
    1414010052181 Sync.Engine.Addons INFO Records: 0 applied, 0 successfully, 0 failed to apply, 0 newly failed to apply, 0 reconciled.
    1414010052182 Sync.Synchronizer INFO Sync completed at 2014-10-22 16:34:12 after 1.09 secs.
    1414010052182 Sync.Declined DEBUG Handling remote declined: []
    1414010052182 Sync.Declined DEBUG Handling local declined: []
    1414010052183 Sync.Declined DEBUG Declined changed? false
    1414010052183 Sync.Service INFO No change to declined engines. Not reuploading meta/global.
    1414010052183 Sync.SyncScheduler DEBUG Next sync in 3600000 ms.
    1414010052184 Sync.ErrorHandler DEBUG Some engines did not sync correctly.

  • Exception while synchronizing via http

    I were using MI Client successfully for a while, then when I try to install a fresh installation I`m not able to sync and receive Mobile ID.
    Traces log:
    E Exception while synchronizing via http 
    com.sap.ip.me.api.services.HttpConnectionException: Exception while synchronizing (java.io.IOException: Server returned HTTP response code: 500 for URL: http://erpg0028:8001/sap/bc/MJC/mi_host?sysid=M01&client=300&~language=PT&ACKNOWLEDGE=&) 
    When I execute the this URL I receive the following message:
    MISYNC   c     ÿ   )User not authorized ("S_ME_SYNC" missing)
    MISYNC role (pfcg) has S_ME_SYNC authorization object and Activity 38. But when I try to Test MJC service (sicf) default_host/sap/bc/MJC/mi_host fails. User MI_SERVICE seems to be ok and has S_ME_SYNC autho object either as it belongs to MISYNC role. mi_mds and mi_service connects successfully.
    My server seems to be responding requests as I call below URL and it responses ok.
    http://erpg0028:50100/meSync/servlet/meSync?sysid=M01&login=MI_SERVICE&password=*****&client=300&language=PT&acknowledge=X&~test=true&
    To sum up, I'm not able to sync and receive Mobile ID for new installations, just MI Client that had already received Mobile IDs can sync data and application. Any ideias?
    Regards,
    Rogério

    Hi Sivakumar,
    1. I've applied note no. 1001292, as I'm using SP10, do not need to apply note no. 984207. Unfortunatelly error while synchronizing continues. Also I have read forum you told but I`ve already done that.
    2. in sicf user MI_SERVICE is in upper case. Test Service mi_host is still failling. When I try to sync continues showing the message:
    E Exception while synchronizing via http
    com.sap.ip.me.api.services.HttpConnectionException: Exception while synchronizing (java.io.IOException: Server returned HTTP response code: 500 for URL: http://erpg0028:8001/sap/bc/MJC/mi_host?sysid=M01&client=300&~language=PT&ACKNOWLEDGE=&) 
    Calling URL
    http://erpg0028:8001/sap/bc/MJC/mi_host?sysid=M01&client=300&~language=PT&ACKNOWLEDGE=&
    shows message: MISYNC   c     ÿ   )User not authorized ("S_ME_SYNC" missing)
    By the way, I deactivate the mi_host service and I received the message:
    Forbidden 403; The request is for something forbidden. Authorization will not help
    I suppose that mi_host service is the problem, but I cannot realize why test service it's not working like mi_mds and mi_service as I'm using the same user (MI_SERVICE).
    Best Regards,
    Rogério
    Message was edited by:
            Rogério Tambellini

  • Exception while synchronizing via STACK ABAP

    Hi,
    We are syncronizing via stack ABAP. We use the service:
    http://sapdesa.iberdrola.es:8030/sap/bc/MJC/mi_host
    But the syncronization finishes whit this error message:
    Synchronisation problems: Transport-layer (http) sync exception raised (root cause: Exception while synchronizing (java.io.IOException: Server returned HTTP response code: 500 for URL: http://sapdesa.iberdrola.es:8030/sap/bc/MJC/mi_host?sysid=MD1&client=099&~language=es&ACKNOWLEDGE=X&))
    After some syncronizations more , the process finishes succesfully.
    Has anybody idea why it's happening?

    Hi Satur,
    The following thread should solve your problem
    Re: Sync issue: "server returned http response code: 500 for URL"
    Best Regards,
    Karthik

  • "Internal server error" while sync

    The ABAP/4 Open SQL array insert result in duplicate database records
    [20070817 04:06:18:654] E [MI/Core ] Exception while reading installation log file (root cause: C:\Program Files\SAP Mobile Infrastructure\bin\ci\archives\MI_SP_18_JSP\00\install.log (The system cannot find the path specified) [java.io.FileNotFoundException]) 
    [20070817 04:06:18:685] E [AppLog/MI/API/Services ]<b> Problems while saving C:\Program Files\SAP Mobile Infrastructure\sync\inboundProcessors\4.value  </b>
    java.io.NotSerializableException: com.sap.ip.me.api.services.MEResourceBundle 
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054) 
    at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332) 
    at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304) 
    at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247) 
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052) 
    at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278) 
    at com.sap.ip.me.api.services.IOUtils.serializeObjectToFile(IOUtils.java:875) 
    at com.sap.ip.me.api.services.IOUtils.saveHashtableToDirectory(IOUtils.java:801) 
    at com.sap.ip.me.sync.InboundProcessorRegistryImpl.register(InboundProcessorRegistryImpl.java:285) 
    at com.sap.ip.mi.systemnews.NewsImpl.create(NewsImpl.java:313) 
    at com.sap.ip.mi.systemnews.StartListener.userLoggedOn(StartListener.java:24) 
    at com.sap.ip.me.core.UserManagerImpl.fireLogon(UserManagerImpl.java:2283) 
    at com.sap.ip.me.core.UserManagerImpl.logOnUser(UserManagerImpl.java:766) 
    at com.sap.ip.me.core.UserManagerImpl.logOnUser(UserManagerImpl.java:744) 
    at com.sap.ip.me.apps.jsp.LoginServlet.doHandleEvent(LoginServlet.java:274) 
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe(AbstractMEHttpServlet.java:347) 
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet(AbstractMEHttpServlet.java:689) 
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doPost(AbstractMEHttpServlet.java:706) 
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) 
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service(AbstractMEHttpServlet.java:313) 
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 
    at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405) 
    at org.apache.tomcat.core.Handler.service(Handler.java:287) 
    at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) 
    at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806) 
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752) 
    at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213) 
    at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) 
    at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501) 
    at java.lang.Thread.run(Thread.java:534) 
    [20070817 04:06:23:857] E [AppLog/MI/API/Services ] Problems while saving C:\Program Files\SAP Mobile Infrastructure\sync\inboundProcessors\1.value 
    java.io.NotSerializableException: com.sap.ip.me.api.services.MEResourceBundle 
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054) 
    at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332) 
    at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304) 
    at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247) 
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052) 
    at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278) 
    at com.sap.ip.me.api.services.IOUtils.serializeObjectToFile(IOUtils.java:875) 
    at com.sap.ip.me.api.services.IOUtils.saveHashtableToDirectory(IOUtils.java:801) 
    at com.sap.ip.me.sync.InboundProcessorRegistryImpl.register(InboundProcessorRegistryImpl.java:285) 
    at com.sap.ip.me.ccms.remotetracing.RemoteTracingInboundProcessor.registerItself(RemoteTracingInboundProcessor.java:33) 
    at com.sap.ip.me.ccms.remotetracing.RemoteTracingListener.actionPerformed(RemoteTracingListener.java:36) 
    at com.sap.ip.me.sync.SyncEventRegistryImpl.fireSyncEventNotifierMethod(SyncEventRegistryImpl.java:315) 
    at com.sap.ip.me.sync.SyncManagerImpl.raiseSyncEvent(SyncManagerImpl.java:1300) 
    at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:420) 
    at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:303) 
    at com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend(SyncManager.java:79) 
    at com.sap.ip.me.apps.jsp.Home$SyncRunnable.run(Home.java:568) 
    at java.lang.Thread.run(Thread.java:534) 
    [20070817 04:06:24:076] E [AppLog/MI/API/Services ] Problems while saving C:\Program Files\SAP Mobile Infrastructure\sync\inboundProcessors\1.value 
    java.io.NotSerializableException: com.sap.ip.me.api.services.MEResourceBundle 
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054) 
    at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332) 
    at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304) 
    at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247) 
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052) 
    at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278) 
    at com.sap.ip.me.api.services.IOUtils.serializeObjectToFile(IOUtils.java:875) 
    at com.sap.ip.me.api.services.IOUtils.saveHashtableToDirectory(IOUtils.java:801) 
    at com.sap.ip.me.sync.InboundProcessorRegistryImpl.register(InboundProcessorRegistryImpl.java:285) 
    at com.sap.ip.me.ccms.configinfo.ConfigInfoCheckerInboundProcessor.registerItself(ConfigInfoCheckerInboundProcessor.java:29) 
    at com.sap.ip.me.ccms.configinfo.ConfigInfoListener.actionPerformed(ConfigInfoListener.java:38) 
    at com.sap.ip.me.sync.SyncEventRegistryImpl.fireSyncEventNotifierMethod(SyncEventRegistryImpl.java:315) 
    at com.sap.ip.me.sync.SyncManagerImpl.raiseSyncEvent(SyncManagerImpl.java:1300) 
    at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:420) 
    at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:303) 
    at com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend(SyncManager.java:79) 
    at com.sap.ip.me.apps.jsp.Home$SyncRunnable.run(Home.java:568) 
    at java.lang.Thread.run(Thread.java:534) 
    [20070817 04:07:05:404] E [MI/Sync ]<b> Received exception info code 10 and detailed message "Exception while callSync: The ABAP/4 Open SQL array insert results in duplicate database records. records in the data base."  </b>
    [20070817 04:07:05:404] E [MI/Sync ] Execption info code 10 --> Received undefinied error code.

    This might be due to duplicate R/3 keys. Try the following..
    1. Delete the trace file ( From settings page of client)
    2. Change the log level to all.
    3. Do a client data reset
    4. Sync twice..
    Check if the error is reappearing.. If yes upload the trace..
    Regards
    Ajith

Maybe you are looking for

  • Direct Digital Output through Quicktime?

    I've used iTunes for years (ever since my first iPod) and I've never had a problem with it. However two years ago I got a HiFi receiver. Nothing fancy or anything, but ever since I've been wondering if I could some how bypass my soundcard's DAC and g

  • Create PO WITHOUT Line Items

    Hi Gurus, I would like to create empty PO i.e. without any line Items. Using ME23N it goes into error but still PO can be put on "Hold" and I still get PO Number with just header data. Doing same via BAPI ;BAPI_PO_CREATE1' it goes into error saying "

  • Execution of python  scripts through script tag

    I have one line in my xml file : script language="jython" src="scripts/setup.py"/> but when i am running this file as ant script file,it is saying that it cannot find the script tag.. It is giving this error: Ant could not find the task or a class th

  • James, your blog instructions have set me free -but have put Sally in a BOX

    James, remember what you told me about making the Magic Frame very very small so that any new additions I plonk into the big picture area of the entry page will not fall through and end up on the blog summary page? Well, I did what you said, and it w

  • Function to bounce single tracks of a project automatically?

    Hi guys Is there any function i can use on logic 9, which bounces all the single tracks of a project automatically? I have to bounce everything in Audio, cause I am about to send the stems to someone.. The project has 88 tracks so its quite a job to