Jim: The first thing I would try is to replace the view with an actual temp table. Put data in the temp table using the same clause that's in your view, then append that to your other table. Take the view out of the equation to see if that helps. I'm sure it is related to memory -- either of the workstation itself or in the temp directory that's used to sorting and view caching.
Karen In a message dated 5/2/2012 9:00:14 AM Central Daylight Time, [email protected] writes: > From: [email protected] [mailto:[email protected]] On Behalf Of Jim > Belisle > Sent: Wednesday, May 02, 2012 7:38 AM > To: RBASE-L Mailing List > Subject: [RBASE-L] - internal error > > In the past I have run a command that updates the labor and material > costs of all the parts and assemblies. > > Recently I started getting this error "INTERNAL ERROR in sort processing > (2290)" > > I have been using the same code for years and am in the process of > tracing what happened. > > Any ideas as to what I should look for? > > > > James Belisle

