The command-line utility kscheckout skips UNIX scripts. (NETIQKB55141)

  • 7755141
  • 02-Feb-2007
  • 01-Oct-2007

Resolution

fact
AppManager 5.x

fact
AppManager for UNIX 6.5

symptom
The command-line utility kscheckout skips UNIX scripts.

cause

Most users call kscheckout with a format similar to:

kscheckout -e lodestone:qdb:: -k *MemUtil:4:

where lodestone is the sqlserver
where QDB is the name of the repository
the 3rd space would be a username (leave blank for Windows NT authentication)
the 4th option would be a password for the above username (leave blank for Windows NT authentication)

The 4 means to only check out NT scripts.



fix
Ensure you are specifying the correct version of scripts you wish to check out in the kscheckout command line.   Instead of a "4", use "U1" for AM-UNIX v5.x scripts and "U2" for AM-UNIX v6.x scripts.

note

To check out all UNIX scripts for version 6.x of AppManager:

kscheckout -o -e lodestone:qdb:: -k UNIX*:U2:

To check out only UNIX_MemUtil:

kscheckout -e lodestone:qdb:: -k UNIX_MemUtil:U2:

where lodestone is the sqlserver
where QDB is the name of the repository



Additional Information

Formerly known as NETIQKB55141