Problem Description

Upgrade CAST 7.0.18 to CAST 7.0.20.
Load the saved profile (XXX.properties) all data is loaded correctly.
Enter the password and run database extraction
Following error is encountered.

Error in options: Extraction -driver oracle.jdbc.OracleDriver -url jdbc:oracle:thin:@XXX:1521:XXX -user XYZ_user -password ********** -parameters schema=XX,YZ -target XXXX -l Z:\LOG\XXX

This issue has been encountered in CAST version 7.0.20

Applicable in CAST Version
Release
Yes/No
8.2.x(error)
8.1.x(error)
8.0.x(error)
7.3.x(error)
7.2.x(error)
7.0.x(tick)
Action Plan

This issue is usually raised if the following field in XXXX.properties is empty.

DatabaseExtractor.timeout=
DatabaseExtractor.retry=

So the solution is to

  1. Edit XXX.properties
  2. Provide value as following


DatabaseExtractor.timeout=2000
DatabaseExtractor.retry=3

Notes / Comments


Related Pages