Execution Log

The following page describes the execution logs generated when the following transfer behavior is activated: <ExecutionLog>On</ExecutionLog> .

This page discusses:

Overview

Four different execution logs are generated, in CSV format:

  • ExecutionLog_GeneralInformation

    containing general information about the transfer

  • ExecutionLog_SourceInformation

    containing information about source provider objects

  • ExecutionLog_TargetInformation

    containing information about target provider objects

  • ExecutionLog_ErrorsInformation

    containing information about potential errors

The maximum size of each log is 50,000 lines (by default). This size is customizable, by putting the desired value in the environment variable TE_EXECUTION_LOG_SPLITTING . The execution log is generated in the same place as the TransitionEngine report (with ProcessReport and TransactionReport).



Information contained in execution logs is stable. A version number (present in the general execution log) ensures this stability. This page documents the V1.0 version of the execution log.

General Execution Log

The general execution log contains the following data:

InformationDefinitionExample
File version Stable version of the execution logs (each version will be documented) V1.0
Internal build Code level of the transfer 6.418.0.0
Build day Build day for the code 08-18-2015.20.00
Date and time Date and time of the transfer launch 08-19-2015.09.30.45
Transfer options Transfer options activated Stream migration mode: UPGRADE
Date and duration of each transaction
  1. transaction number
  2. date and time of the transaction launch
  3. duration of the transaction
T1|08-19-2015.09.30.46|0d0h25m14s
Total duration Total duration of the transfer0d1h25m42s

Example of an ExecutionLog_GeneralInformation file

#=================================

#General information

V1.0 | 6.418.0.0 | 08-18-2015.20.00 | 08-19-2015.09.30.45

Creation of an execution log is activated. | Context for transfer is COEXISTENCE. | Streams migration mode is UPGRADE.

T1 | 08-19-2015.09.30.46 | 0d0h25m14s

0d1h25m42s

Source Object Execution Log

The source object execution log contains the following data:

InformationDefinitionExample
Local identifierUnique object identifier@1
TransactionTransaction the object belongs toT1 (for transaction 1)
Source typeType of source objectPLMProductDS
Tree mask attributesAttributes and values of source object (belonging to the tree mask)PLM_ExternalID / V_version / …

Example of an ExecutionLog_SourceInformation file

#=================================

#Source information

@1 | T1 | PLMProductDS | [|PLM_ExternalID|RootProduct|V_maturity|IN_WORK|V_version|---|]

@2 | T1 | PLMRepresentationDS | [|PLM_ExternalID|Representation|V_RepKind||V_maturity|IN_WORK|V_version|---|]

Target Object Execution Log

The target object execution log contains the following data:

InformationDefinitionExample
Local identifierUnique object identifier@1
TransactionTransaction the object belongs toT1 (for transaction 1)
Transfer modeTransfer mode of the objectCreate
Target typeType of target objectPLMProductDS
Tree mask attributesAttributes and values of target object (belonging to the tree mask)PLM_ExternalID / V_version / …

Example of an ExecutionLog_TargetInformation file

#=================================

#Target information

@1 | T1 | Create | PLMProductDS | [|PLM_ExternalID|RootProduct|V_maturity|IN_WORK|V_version|---|]

@2 | T1 | Create | PLMRepresentationDS | [|PLM_ExternalID|Representation|V_RepKind||V_maturity|IN_WORK|V_version|---|]

Error Execution Log

The error execution log contains the following data:

InformationDefinitionExample
Local identifierUnique object identifier@1
TransactionTransaction the object belongs toT1 (for transaction 1)
Error codeUnique code of the objectWRN_TE_0001
Error messageMessage describing the errorNo visualization stream in input …

Example of an ExecutionLog_ErrorsInformation file

#=================================

#Error information

@2 | T1 | WRN_TE_0001 | No visualization stream in input. Default one has been saved in target.

@3 | T1 | WRN_TE_0001 | No visualization stream in input. Default one has been saved in target.