During upgrade a user ran into this issue on a cloned instance
Check the CUPS configuration file to see what the group is for running
Check the users in the group for lp and add the user to the group
Restart cups and retest the issue
lp: Forbidden
Pasta: Error: Print failed. Command=lp -c -dwms_104 /u03/APPLYES/YES/fs_ne/inst/YES_erpapyes/logs/appl/conc/out/MLM_WMS_LABEL_48805775_1.PDF
Pasta: Error: Check printCommand/ntPrintCommand in pasta.cfg
Pasta: Error: Preprocess or Print command failed!!!
APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1
Check the CUPS configuration file to see what the group is for running
[root@oraaptest ~]# vi /etc/cups/cupsd.conf
# Administrator user group...
SystemGroup lp
Check the users in the group for lp and add the user to the group
[root@oraaptest ~]# vi /etc/group
lp:x:15:daemonm,appltest
Restart cups and retest the issue
[root@oraaptest ~]# service cups restart
Stopping cups: [ OK ]
Starting cups: [ OK ]
Comments
Post a Comment