When setting up Constrained delegation to a CIFS file share you might end up in situation where access to the file share is denied when trying to read the files "in process", i.e. using the delegated credentials (out of process, e.g. MS Excel files by default, are accessed by non-delegated-access using the service account).
Example of stack trace:
WARN ;2018-07-31T15:42:33,001+02:00;2018-07-31 13:42:33,001;c295e308-1f5c-4df9-8530-619c08427774;3115356792xlE-;WorkThread 44;SpotAdminA@spotfire.local WAT 2;Spotfire.Dxp.Data.DataTable;"Prompting for failed to open table." Spotfire.Dxp.Data.Exceptions.ImportException: Failed to execute data source query for data source "SmallData". ---> Spotfire.Dxp.Data.Exceptions.ImportException: Failed to open data source. ---> System.UnauthorizedAccessException: Access to the path '\\dc-w2016.spotfire.local\SpotfireTestShare\SmallData.txt' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Spotfire.Dxp.Data.Import.FileDataSource.OpenFileStream(String file, Boolean deleteFileOnClose) at Spotfire.Dxp.Data.Import.TextFileDataSource.ConnectCore(IServiceProvider serviceProvider, DataSourcePromptMode promptMode, DataLoadSettings loadSettings) at Spotfire.Dxp.Data.DataSource.ConnectWithoutPrompting(IServiceProvider serviceProvider, DataSourcePromptMode promptMode, Boolean updateInternalState, DataLoadSettings loadSettings) --- End of inner exception stack trace ---