Posts

  Problem Verifying: If machine vsdmz01p.test.com is registered in domain.... ERROR: vsdmz01p already registered in domain Verifying: If vsdmz01p is registered in AutoConfig tables.... ERROR: Some old configuration footprints still exists Run ebs-delete-node before re-running add node Solution Source the application enviroment [oracle@vserptest ~]$ cd /u01/oracle/PIAXDPD/ [oracle@vserptest PIAXDPD]$ . EBSapps.env run 1. Backup and truncate following table fnd_oam_context_files fnd_nodes adop_valid_nodes tables [oracle@vserptest ~]$ sqlplus apps SQL*Plus: Release 10.1.0.5.0 - Production on Tue Nov 22 12:32:21 2022 Copyright (c) 1982, 2005, Oracle.  All rights reserved. Enter password: Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options SQL> create table fnd_oam_context_files_bkp as select * from fnd_oam_context_files; SQL> create table fnd_nodes_bk a...
  Problem weblogic.store.PersistentStoreFatalException: [Store:280105]The persistent file store "_WLS_AdminServer" cannot open file _WLS_ADMINSERVER000000.DAT Solution source EBS application environment  [oracle@vserptest ~]$ cd /u01/oracle/PIAXDPD/ [oracle@vserptest PIAXDPD]$ . EBSapps.env run backup and remove "_WLS_ADMINSERVER000000.DAT" [oracle@vserptest PIAXDPD]$ rm /u01/oracle/PIAXDPD/fs1/FMW_Home/user_projects/domains/EBS_domain_TEST/servers/AdminServer/data/store/default/_WLS_ADMINSERVER000000.DAT backup and remove  "WLS_DIAGNOSTICS000000.DAT" [oracle@vserptest PIAXDPD]$ rm  /u01/oracle/PIAXDPD/fs1/FMW_Home/user_projects/domains/EBS_domain_TEST/servers/AdminServer/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT remove tmp directory [oracle@vserptest PIAXDPD]$ rm -r /u01/oracle/PIAXDPD/fs1/FMW_Home/user_projects/domains/EBS_domain_TEST/servers/AdminServer/tmp/