Behavior:
You can no longer select or use a column from the created Local Data Connector connection.
Solution:
Commencing in version 7.3.0.4 of Local Data Connector, by product design, binary column types are "hidden". This includes types such as text, blob, binary, and nvarchar(max)/varchar(max).
Please refer to the following guide on how to alleviate this behavior;
To maximize the size and supported datatypes for the DocuWare database, please visit our DocuWare Knowledge Center.
You can no longer select or use a column from the created Local Data Connector connection.
Solution:
Commencing in version 7.3.0.4 of Local Data Connector, by product design, binary column types are "hidden". This includes types such as text, blob, binary, and nvarchar(max)/varchar(max).
Please refer to the following guide on how to alleviate this behavior;
To maximize the size and supported datatypes for the DocuWare database, please visit our DocuWare Knowledge Center.
Connect to the database.
Change the columns within the database to varchar(255)/nvarchar(255), for example.
Alternatively:
Create a view and cast the values to 255 so as to not include “max”. Please see KBA-35282 for additional information on how these views should be created.
(Referenced article applicable to Cloud & On-premise)
KBA is applicable for Cloud Organizations ONLY.