[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OpenEdge 11.6 - Error Message | Unable to allocate memory for token array. (9104)

  • Thread starter Thread starter Ruanne Cluer
  • Start date Start date
Status
Not open for further replies.
R

Ruanne Cluer

Guest
A LONGCHAR data types is 1GB (one gigabyte) Error 9104 itself is a compiler error, not a runtime error It is most likely occuring on the ** hQuery:QUERY-PREPARE(ipcQueryString). A debug listing may help: COMPILE .p DEBUG-LIST debug.lst How many fields are in the temp-table? What -tok value are you using, or is it the 3000 default tokens? Does your –inp (the size of the input string) have enough room for the statement?

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