Hi Mosbi,
Unless there's something seriously wrong in the engine (which we doubt), you of course shouldn't have this problem. My suggestion to you is:
1) Strip down your application to just the delete logic; does that work? If not, then zip the application and any needed data files, and send it to us at
cspro@lists.census.gov. We'll take a look at it (I will be sending you a direct message, please look for that). Otherwise, continue to step 2.
2) Build your application back up incrementally to the complete application. If your app is large, then start from the full application and drop file I/O (such as syncing, loadcases, writecases, etc). Anything that looks like it might interfere with what you're doing. If that doesn't work, remove as much as possible until you can get the delcase to work. When you get it to work, zip up the application and save this second iteration.
3) Now, undo the last change you made, and confirm that delcase is failing. If delcase works, then zip up this version and send it to us with the zip file from Step 2. Be sure to include any data files we would need to test this. If however delcase is working, then you need to overwrite the zip file from step 2 and keep adding code back in until delcase fails.
We essentially want the most complete version of your program when delcase works, and then the next step larger/complete application when delcase fails. Hopefully I've explained this clearly, please let me know if not.
Sherrell