Is this possible to change the order of loading any package in webMethods 8.2 ? If yes then could you please let me know how i can set the order of custom package while IS startup.
I am facing some issue in Production due to this issue.
One of our package is failed to load due to dependent package (which is loading after this package) and we have to manually load that package after server restart.
Please try and add package dependencies in your package. right click on your package–>open–> then add all the package dependencies, by virtue of this all the dependent package will reload while loading your package.
Hmm… “Seems like this issue occur after migrating the package partially last week” this might be the root cause…
Did you migrate your webMethods version recently…? The reason why I am asking you this because this error should not occur due to the webMethods migration… If yes we need to analyse the root cause further…
Hi There,
Even you can disable the package from the backend by setting “enable=no” in manifest file of that package and once IS comes up, you can enable it from the Admin page.
Enabling and Disabling the package is not a good idea…because it is a production issue and we can not do this Activity every time in our Production environment.