Question

Error when synchronizing entity Fnd$EdmApplication: ORA-01400: cannot insert NULL into ("IFSAPP"."MOBILE_SYNC_DATA_TAB"."REFERENCED_OBJKEY")

  • 19 April 2023
  • 3 replies
  • 95 views

Userlevel 7
Badge +16
  • Hero (Customer)
  • 553 replies

Community,

 

i got below error when sync my mobile device, any idea how to fix this?

Error when synchronizing entity Fnd$EdmApplication: ORA-01400: cannot insert NULL into ("IFSAPP"."MOBILE_SYNC_DATA_TAB"."REFERENCED_OBJKEY")

 


3 replies

Userlevel 6
Badge +16

Could potentially be that RowKey has not been enabled. RowKey is required for MWO to sync. You can read about enabling/disabling RowKey here: Activate and deactivate rowkey (ifs.com)

Userlevel 7
Badge +16

@James Ashmore Thank you for your reply.

from the error message, i am trying to enable the ROWKEY in below MobileSyncData, but system does not allow to, the error message can be seem below. is this the right place to enable the ROWKEY? Thank you.

 

Userlevel 6
Badge +16

No. It has to be enabled on the LUs related to the entities that you are synchronizing

Cheers

James

Reply