1 Answer
- Newest
- Most votes
- Most comments
0
The issue you're experiencing with a blank screen during the online transaction testing in the Blu Age L3 Workshop is a known problem that others have encountered as well. There are a few potential solutions you can try:
1. Refresh your browser: Sometimes, simply refreshing the page can resolve the blank screen issue. This has worked for some users experiencing the same problem.
2. Check browser network requests: Use your browser's developer tools to trace the REST requests made to the back-end. This can help you understand the structure and parameters of the requests, which might provide clues about why the screen is going blank.
3. Reproduce the query outside the browser: Try using a tool like curl to reproduce the same query outside of the browser. This can help isolate whether the issue is browser-specific or related to the back-end.
4. Review application configuration: Ensure that all datasources (jics, bluesam, bac, primary) are configured correctly and that the DB server is started and running properly.
5. Check application-main.yml: Add the following key to the application-main.yml file:
stopExecutionWhenProgNotFound: false
This setting can help prevent execution stops when certain programs are not found, which might be related to your blank screen issue.
6. Verify CICS configuration: Double-check that all CICS configuration steps have been followed correctly, as incomplete setup can lead to unexpected behavior in online transactions.
If these steps don't resolve the issue, you may need to reach out to the AWS Blu Age support team or consult with the workshop facilitators for more specific guidance tailored to your environment and workshop version.
Sources
BluAge L3 Workshop (Go Live --> Testing --> Test Online) Blank Screen when testing Online Transactions CC00 | AWS re:Post
AWS Blu Age L3 workshop - Automation step error | AWS re:Post
BluAge L3 Workshop CEEDAYS Program not found Exception when adding new transaction online | AWS re:Post
answered 3 months ago
Relevant content
- asked 8 months ago
- asked 3 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
I did transformation again in blu insights and uploaded again in eclipse and done the steps again. The account update is working, but I am still not able to see the overwrite/help option in the webpage