Installation and Upgrade > Installation and Configuration Guide > Troubleshooting > Installation Log Files > Collation Conversion Logs
  
Collation Conversion Logs
The following log files are generated when the Collation Conversion Utility is run. These log files can be found in the following location:
<SCU_INSTALL_DIR>\collation_conversion\logs
Log File
Description
non_wcSchemaObj_out.txt     
Records non Windchill schema objects on target database
TransferSchemaBefore_out.txt 
Records any error/output when transferring ownership of non Windchill schema objects to Windchill schema
ObjectCountBefore_out.txt    
Records Windchill schema object count before executing collation conversion utility
DropAllIndexes_out.txt       
Records any error/output when dropping all indexes from Windchill schema
DropComputedColumns_out.txt  
Records any error/output when dropping computed columns from Windchill schema
DropFunctions_out.txt        
Records any error/output when dropping schema bound functions from Windchill schema
DropTableKeys_out.txt        
Records any error/output when dropping Table Keys from Windchill schema
SingleUserMode_out.txt       
Records any error/output when setting the target database to single user mode
AlterCollation_out.txt       
Records any error/output when changing target database collation
MultiUserMode_out.txt        
Records any error/output when setting the target database to multi user mode
ChangeColumnCollation_out.txt
Records any error/output when changing all character column collation to target collation
CreateFunctions_out.txt      
Records any error/output when recreating previously dropped schema bound functions
AddComputedColumns_out.txt   
Records any error/output when recreating previously dropped computed columns
CreateTableKeys_out.txt      
Records any error/output when recreating previously dropped Table Keys
CreateAllIndexes_out.txt     
Records any error/output when recreating previously dropped Indexes
TransferSchemaAfter_out.txt  
Records any error/output when transferring the ownership of non Windchill schema objects back to the original owner
ObjectCountAfter_out.txt
Records Windchill schema object count after executing collation conversion utility