Skip to main content

I am trying to upload a file using a simple task with a input parameter using the file upload control. Using the windows and webgui everything works fine, but in the universal gui it does not. I tried to use a file system and ftp storage location, this makes no difference, the universal gui fails. Sometimes I receive a file_upload_not_finished error, sometimes the second error shown below. In case of the second error and ftp storage there is the following entry in the error logs:

>ERR] Failed to get E-Tag for file path ftp://ftp.****.nl/test/2022-0267.xml. (88ca394d)

 

Currently using:

Indicium 2022.2.15

Webgui 2022.2.14

Windows gui 2022.2.14

Universal gui 2022.2.14

 

 

 

Hello Hugo,

Are you setting the file task parameter in a default procedure or expression query by any chance or are you exclusively using the file upload control?


Hi Vincent,

 

I am using the file upload exclusively. There is no task default and the parameter has no default value. 


Hello Hugo,

Can you create a ticket for this issue and attach Indicium’s error log file containing the full error message? Preferably I would like to see the error message when File System storage is used as well.


In addition, we did some improvements to task execution in combination with file uploaded in the 2022.2.15.0 release of the Universal GUI. Fixing some crashes and to prevent bad_request errors.

We suggest to upgrade to that version. 


Ok, thanks. I will upgrade first and then try again. if the problems persist I will create a ticket.


Upgrading to 2022.2.15 did help. Everything is working fine now, both file system and ftp. Thanks for the help.