Such operations are best performed at the OS level , since you need not to consume/utilize the IS memory for this task . If your files are large , then it can be very costly if you use IS memory . I suggest you to use the service "pub.utils:executeOSCommand" and perform zip , gzip , tar whatever you want at the OS level itself. Assuming your OS is unix , please refer MAN pages for these commands.
Leave a Reply
Guest User
Not sure what course is right for you?
Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.
Raj Kumar
is there any inbuilt service in WM 9.5 for compression of files or zipping files ?
any idea ,please suggest .
Sashi
I am not aware of any inbuilt service that do that. but you can create your java service if you need to. there are several example online
Pia
check in wM public replicator package, to use inbuit service or you can creare the java service as well, which ever u need. !!!
Nancy
You can find a sevice zip files in PSutilities package
George
There's no inbuilt service but in Java time can do it very easily...
veena
Such operations are best performed at the OS level , since you need not to consume/utilize the IS memory for this task . If your files are large , then it can be very costly if you use IS memory . I suggest you to use the service "pub.utils:executeOSCommand" and perform zip , gzip , tar whatever you want at the OS level itself. Assuming your OS is unix , please refer MAN pages for these commands.