Where are the options supported by AWS Schema Conversion Tool.cfg?

0

I need to limit the number of connections to the source DB and seem to recall I had set this value in the .cfg file mentioned. I updated and it looks like I lost that settings.

2 Answers
0
Accepted Answer

Support pointed me toward the $home\AWS Schema Conversion Tool\settings.xml file in my user directory. This settings is adjustable in that file.

answered a year ago
-1

AWS SCT makes a single connection to the source by design.

Can you elaborate how did you find multiple connections being made by SCT to source database for a single project?

AWS
D-Rao
answered 2 years ago
  • When you launch the tool in debug mode it outputs a list of settings. One of them is the following:

    "source.jdbc.connections.max=20"

    I can't figure out the correct syntax in the config file to change that value.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions