Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

File mapping error in Workflow

Avatar

Level 1

Hi everyone!

We have a daily triggered workflow that uploads a list on an SFTP (daily or twice a day) and this is done via File Mapping. The lists are uploaded fine, but when the workflow reaches the "END" activity, it stays in Pause mode. This makes that the file mapping process stays in "In progress" and so the next file is never uploaded. The logs of the error in the END activity are the following 3:

 

3: SCR-160012 Javascript error while evaluating script
2: Unable to move file 'XXX' (-52)
1: BAS-010015 Cannot open file 'XXX' with write access (errno=2, No such file or directory)

 

The javascript seems to be fine (it works just as it is in other worfklows). Any ideas on what is happening?

 

Thank you all!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Santiago,

 

There must be some script written in 'End' activity, as the workflow is giving error at 'end' activity. Open 'end' activity-- > Advanced tab and check the script. 

According to the error, path where you are trying to copy file either does not exist or do not have 'write' right for the 'neolane' user.

 

Thanks,

Jyoti

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi Santiago,

 

There must be some script written in 'End' activity, as the workflow is giving error at 'end' activity. Open 'end' activity-- > Advanced tab and check the script. 

According to the error, path where you are trying to copy file either does not exist or do not have 'write' right for the 'neolane' user.

 

Thanks,

Jyoti