cancel
Showing results for 
Search instead for 
Did you mean: 

SAP with SUP- Synchronized error

Former Member
0 Kudos

Hello Friends,

when i am trying to get the list from the SAP Server to the blackberry application, at that time its generated an error like :

while synchronized package "SAP101:10" and publication "default" :

com.sybase.persistence.SynchronizeException:

ianywhere.ultralitej.implementation.JrException:UltraLiteJ

Error[-857]: Synchronization

failed due to an error on the server :

(SQLCODE - 10244) The Mobilink Server has encountered an error

and the synchronized has been aborted

Thanks

Tapan

Accepted Solutions (0)

Answers (4)

Answers (4)

midhun_vp
Active Contributor
0 Kudos

It is the problem in the loading parameter which  you are passing from my device.

Keep a breakpoint in the respective BAPI and check what are the values reaching the backend. Then you could find the error. You may be wrongly mapped the parameters.

Former Member
0 Kudos

Thanks, your answer helped me a lot. In my case i  forget to add a new column to the procedure wich fills one of my mbo's.

Former Member
0 Kudos

Hello To all,

I got the solution of it.

Either JCO files or version problem or Deployment problem.

Before you verify or simulate BB application, make sure you deploy it successfully.

Regards,

Tapan

Former Member
0 Kudos

Hello Pradeep,

Synchronization is successful when i am using SUP back-end with SUP mobile application but this error occurs because of SAP database in blackberry device.

Thanks,

Tapan

Former Member
0 Kudos

Hi Tapan

This error -857 is because there is no connection between SUP server and Backend.

Please check if the connection is active. for SUP101 check if sampleDB is connected in Enterprise Explorer first then in SCC.

Thanks

Pradeep