Integration with Other Applications > Managing CAD Data > Bulk Build Utility for Parts Related to CAD > Bulk Build Utility Output Files
  
Bulk Build Utility Output Files
The following output files are created by the bulk build utility. You are responsible for retaining these files for future reference.
Method Server Log
The method server log contains details about the execution of the utility. It is useful for debugging the execution of the utility and contains relevant exceptions in case of failure.
Success Logs
Successfully built rows/batches are written to this file. The name of the file adheres to the following format.
<inputfile name>+"_"+<systemtime>+"_success.log";
Failed Logs
Failed rows/batches are written to this file. The name of the file adheres to the following format.
<inputfile name>+"_"+<systemtime>+"_failed.log";
Utility Log
The utility log contains details about the execution of the utility. It is useful for debugging the execution. The name of the file adheres to the following format.
BuildAssociatedPart-<systemtime>-jvmld>-log4j.log
Build Parts
New iterations of built parts (validateOnly mode) are listed in this file. The name of the file adheres to the following format.
<input file name>+"_”+<system time>+"_Built Parts.log";