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개 답변
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
답변함 8달 전
  • 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' /

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠