I have tables linked to an archive. I have a query built with parameters that prompt the user for input.
I receive the following error after input (46972): "Reserved error (-2029); there is no message for this error."
When I run the query and equal the criteria to 46972, I can retrieve the rows.
Any suggestions?
Hello,
An error number is handy is this, that you can search it on Internet.
Generally, the number is expressed in hexadecimal.
If you put -2029 in the Windows calculator, and then click on "Hex", you
get FFFFFFFFFFFFF813.
The last eight characters will do.
So I searched "error FFFFF813" and obtained
------
http://www.windowsbbs.com/windows-vista/69321-irql_not_less_or_equal-bugcheck-error.html
BugCheck A, {fffff813, 2, 1, 81cb772b}
Probably caused by : memory_corruption ( nt!MiInsertPageInZeroList+24c )
------
I suggest you verify the state of your RAM, for instance with a program
as memtest.
If this confirmed to be the problem, on Internet you find videos about
how to change the RAM modules.
If memtest tells everything is OK, we are back at John's answer about
calling Optim's support. Good idea to provide them information about
this test and its results.