At 09:10 PM 3/14/2008, Jim Belisle wrote:
Razzak,
I have attempted this at least four times. Things seem to be going well
then all of a sudden this error comes up, "Error no while, switch of if
blocks are open on current input source (466)" I have no idea what
table this is referring to since the tables go by so fast and they are
not checked in any particular order. It is obvious there is a problem
somewhere. What do I do next since I have no idea of how to care for
the problem?
Jim,
As Ben Petersen mentioned, most likely there is a missing quote or paren.
However, to tackle this particular issue, you may opt to use the TRACE
when building the database from an UNLOADed file.
Instead of RUN unloadedfilename.ALL, try TRACE unloadedfilename.ALL.
Use F10 key to step through one line at a time or use F5 key to execute
and only stop when an -ERROR- is encountered. This technique will allow
you to isolate the exact problem.
In addition, what are the database SCRATCH settings? Make sure to take
advantage of "SCRATCH TMP" in RBENGINE76.CFG file or use "SET SCRATCH TMP"
in your application startup file before CONNECTing the database.
Hope that helps!
Very Best R:egards,
Razzak.