Index.reducer crash (AREV Specific)
At 28 FEB 2002 10:30:35AM Rudhy B wrote:
I have the following select statement in my RBasic program
SSELECT DO_DB WITH DO_DATE BETWEEN '01/01/00' and '31/12/01' AND WITH POSTED NE "Y"
It was working fine with my old computer (PIII connected to Win2000 Server with Revelation NT Service).
But when I change my computer last week to P4 with 256K RAM, it crashes at the above select statement with this error message:
'INDEX.REDUCER' Line 1
ERRMSGB28
ERRMSGD4
Line 420 PROGRAMS UPDATE_INVENTORY.PRG
what is the problem ? I have the same setting for Arev in the new computer.
Thanks,
Rudhy
At 28 FEB 2002 12:32PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
The B28 error is an out of string space error.
The D4 error is the Line x broke because a runtime error message.
I'd guess that EMS is not being loaded or configured correctly.
World Leaders in all things RevSoft
At 06 MAR 2002 04:32PM R Mazzola wrote:
I would think its memory too. But just in case, try breaking up each WITH statment into its own select statement. I have done this with similar problem and it worked.