Dot matrix Printer configuring on Linux RHEL AS 5.1

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Dot matrix Printer configuring on Linux RHEL AS 5.1
# 1  
Old 02-18-2014
Dot matrix Printer configuring on Linux RHEL AS 5.1

Dear Experts,

We have requirement to configure Dot matrix printer in linux, Also need to register in Oracle application R12.0.6 version where i need get the print in landscape format.

Request you all kindly help on the same.

Thank you,
Alone.

---------- Post updated 02-18-14 at 01:02 AM ---------- Previous update was 02-17-14 at 02:51 AM ----------

Code:
lpr: Error - unable to access "landscape" - No such file or directory
APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1

Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 1.


Last edited by Don Cragun; 02-18-2014 at 02:35 AM.. Reason: Add CODE tags.
# 2  
Old 02-18-2014
Dear Alone,

Do you think it might help if you actually tell everyone the model of the attached printer too?

The command you are executing is also probably useful as that is rejecting the "landscape" option you think you are setting. My guess is that your command is incorrectly formed and it is looking for an input file.



Thanks, in advance,
Robin
# 3  
Old 02-18-2014
Thanks Robin for update,
I've register the printer in linux server and also in oracle application, in Linux registered successfully and also checked the test print potrait and landscape..And also i have registered in oracle apps rest of all printer are working fine except this epson printer landscape print is not happening its printing in Potrait.

Hope you got my point, Looking forward for helping Ans.

Thank you,
Alone.
# 4  
Old 02-18-2014
So if you are happy that the printer itself is working properly, perhaps if you post the command that is failing, you might get some assistance.
# 5  
Old 02-18-2014
Sure, Please find the command which is used in oracle apps driver..

lpr -P$PROFILES$.PRINTER -#$PROFILES$.CONC_COPIES -T"$PROFILES$.TITLE" $PROFILES$.FILENAME

Thank you,
Alone.
# 6  
Old 02-18-2014
Smilie
This doesn't really give us much as it is all variables.

Can you copy the line and edit it to do this:-
Code:
print lpr -P$PROFILES$.PRINTER -#$PROFILES$.CONC_COPIES -T"$PROFILES$.TITLE" $PROFILES$.FILENAME
lpr -P$PROFILES$.PRINTER -#$PROFILES$.CONC_COPIES -T"$PROFILES$.TITLE" $PROFILES$.FILENAME

..... and paste the whole output from that section?
# 7  
Old 02-18-2014
Sorry, how can i do this any hint?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Configuring MSAD in RHEL

We are trying to configure MSAD in our LINUX VM(RHEL).So that users can login with there accounts directly to the LINUX VM(RHEL) instead of using service accounts.Can someone help me out here ? Thanks (2 Replies)
Discussion started by: ahmed.vaghar
2 Replies

2. UNIX for Advanced & Expert Users

Dot sourcing differences in ksh, AIX vs Linux vs Solaris

Why does dot sourcing of ksh functions behave so differently between AIX, Solaris, and Linux? How can I make Linux behave the way I want in the test I show below? I have a library of interdependent functions I have developed and use in ksh in AIX. They also run in Solaris. Now I am migrating... (9 Replies)
Discussion started by: charles_n_may
9 Replies

3. Red Hat

Installing Generic Ascii Drivers For Line Matrix Printer

Hi, Does anybody have any idea as to how to setup a printer using a generic ascii driver? We have a Tally T6100 line matrix printer which is on our network and works fine in a Windows environment. We are trying to move this printer to Oracle Linux. I've contacted Tally as well as Printronix... (0 Replies)
Discussion started by: garethnsolomons
0 Replies

4. Solaris

Help with configuring printer on Sun Solaris

I have tried and tried again, to get an HP 4700dn laserjet printer to work on a GI Sun Solaris BOX. I have gone through and added the Printer server and IP to the Host file in the /etc folder and also added the printer ip and printer name itself. when I go to print something the printer shows up in... (7 Replies)
Discussion started by: kane4355
7 Replies

5. Shell Programming and Scripting

use dot file in linux

Hi, I am creating a phonebook to store the name:phone:address.The phonebook is used to store, edit,delete and list the data. Now i need to use text file(dot files) for configuration (saving and loading selections). I really don't know how to do that. Please help thanks.. (6 Replies)
Discussion started by: coolgal
6 Replies

6. Solaris

Configuring Printer with Printer Manager

Hi All, I am trying to configure printer in solaris 10 with the help of print manager. There is no printer attached to my system, ia m doing it for test purpose. However I am unable to do so coz its pops up window - Heading as error with option as dismiss and cancel. Kindly help as I am... (3 Replies)
Discussion started by: kumarmani
3 Replies

7. AIX

Configuring Network Printer in IBM AIX

Hi, We have two IBM pSeires servers running IBM AIX. I want to configure the IBM servers to print on the network printer. Here is the following configuration IBM Server-I IP Add: 192.168.0.5 IBM Server-II IP Add: 192.168.0.6 Network Printer IP Add: 192.168.0.15 I'm new to IBM AIX OS.... (0 Replies)
Discussion started by: berhanemt
0 Replies

8. Linux

Regarding Dot Matrix Printing

Hi all, What I want is that can we manage printing a text file on a Dot Matrix printer installed on a Linux machine and the printer should not take the normal A4 format, but should print only to the extent the text file has text in it. What happen usually is that when we give print comand to any... (0 Replies)
Discussion started by: aman_mlt
0 Replies

9. Solaris

configuring printer using lpadmin

Can some one tell me how to configure the printer on solaris printer name = A printer server address : 172.21.19.6 (3 Replies)
Discussion started by: krishan
3 Replies

10. SCO

Configuring printer

Help! I have 2 PC running SCO 5.0.5. I need that the PC#1 prints in the printers formed in the PC#2 using remote impression. What I have to do to form it? Thanks! (0 Replies)
Discussion started by: diegoe
0 Replies
Login or Register to Ask a Question