Question

Custom Fields - Non Existing Package

  • 16 March 2022
  • 3 replies
  • 136 views

Userlevel 2
Badge +6

Hi, I edited the Comment on an existing custom field, and now when I try to republish the field, I get an error - “INVENTORY_PART_CFP” is non existing package.

The custom field is Local, and was working fine previously. Nothing else has been changed on the custom field, so I’m unsure how to fix it.

I see that another user has asked a very similar question previously

but there was never a concrete answer given. The user restarted and was able to publish, but this is not working for myself.

Also, RowKey is activated on the InventoryPart logical unit, so I don’t think it’s that.

Thank you!


This topic has been closed for comments

3 replies

Userlevel 7
Badge +18

Hi @washton 
Have you tried after refreshing Dictionary and Reference cache?

Userlevel 2
Badge +6

Hi @Kelum Pradeep Kumara 

I just tried, but still seeing the same error unfortunately.

Userlevel 7
Badge +31

Hi @washton,

If you check in the database for INVENTORY_PART_CFP package and it’s body, are you able to find it?

  • You can try manually refreshing Custom Objects cache by running following PL/SQL block in the database as Application Owner:
BEGIN
Install_Tem_SYS.Installation_Support('REFRESH_CUSTOMOBJECTS', NULL);
END;

Once done, restart IEE and try to publish the field.

  • Try unpublishing all the fields in the relevant LU and republishing them.

Hope this helps!