- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
The issue you're experiencing with the unloading of Bluesam KSDS files during the L3 Workshop automation step appears to be related to a deserialization error. This error is occurring inconsistently across different test cases, which suggests it might be a timing or caching issue rather than a problem with specific files.
To address this problem, you could try the following steps:
-
Ensure that you're using the correct version of the workshop tools and executables. The L3 Workshop is designed to work with specific versions, and using an incompatible version could lead to unexpected errors.
-
Clear any cached data or temporary files that might be interfering with the unloading process. Sometimes, residual data from previous runs can cause issues in subsequent executions.
-
If you're using a local option for loading datasets, try switching to the server option instead. This change in approach has been known to resolve similar issues in the workshop.
-
Double-check that all necessary configurations and ad-hoc modifications have been correctly applied. Sometimes, missing or incorrect configurations can lead to unexpected behavior during the automation process.
-
If the issue persists, you may need to reach out to the AWS BluAge support team or the workshop facilitators for more specific guidance. They might be able to provide a targeted solution based on the exact version and configuration of your workshop environment.
Remember that while these steps may help resolve the issue, the inconsistent nature of the error suggests that it might be related to the workshop environment or tool versions rather than your specific actions.
Sources
AWS BluAge L3 Workshop : bac.war causing issues in loading KSDS files to postgres | AWS re:Post
L3 Workshop. CSD does not get properly transformed. | AWS re:Post
Hi,
From your error message Expected token: }, read token: persistenceld, it seems that you have a syntax error in the definition of the file. Please, fix it to move forward.
Best,
Didier
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor einem Jahr
- AWS OFFICIALAktualisiert vor einem Jahr

Hi,
I looked in various files but was not sure where to make changes as I did not find erred out syntax in the all of those files. Please find the list of files that I looked into:
In all these files, I did not find any reference/relation to the error. Kindly note that this error - unloading of bluesam files is not happening to just one file. There are instances where the file has been successfully unloaded in batch testing but the same file failed in unloading in online testing. For ex:- AWS_M2_CARDDEMO_CARDDATA_VSAM_KSDS unloaded successfully in batch but failed in online testing (02-Credit card.)
If you provide me the directions as to where changes have to be made, it will be helpful.
Thanks.
I also encounter the same Deserialization exception when running the CompareTool in the Automation Batch step: Unexpected error while exporint datasets to file system [exec] com.netfective.bluage.gapwalk.bluesam.core.metadata.DeserializationException: Expected token: }, read token: persistenceId . This error prevent the creation of 4 files. AWS_M2_CARDDEMO_TRANSACT_VSAM_KSDS AWS_M2_CARDDEMO_ACCTDATA_VSAM_KSDS AWS_M2_CARDDEMO_TCATBALF_VSAM_KSDS AWS_M2_CARDDEMO_TRXFL_VSAM_KSDS in the folder of D:\PhotonUser\Workshop\workspace\carddemo-automation\tests-cases\01-batches\functional-equivalence\bluesam\outputs. Other files were created in the same folders without problems: AWS_M2_CARDDEMO_CARDDATA_VSAM_KSDS AWS_M2_CARDDEMO_CARDXREF_VSAM_KSDS AWS_M2_CARDDEMO_CUSTDATA_VSAM_KSDS AWS_M2_CARDDEMO_DISCGRP_VSAM_KSDS AWS_M2_CARDDEMO_TRANCATG_VSAM_KSDS AWS_M2_CARDDEMO_TRANTYPE_VSAM_KSDS AWS_M2_CARDDEMO_USRSEC_VSAM_KSDS. I don't think I have added } accidentially.