InterviewSolution
| 1. |
Why Can't I Compact A Database Containing Tickets With Missing Attachments? |
|
Answer» This can happen DUE to the reasons above. When you encounter this PROBLEM you will need to run 'fixup -j -D'. The -j switch is for transaction logged databases and the -D switch will cause documents with DAOS tickets pointing to invalid or missing NLO FILES to be deleted. These documents are deleted without a deletion stub so they may replicate BACK in. This can happen due to the reasons above. When you encounter this problem you will need to run 'fixup -j -D'. The -j switch is for transaction logged databases and the -D switch will cause documents with DAOS tickets pointing to invalid or missing NLO files to be deleted. These documents are deleted without a deletion stub so they may replicate back in. |
|