cancel
Showing results for 
Search instead for 
Did you mean: 

-1117 Mobilink Error

Former Member
0 Kudos

Hi ,

We have large data to be downloaded from SQL server to iOS via Mobilink. Table has 5 columns out of which 3 of varchar(2000).

I am getting  -1117 Error while downloading this table (during Sync). This error says that exceeded db page size.

How to increase this DB page size. Is it from Mobilink server side or iOS side?

Please suggest me to solve this problem.

Thanks,

Suman Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182948
Active Participant
0 Kudos

Hi Suman,

I think that you will need to change this DB page size of iOS side.

And it means the recreation of the database.

(I believe that the page size cannot be changed.)

The database of iOS side is UltraLite.

Please see the next explanation about the page size of the database.

"UltraLite Initialize Database utility (ulinit)"

http://dcx.sap.com/index.html#sa160/en/uladmin/ulinit-ulcs-utilities.html

http://dcx.sap.com/index.html#1201/en/uladmin/ulinit-ulcs-utilities.html

"UltraLite page_size creation parameter"

http://dcx.sap.com/index.html#sa160/en/uladmin/fo-dbprops-s-4181103.html

http://dcx.sap.com/index.html#1201/en/uladmin/fo-dbprops-s-4181103.html

Please see the next description about this error code (-1117).

"A row cannot be stored because it exceeds the database page size "

http://dcx.sap.com/index.html#sa160/en/saerrors/errm1117.html

http://dcx.sap.com/index.html#1201/en/saerrors/errm1117.html

Thanks