Read CSV - The Specified network name is no longer valid

I have a Read CSV activity that seems to randomly throw error “The specified network name is no longer available”. Causes the robot job to fail. The file to be read is located on a network drive (NAS), which is available each time I remote into the desktop, and of course on any run that doesn’t fail. A restart of the Orchestrator job always resolves the issue. I connect to the network drive on workstation boot.

You could try a “Retry scope” activity to see if maybe the connection to the network drive is dropped briefly and additional attempts might be successful.

Right. Ok. Thanks!