Fetch Log File

When running Fetch in page Fetch Components a file named FETCH[YYYYMMDD_H24MISS].log will be created in the <workspace>.

The fetch log file contains information of each fetched component (example 1):

If the release to be fetched inlcudes Updates the fetch log will additionally have information about the update files (example 2).

If an error occur in fetch process, the error will be logged in the file (example 3).
If When Error is set to Log error and proceed to next the fetch process will continue to fetch next component (for details see Page: Fetch components).

Example 1.

----------------------------------------------------------------
10:53:29 Fetch Started.
COMPONENT = accrul
DESTINATION = D:\MyWorkSpace\Components\accrul

10:53:29 Reading deploy.ini file for obsolete files.
10:53:29 Copying files from \\corpnet\files\Archive9\ACCRUL\CORE\ACCRUL 9.1.0\accrul
10:53:43 A total of 1555 files were copied.
10:53:43 Fetching the component accrul completed successfully.
----------------------------------------------------------------
10:53:43 Fetch Started.
COMPONENT = appsrv
DESTINATION = D:\MyWorkSpace\Components\appsrv

10:53:43 Reading deploy.ini file for obsolete files.
10:53:43 Copying files from \\corpnet\files\Archive9\APPSRV\CORE\APPSRV 4.1.0\appsrv
10:56:27 A total of 633 files were copied.
10:56:27 Fetching the component appsrv completed successfully.
----------------------------------------------------------------

Example 2.

----------------------------------------------------------------
08:27:17 Fetch Started.
COMPONENT = accrul
DESTINATION = D:\MyWorkSpace\Components\accrul

08:27:17 Reading deploy.ini file for obsolete files.
08:27:17 Copying files from \\corpnet\files\Archive9\ACCRUL\CORE\ACCRUL 9.1.0\UPD1
08:27:43 125 files were copied from UPD.
08:27:43 Copying files from \\corpnet\files\Archive9\ACCRUL\CORE\ACCRUL 9.1.0\accrul
08:28:03 A total of 1555 files were copied.
08:28:03 Fetching the component accrul completed successfully.
----------------------------------------------------------------

Example 3.

----------------------------------------------------------------
08:19:26 Fetch Started.
COMPONENT = accrul
DESTINATION = D:\MyWorkSpace\Components\accrul

08:19:26 Reading deploy.ini file for obsolete files.
08:19:27 Copying files from \\corpnet\files\Archive9\ACCRUL\COREx\ACCRUL 9.1.0\UPD1
08:19:27 **********ERROR:Could not find a part of the path '\\corpnet\files\Archive9\ACCRUL\COREx\ACCRUL 9.1.0\UPD1\'.
----------------------------------------------------------------