cancel
Showing results for 
Search instead for 
Did you mean: 

-1092 Error when call ulsync on Iphone

0 Kudos
1,862

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!

Accepted Solutions (0)

Answers (2)

Answers (2)

chris_keating
Product and Topic Expert
Product and Topic Expert

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".

0 Kudos

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!!!!