I’m quiet new in webMethods so please don’t be angry. We are using version 8.2.2
I have stupid question : How to sort packages in Integration server by count of their loaded elements?
Is there any function which I have overlooked or should I create some package in designer for this purpose and how?
Thank you for any advice meanwhile I will try to search. Jan
We can get the list of packages using wm.server.packages:packageList in WmRoot package.It will return list of all packages in that loadok contains loaded elements. write some custom code on it to get the sorted list.