If the application not installed properly or uninstalled properly When we are deploying application we usually get Publishing error. In that case We need to Uninstall it properly to avoid publishing error.
Find the path of bpcTemplates.jacl file.
In my system it is C:\Program Files (x86)\IBM\WebSphere\AppServer\ProcessChoreographer\admin
Check the path if it is typical installation.
C:\IBM\BPM\V8.0\ProcessChoreographer\admin
1)Go to Command Prompt with administration privileges.
cd C:\Program Files (x86)\IBM\WebSphere\AppServer\ProcessChoreographer\admin
2)Then execute this command.
bpcTemplates.jacl -lang jacl -uninstall $appName -force
It will jacl file open and see whether it is succeeded or failed.
We can Check wheather it is uninstalled or not by using Adminstration console.
Go to Adminstration Console.
Click on Applications -> Websphere enterprise applications -> see your appName is uninstalled or not.
How to delete profiles:
manageprofiles -delete -profileName ProcSrv01
You can see the following link for uninstalling Process Application
Click here
Find the path of bpcTemplates.jacl file.
In my system it is C:\Program Files (x86)\IBM\WebSphere\AppServer\ProcessChoreographer\admin
Check the path if it is typical installation.
C:\IBM\BPM\V8.0\ProcessChoreographer\admin
1)Go to Command Prompt with administration privileges.
cd C:\Program Files (x86)\IBM\WebSphere\AppServer\ProcessChoreographer\admin
2)Then execute this command.
bpcTemplates.jacl -lang jacl -uninstall $appName -force
It will jacl file open and see whether it is succeeded or failed.
We can Check wheather it is uninstalled or not by using Adminstration console.
Go to Adminstration Console.
Click on Applications -> Websphere enterprise applications -> see your appName is uninstalled or not.
How to delete profiles:
manageprofiles -delete -profileName ProcSrv01
You can see the following link for uninstalling Process Application
Click here