-
Bug
-
Resolution: Fixed
-
Low
-
10.130.0
-
2
-
Severity 2 - Major
-
No
Issue Summary
In EI v10.130, it checks for the table called tblAgileTestCase to sync and maintain the EI Jobs. However, this table is deprecated in JA v10.132, and the current table name in this version is X_deprecated_tblAgileTestCase. This is causing EI Jobs to fail.
-
- The failure happens only for on-prem customers
Steps to Reproduce
- Using JA v10.130 and EI 10.130
- Upgrade JA v10.130 to JA v10.132
- Check the EI jobs.
Expected Results
EI Job works fine after upgrading JA to v10.132
Actual Results
The EI job fails with the following message:
Invalid object name 'tblAgileTestCase'
Workaround
A workaround for it is to rename the table on AgileCraft_XXXXXXX from X_deprecated_tblAgileTestCase to tblAgileTestcase
- is caused by
-
ALIGNSP-24492 Loading...
- is resolved by
-
HOT-109271 Loading...
- relates to
-
JARDA-4972 Loading...