Execution -> test -> onile -> User feature, User not found

0

I have a problem at the time of logging into the transformed application, in the workshop, in the area of ejeution -> test -> onilne, the user USER0001 and PASSWORD are used but at the time of typing them the application throws me a message that the user is not found, try again, I do not know why this happens if I have followed the step by step of the workshop.

I attach images of the exception

message

asked a month ago36 views
2 Answers
0

The issue you're experiencing with the "User not found" error during the login process in the AWS Blu Age L3 Workshop is likely related to database configuration or data population problems. Here are some steps you can take to troubleshoot and potentially resolve this issue:

  1. Check your database configuration: Ensure that all required data sources (jics, bluesam, bac, primary) are correctly configured in your application.yml or application.properties file.

  2. Verify data presence: Query the database manually to confirm if it contains the necessary user data. The error suggests that the required user information might be missing.

  3. Review SQL scripts: Double-check that you've executed all the required SQL scripts, particularly the initJics.sql file. Make sure this file is located in the correct folder structure: artifacts/jics/sql/initJics.sql. Some users have reported issues stemming from incorrect placement of this file.

  4. Examine logs: Look for any database-related errors in your application logs that might provide more insight into the issue.

  5. Refresh the browser: In some cases, simply refreshing the browser page has resolved similar issues for other users.

  6. Verify Tomcat version: Ensure you're using the correct version of Tomcat. Some users have reported success by using Tomcat 10 for the carddemo-automation project.

  7. Check data migration steps: Review the data migration steps in the workshop to ensure all necessary data, including user information, has been properly migrated and populated in the new system.

If these steps don't resolve the issue, you may need to review the batch jobs that were run earlier to ensure they populated the database correctly. If the problem persists, consider opening a support case with AWS for more specialized assistance, as some details required to fully diagnose the issue may involve non-public information.
Sources
L3 Workshop - Go Live - Test Online - Transaction not Found | AWS re:Post
AWS Blu Age L3 Workshop - Error on Automation - Execute | AWS re:Post

profile picture
answered a month ago
0

Hi:

User data is located in the aws_m2_carddemo_usrsec_vsam_ksds dataset which is located in carddemo_bluesam database. Can you try to verify the user data using BAC ?

Regards

answered a month 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.

Guidelines for Answering Questions