Our environment had some of the work they had queued up done for AKS this weekend.
About 3:30 AM, we could no longer print to Bartender, as we use a file drop to FTP.
This behavior was somewhat inconsistent, which I don’t quite understand, but the solution was this:
If in your code to your file drop you normally write to:
\\machinename\12345\RestOfPath
Change your code to write to:
\\machinename.epicordt.local\12345\RestOfPath
And you should be good.
