Data source setting screen is an available function only when Resin is used to application server.
Currently, there is a possibility that operation is hindered due to system down by accidently deleting data source, so we do not provide the function to delete the data source setting from this screen.
When you need to delete contents of data source reluctantly due to system configuration change and so on, please be sure to execute it by the following procedure below.
1. First, please check the data source to be deleted is not used in the system.
・Not using data source as system data base.
・Not using data source as tenant data base of existing tenant.
・Not using data source as shared data base.
・Not using in ViewCreator or TableMaintenance.
・Not having a program to access data source using data source (JNDI name) uniquely in applications and so on.
2. Stop all systems.
Stop all application servers participating cluster.
3. Execute deletion process of data source setting by specifying setting file to be edited.
3-1. When resin-resource-config.xml exists on {system storage route}/conf
(Standard system storage route: {<root-path-name> path of storage-config.xml} / system / storage)
(If you have registered data source on data source setting screen before, this file exists.)
If it does not exist, please proceed to 3-2.
Please delete data source setting to be deleted from resin-resource-config.xml.
One data sources setting is from <database> to </database>.
Once work is completed, please proceed to 3-2.
3-2. Check resin-web.xml.
When data source to be deleted exists, delete target data sources setting described in resin-web.xml using IM-Juggling.
One data sources setting is from <database> to </database>.
Redeploy created war file.
If data source to be deleted does not exist on resin-web.xml, there is no need to redeploy.
Please restart system.
-- Target -------------------------------------------------------------------
iAP/Accel Platform/All Updates
--------------------------------------------------------------------------------
FAQID:1024