Unable to enable process model

Hi,

I have created a process model ,generated the flow and updated it for monitoring.However in the mws Business Process Configuration page if i click on the check mark for EXECUTION ENABLED, it is not getting saved.
The following is the error msg tht is being logged in the server

2007-06-27 11:50:24 GMT+05:30 [MON.0119.0000D] ******** filter: [INCLUDEALL]
2007-06-27 11:50:47 GMT+05:30 [MON.0119.1501E] Error checking portal privilege: com.webMethods.caf.wsclient.WSClientException: java.net.MalformedURLException: no protocol: 10.2://216.100:8080/services/bizPolicy/directorySystem
2007-06-27 11:50:47 GMT+05:30 [MON.0119.1501D] Error checking portal privilege: com.webMethods.caf.wsclient.WSClientException: java.net.MalformedURLException: no protocol: 10.2://216.100:8080/services/bizPolicy/directorySystem
at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.extractHostURL(WSClientDynamicProxy.java:313)
at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.(WSClientDynamicProxy.java:64)
at com.webMethods.caf.wsclient.proxy.impl.WSProxyFactory.getProxy(WSProxyFactory.java:57)

2007-06-27 11:50:49 GMT+05:30 [MON.0119.0000D] ******** DLS: ((()) OR (()) OR (()) OR (()))
2007-06-27 11:50:49 GMT+05:30 [MON.0119.0000D] getting model DLS list…
2007-06-27 11:50:49 GMT+05:30 [MON.0119.0000D] ******** DLS perm list length: 1
2007-06-27 11:50:49 GMT+05:30 [MON.0119.0000D] ******** filter: [INCLUDEALL]

I can see that the URL is not proper but i am not sure from where this info is extracted from.I have set the proper values in the WmMonitor config file.

Thanks

Please use the following work-around solution to disable or enable the process model:
1. Open Developer.
2. First run WmMonitor/pub.monitor.process.model:getModelList to get the list of all the process model in WmMonitor. Locate the model you want to disable and copy the modelID value.
3. Now run WmMonitor/wm.monitor.modelControl:updateEnabledStatus and enter the value to modelID and provide the value ‘0’ to disable (or 1 to enable)

Hi Arul,

Thanks for the response.
However the same error occurs when i follow this method also.

Error checking portal privilege: com.webMethods.caf.wsclient.WSClientException: java.net.MalformedURLException: no protocol: 10.2://216.100:8080/services/bizPolicy/directorySystem

It should be http:// instead of 10.2:// which i suppose is causing the error, however i am not sure from where it is picking up this value.