Re: [U2] Sockets problem

2011-01-11 Thread George Gallen
If your running linux, I believe there is a PAM setting that will allow 
non-root access to ports
below 1024. If you have LinuxSEL enabled, you may need to make some tweek for 
that as well.

George

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Hona, David
 Sent: Monday, January 10, 2011 11:03 PM
 To: 'U2 Users List'
 Subject: Re: [U2] Sockets problem
 
 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 2011 2:38 PM
 To: U2 Users List
 Subject: Re: [U2] Sockets problem
 
 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
 
 
 
 
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __
 ###
 
 
 The information transmitted in this message and attachments (if any) is
 intended
 only
 for the person or entity to which it is addressed. The message may
 contain
 confidential
 and/or privileged material.  Any review, retransmission, dissemination
 or other
 use of
 or taking of any action in reliance upon this information by persons or
 entities
 other
 than the intended recipient is prohibited.  If you received this in
 error,
 please
 contact the sender and delete the material from any computer.
 
 The intended recipient of this e-mail may only use, reproduce, disclose
 or
 distribute
 the information contained in this e-mail and any attached files with
 the
 permission of IMB.
 ###
 
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 ** IMPORTANT MESSAGE *
 This e-mail message is intended only for the addressee(s) and contains
 information which may be
 confidential.
 If you are not the intended recipient please advise the sender by
 return email, do not use or
 disclose the contents, and delete the message and any attachments from
 your system. Unless
 specifically indicated, this email does not constitute formal advice or
 commitment by the sender
 or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its
 subsidiaries.
 We can be contacted through our web site: commbank.com.au.
 If you no longer wish to receive commercial electronic messages from
 us, please reply to this
 e-mail by typing Unsubscribe in the subject line.
 **
 
 
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] SETPRT vs. ESC

2011-01-11 Thread George Gallen
Yes, and no.

Yes, it will override the setptr. But no if you don't put in CR/LF every now 
and again
   and you have a PCL code that happens to fall on the 100th position, the 
SETPTR will
   kick in and separate that PCL code out by putting in it's CR/LF, thus 
screwing up
   your pretty PCL. 

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Shawn Hayes
 Sent: Monday, January 10, 2011 6:58 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] SETPRT vs. ESC
 
 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
 orientation.  I
 was able to print 177 characters across the page?!?!?!
 
 
 
  'We act as though comfort and luxury were the chief requirements of
 life, when
 all that we need to make us happy is something to be enthusiastic
 about.'
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] U2 Wrapper

2011-01-11 Thread Dan Goble
I am trying to put a wrapper around SAVE-LIST and GET-LIST so that I can keep 
track of how often a list is used so I determine whether or not to purge it.   
On Unidata 7.2.6 it totally ignores the BASIC program SAVE.LIST and SAVE-LIST.  
 Any recommendations on how to get this to work.   Note ... I do see it working 
on Unidata 7.1.10 ( our old server ).

Thanks in advance


Daniel Goble
INTERLINE BRANDS, INC.


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] U2 Wrapper

2011-01-11 Thread Wally Terhune
If you are testing as root user, check out UDT.OPTIONS 19
By default - a root user will use an internal table of standard ecl commands - 
and not verify the entry in the VOC. This allows you to remove verbs from an 
account, but still let root user run them. UDT.OPTIONS 19 ON forces even root 
users to validate verb definitions in the VOC.

Details in the UniData UDT.OPTIONS commands reference manual

Wally Terhune
U2 Support Architect
Rocket Software
4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2




-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Tuesday, January 11, 2011 2:19 PM
To: U2 Users List
Subject: [U2] U2 Wrapper

I am trying to put a wrapper around SAVE-LIST and GET-LIST so that I can keep 
track of how often a list is used so I determine whether or not to purge it.   
On Unidata 7.2.6 it totally ignores the BASIC program SAVE.LIST and SAVE-LIST.  
 Any recommendations on how to get this to work.   Note ... I do see it working 
on Unidata 7.1.10 ( our old server ).

Thanks in advance


Daniel Goble
INTERLINE BRANDS, INC.


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] U2 Wrapper

2011-01-11 Thread Symeon Breen
Have you created a voc entry ? - A voc entry will override a globally
catalogued program.

 

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: 11 January 2011 21:19
To: U2 Users List
Subject: [U2] U2 Wrapper

 

I am trying to put a wrapper around SAVE-LIST and GET-LIST so that I can
keep track of how often a list is used so I determine whether or not to
purge it.   On Unidata 7.2.6 it totally ignores the BASIC program SAVE.LIST
and SAVE-LIST.   Any recommendations on how to get this to work.   Note ...
I do see it working on Unidata 7.1.10 ( our old server ).

Thanks in advance


Daniel Goble
INTERLINE BRANDS, INC.


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1191 / Virus Database: 1435/3373 - Release Date: 01/11/11

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] U2 Wrapper

2011-01-11 Thread Dan Goble
Thanks Symeon.The issue was the SAVE.LIST VOC entry was overriding even 
though there was no SAVE-LIST entry.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Tuesday, January 11, 2011 4:51 PM
To: 'U2 Users List'
Subject: Re: [U2] U2 Wrapper

Have you created a voc entry ? - A voc entry will override a globally
catalogued program.

 

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: 11 January 2011 21:19
To: U2 Users List
Subject: [U2] U2 Wrapper

 

I am trying to put a wrapper around SAVE-LIST and GET-LIST so that I can
keep track of how often a list is used so I determine whether or not to
purge it.   On Unidata 7.2.6 it totally ignores the BASIC program SAVE.LIST
and SAVE-LIST.   Any recommendations on how to get this to work.   Note ...
I do see it working on Unidata 7.1.10 ( our old server ).

Thanks in advance


Daniel Goble
INTERLINE BRANDS, INC.


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1191 / Virus Database: 1435/3373 - Release Date: 01/11/11

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UV 11.1 and HP Itanium

2011-01-11 Thread Richard Lewis
Our sysadmin would like me to ask:

How many out there are running UV 11.1 on Itanium?


Have any of you on UV 11.1 on Itanium had any issues with shared memory?

Thanks!

Richard Lewis
IBM Certified Solutions Expert
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] U2 Wrapper

2011-01-11 Thread Bill Haskett

Dan:

I created custom VOC entries that look like:

001 V
002 U2.LISTINFO

...for the following verbs:

6 Dev (0)- SORT VOC WITH F1 = V AND WITH F2 = U2.LISTINFO ID-SUPP @ID_A
ID

DELETE-LIST
DELETE.LIST
DELETELIST
DL
SAVE-LIST
SAVE.LIST
SAVELIST
SL
delete-list
delete.list
deletelist
save-list
save.list
savelist
14 records listed

I created custom VOC entries as follows:

:SAVE.LIST
001 V
002 SAVE.LIST

:DELETE.LIST
001 V
002 DELETE.LIST

What's interesting is when you run the modified VOC entry SAVE.LIST it 
runs U2.LISTINFO which executes the verb :SAVE.LIST.  For some reason, 
when this verb is executed it runs the UniData SAVE.LIST verb instead of 
the local VOC entry SAVE.LIST (I have no idea why but it does).  
Consequently, everything seems to work and I'm able to intercept the 
list activity.  I do have UDT.OPTIONS 19 turned off.


This essentially uses a new file (I call it LISTINFO) that looks like:

Dictionary of File: LISTINFO  16:36:10 Jan 11 2011
Dict Name.. Typ # Col-Heading Field-Def... Conversion.. Formt 
Assoc...


@ID D 0   LISTINFO  15L   S
CDATE   D 1   Created  D4/  10R   S
CTIME   D 2   Created  MTS  8RS
CPORT   D 3   CPor  4RS
CUSER   D 4   CUserT1,1515L   S
CACCT   D 5   CAcct 10L   S
CSIZE   D 6   CSize 8RS
LDATE   D 7   LastUpdate   D4/  10R   S
LTIME   D 8   LastUTim MTS  8RS
LPORT   D 9   LPor  4RS
LUSER   D 10  LUserT1,1515L   S
LUSER10 D 10  LUserT1,1010L   S
LACCT   D 11  LAcct 10L   S

When I create a list (using the SAVE-LIST verbs) this file is updated 
through U2.LISTINFO and I can then get output that looks like:


6 Dev (0)- LPF
SAVEDLISTS INFORMATION LISTING AS OF: 16:37:45 Jan 11 2011
LISTINFO Created... LastUpdate LPor LAcct. LUser. 
LSize...


DEFAULT.LIST.NAME03/31/2010 04/01/20103 DEVMYUSER   
12

1 record listed

When I clean-up lists I simply SELECT LISTINFO WITH LDATE  SomeDate, 
then delete the selected items.  I continue to use the standard GET.LIST 
verb as I don't care to update the list information with get data, but 
you could.


I'd be happy to share the U2.LISTINFO program if you're interested.

HTH,

Bill


Dan Goble said the following on 1/11/2011 2:19 PM:

Thanks Symeon.The issue was the SAVE.LIST VOC entry was overriding even 
though there was no SAVE-LIST entry.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Tuesday, January 11, 2011 4:51 PM
To: 'U2 Users List'
Subject: Re: [U2] U2 Wrapper

Have you created a voc entry ? - A voc entry will override a globally
catalogued program.



From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: 11 January 2011 21:19
To: U2 Users List
Subject: [U2] U2 Wrapper



I am trying to put a wrapper around SAVE-LIST and GET-LIST so that I can
keep track of how often a list is used so I determine whether or not to
purge it.   On Unidata 7.2.6 it totally ignores the BASIC program SAVE.LIST
and SAVE-LIST.   Any recommendations on how to get this to work.   Note ...
I do see it working on Unidata 7.1.10 ( our old server ).

Thanks in advance


Daniel Goble
INTERLINE BRANDS, INC.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV 11.1 and HP Itanium

2011-01-11 Thread Bill Brutzman
Two months ago, we upgraded to 10.3.6.

In the original message, I dislexed Ux 11i and UV 11.1.

I am considering upgrading to UV 11.1.

--Bill

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis
Sent: Tuesday, January 11, 2011 7:05 PM
To: U2 Users List
Subject: Re: [U2] UV 11.1 and HP Itanium

And what version of UV are you running?
Richard

On Tue, Jan 11, 2011 at 4:49 PM, Bill Brutzman bi...@hkmetalcraft.comwrote:

 We are running HP-Ux 11i v2 Itanium.

 We have not had any memory issues at all.

 --Bill

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis
 Sent: Tuesday, January 11, 2011 6:10 PM
 To: U2 Users List
 Subject: [U2] UV 11.1 and HP Itanium

 Our sysadmin would like me to ask:

 How many out there are running UV 11.1 on Itanium?


 Have any of you on UV 11.1 on Itanium had any issues with shared memory?

 Thanks!

 Richard Lewis
 IBM Certified Solutions Expert
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV 11.1 and HP Itanium

2011-01-11 Thread Richard Lewis
Not a problem.  Thanks for responding!

On Tue, Jan 11, 2011 at 6:15 PM, Bill Brutzman bi...@hkmetalcraft.comwrote:

 Two months ago, we upgraded to 10.3.6.

 In the original message, I dislexed Ux 11i and UV 11.1.

 I am considering upgrading to UV 11.1.

 --Bill

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis
 Sent: Tuesday, January 11, 2011 7:05 PM
 To: U2 Users List
 Subject: Re: [U2] UV 11.1 and HP Itanium

 And what version of UV are you running?
 Richard

 On Tue, Jan 11, 2011 at 4:49 PM, Bill Brutzman bi...@hkmetalcraft.com
 wrote:

  We are running HP-Ux 11i v2 Itanium.
 
  We have not had any memory issues at all.
 
  --Bill
 
  -Original Message-
  From: u2-users-boun...@listserver.u2ug.org [mailto:
  u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis
  Sent: Tuesday, January 11, 2011 6:10 PM
  To: U2 Users List
  Subject: [U2] UV 11.1 and HP Itanium
 
  Our sysadmin would like me to ask:
 
  How many out there are running UV 11.1 on Itanium?
 
 
  Have any of you on UV 11.1 on Itanium had any issues with shared memory?
 
  Thanks!
 
  Richard Lewis
  IBM Certified Solutions Expert
  ___
  U2-Users mailing list
  U2-Users@listserver.u2ug.org
  http://listserver.u2ug.org/mailman/listinfo/u2-users
  ___
  U2-Users mailing list
  U2-Users@listserver.u2ug.org
  http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Sockets problem

2011-01-11 Thread Norman, David (Health)
Thanks everyone for their input. We are going to change the port to one in the 
8500 range.


David Norman
Senior Software Engineer - SA Ambulance Service

ICT Services
SA Health
Government of South Australia

Box 3, GPO
Adelaide, South Australia 5001
*+61 8 8274 0384
* fax +61 8 8271 4844
* david.nor...@health.sa.gov.au


This e-mail may contain confidential information, which also may be legally 
privileged. Only the intended recipient(s) may access, use, distribute or copy 
this e-mail. If this e-mail is received in error, please inform the sender by 
return e-mail and delete the original. If there are doubts about the validity 
of this message, please contact the sender by telephone. It is the recipient's 
responsibility to check the e-mail and any attached files for viruses.



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users