AWS Security ChangesHomeSearch

AWS m2 documentation change

Service: m2 · 2026-06-13 · Documentation low

File: m2/latest/userguide/ba-runtime-error-codes-u.md

Summary

Added 3 new error codes (BA-U2016, BA-U2017, BA-U2018) for TRAILER1 conversion issues. Updated BA-U5011 error text and modified BA-U7040 to BA-U7070 error descriptions from file system errors to SQL/database connection issues.

Security assessment

Changes involve routine updates to error codes and descriptions. No evidence of security vulnerabilities being addressed. Modified SQL/database errors relate to functionality rather than security weaknesses.

Diff

diff --git a/m2/latest/userguide/ba-runtime-error-codes-u.md b/m2/latest/userguide/ba-runtime-error-codes-u.md
index 5308c5485..2a4eb95c1 100644
--- a//m2/latest/userguide/ba-runtime-error-codes-u.md
+++ b//m2/latest/userguide/ba-runtime-error-codes-u.md
@@ -28,0 +29,3 @@ Key | Severity | Text | Additional details
+`BA-U2016` | Error | TRAILER1 Convert format could not be parsed. Ensure the TO= format specification is valid. |   
+`BA-U2017` | Error | Unhandled TRAILER1 Convert format type. Review the TO= format specification or contact support if it should be supported. |   
+`BA-U2018` | Error | Unsupported formatter for TRAILER1 TOTAL. Review the TRAILER1 TOTAL format specification or contact support for implementation assistance. |   
@@ -62 +65 @@ Key | Severity | Text | Additional details
-`BA-U5011` | Warn | DSNUTILB REORG: could not resolve owning table for index %s on DB2 — skipping. Verify the index exists in SYSCAT.INDEXES and the schema/index name is correct. |   
+`BA-U5011` | Warn | DSNUTILB REORG: could not resolve owning table for index on DB2 — skipping. Verify the index exists in SYSCAT.INDEXES and the schema/index name is correct. |   
@@ -69,4 +72,4 @@ Key | Severity | Text | Additional details
-`BA-U7040` | Error | DSNTIAD: Failed to initialize SYSPRINT writer. Check file system permissions. |   
-`BA-U7050` | Error | DSNTIAD: Failed to write to SYSPRINT. Check disk space and file permissions. |   
-`BA-U7060` | Error | DSNTIAD: Failed to flush SYSPRINT writer. Check file system status. |   
-`BA-U7070` | Error | DSNTIAD: Failed to initialize SYSIN reader. Check SYSIN DD statement. |   
+`BA-U7040` | Error | DSNTIAD: SQL statement execution failed. Review the SQL statement syntax for the target database. |   
+`BA-U7050` | Error | DSNTIAD: More than n SQL errors occurred, terminating. Review SQL statements for errors. |   
+`BA-U7060` | Error | DSNTIAD: Failed to rollback after SQL error. Check database connection status. |   
+`BA-U7070` | Error | DSNTIAD: Failed to restore auto-commit setting. Check database connection status. |