cancel
Showing results for 
Search instead for 
Did you mean: 

Error client communication sup 2.0.1

Former Member
0 Kudos

Help guys!!!!!

When I tried communicated with sup 2.0.1 the connection was stabilised but any callbackevent did not occurs in my application (I use message based application with DOE)

I think this is the error:

Note that a MOCA Async object was not registered on the device. This is not an error if the callback was not important. Object Name:

anybody know how fix it or why this occurs?

bellow the MOCA (sybase settings log)


05T170016, T4,         10| OPENED DATABASE VERSION 22. REQUIRED VERSION22.
05T170016, T4, Got request from server - RequestID = 53
05T170016, T4, Found results from previous MOCA request for RequestID = 53
05T170016, T5, Connect--Fixedup URL: /tm/?cid=0
05T170016, T5, Connected D2S connection
05T170016, T5, 	ParseTMPublicHeader succeeded 
05T170016, T5, Got Results from server for ReqID: 6
05T170016, T5, 5627, 0 Note that a MOCA Async object was not registered on the device. This is not an error if the callback was not important.  Object Name: 'GetDeviceSettings' 
05T170016, T5, Client side processing finished for ReqID: 6
05T170017, T5, Processing Queued request.  ReqID: 7  Obj: monet:SettingsExchange.dll:SettingsExchange  Meth: SetServerPropGroup
05T170017, T5, 	ParseTMPublicHeader succeeded 
05T170017, T5, Got Results from server for ReqID: 7
05T170017, T5, 5627, 0 Note that a MOCA Async object was not registered on the device. This is not an error if the callback was not important.  Object Name: 'SetServerPropGroup' 
05T170017, T5, Client side processing finished for ReqID: 7
05T170017, T5, Disconnected D2S connection
05T170018, T5, Disconnected D2S connection

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In server log (MOLogMobileObjects)


20110921T163000.088|2|Event Type: ERROR__Error Message: Object Name: 'MocaClientAgent'__Error Detail: The named MOCA object was not registered on the device.__|teste|10040056A0E9D001E31F0104060010800

Former Member
0 Kudos

Hi Erico,

We are facing similar problem. Did you manage to find where the problem is?

Regards,

Raju

Ian_Thain
Developer Advocate
Developer Advocate
0 Kudos

Raju

Is this an iOS native app against SUP?

If so have you looked at the tutorial and called something like this in the main.m

// MO initialization
BOOL stat = NO;

   

    [MBOLogger setLogLevel:LOG_DEBUG];

   

stat = [SUPMessageClient start];

   

    if (stat == NO) {

   NSLog(@"Cannot start SUPMessageClient");
   exit(0);

    }

Former Member
0 Kudos

Thanks Ian,

We are using standard SAP CRM Mobile Sales with app downloaded from iTunes.

Regards,

Raju

Ian_Thain
Developer Advocate
Developer Advocate
0 Kudos

Ahhh... sorry I misunderstood. Unfortunately I dont have experience of that app

Ian