[closed] SQL Error: SQLCODE=-964, SQLSTATE=57011 and ETL job fails
Running workitem job fails with the following errors in the logs, after enabling debug logging for ETL:
***
CRJAZ0265E The database resource or virtual storage is not available.
SQL: INSERT INTO "RICALM"."REQUEST_BASELINE" ("REQUEST_HISTORY_ID", "REC_DATETIME") VALUES (?, ?)
SQL Exception #1
SQL Message: DB2 SQL Error: SQLCODE=-964, SQLSTATE=57011, SQLERRMC=null, DRIVER=4.14.121
SQL State: 57011
Error Code: -964
***
How to resolve this?
|
The question has been closed for the following reason: "Duplicate Question" by sumant Apr 28 '14, 9:34 a.m.
One answer
This looks like a DB2 issue, from googling the SQL error codes: https://jazz.net/forum/questions/149589/sql-error-sqlcode-964-sqlstate57011-and-etl-job-fails?utm_campaign=forum&utm_medium=email&utm_source=forum-new-question&utm_content=forum-question
Comments
Sumant Renukarya
commented Apr 28 '14, 9:36 a.m.
Hi Jackie
That is right.
I marked this as duplicate of:
|