OpenLinkService.config file

The OpenLinkService.config file is located in the \ProgramData\Infor\CPM\OpenLink directory. Changes to this file directly affect OpenLink functionality and require a reset of IIS.

Note: Parameter names in the OpenLinkService.config file are case sensitive.

The UploadFileValidExtensions and UploadFileMaxFileSize parameter values must be placed in the OpenLink Service section.

By default, the TablePreviewTimeout, TableLoadTimeout, and GlobalTimeout parameters are set to 30 seconds. To set the timeout to infinity, set these values to 0.

For example:

<OpenLinkService 
 TablePreviewTimeout="30" 
 TableLoadTimeout="30" 
 GlobalTimeout="30" 
 UploadFileValidExtensions="" 
 UploadFileMaxFileSize="0"
/>