Hi,
We have the follow error on MI Client (Mobile 7.0 - SP14):
Synchronization started
Connection set up (without proxy) to: http://name:port/sap/bc/MJC/mi_host?~sysid=XYZ&
Connection to server failed.
Problems during synchronization: Contact your administrator
The mi_host and mi_service services are active and user has authorization S_ME_SYNC.
On ST22 shows the follow error:
-
Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC
Exception CX_SY_OPEN_SQL_DB
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
in
procedure "LOG_INSERT_DB" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
If you use an ABAP/4 Open SQL array insert to insert a record in
the database and that record already exists with the same key,
this results in a termination.
(With an ABAP/4 Open SQL single record insert in the same error
situation, processing does not terminate, but SY-SUBRC is set to 4.)
-
Anyone have idea?
Regards,
Bruno