Re: [U2] Trying to setup AIX virtual printer to generate PDF fromUniQuery

2011-01-10 Thread Ng, Caleb
Hi Steve, Were you able to take a look at this? Thanks, Caleb Ng -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, December 15, 2010 6:58 PM To: U2 Users List Subject: Re: [U2] Trying

Re: [U2] Trying to setup AIX virtual printer to generate PDF fromUniQuery

2011-01-10 Thread George Gallen
One problem might be that the ps2pdf script may not be memory dependant and may require writing a file out, so the traditional --- | script | script | printer might not work. You might need to write some form of script which takes the input and then takes the output file and runs it into the

Re: [U2] Trying to setup AIX virtual printer to generate PDF fromUniQuery

2011-01-10 Thread Steve Romanow
Emailing you off list till we get sth working. On Mon, Jan 10, 2011 at 1:36 PM, George Gallen ggal...@wyanokegroup.com wrote: One problem might be that the ps2pdf script may not be memory dependant and may require writing a file out, so the traditional --- | script | script | printer might

[U2] SETPRT vs. ESC

2011-01-10 Thread Shawn Hayes
I have been playing with SETPTR in Universe on a Windows box. If I send PCL escape sequence codes to the printer, do these override the SETPTR settings? I thought this was kinf of goofy, but I did a SETPTR 0,80,100,0,0,1 I sent an escape sequence with a font pitch of 17 and landscape

Re: [U2] SETPRT vs. ESC

2011-01-10 Thread Charlie Noah
Hi Shawn, I'm talking from memory, not having worked on Universe in quite a while, but your SETPTR command works a lot like the TERM command, setting page width and depth for Retrieve, etc. However, if you send PCL commands in a Basic program, they will go straight through to the printer, and

[U2] Sockets problem

2011-01-10 Thread Norman, David (Health)
We are trying to establish a Server Side Socket Connection using initServerSocket (UniVerse 10.0.16 HP-UX 11) for a third party system to connect. We are finding that using a port less than 1024 results in an error 34 SCK-EACCESS Attempt to connect datagram socket to broadcast address failed

Re: [U2] Sockets problem

2011-01-10 Thread Drew William Henderson
It's been a couple years, but i believe ports in the lower range can only be linked to root processes. Drew -Original Message- From: Norman, David (Health) david.nor...@health.sa.gov.au Sent: Monday, January 10, 2011 9:55 PM To: 'u2-users@listserver.u2ug.org'

Re: [U2] Sockets problem

2011-01-10 Thread Don Robinson
David, 1024 and below are considered well known ports and are reserved for things like telnet, ftp, http, etc. You need to be careful assigning private ports so you don't tramp on other assignments. netstat will show you your current assignments.   Don Robinson

Re: [U2] Sockets problem

2011-01-10 Thread Hona, David
Also check and updated your /etc/services with your desired TCP or UDP ports you end up using. Saves grief in the future too :) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don Robinson Sent: Tuesday, 11 January