Getting Error while downloading zip file

0
Hello Everyone, I am getting below error while downloading a zip file. An error occurred while executing an action Step1.staticImage5: Did not expect an argument to be undefined Error: An error occurred while executing an action of PPP.Step1.staticImage5: Did not expect an argument to be undefined    at http://localhost:8082/mxclientsystem/mxui/mxui.js?638582187125733524:66:234970    at be (http://localhost:8082/mxclientsystem/mxui/mxui.js?638582187125733524:24:6830)    at r (http://localhost:8082/mxclientsystem/mxui/mxui.js?638582187125733524:24:6731)    at E (http://localhost:8082/mxclientsystem/mxui/mxui.js?638582187125733524:64:5069) can anyone please help ? Thank you.
asked
2 answers
0

This error i have faced in past because of access issue, check user has access on to the file document entity that is being passed to java action.

answered
0

The error message is saying a parameter is empty. This could mean the creation of the zip file failed so there is nothing to return to the user.

 

I suggest adding a breakpoint before the download to see if the file exists.

 

Good luck!

answered