cancel
Showing results for 
Search instead for 
Did you mean: 

SAP spool error log

Former Member
0 Kudos

Hi Guys,

OS platfor Sunsolaris,

DB oracle..

I am getting below error while printing host spool access method is 'L'

SAP spool error log

=====================

Print request processing log

The host spool is reporting errors

Message from host spool:

UX:lp: ERROR: Requests for destination "psha08" aren't

being accepted.

TO FIX: Use the "lpstat -a" command to see why

this destination is not accepting

requests.

End of host spool message

Command used: cd /usr/sap/SP1/DVEBMGS50/data; /usr/bin/lp -dpsha08 -n1 -c 004GFAqv.SP1 2>

Errors occurred processing this print request

Error during print request output. l_rc = 1

There may be no printout

Most important attributes of spool request

Request number 119158

Request name SCRIPT PSH8 BATCH_P_SD

Client 300

Owner BATCH_P_SD

Request attributes

Time created 2007072306004600

some one pls help me out.

Regards,

Nani.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nani,

Try to start saplpd if it not works reinstall sapgui

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks guys for your quick response...

Regards,

Nani.

Former Member
0 Kudos

Please do a lpstat -v<print queue> and lpstat -a<print queue> on the server and paste the logs...

Former Member
0 Kudos

lpstat -a

pmal01 not accepting requests since Fri Jul 20 23:00:17 2007 -

new destination

pmal002 not accepting requests since Fri Jul 20 23:00:17 2007 -

new destination

I am working with OS team...now...

we written a script in os level but it is not working in CI but it is working in Application.

$ more /util/scripts/all_printer.sh

#!/usr/bin/sh

for i in `cat /util/scripts/list_of_printers.txt`

do

status=`lpstat -p $i | grep enabled | wc -l`

if [ $status != "1" ]

then

mailx -s "Enable printer $i"g0xxxx0@mail.ad.xx.com< /util/scripts/print.txt

#echo $i

fi

done

Former Member
0 Kudos

Hello Nani,

If this is not working on CI but on application server then I would suggest that you check mount and file handling permissions on unix.

Regards.

Ruchit.

Former Member
0 Kudos

Thanks guys..now it is working the problem was...

First we enabled the printers, its not accepting, so I enbled the accept, then this printer statred to work fine.

psha08 not accepting requests since Fri Jul 20 23:00:17 2007 -

new destination

$ lpstat -ppsha08

printer psha08 is idle. enabled since Mon Jul 23 00:46:35 2007. available.

Regards,

Nani.