cancel
Showing results for 
Search instead for 
Did you mean: 

PROBLEM SMARTSYNC

former_member207329
Participant
0 Kudos

I have smart-custom application in MI2.5

I have this method for sync my syncbo:

<b>SmartSyncRuntime ssRuntime = SmartSyncRuntime.getInstance();

MessageReplyObserverClass messageReplay=new MessageReplyObserverClass();

ssRuntime.getInboxNotifier().registerMessageReplyObserver(messageReplay);

SyncManager.getInstance().synchronizeWithBackend(

VisibilityType.USER_SHARED);</b>

If I try in quality system is ok and the my delta is download in middleware, but if same application i try in productive system the delta sync is not run, the delta is not sent in the middleware system (but sync is terminated without error!). The database is same in each system...

Help me, please...

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello rocco,

do you have the proper connection from your middlewara and

backend system? rfc connection, etc...

had you tried checking the merep_log? any errors?

regards

jo

former_member207329
Participant
0 Kudos

Hi Jo,

the connection it's ok ( i have use NetUtil.networkAvailable() for test the connection).

The problem is in application because if I sync in the principal page the MI client the sync is ok and the delta is download in the middleware.

Thanks for your help

Former Member
0 Kudos

hello rocco,

does the syncbo delta download request reach the middleware?

you can confirm this in the device worklist...

regards

jo

former_member207329
Participant
0 Kudos

Hi jo,

I resolve the problem, in the MobileEngine.config I had not inserted the following line:

MobileEngine.Security.SynchronizationPasswordHandlingOption=local

Thanks for your help

Answers (0)