Kate Stanton | 1 Dec 2009 22:35
Favicon

[U2] Auto logout time

On Windows UniVerse 10.1.18 (and many versions before, I think), using UV 
objects.

User goes through a VOC PA executed when loggin  in, including statement 
AUTOLOGOUT 60.

He wants the user to stay up for much longer than that, so has changed the 
60 to 360.

It still logs out within the expected 3 hours.

IIRC, there is another place timeout minutes or seconds are set up.  Does 
anyone know what, where?

TIA, Kate

Kate Stanton
Walstan Systems Ltd
4 Kelmarna Ave, Herne Bay, Auckland 1011, New Zealand
Ph: +64 9 360 5310  Fax: +64 9 376 0750  Mobile: +64 21 400 486
Email: Kate <at> Walstan.com 

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Dan McGrath | 3 Dec 2009 03:36
Picon

[U2] Test

List still down? :(

###########################################################################################
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 <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

David Wolverton | 3 Dec 2009 18:35
Picon

[U2] UniData - TANDEM verb

Does someone know offhand when TANDEM was added to UniData under Windows?

I have a site that I need that function, but they say 'TANDEM' just returns
a 'verb?' response.

Thanks!
David W.

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Kevin King | 3 Dec 2009 22:12
Picon

[U2] UV Command Stacks

Are the TCL command stacks stored anywhere searchable? If so, where might
that be?

-Kevin
http://www.PrecisOnline.com
_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

nschroth | 4 Dec 2009 15:52
Picon
Favicon

[U2] Suppressing Screen Output


I have a UniVerse program that does an EXECUTE on a Unix "SH -c" command.
The Unix script does a > /dev/null 2>&1 to try to suppress all the output
and the UniVerse 
program does a  HUSH ON before the EXECUTE CMD CAPTURING XXX RETURNING YYY.
However, the Unix script output still displays on the UniVerse User's
application screen.

Any Ideas?
--

-- 
View this message in context: http://old.nabble.com/Suppressing-Screen-Output-tp26635907p26635907.html
Sent from the U2 - Users mailing list archive at Nabble.com.

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

u2ug | 7 Dec 2009 14:05
Picon

[U2] Have I been booted again ?

I haven't seen activity from the list in a week or so - have I been
'delisted' again or is the list just dead ?

Gerry

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Results | 7 Dec 2009 21:22

[U2] Test ::PING::

Boomarang
_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Nick Gettino | 7 Dec 2009 21:34

[U2] Paging protocols

Has anyone interfaced to  SS7 or SMPP (these are 2 paging protocols) to send pages?  Using Unibasic on either
Windows Server or IBM AIX on UniData?
Thanks
Nick Gettino

Nicholas M Gettino - Director of Support & Professional Services | EnRoute Emergency Systems an Infor
Company, 401 E Jackson Street, Suite 1500, Tampa Florida 33602 | Office 813-207-6998 |Fax 678-393-5389
|nick.gettino <at> enroute911.com / www.enroute911.com

_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Joshua Gallant | 7 Dec 2009 22:01

Re: [U2] Paging protocols

I've used SNPP before by passing arguments to a simple perl script which
uses the Net::SNPP perl module.  Below is a sample of the code in the
perl script and I call it with something like '/usr/bin/perl
/path/to/script/snpp.pl "$server" "$pager_num" "$message"'

- Josh

<code>
#!/usr/bin/perl 
#
    use Net::SNPP;
    $snpp = Net::SNPP->new($ARGV[0], Debug => 0);
    $snpp->send( Pager   => $ARGV[1],
                 Message => $ARGV[2],
               ) || die $snpp->message;
    $snpp->quit;
</code>

-----Original Message-----
From: u2-users-bounces <at> listserver.u2ug.org
[mailto:u2-users-bounces <at> listserver.u2ug.org] On Behalf Of Nick Gettino
Sent: Monday, December 07, 2009 3:34 PM
To: u2-users <at> listserver.u2ug.org
Subject: [U2] Paging protocols

Has anyone interfaced to  SS7 or SMPP (these are 2 paging protocols) to
send pages?  Using Unibasic on either Windows Server or IBM AIX on
UniData?
Thanks
Nick Gettino
(Continue reading)

Bernard Lubin | 7 Dec 2009 22:04

Re: [U2] UV Command Stacks

The TCL command stack is stored in &SAVEDLISTS& under the item id
&&S.userid.userno.

Regards
Bernard 

-----Original Message-----
From: u2-users-bounces <at> listserver.u2ug.org
[mailto:u2-users-bounces <at> listserver.u2ug.org] On Behalf Of Kevin King
Sent: Friday, 4 December 2009 8:13 AM
To: U2 Users List
Subject: [U2] UV Command Stacks

Are the TCL command stacks stored anywhere searchable? If so, where might
that be?

-Kevin
http://www.PrecisOnline.com
_______________________________________________
U2-Users mailing list
U2-Users <at> listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
--

-- 
Message  protected by DealerGuard: e-mail anti-virus, anti-spam and content
filtering.
http://www.pentanasolutions.com

Click here to report this message as spam:
https://login.mailguard.com.au/report/1yPLPzJDVs/5GrIXp5O0b37hwuynYEeAJ/0

(Continue reading)


Gmane