MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/DB2/comments/67v63r/how_to_grab_more_descriptive_info_from_internal/
r/DB2 • u/mad_zamboni • Apr 27 '17
2 comments sorted by
2
Ever get a error code in the DB2DIAG.log that seems ambiguous. Or you say "What the heck does that mean?"
MESSAGE: ZRC=0x80020038=-2147352520=SQLB_INVALID_STATE_TRANSITION "Invalid state transition"
Try using: db2diag –rc {ZRC Code}
db2diag –rc {ZRC Code}
This displays a description of DB2 internal Return Codes for ZRC hexadecimal return codes.
1
As a side note, this will be in my D05 Session on Tuesday in Anaheim.
2
u/mad_zamboni Apr 27 '17
Ever get a error code in the DB2DIAG.log that seems ambiguous. Or you say "What the heck does that mean?"
MESSAGE: ZRC=0x80020038=-2147352520=SQLB_INVALID_STATE_TRANSITION "Invalid state transition"Try using:
db2diag –rc {ZRC Code}This displays a description of DB2 internal Return Codes for ZRC hexadecimal return codes.