SYSTEM ERROR: Attempt to define too many indices.(40)

lucian

New Member
Hello everyone
I'm using PROGRESS 9.1D08 and I have 2 temp-table defined with no-undo option.I create 10000 recrod in first one, and then I copy 1000 of them in the second one.In the end I save this 1000 record in my work database.On that save operation I receive this message write in the topic name.
What should I do to get over it? :confused:

Thanks in advance
Lucian
 
Most times has this to do with improper cleanup of persistent procedures or handles of dynamic created temp-tables. It is highly unliklely that on intentionally creates that many differetn temp-tables.

So look for imporoper cleanup of dynamic created handles (being from persistent procedures with static defined temp-tables in them or dynamic created temp-tables.)

Casper.
 
Back
Top