Followers

Monday, December 9, 2013

MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid,MDS-01376: Unable to get database connection from data source "mds-soa" configured with JNDI name "jdbc/mds/MDS_LocalTxDataSource

Solution:

need to truncate all tables in mds schema and needs to restart full domain.


MDS-01376: Unable to get database connection from data source "mds-soa" configured with JNDI name "jdbc/mds/MDS_LocalTxDataSource

TRUNCATE TABLE MDS_ATTRIBUTES
TRUNCATE TABLE MDS_COMPONENTS
TRUNCATE TABLE MDS_DEPENDENCIES
TRUNCATE TABLE MDS_DEPL_LINEAGES
TRUNCATE TABLE MDS_LABELS
TRUNCATE TABLE MDS_LARGE_ATTRIBUTES
TRUNCATE TABLE MDS_METADATA_DOCS
TRUNCATE TABLE MDS_NAMESPACES
TRUNCATE TABLE MDS_PARTITIONS
TRUNCATE TABLE MDS_PATHS
TRUNCATE TABLE MDS_PURGE_PATHS
TRUNCATE TABLE MDS_SANDBOXES
TRUNCATE TABLE MDS_STREAMED_DOCS
TRUNCATE TABLE MDS_TRANSACTIONS
TRUNCATE TABLE MDS_TXN_LOCKS

1 comment: