on 2012 May 18 12:25 PM
We have been playing around with a sync app to run on the Android and iPhone. Currently we are just trying to synchronize a simple table. Everything is working on the Android but we are getting a -1092 error on the iPhone which says something about "Feauture no enabled ...."
Does anyone know what could cause this? We are using version 12 and we are going off the iPhone tutorial. Everything has worked fine up until the point we tried to add the synchronization. As I stated above, the application synchs fine with the Android app that was developed in UltraJ.
Any help is greatly appreciated!
Assuming that you have not deviated from the functionality used in the tutorial, have you missed this call in your code prior to calling the synchronize call?
ULDatabaseManager::EnableTcpipSynchronization();
See http://dcx.sybase.com/index.html#1201/en/ulc/ulc-add-synch.html starting at the section "Adding synchronization to the iPhone application".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Chris,
We figured it out. We had an old DB residing on the iPhone. After we deleted the DB and tried again, it took off without a problem. Thanks!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.