Tuesday, July 08, 2008

uninstall applications which has process instace running or hanging WPS/WID

Most of us face this problem in development some times (sry most of the times :-) ) we are not able to uninstall application which has process instance running. you will not be able to terminate the process or stop. To overcome this, there is a solution which i found in WID forums thought of sharing good one. use the below command to do the uninstall of application

Go to u r bin directory and run this command

wsadmin -lang jacl -f ../ProcessChoreographer/admin/bpcTemplates.jacl -uninstall MyModuleApp
-force

In the place of MyModuleApp give your application name. This commands connects to the server and unistall the application.

Click here to the solution page at WID Forum

0 comments: