MAX_PROCESS_NAME_LENGTH
currently in version 11.2A 64 characters and must not contain any of the following characters: | / : * ? " < >
. If the length exceeds the limitation, the name is truncated to the maximum number of characters. If the supplied value is invalid e.g. if it contains one of the invalid characters or the length of name is 0 or the name value is null
, the identifier will not be changed. Author: C.Y. Chen
Attachment: