Hi Ryan!<br>
<br>
Not sure if you already have the answer but we have encountered the same issue.<br>
Thankfully DocuWare responded with this:<br>
<br>
In the installation directory of the Local Data Connector there is the file: C:\Program Files (x86)\DocuWare\Local Data Connector\DocuWare.DAL.dll.config.<br>
This configuration file is overwritten each time the Local Data Connector is updated. The adjustments to this file must therefore be reactivated after each update.<br>
To work around the SAP HANA DB syntax error, remove the comment tagging of the following lines:<br>
<!--<Parameters><br>
<System.String DictionaryEntryKey="LIMIT">IGNORE</System.String><br>
</Parameters>--><br>
Enabling this option, prevents the TOP or LIMIT parameter from being added to the statement.<br>
However, this means that the query will thus access the database without restriction.<br>
The resulting statement would be: SELECT DISTINCT "column" FROM ...<br>
<br>
Please let me know if this was helpful. It definitely helpd us with viewing SAP HANA views in DocuWare.<br>
<br>
Best regards<br>
Tomas