I have installed a standard package which we don't need to use so i want this to uninstall how can i do that?
Solved! Go to Solution.
There is not an uninstall feature. You would need to either rollback to a backup of the system or (very carefully in consultation with support) remove the associated configurations, tables and forms being aware of dependencies.
Linda
There is not an uninstall feature. You would need to either rollback to a backup of the system or (very carefully in consultation with support) remove the associated configurations, tables and forms being aware of dependencies.
Linda
Hi Linda,
Can you please tell me the process of roll back as it was not mentioned anywhere in documentation. If it is mentioned, can you please provide me a proper link so that I can go through.
Thanks,
Krishnakanth
Views
Replies
Total Likes
it is possible to remove a package.
Navigate to...
Administration->Configuration->Package Management-> Installed packages...
select the package and then delete.
Clear local cache, log out.
From the command line, restart the instance.
net stop nlserver6
then
nlserver start web.
Log back in and the package should be gone the the UI. Also should be grayed out on the import standard package page. (its possible the data still exists in the postgres DB ect... but the package functionality is gone from the instance.)
Views
Likes
Replies
Views
Likes
Replies