Skip to content

AWS Blu Age - L3 Workshop (Transform output folder structure not creating properly)

0

Hi All, Currently I am doing L3 workshop session in Adhoc Modification section. (Self based L3 workshop -> Adhoc modification ->Final transformation). In this section I have created project scope output.

During this process, the mentioned folder structure(as per solution instruction) is not created properly. Could you please help on this.

As per the instruction folder structure created: Actual. 4.2.0->transform->outputs->cobol,database,report

As per the instruction folder structure: Expected 4.2.0->transform->outputs->bms,cobol,csd commands,database,jcl,listcat,report

Thanks,

asked a year ago144 views

1 Answer
0

The issue you're experiencing with the folder structure not being created properly during the AWS Blu Age L3 Workshop's Adhoc Modification section is likely related to the transformation configuration or the specific files included in your project.

To address this problem, consider the following steps:

  1. Review your transformation configuration: Ensure that all necessary file types and components are included in your transformation settings. The missing folders (bms, csd commands, jcl, listcat) suggest that certain file types might not be selected for transformation.

  2. Check your source files: Verify that your project includes the appropriate source files for all the expected output types. If certain file types are missing from your input, the corresponding output folders won't be created.

  3. Examine the Transform step parameters: Make sure you've selected all required dependencies and actions in the Transform run configuration. Double-check that you're using the correct version (3.2.0 or 4.2.0, depending on your workshop version) and that all necessary options are enabled.

  4. File encoding: If you're experiencing issues with file processing, it might be related to file encoding. Try adding a new Metadata section in the Transform step with the following details:

    • Type: File
    • Name: */
    • Properties: Select 'encoding' property
    • Order: Move it to last
    • Update property value to 'UTF-8' (ensure you include the hyphen)
  5. Clean and retry: If possible, try cleaning your project and rerunning the transformation process. Sometimes, clearing cached data and starting fresh can resolve unexpected behavior.

If these steps don't resolve the issue, you may need to consult the specific workshop documentation or reach out to AWS Blu Age support for further assistance. They might be able to provide more targeted guidance based on the exact version and configuration of the workshop you're working with.
Sources
AWS Blu Age Level 3 Self-Paced Troubleshooting Workshop - Codebase transformation - Transform Error | AWS re:Post
AWS Blu Age L3 Workshop - Error on Automation - Execute | AWS re:Post

answered a year ago

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.