Hi Team,
i am using below code to write text into server file but its not working? can anyone guide me on this?
var outFile = new java.io.File("D:\\ScheduledTasks\\AD_Search\\userlist.txt");
Packages.org.apache.commons.io.FileUtils.writeStringToFile(outFile,l_String,java.nio.charset.StandardCharsets.UTF_8);
Martin Schröder on
Hello Nidhi,
the answer is almost the same as in https://ariscommunity.com/users/nidhibp/2026-02-20-javax-not-supported-aris-sr-28
Please look up the technical online documentation Report script changes from SR27 to SR28
Regards, Martin