Technical Support
Technical Support
Update problem from AppManager 6055 to new SP 6.6
setENV.bat of updatemanager.bat gives "input line is too long" error
The below line cause this problem
set USER_LIB_PATH=;MS_HOME\..\.\lib\ext\classes12.zip;MS_HOME\..\.\lib\ext\cryptix-jce-20050328-snap\bin\cryptix-jce-api.jar;
...
...
...
MS_HOME\..\.\lib\ext\cryptix-jce-20050328-snap\
src\cryptix.jce.provider.key\RawKeyGenerator.java;MS_HOME\..\.\lib\ext\cryptix-j
ce-20050328-snap\src\cryptix.jce.provider.key\RawSecretKey.java;MS_HOME\..\.\lib
\ext\cryptix-jce-20050328-snap\src\cryp
The input line is too long.
I think this is due to a windows limit of the maximium length of the string at command prompt.
There is a documentation for Command prompt (Cmd. exe) command-line string limitation at the following url
http://support.microsoft.com/default.aspx?scid=kb;en-us;830473
Cahit Can
------------------------------------------------------
This is posted using Application Manager feedback form