DPWWM2090E   A junction mount point must begin with '/' 
Command junction creation :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 ciamams /isimserver
Fix : -Always must define -h before host machine
Correct Command will look as below :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 -h ciamams /isimserver
Command junction creation :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 ciamams /isimserver
Fix : -Always must define -h before host machine
Correct Command will look as below :-
server task default-webseald-CIAMAMS1 create -b supply -t tcp -s -j -e utf8_uri -c iv_creds -p 9080 -h ciamams /isimserver
 
No comments:
Post a Comment