The lockdown portlet overrides the default AuthenticateUser command. When uninstalling, it should restore the original command, but it looks like it didn’t.
What you’ll need to do is to re-install the core command. The best way to do that is the following:
- Get a local copy of the phaseProvider.xml with mws getconfig phaseProvider.xml
- Open that file and add the folowing code at the end (Just before the ):
<Phase name="RenableCommands" enabled="true" class="com.webmethods.portal.system.init.impl.DefaultPhase">
<PhaseInfo name="syncCoreConfigs" enabled="true" class="com.webmethods.portal.bizPolicy.impl.AutoInstallCoreComponents" />
</Phase>
At the end of the restart, the AuthenticateUser command should get reinstalled. You should then delete the phaseProvider.xml (Don’t commit back to the database).
Please let me know how this goes,
–mark
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods