SCT running on CMD giving errors for jar

0

Hi Team, I am planning to run the AWS SCT for assessment for the SQL server. I have followed the was document but while running the command on CMD, I have received error. Can you please help me.

Installed the java from: https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html installed the SCT from: https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_Installing.html#CHAP_Installing.Procedure Source: SQL server Configured the Combinedreport :

Error: Enter image description here

1 Answer
0

Hello,

Try adding the following flag to your java command: -Djdk.jar.maxSignatureFileSize=20000000. This will override a system property recently introduced in OpenJDK.

Example:

C:\Program Files\AWS Schema Conversion Tool\app>java -Djdk.jar.maxSignatureFileSize=20000000 -jar AWSSchemaConversionToolBatch.jar -type interactive
AWS
answered 8 months ago
  • Thank you , Could you please check below combinedreport code, I am getting errors " Can't find schema mapping". I have mentioned the instance name but looks like something missing, could you please help me.

    CreateCombinedWizardReport -server: '172.31.36.123' -sid: 'ec2-34-252-123-123.eu-west-1.compute.amazonaws.com' -port: '1433' -vendor: 'MSSQL' -user: 'sa' -password: 'password' -namePath: 'ec2-34-252-123-123.eu-west-1.compute.amazonaws.com.%' -directory: 'C:\SCT\MultiServer\AdventureWorks' /

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