TC generic troubleshooting

  1. Delete the servermetadata cache
    generate_metadata_cache -delete -g=dba -u= infodba -p=<infodba_password>
  2. Delete the server client metacache
    generate_client_meta_cache delete all -t -g=dba -u= infodba -p=<infodba_password>
  3. Generate the server client metacache
    generate_client_meta_cache generate all -t -g=dba -u= infodba -p=<infodba_password>
  4. Check if the utility processed successfully. The errors usually show up on the console.
  5. Generate the servermetadata cache
    generate_metadata_cache -force -g=dba -u= infodba -p=<infodba_password>
  6. Check if the utility processed successfully. The errors usually show up on the console.
  7. Re-Launch the pool manager.

Linux

export TC_ROOT=/opt/Siemens/tc14

export TC_DATA=/opt/Siemens/tc_data

. $TC_DATA/tc_profilevars

clearlocks -verbose 

Did you find this article useful?