Skip to main content
Question

Equipment object does not exist error in Migration job

  • July 11, 2023
  • 1 reply
  • 213 views

Forum|alt.badge.img+5

Hi,

I am facing an error “ORA-20105: MaintenanceConnection.INVEQUIPOBJ: The Equipment Object does not exist” when trying to migrate the prepare work order.

The object ID, i am using is already available in functional object screen.

Data migration screen snap

 

1 reply

NiyomalN
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 104 replies
  • August 11, 2023

Hi @ashwanikumar ,

 

in IFS cloud,  there are sequence number attached to these object. so you need to use a method to get the correct serial number mapped into  they WO. 

something like this

(SELECT EQUIPMENT_OBJECT_SEQ FROM EQUIPMENT_SERIAL WHERE CONTRACT='XXX' AND MCH_CODE=IC_SERIAL_OB_PARTY_IMP_TAB.MCH_CODE)

 

Kind Regards!

Niyomal