OpenVMS
1753501 會員
3813 線上
108794 解決方案
發表新文章

請問這是什麼錯誤訊息

 
watermelonyu
教授

請問這是什麼錯誤訊息

%SET-W-NOTSET, error modifying $1$DGA105:

-SET-E-INVDEV, device is invalid for requested operation
1則回覆 1
watermelonyu
教授

請問這是什麼錯誤訊息

It means the command is not compatible with the device in the current processing mode.



For examples,



1. the following command will get the "-SET-E-INVDEV" error in batch mode



$ set term/device=vt200 ! stdin is not a terminal



2. You can't change terminal characteristics after spooling the terminal device!



$ set dev/spool TTA0

$ set term/dev=t200 TTA0

%SET-W-NOTSET, error modifying A800$DKA0:

-SET-E-INVDEV, device is invalid for requested operation





$ help/message -SET-E-INVDEV



INVDEV, device is invalid for requested operation



Facility: SET, SET Command and SET Utility



Explanation: The device type that is specified is not allowed in the

particular operation. For example, entering the command

SET DEVICE/SERVED CSA1 to serve the console floppy is not

allowed.



User Action: Make sure the device meets all the requirements for the

operation.