Skip to main content
Solved

Data Archiving

  • November 2, 2021
  • 2 replies
  • 395 views

Forum|alt.badge.img+4

Hi,

We are trying to set up some simple data archiving in our test system but we always get the following type of error in the archive log

ORA-20105: Assert.IS_PACKAGE: "INV_PART_ARC_API" is non existing package.

We have tired it on several different tables and it always returns the same type of error.

Any help would be much appreciated.

 

Mark

Best answer by Tomas Ruderfelt

Have you followed the steps to install the storage and package SQL files?

See documentation section “Install Data Archive Objects”

https://docs.ifs.com/techdocs/Foundation1/040_administration/260_data_management/020_data_archiving/210_general_data_archiving/020_how_to_setup.htm

 

Storage file needs to be installed in the database you want to store the archived data, if the data should be moved.

Package file needs to be installed in the database you created the data archive object, with appowner user.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+21
  • Superhero (Employee)
  • Answer
  • November 3, 2021

Have you followed the steps to install the storage and package SQL files?

See documentation section “Install Data Archive Objects”

https://docs.ifs.com/techdocs/Foundation1/040_administration/260_data_management/020_data_archiving/210_general_data_archiving/020_how_to_setup.htm

 

Storage file needs to be installed in the database you want to store the archived data, if the data should be moved.

Package file needs to be installed in the database you created the data archive object, with appowner user.


Forum|alt.badge.img+4
  • Author
  • Sidekick (Customer)
  • November 3, 2021

Have you followed the steps to install the storage and package SQL files?

See documentation section “Install Data Archive Objects”

https://docs.ifs.com/techdocs/Foundation1/040_administration/260_data_management/020_data_archiving/210_general_data_archiving/020_how_to_setup.htm

 

Storage file needs to be installed in the database you want to store the archived data, if the data should be moved.

Package file needs to be installed in the database you created the data archive object, with appowner user.

Thanks for the information I can see where is was going wrong.