How to delete a model in MWM Business Process List

I cannot figure out how to delete a model from the Business Process Config of MWM.

I can perform the following actions:

  1. create a mode
  2. generate code
  3. enable the model in Modeler
  4. update the model for execution in MWM
  5. execute the model
  6. delete the model in Modeler
  7. delete the generated code in Developer
  8. delete the model in MWM Business Processes (oops, I can’t do this!!!, the delete button is dimmed)

Any suggestions

How to delete the Process model instance from WmMonitor

  1. find the Process model ID.
  2. run the service WmMonitor.pub.process.modelControl.deleteUnusedModel with the input - process model id

It will delete the instance from WmMonitor…

Hope this info helps.
Thanks,
Arulchristhuraj

I still wonder why the delete button is disabled under
MWM
–>webMethodsConfiguration
–>ProcessConfiguration
–>BusinessProcesses
–>delete
It appears to be due to lack of permissions.

I found a service with a similar name,
pub.monitor.process.modelControl:deleteUnusedModel

It accepts an input string representing the name of the model to be deleted. However, it does not remove the model from those registered in MWM.

Here is the server.log that is generated
DEBUG : wsclient : ignoring re-init of library
DEBUG : wsclient : ignoring re-init of library
DEBUG : wsclient : ignoring re-init of library
DEBUG : wsclient : ignoring re-init of library
DEBUG : wsclient : ignoring re-init of library
DEBUG : wsclient : ignoring re-init of library
2007-04-11 12:59:21 EDT [MON.0119.1501E] Error checking portal privilege: java.lang.NullPointerExcep
tion
2007-04-11 12:59:21 EDT [MON.0119.1501D] Error checking portal privilege: java.lang.NullPointerExcep
tion
at com.wm.monitor.app.Permissions.isPrivilegeGranted(Permissions.java:1051)
at pub.monitor.process.modelControl.deleteUnusedModel(modelControl.java:155)

Hi,

am unable to delete processes from mws - have tried all the services under WmMonitor.ws.monitor.process.model

pls help
Shankar

am unable to delete processes from mws - have tried all the services under WmMonitor.ws.monitor.process.model

pls help
Shankar

Shankar,

Archive the process model first and delete it…