AWS Blu Age L3 carddemo-web File Error: READ on CXACAIX

0

Hello team, hope everyone is doing fine, I'm currently doing the AWS L3 Workshop, im at the step execution->test->online->User features and I'm stuck with the following error when trying to view any account:

Error

File Error: READ on CXACAIX returned RESP 000000012 ,RESP2 000000001

there's no exception or errors in the console, only a message of a missing file but it's hard to know since it doesn't give much detail:

LOG

I´m aware there's a step in the workshop where you have to remove CXACAIX references, but I already checked I did correctly in the transformed files.

Any guidance or tips on how to fix this would be greatly appreciated.

질문됨 2달 전142회 조회
1개 답변
1

Please check again that you have correctly made the ad hoc modifications related to Alternate Indexes handling

  • No record must be present in FILE_TABLE table with FILE_COL equal CXACAIX or CARDAIX from jics database (execute below SQL request to check that no rows are returned)
  • A JSON file named jicsFileAix.json must be created with below content and be present in the working directory for local deployment (check your working directory setup and content)
# No rows should be returned
select * from file_table where file_col = 'CARDAIX' or file_col = 'CXACAIX';
[{
  "fileAix" : "CXACAIX",
  "relativeKeyPosition" : 25,
  "keyLength" : 11,
  "allowDuplicates" : true,
  "associatedFile" : "CCXREF"
},
{
  "fileAix" : "CARDAIX",
  "relativeKeyPosition" : 16,
  "keyLength" : 11,
  "allowDuplicates" : true,
  "associatedFile" : "CARDDAT"
}]

Instructions pages:

Solution pages:

AWS
ArnO
답변함 2달 전
profile picture
전문가
검토됨 2달 전

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

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

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

관련 콘텐츠