Question

Equipment object does not exist error in Migration job

  • 11 July 2023
  • 1 reply
  • 85 views

Userlevel 2
Badge +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

Userlevel 3
Badge +9

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

Reply