Solved

Error on 'move file' in process flow

  • 13 December 2022
  • 3 replies
  • 72 views

Badge +2

Hi,

I’m trying to move a file to another folder after importing the data. However, I’m getting the error: ‘An unhandled exception occurred while processing the request. (ffba027a)
System.NullReferenceException: Object reference not set to an instance of an object.’

I’m filling the following parameters in the ‘move file’ process action:

Process action settings:

Storage location: C:\ThinkwiseSoftware Tools\File_storage

Input parameters:

Source file (pointer): C:\ThinkwiseSoftware Tools\File_storage\Boost XML import\file123.XML

Target file name: C:\ThinkwiseSoftware Tools\File_storage\Boost XML import\done\

 

What do I do wrong here?

 

icon

Best answer by Dick van den Brink 13 December 2022, 14:47

View original

This topic has been closed for comments

3 replies

Userlevel 4
Badge +2

Hi Allard,

The Move File process action will be fixed in the next release of Indicium! That should be released at the end of next week!

Badge +2

Thanks for the quick reply. So the input parameters as shown are in the correct format?

I will be waiting on the new release then!

Userlevel 4
Badge +2

Hi Allerd,

It looks like the “Source file (pointer)” is correct.

The "Target file name” should be a relative path including the filename. So in your case it should probably be: "Boost XML import\file123.XML”.