About Report and Error Files

Report and error files give you information about the import or export, and help you solve problems.
Always check the report and error files after a conversion: Some problems may have occurred without been visually highlighted.

At Import

Two files are generated at the end of import. These files are created in a location referenced by the USERPROFILE variable on Windows. Its default value is Profiles\user\Local Settings\Application Data\Dassault Systemes\CATReport on Windows (user being you logon id).

Report File

Its name is name_of_file.rpt. It provides references about the quality of the transfer.

Example:

E:\tmp\SettingsCatia\Authoring\CATReport\MyFile.rpt
 
Input: \\MyFolder\MyFile.sat
 
//-------------------------Source File Header Information--------------------
File Name : MyFile.sat
Modification Date : 18 Oct 2001
Organization : SolidWorks(2001239)-Sat-Convertor-2.0
Description : FormatType=ACIS;Version=600
Length Units : millimeter
Document Tolerance : 1e-006
Document Type : Part
//-------------------------------------------------------------------------
 
#1    Type: Volume   Transferred correctly
=====================================================
 
 
entities associated with many layers encountered in this file are associated with layer :999
 
 
~~~~~~~~~~~~~~~~~CONVERSION SUMMARY~~~~~~~~~~~~~~~~~
 
OK = Transferred
 KO = Not transferred
 NS = Unsupported
 OUT = Out of size
 DEG = Degenerated
 INV = Invalid
 ------------------------------------------------------------
|  Entity Type  |  OK  |  KO  |  NS  |  OUT  |  DEG  |  INV  |
 ------------------------------------------------------------
| Face          |    3 |    0 |    0 |     0 |     0 |     0 |
| Volume        |    1 |    0 |    0 |     0 |     0 |     0 |
 ------------------------------------------------------------
|  Result       |    4 |    0 |    0 |     0 |     0 |     0 |
 ------------------------------------------------------------
 
======================================================
 
Transcription time in seconds: 0.574000

When invalidities are detected in the input geometry, all the invalid faces (and all the elements of their geometry) are put in a specific Geometrical Set named invalid Input Geometry. These faces are shown as invalid in the report file.

Error File

Its name is name_of_file.err. It lists the errors that occurred during the transfer.

Example:

E:\tmp\SettingsCatia\Authoring\CATReport\MyFile.err
Input: \\MyFolder\MyFile.sat
 
============================================
*** = Processing new independent element
  * = Intermediate processing
!!  = Independent element K.O.
!   = Intermediate error
--------------------------------------------
= Information
= Warning
= Error
--------------------------------------------
[0000]  = Message identifier : 0000
[T=xxx] = Entity Type : xxx
[#0000] = Entity identifier number : 0000
============================================
Actual display level : Customer
 
   Translation will occur
- [0744] [T=Face] [3] This face contains 1 boundary(ies) 
  * [0057] [T=Loop] [5] Processing Boundary...
    [0776] [T=Volume] [] The entity name is VOLUME

--------------------------------------------------