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 Respuesta
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
respondido hace 8 meses
  • 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' /

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas