Saving to the Same CSV file


Still no change when trying to run

	HourlyDTQuery = "J:\\Engineering\\CRData\\Hourly_DT_Query.csv"
	system.file.writeFile (HourlyDTQuery,reportBytes, 1) 

If I change the drive letter to C, it will write to the local hard drive

Change to

HourlyDTQuery = "\\\\J:\\Engineering\\CRData\\Hourly_DT_Query.csv"

And confirm your tree is:

\\10.36.16.36\wrapper\Engineering\CRData\

Paste that into windows file explorer on the Ignition server and confirm it opens the location

After receiving support, here is what worked. Huge load lifted from this. Thanks for the help.

wrapper.share.1.location=\10.36.16.36\vol1
wrapper.share.1.target=J:
wrapper.share.1.type=DISK