Skip to main content
Question

Custom Fields - Non Existing Package

  • March 16, 2022
  • 3 replies
  • 178 views

Forum|alt.badge.img+7
  • Sidekick (Customer)
  • 22 replies

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 replies.

3 replies

Kelum Pradeep Kumara
Superhero (Employee)
Forum|alt.badge.img+18

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


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • 22 replies
  • March 16, 2022

Hi @Kelum Pradeep Kumara 

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


Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • March 16, 2022

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!