Behavior:
Your dwcontrol file is not being indexed after being imported into DocuWare
Solution:
Incorrect attribute names within the dwcontrol file can cause indexing issues. Please refer to the following example:
Incorrect:
<Field dbname='date' value='2025-02-26' />
Correct:
<Field dbName='date' value='2025-02-26' />
Using a capital "N" within dbName instead of a lowercase "n" in dbname ensures the file is indexed correctly. For further information on dwcontrol files, please refer to KBA-36502.
KBA is applicable to both Cloud and On-premise Organizations.