Cannot select Managed Client as the location when using the UXCommand. (NETIQKB52124)

  • 7752124
  • 02-Feb-2007
  • 17-Oct-2007

Resolution

fact
FreeBSD

fact
HP-UX

fact
IBM AIX

fact
SuSE Linux

fact
Sun Solaris

fact
Red Hat Linux

fact
AppManager 4.0.x

fact
AppManager 5.0

fact
AppManager 5.0.x

fact
AppManager 6.0

fact
AppManager 6.0.x

fact
Action_UXCommand Knowledge Script

symptom
Cannot select Managed Client as the location when using the UXCommand.

symptom
Managed Client in not available.

cause
Action_UXCommand does not have the correct XML header.

fix

To manually update the Action_UXCommand Knowledge Script to include the proper information:

  1. Check out the Action_UXCommand script through the Developer's Console or manually using command line. For information about how to check out a Knowledge Script, see the NetIQ Knowledge Base article NETIQKB9763: "How do I check out Knowledge Scripts from the AppManager repository?" at www.netiq.com/kb/esupport/consumer/solutionarea.asp?id=NETIQKB9763.
  2. Open the file in an editor such as Notepad.
  3. Change the following line in the XML from:

    <UnixOnly>0</UnixOnly>
    to
    <UnixOnly>1</UnixOnly>
  4. Check the Action_UXCommand back into repository using the developer's console or command line.  For information about how to check in a Knowledge Script, see the NetIQ Knowledge Base article NETIQKB3082: "How do I check in a Knowledge Script (KS) or Knowledge Script Group (KSG) using the command line?" at www.netiq.com/kb/esupport/consumer/solutionarea.asp?id=NETIQKB3082.


Additional Information

Formerly known as NETIQKB52124