Views:

Behavior:
While searching in the Full Text field the following error message occurs:

The remote server returned an error: (500) Internal server error.

Solution:
Please open the URL that is displayed in Full Text data connection in the DocuWare Administration.
for example:  http://localhost:9012/solrt

When accessing the page the following error is displayed:

The solr.xml file in the directory ...\Full-text server\webapps\solrt\solr is incorrect.
Please replace the content of the file with the following text:

<?xml version="1.0" encoding="UTF-8"?>
<solr sharedLib="lib" persistent="true">
    <cores adminPath="/admin/cores" shareSchema="true">
    </cores>
</solr>

Restart the Full Text Server service.
Calling the URL should work properly now. Please check if the error message still appears when searching in Full Text.