Sponsored Content
Operating Systems AIX Printing problem in AIX machines running SAP Post 302074602 by pauldavi26 on Wednesday 24th of May 2006 11:14:18 AM
Old 05-24-2006
Network Printing problem in AIX machines running SAP

Hi all,

We have a intermittent problem with printing from SAP running on AIX5.2 .
Version of Sap is 4.6b.

When a print is fired from SAP, the spool is created fine and then transferred to the host spool system (in this case the AIX Print queue). The problem seems to be happening when AIX tries to send the data to the print device for printing.

The debugging log is below. The line in red is the failing component, makerdlj1_1 is the actual printer.

The strange thing is that if this spool is re-printed from sap it works fine.

What could be the cause for this ??Would appreciate a quick response on this.

Many thanks
Paul

--------------------------------------------------------------
Job 97908: 001WsHhZ.PD1 submitted by pd1adm to queue MR01
Command line parameters: -PMR01-Bnn-N1-c-R14
Job submit time was: Wed May 24 12:38:29 2006
Connect attempt 1: Wed May 24 12:38:29 2006
Connected socket 6 to makerdlj1_1:9100
Optimal packet size for network: 1448 bytes
Starting send data : Wed May 24 12:38:30 2006
Sent 0 bytes of data to makerdlj1_1.9100
Shutdown sock writes Wed May 24 12:38:30 2006
Await server to say it is OK to close connection
Job finish time is : Wed May 24 12:38:30 2006
--------------------------------------------------------------
--------------------------------------------------------------
Job 97939: 001X30bp.PD1 submitted by pd1adm to queue MR01
Command line parameters: -PMR01-Bnn-N1-c-R14
Job submit time was: Wed May 24 12:51:16 2006
Connect attempt 1: Wed May 24 12:51:16 2006
Connected socket 6 to makerdlj1_1:9100
Optimal packet size for network: 1448 bytes
Starting send data : Wed May 24 12:51:17 2006
Sent 5000 bytes of data to makerdlj1_1.9100
Shutdown sock writes Wed May 24 12:51:17 2006
Await server to say it is OK to close connection
Job finish time is : Wed May 24 12:51:17 2006
--------------------------------------------------------------
--------------------------------------------------------------
 

7 More Discussions You Might Find Interesting

1. AIX

Remote printing problem in AIX

Hi all, I am an amature in AIX.I am facing a problem with remote printing in AIX5L... One laser printer is there connected to a print server (HP),which is configured as remote printer from AIX Server. Due to some problem the print server is replaced and the same is configured with the old... (3 Replies)
Discussion started by: helloajith
3 Replies

2. AIX

AIX 5.3 Heap Memory with SAP

Any idea whether this parameter can be set / adjusted and where please? (3 Replies)
Discussion started by: johnf
3 Replies

3. UNIX for Dummies Questions & Answers

need aix commands specific for sap

hi i am in sap basis . any body have aix command list which are required for a basis admin to check, during critical situations thanks akhil (1 Reply)
Discussion started by: p372707
1 Replies

4. AIX

aix printing problem

i had small problem but the less of experience prevent me from solving it i added new print queue and device to aix 5.1 system and it works ok except that if i tried to print an arabic document it returns dummy data that can't be read there are alot of queues and all works fine with arabic... (0 Replies)
Discussion started by: aboharb17
0 Replies

5. AIX

Oracle and SAP on AIX 6.1 + PowerHA resources ?

I was wondering if any one have any guides or documention regarding Oracle and SAP on AIX 6.1 + PowerHA setups in one guide step by step Thanks (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

6. AIX

Running SAPPFPAR Check On SAP AIX

Dear All, I have been running SAPPFPAR check on my SAP AIX system and I would like to know which areas as per below that needs tunings. Could someone please kindly let me know me. Q1) Is it compulsory to implement this solutions:- SOLUTIONS: (1) Locate shared memory segments outside of pool... (1 Reply)
Discussion started by: p507907
1 Replies

7. AIX

Passwordless SSH problem with AIX machines

Hello, I am trying to setup passwordless nophrase ssh between two machines for the user id: oraprod here is what I did for a non-root user: oraprod whoami: oraprod Machine A: ssh-keygen -t dsa cat ~/.ssh/id_rsa.pub # GO TO MACHINE B create (16 Replies)
Discussion started by: filosophizer
16 Replies
SAP(7)								   Miscellaneous							    SAP(7)

NAME
sap - Service Access Point specification DESCRIPTION
The text2sap and sap2text functions use the format described in this man page. Because all standard ATM tools on Linux use those functions to convert to or from the textual representation of SAP specifications, they expect them in the same format too. The SAP is divided into two parts: the broadband high layer information (BHLI) and the broadband low layer information (BLLI). A SAP can contain one, both, or none of them. In the latter case, the SAP is usually considered as a wildcard SAP, i.e. a SAP that is compatible with any other SAP. Each part begins with its name (bhli or blli), followed by a colon and a (non-empty) list of attributes, which are of the form attribute=value. Some attributes have sub-attributes, which follow them. Everything that isn't separated by a colon or an equal sign is separated by a comma. Values which are a number of bytes are specified as the corresponding sequence of pairs of hex digits. The sequence can be optionally pre- fixed with 0x. Values with are integers in a given range can be specified in decimal (no prefix), octal (0 prefix), and hexadecimal (0x prefix). The following, mutually exclusive attributes are allowed in the bhli part (see the corresponding ATM Forum and ITU documents for the seman- tics): iso=1-8 bytes ISO user=1-8 bytes User-specific hlp=4 bytes High layer profile. Note that this attribute only exists on UNI 3.0. text2sap only recognizes it if your system is configured to accept UNI 3.0 message formats. oui=3 bytes,id=4 bytes Vendor-specific application identifier The structure of the bhli part is more complex. It distinguishes three layers, l1, l2, and l3, of which the first one is presently unsup- ported. For layer two, the following (mutually exclusive) possibilities exist: l2=iso1745 Basic mode ISO 1745 l2=q291 ITU-T Q.291 (Rec. I.441) l2=lapb Extended LAPB, half-duplex (Rec. T.71) l2=iso8802 LAN LLC (ISO/IEC 8802/2) l2=x75 ITU-T X.75, SLP l2=x25_ll ... ITU-T X.25, link layer. This attribute and the following attributes through l2=iso7776 can optionally be followed by one or more of the following sub-attributes: mode=mode (mode of operation, either norm or ext), and window=window size (window size in k, 1-127). l2=x25_ml ... ITU-T X.25, multilink l2=hdlc_arm ... HDLC ARM (ISO/IEC 4335) l2=hdlc_nrm ... HDLC NRM (ISO/IEC 4335) l2=hdlc_abm ... HDLC ABM (ISO/IEC 4335) l2=q992 ... ITU-T Q.922 l2=iso7776 ... ISO 7776 DTE-DTE l2=user,info=information User-specified. information is an integer in the range 0 to 255. For layer three, the following (again, mutually exclusive) possibilities exist: l3=iso8473 ITU-T X.233 | ISO/IEC 8473 l3=t70 ITU-T T.70 minimum network layer l3=h321 ITU-T Recommendation H.321 l3=x25 ... ITU-T X.25, packet layer. This attribute and the following attributes through l3=x223 can optionally be followed by one or more of the following sub-attributes: mode=mode (see above), size=default packet size (4-12, corresponding to 16-4096), window=window size (see above). l3=iso8208 ... ISO/IEC 8208 l3=x223 ... ITU-T X.223 | ISO/IEC 8878 l3=tr9577,ipi=identifier ... ISO/IEC TR 9577. identifier is the initial protocol identifier in the range 0-255. For SNAP (0x80), the keyword snap can be used, and the following sub-attributes have to be specified: oui=3 bytes, and pid=2 bytes. l2=user,info=information User-specified, see above. l3=h310 ... ITU-T Recommendation H.310. The sub-attribute term=type (terminal type, rx, tx, or rxtx) is recognized. If present, it enables the two additional sub-attributes fw_mpx=capability (forward multiplexing capability, ts, ts_fec, ps, ps_fec, or h221) and bw_mpx=capa- bility. Both are optional. Note that commas must never follow colons or other commas. Also, whitespace is not allowed inside a SAP specification. SAP specifications are case-insensitive. On input, items must be written in exactly the order used in this document. EXAMPLES
blli:l2=iso8802 Classical IP over ATM (RFC1577) bhli:oui=0x0060D7,id=0x01000001,blli:l2=iso8802 Arequipa (RFC2170) blli:l3=tr9577,ipi=snap,oui=0x00A03E,pid=0x0002 LAN Emulation AUTHOR
Werner Almesberger, EPFL LRC <werner.almesberger@lrc.di.epfl.ch> Linux November 6, 1997 SAP(7)
All times are GMT -4. The time now is 10:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy