I used the GENCMDDOC command with the INSLNXSVR and got this error (command works well with other commands):
+>> GENCMDDOC CMD(INSLNXSVR) TODIR ('/temp') Java Virtual Machine is Classic. Command documentation not generated for proxy command INSLNXSVR in QSYS. 1 command documents failed; 0 command documents created successfully. Any hints on how to 'repair' this are most welcome.
DanF
Software/Hardware used:
9407-M15 i5/OS v6.1 with latest CUM
ASKED:
February 18, 2011 12:16 PM
UPDATED:
February 20, 2011 9:40 PM
Any hints on how to ‘repair’ this are most welcome.
Don’t use GENCMDDOC for a ‘proxy’ command. Trace the proxy chain to the real command, and use that for input to GENCMDDOC. Use DSPCMD against INSLNXSVR to see a proxy chain.
Tom
Thanks Tom,
I experienced that i had to add library QNTAP to my liblist because of a msg-file, but thereafter the GENCMDDOC CMD(QNTAP/INSLNXSVR) TODIR(‘/temp’) worked beautifully..
DanF
That’s interesting.
It kind of makes the CPF6E67 a little meaningless if it simply needs the original library in the list. Seems like the GENDOCCMD ought to just handle the chain by itself.
Nice resolution.
Tom