1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Progress SQL error in ssis pakcage

Discussão em 'StackOverflow' iniciado por fdantas, Março 6, 2018.

  1. fdantas

    fdantas Administrator Moderador

    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...

Compartilhe esta Página