I added the following code to my Application program, did not fix the problem

:
// ======================================
// Preload Q&A database for faster connections. May cause slower startup.
// This is local SS path for development
vQaPath = "C:\Sesame2\Data\Company\InProcess\"
// This is Company path for final installation
// vQaPath = "G:\APPS\QADATA\DATABASE\"
vTemp = @XLOOKUP(vQaPath + "SKUDATA.DTF","16PPPD","GRADE","GRADE")
IF @ERROR THEN {
@MSGBOX("PROBLEM LOADING Q&A DATABASE","","")
} ELSE {
@MSGBOX("Q&A DATABASE WAS PRELOADED","","")
}
Still have the problem. I have started the application, sometimes I get the message "Q&A DATABASE WAS PRELOADED", but other times, it just hangs. Need to force kill Sesame, go back and unlock the application file. All files are on local C:\Sesame\Data\ tree. Not using mapped drive, not using network connection.
Q&A database only has one Speedy field: GRADE.
Will try to do a full recover and regeneration build on the Q&A database next......