Alex Bo. wrote:
Hi,
Hi, just to be sure how you do it. Do you have a script how you get to this situation? You run mclients in parallel on the same machine?
I am running "Select * from tables" and am going over the results with Mapi commands. I tried to run this query with parallel clients, and reran the query hundreds of times. Once in a while I get this exception: !TypeException:user.s32_7[157]:'io.s3019_1' undefined in: _233:any := io.s3019_1() Given the number of queries you have ran (>3000), i suspect that the sql cache is cleared at some point, without a proper corrective action elsewhere. This leads to a failure to find the proper cached plan. But, with a script we can look into it.
Thanks for reporting this. regards, Martin
What does this mean? Why does this happen?
I am using v2.28.5 compiled on Windows from CVS (branch May2009).