Hello Jan,
The error is very generic.
So smaller file is okay but large file throws the error?
If wTM is hosted in IIS then you may want to increase the file upload size.
I think web.config there is a setting for wTM to increase maxRequestLength="102400
web.config
if wtm host in IIS it's in datacap/wtm
if wtm hosted as a window services it's in datacap/taskmaster
<system.web>
<compilation debug="true" targetFramework="4.7.2"/>
<httpRuntime maxRequestLength="102400" requestLengthDiskThreshold="104857600" maxUrlLength="2048"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
#IBMDatacap#Support#SupportMigration