We use the ERP package GLOVIA.
Printing from within this package is a hasle when having multiple network-printers. Is it possible to print MULTIPLE copies ($SPOOL) to a network printer. It works when printing to a UNIX defined printer.
thanks for the help

Printing under PRO-IV (GLOVIA)
Started by
Guest_Roel Durlinger_*
, Aug 31 1999 01:24 PM
6 replies to this topic
#4
Posted 31 August 1999 - 03:37 PM
Roel,
Sorry I'm not familiar with that configuration.
I use SCO Unix. I think the printer systems on SCO and Sun are different.
However I'd take a shot at this by sending the report to a script which then sent the file to the network printer.
Here is a test lp interface file I used to use to send report files to a users' home dir. Uncomment the debug lines and look at the file to see which parameter sets the number of copies etc.
#
# example of lp positional parameters are:
#
# 1) todisk-7359,
# 2) rob , #login name
# 3) [was blank]
# 4) 1
# 5) stty='9600 cs8 -parenb'
# 6) /usr/spool/lp/temp/7359-1
#
filename=/u4/usr/$2/Rpt # our home dirs are in /u4/usr
# ************for debugging **********
# filename=rpt
#env > $filename
# echo $1 > $filename
# echo $2 >>$filename
# echo $3 >>$filename
# echo $4 >>$filename
# echo $5 >>$filename
# echo $2 >>$filename
# ************ end debug **************
cat $6 > $filename #you'd change this line to send file to print server.
Sorry I'm not familiar with that configuration.
I use SCO Unix. I think the printer systems on SCO and Sun are different.
However I'd take a shot at this by sending the report to a script which then sent the file to the network printer.
Here is a test lp interface file I used to use to send report files to a users' home dir. Uncomment the debug lines and look at the file to see which parameter sets the number of copies etc.
#
# example of lp positional parameters are:
#
# 1) todisk-7359,
# 2) rob , #login name
# 3) [was blank]
# 4) 1
# 5) stty='9600 cs8 -parenb'
# 6) /usr/spool/lp/temp/7359-1
#
filename=/u4/usr/$2/Rpt # our home dirs are in /u4/usr
# ************for debugging **********
# filename=rpt
#env > $filename
# echo $1 > $filename
# echo $2 >>$filename
# echo $3 >>$filename
# echo $4 >>$filename
# echo $5 >>$filename
# echo $2 >>$filename
# ************ end debug **************
cat $6 > $filename #you'd change this line to send file to print server.
#7
Posted 04 October 1999 - 12:36 PM
Roel
We have considerable success with a package, LPPlus (from an american
software house Digital Controls). It sits along side or replaces the rudimentary
Sun lp and integrates into ProIV very nicely in a networked printer environment
We have considerable extended our print capability by using a combination of this
mainframe like print control package and our in house developed HP Laser printer
Printer formatting, keeping as much as possible out of ProIV. This does not come cheap, however,
but in a larger scale production environment is essential.
David Tuke
We have considerable success with a package, LPPlus (from an american
software house Digital Controls). It sits along side or replaces the rudimentary
Sun lp and integrates into ProIV very nicely in a networked printer environment
We have considerable extended our print capability by using a combination of this
mainframe like print control package and our in house developed HP Laser printer
Printer formatting, keeping as much as possible out of ProIV. This does not come cheap, however,
but in a larger scale production environment is essential.
David Tuke
Reply to this topic

0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users