Errata - 1.12.10 Bulk Upload Tasks
We have a bug in the task run processing routine.
For Windows, ensure c:\temp directory exists (if not, create it).
The example CSV for use does not include a 'windows_password' field as we no longer use it. However, there is a bug when processing the file. The bug expects this field to be present and crashes the task run function if it is not. The example CSV looks as below:
type,name,hour,minute,day,network_address,subnet_range,period_type,org,location
When you use this to create your tasks, please add windows_password to the end of the header row. Like below
type,name,hour,minute,day,network_address,subnet_range,period_type,org,location,windows_password
There is no need to actually use this field. Simply adding in a couple of single quotes for each line of data will suffice. A working example is below.
type,name,hour,minute,day,network_address,subnet_range,period_type,org,location,windows_password discovery,test discovery,10,10,W,192.168.1.2,192.168.1.0/24,days,1,1,''
Apologies for the inconvenience. This will be rectified for our next release.