[Stackoverflow] [Progress OpenEdge ABL] Progress SQL error in ssis pakcage

Status
Not open for further replies.
S

SamFenton

Guest
I have an ssis package which uses SQL command to get data from Progress database. Every time I execute the query, it throws this specific error:


ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Internal error -1 (buffer too small for generated record) in SQL from subsystem RECORD SERVICES function recPutLONG called from sts_srtt_t:::add_row on (ttbl# 4, len/maxlen/reqlen = 33/32/33) for . Save log for Progress technical support.

I cant seem to figure out what is happening. has any one seen error like this before?

I am running the following query:

Select max(ROWID) as maxRowID from TableA
GROUP BY ColumnA,ColumnB,ColumnC,ColumnD


Thanks.

Continue reading...
 
Status
Not open for further replies.
Top