Hello all!
First a bit of <background>:
</background>
Recently the database has been complaining. "Error loading <set> the process cannot access the file b/c it is being used by another process. <file>" and, "Unable to resynch on Index."
Speaking of the "Error Loading" topic - I was able to clear up the message by doing some detective work and tracking down the only user that had the file open and asking him to close a Form that is based on a Set that included the table. He had the form opened in the background and was actually working with another form in the foreground so I am not sure what could have caused the lockup.
After he closed the form I was able to open it up just fine. No error message. Good! Or so I thought. As I was annotating the issue I had forgotten that I had left the form open and about 10 minutes later 2 users let me know they were receiving the error again. I closed the form and asked them to immediately re-try. They were both successful in opening the form.
First a bit of <background>:
I just started a new job and as a result have inherited an A5 desktop application developed by two other people that no longer work here. I am completely new to A5.
The database files are stored on a server and accessed via a network share. The users use Runtime to open the ADB. There are about 7 users that edit tables on a regular/daily basis and upwards of 15 with rights to do so. I figure about another 50-75 users use the DB in a "read only" fashion. I am still familiarizing myself with the tables but I suspect the largest table is ~150,000 KB with ~400,000 rows. The second largest file in the A5 directory is actually a .SEM file at 116,000 KB.
The database files are stored on a server and accessed via a network share. The users use Runtime to open the ADB. There are about 7 users that edit tables on a regular/daily basis and upwards of 15 with rights to do so. I figure about another 50-75 users use the DB in a "read only" fashion. I am still familiarizing myself with the tables but I suspect the largest table is ~150,000 KB with ~400,000 rows. The second largest file in the A5 directory is actually a .SEM file at 116,000 KB.
</background>
Recently the database has been complaining. "Error loading <set> the process cannot access the file b/c it is being used by another process. <file>" and, "Unable to resynch on Index."
- What are some approaches I can use to narrow down the causes of these bugs?
- Right now I am not able to recreate the errors on demand.
- Are there logs I can review? Traces I can initiate and review?
- Can anyone clarify what the Index error actually means?
- What operations lockup a file/table?
Speaking of the "Error Loading" topic - I was able to clear up the message by doing some detective work and tracking down the only user that had the file open and asking him to close a Form that is based on a Set that included the table. He had the form opened in the background and was actually working with another form in the foreground so I am not sure what could have caused the lockup.
After he closed the form I was able to open it up just fine. No error message. Good! Or so I thought. As I was annotating the issue I had forgotten that I had left the form open and about 10 minutes later 2 users let me know they were receiving the error again. I closed the form and asked them to immediately re-try. They were both successful in opening the form.
Comment