We have a java service built within the webMethods Integration Server 4.6 which is responsible to create an output file (text file) as the result of the processing. This service reads an input file (Delimite File format) and converts it to another format (XML), saving the output file in the server’s file system. The service works well and it sucesfully creates the output file, but the output file’s permission is set to the owner “root” and no other user is capable of read, move or delete the file. I need to know how to setup the file’s attributes to allow other regular users to access and move the files. It’s important to note that unix scripts and cronjobs in Unix regularly uses regular users to login into the machine in order to perform their job. If webMethods creates files using the original startup user (in our example is alway “root”), then consequently all the output files created by webMethods belong to “root”. How can we change and manipulate the output files’ attributes? Pls, advise. Thanks!
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods