[U2] test

2013-09-25 Thread Dianne Ackerman

Haven't received any messages for over a week, just testing it out!
-Dianne

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


Re: [U2] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-06 Thread Hona, David
Thanks Brian - that sounds great! I would be keen to get a trial version, once 
you have a SSH capable version.

How is the product licensed?

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: Tuesday, 5 February 2013 10:14 PM
To: 'U2 Users List'
Subject: Re: [U2] U2 Test Tools for system/unit  regression testing 
w/integration with HP QualityCenter

Hi David

I've recently released a testing product called (predictably!) mvTest.

This supports automated testing of U2 applications using a dedicated scripting 
language modelled after UniBasic for familiarity but with a number of key 
extensions to handle data validation, test data handling, UI scripting and 
assertions. 

You can use this to create unit tests, UI tests (currently TELNET and 
U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression and 
volume tests.

Here's a quick overview of how it works -

- You create unit or UI tests using the scripting language. These can be run 
through either of a Windows client or through a server-side script runner e.g. 
if you want to perform CI testing through a phantom. There's a nice Windows 
based editor to create, organize and test these.

- The tests return pass or fail information based on assertions, so you can see 
at a glance if anything has broken. You can save the information and run 
various reports against it.

- The tests can run direct against the database through a UO.NET connection 
(e.g. for testing subroutine calls and parameters) or through a terminal-style 
UI. It embeds a complete terminal emulator with all the necessary functions, 
and this allows you to drive screens, perform spot checks, branch on different 
results (e.g. handling error messages raised from your screens), handle 
send/expect style scripting and more complex conditions (such as wait until the 
cursor is at this location and this message has appeared here). 

- It keeps a separate shared server connection open while the UI tests run so 
you can, for example, script an entry screen via the terminal UI that ends up 
saving some data like a sales order, and then immediately check what has been 
written to the database through the underlying connection as part of the same 
script.

- Unit tests can be organized into batches in which the tests run in order, so 
you can set up sequences that match business operations. 

- Batches can be organized into runs, so you can test whole suites of your 
application. Each run can be customized, so you can feed in per-site or 
per-system information. Runs can optionally randomize the order in which 
batches are executed, and you can set up different run scenarios and iteration 
patterns.

- You can feed in and randomize test data and from the client side runner, 
access local features as well as the database operations.

- Volume testing can take place using the Windows client. This is a 
multithreaded client supporting multiple concurrent UI sessions - I've tested 
up to 250 concurrent connections from a single PC running against an
SB+ system for one customer last year who needed to stress test their 
SB+ system
performance coming up to the New Year sales. 

This first release is targeting U2 with other MVDBMS to follow. I'm also adding 
support for GUI testing using the Microsoft Automation APIs and WebUI testing 
going forward.

Anyone interested can contact me for an evaluation version, or download the 
user guide from www.brianleach.co.uk.



Regards

Brian 


___
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


Re: [U2] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-06 Thread br...@brianleach.co.uk
David

I'll keep you posted.

It will be licenced per server - that's the easiest option.

Best Regards


Brian

On 06 February 2013 at 08:39 Hona, David david.h...@cba.com.au wrote:
 Thanks Brian - that sounds great! I would be keen to get a trial version, once
 you have a SSH capable version.

 How is the product licensed?

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
 Sent: Tuesday, 5 February 2013 10:14 PM
 To: 'U2 Users List'
 Subject: Re: [U2] U2 Test Tools for system/unit  regression testing
 w/integration with HP QualityCenter

 Hi David

 I've recently released a testing product called (predictably!) mvTest.

 This supports automated testing of U2 applications using a dedicated scripting
 language modelled after UniBasic for familiarity but with a number of key
 extensions to handle data validation, test data handling, UI scripting and
 assertions.

 You can use this to create unit tests, UI tests (currently TELNET and
 U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression
 and volume tests.

 Here's a quick overview of how it works -

 - You create unit or UI tests using the scripting language. These can be run
 through either of a Windows client or through a server-side script runner e.g.
 if you want to perform CI testing through a phantom. There's a nice Windows
 based editor to create, organize and test these.

 - The tests return pass or fail information based on assertions, so you can
 see at a glance if anything has broken. You can save the information and run
 various reports against it.

 - The tests can run direct against the database through a UO.NET connection
 (e.g. for testing subroutine calls and parameters) or through a terminal-style
 UI. It embeds a complete terminal emulator with all the necessary functions,
 and this allows you to drive screens, perform spot checks, branch on different
 results (e.g. handling error messages raised from your screens), handle
 send/expect style scripting and more complex conditions (such as wait until
 the cursor is at this location and this message has appeared here).

 - It keeps a separate shared server connection open while the UI tests run so
 you can, for example, script an entry screen via the terminal UI that ends up
 saving some data like a sales order, and then immediately check what has been
 written to the database through the underlying connection as part of the same
 script.

 - Unit tests can be organized into batches in which the tests run in order, so
 you can set up sequences that match business operations.

 - Batches can be organized into runs, so you can test whole suites of your
 application. Each run can be customized, so you can feed in per-site or
 per-system information. Runs can optionally randomize the order in which
 batches are executed, and you can set up different run scenarios and iteration
 patterns.

 - You can feed in and randomize test data and from the client side runner,
 access local features as well as the database operations.

 - Volume testing can take place using the Windows client. This is a
 multithreaded client supporting multiple concurrent UI sessions - I've tested
 up to 250 concurrent connections from a single PC running against an
 SB+ system for one customer last year who needed to stress test their
 SB+ system
 performance coming up to the New Year sales.

 This first release is targeting U2 with other MVDBMS to follow. I'm also
 adding support for GUI testing using the Microsoft Automation APIs and WebUI
 testing going forward.

 Anyone interested can contact me for an evaluation version, or download the
 user guide from www.brianleach.co.uk.



 Regards

 Brian


 ___
 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

[U2] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-05 Thread Hona, David
Hello All,

I am just wondering what U2 or UniVerse specific integrated testing suites 
people are using out there and ideally in use today.

We have the need for a UV11.x specific or capable tool for automating our 
existing system/unit and regression test packages.  We have a our existing test 
suites/scripts in HP QualityCenter  (HPQC) and we currently manually capture 
and store the results (plus track 'defects') there as well.

Ideally, this tool should be able to integrate with HPQC. At minimum some means 
to capture results - test case number plus success/failure to a file.

Our primary application interface is via a terminal interface via SSH emulating 
VT220 terminals. But we also use various interfaces UV Clients APIs or 
third-party utilities (accessed via UNIX shell scripts or the like). Ideally, 
testing package should be able to drive (simulate keystrokes via keyboard 
entry) or invoke all of these in some fashion. Hence some sort of scripting 
of terminal emulator or UNIX shell and/or client APIs would be ideal.

Another requirement is a tool that has the ability to perform simulated 
end-user terminal session load testing (ie., connect X number of users via 
terminal emulation over SSH and perhaps client APIs too) - we would could 
simulate actual users interactive access and run X, Y or Z test scripts. The 
primarily purpose of this is to simulate database record locking contention, 
etc. under load, etc. Plus other stress testing under load.

Your solution could be a commerical product or a perhaps some in-house tool or 
opensource or combination thereof...whatever it is - I'd be interested to hear 
about this tool or your experience of attempting to do this.

Thanks in advance for any feedback.

Cheers,
David





** 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


Re: [U2] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-05 Thread Brian Leach
Hi David

I've recently released a testing product called (predictably!) mvTest.

This supports automated testing of U2 applications using a dedicated
scripting language modelled after UniBasic for familiarity but with a number
of key extensions to handle data validation, test data handling, UI
scripting and assertions. 

You can use this to create unit tests, UI tests (currently TELNET and
U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression
and volume tests.

Here's a quick overview of how it works -

- You create unit or UI tests using the scripting language. These can be run
through either of a Windows client or through a server-side script runner
e.g. if you want to perform CI testing through a phantom. There's a nice
Windows based editor to create, organize and test these.

- The tests return pass or fail information based on assertions, so you can
see at a glance if anything has broken. You can save the information and run
various reports against it.

- The tests can run direct against the database through a UO.NET connection
(e.g. for testing subroutine calls and parameters) or through a
terminal-style UI. It embeds a complete terminal emulator with all the
necessary functions, and this allows you to drive screens, perform spot
checks, branch on different results (e.g. handling error messages raised
from your screens), handle send/expect style scripting and more complex
conditions (such as wait until the cursor is at this location and this
message has appeared here). 

- It keeps a separate shared server connection open while the UI tests run
so you can, for example, script an entry screen via the terminal UI that
ends up saving some data like a sales order, and then immediately check what
has been written to the database through the underlying connection as part
of the same script.

- Unit tests can be organized into batches in which the tests run in order,
so you can set up sequences that match business operations. 

- Batches can be organized into runs, so you can test whole suites of your
application. Each run can be customized, so you can feed in per-site or
per-system information. Runs can optionally randomize the order in which
batches are executed, and you can set up different run scenarios and
iteration patterns.

- You can feed in and randomize test data and from the client side runner,
access local features as well as the database operations.

- Volume testing can take place using the Windows client. This is a
multithreaded client supporting multiple concurrent UI sessions - I've
tested up to 250 concurrent connections from a single PC running against an
SB+ system for one customer last year who needed to stress test their system
performance coming up to the New Year sales. 

This first release is targeting U2 with other MVDBMS to follow. I'm also
adding support for GUI testing using the Microsoft Automation APIs and WebUI
testing going forward.

Anyone interested can contact me for an evaluation version, or download the
user guide from www.brianleach.co.uk.



Regards

Brian 


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


Re: [U2] U2 Test Tools for system/unit regression testing

2013-02-05 Thread Brian Leach
Oh and -

If anyone here is subscribed to International Spectrum magazine (and if not,
why not?) I'm writing a series on automated testing with the first
instalment to appear in the March/April edition. So I'd be interested to
hear any user stories ...

Brian 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: 05 February 2013 11:14
To: 'U2 Users List'
Subject: Re: [U2] U2 Test Tools for system/unit  regression testing
w/integration with HP QualityCenter

Hi David

I've recently released a testing product called (predictably!) mvTest.

This supports automated testing of U2 applications using a dedicated
scripting language modelled after UniBasic for familiarity but with a number
of key extensions to handle data validation, test data handling, UI
scripting and assertions. 

You can use this to create unit tests, UI tests (currently TELNET and
U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression
and volume tests.

Here's a quick overview of how it works -

- You create unit or UI tests using the scripting language. These can be run
through either of a Windows client or through a server-side script runner
e.g. if you want to perform CI testing through a phantom. There's a nice
Windows based editor to create, organize and test these.

- The tests return pass or fail information based on assertions, so you can
see at a glance if anything has broken. You can save the information and run
various reports against it.

- The tests can run direct against the database through a UO.NET connection
(e.g. for testing subroutine calls and parameters) or through a
terminal-style UI. It embeds a complete terminal emulator with all the
necessary functions, and this allows you to drive screens, perform spot
checks, branch on different results (e.g. handling error messages raised
from your screens), handle send/expect style scripting and more complex
conditions (such as wait until the cursor is at this location and this
message has appeared here). 

- It keeps a separate shared server connection open while the UI tests run
so you can, for example, script an entry screen via the terminal UI that
ends up saving some data like a sales order, and then immediately check what
has been written to the database through the underlying connection as part
of the same script.

- Unit tests can be organized into batches in which the tests run in order,
so you can set up sequences that match business operations. 

- Batches can be organized into runs, so you can test whole suites of your
application. Each run can be customized, so you can feed in per-site or
per-system information. Runs can optionally randomize the order in which
batches are executed, and you can set up different run scenarios and
iteration patterns.

- You can feed in and randomize test data and from the client side runner,
access local features as well as the database operations.

- Volume testing can take place using the Windows client. This is a
multithreaded client supporting multiple concurrent UI sessions - I've
tested up to 250 concurrent connections from a single PC running against an
SB+ system for one customer last year who needed to stress test their system
performance coming up to the New Year sales. 

This first release is targeting U2 with other MVDBMS to follow. I'm also
adding support for GUI testing using the Microsoft Automation APIs and WebUI
testing going forward.

Anyone interested can contact me for an evaluation version, or download the
user guide from www.brianleach.co.uk.



Regards

Brian 


___
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 Test Tools for system/unit regression testing

2013-02-05 Thread Charlie Noah
Come to think of it - I used to get IS, but haven't received one in a 
long time. I wonder if my subscription got lost.


Charlie

On 02-05-2013 5:33 AM, Brian Leach wrote:

Oh and -

If anyone here is subscribed to International Spectrum magazine (and if not,
why not?) I'm writing a series on automated testing with the first
instalment to appear in the March/April edition. So I'd be interested to
hear any user stories ...

Brian

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: 05 February 2013 11:14
To: 'U2 Users List'
Subject: Re: [U2] U2 Test Tools for system/unit  regression testing
w/integration with HP QualityCenter

Hi David

I've recently released a testing product called (predictably!) mvTest.

This supports automated testing of U2 applications using a dedicated
scripting language modelled after UniBasic for familiarity but with a number
of key extensions to handle data validation, test data handling, UI
scripting and assertions.

You can use this to create unit tests, UI tests (currently TELNET and
U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression
and volume tests.

Here's a quick overview of how it works -

- You create unit or UI tests using the scripting language. These can be run
through either of a Windows client or through a server-side script runner
e.g. if you want to perform CI testing through a phantom. There's a nice
Windows based editor to create, organize and test these.

- The tests return pass or fail information based on assertions, so you can
see at a glance if anything has broken. You can save the information and run
various reports against it.

- The tests can run direct against the database through a UO.NET connection
(e.g. for testing subroutine calls and parameters) or through a
terminal-style UI. It embeds a complete terminal emulator with all the
necessary functions, and this allows you to drive screens, perform spot
checks, branch on different results (e.g. handling error messages raised
from your screens), handle send/expect style scripting and more complex
conditions (such as wait until the cursor is at this location and this
message has appeared here).

- It keeps a separate shared server connection open while the UI tests run
so you can, for example, script an entry screen via the terminal UI that
ends up saving some data like a sales order, and then immediately check what
has been written to the database through the underlying connection as part
of the same script.

- Unit tests can be organized into batches in which the tests run in order,
so you can set up sequences that match business operations.

- Batches can be organized into runs, so you can test whole suites of your
application. Each run can be customized, so you can feed in per-site or
per-system information. Runs can optionally randomize the order in which
batches are executed, and you can set up different run scenarios and
iteration patterns.

- You can feed in and randomize test data and from the client side runner,
access local features as well as the database operations.

- Volume testing can take place using the Windows client. This is a
multithreaded client supporting multiple concurrent UI sessions - I've
tested up to 250 concurrent connections from a single PC running against an
SB+ system for one customer last year who needed to stress test their system
performance coming up to the New Year sales.

This first release is targeting U2 with other MVDBMS to follow. I'm also
adding support for GUI testing using the Microsoft Automation APIs and WebUI
testing going forward.

Anyone interested can contact me for an evaluation version, or download the
user guide from www.brianleach.co.uk.



Regards

Brian


___
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] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-05 Thread Brawn, Cameron
Great start - Can I be really demanding and ask for SBXA (XUI) support as well? 
 ;)

Cameron

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: Tuesday, 5 February 2013 22:14
To: 'U2 Users List'
Subject: Re: [U2] U2 Test Tools for system/unit  regression testing 
w/integration with HP QualityCenter

Hi David

I've recently released a testing product called (predictably!) mvTest.

This supports automated testing of U2 applications using a dedicated scripting 
language modelled after UniBasic for familiarity but with a number of key 
extensions to handle data validation, test data handling, UI scripting and 
assertions. 

You can use this to create unit tests, UI tests (currently TELNET and 
U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression and 
volume tests.

Here's a quick overview of how it works -

- You create unit or UI tests using the scripting language. These can be run 
through either of a Windows client or through a server-side script runner e.g. 
if you want to perform CI testing through a phantom. There's a nice Windows 
based editor to create, organize and test these.

- The tests return pass or fail information based on assertions, so you can see 
at a glance if anything has broken. You can save the information and run 
various reports against it.

- The tests can run direct against the database through a UO.NET connection 
(e.g. for testing subroutine calls and parameters) or through a terminal-style 
UI. It embeds a complete terminal emulator with all the necessary functions, 
and this allows you to drive screens, perform spot checks, branch on different 
results (e.g. handling error messages raised from your screens), handle 
send/expect style scripting and more complex conditions (such as wait until the 
cursor is at this location and this message has appeared here). 

- It keeps a separate shared server connection open while the UI tests run so 
you can, for example, script an entry screen via the terminal UI that ends up 
saving some data like a sales order, and then immediately check what has been 
written to the database through the underlying connection as part of the same 
script.

- Unit tests can be organized into batches in which the tests run in order, so 
you can set up sequences that match business operations. 

- Batches can be organized into runs, so you can test whole suites of your 
application. Each run can be customized, so you can feed in per-site or 
per-system information. Runs can optionally randomize the order in which 
batches are executed, and you can set up different run scenarios and iteration 
patterns.

- You can feed in and randomize test data and from the client side runner, 
access local features as well as the database operations.

- Volume testing can take place using the Windows client. This is a 
multithreaded client supporting multiple concurrent UI sessions - I've tested 
up to 250 concurrent connections from a single PC running against an
SB+ system for one customer last year who needed to stress test their 
SB+ system
performance coming up to the New Year sales. 

This first release is targeting U2 with other MVDBMS to follow. I'm also adding 
support for GUI testing using the Microsoft Automation APIs and WebUI testing 
going forward.

Anyone interested can contact me for an evaluation version, or download the 
user guide from www.brianleach.co.uk.



Regards

Brian 


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

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

**
 

This email and any attachments may be confidential and legally privileged. 

Please notify the sender immediately if you received this message in error. 

Please do not delete or alter this notice. 

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


Re: [U2] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-05 Thread Brian Leach
Hi Cameron

IIRC SB/XA is WPF (XBAP) based - or am I misremembering?

If it is, the GUI testing I'm adding should handle that - it's designed to
cope with native Win32, .NET WinForm and WPF. In fact, WPF is probably the
neatest as it was built with specific support for the automation UI (which
in turn in built on top of the accessibility UIs). It's just that the
automation UI is a complete and utter bear to program and really, really
ugly... which is why I'm trying to encapsulate it in something more usable.

Brian

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brawn, Cameron
Sent: 05 February 2013 13:05
To: U2 Users List
Subject: Re: [U2] U2 Test Tools for system/unit  regression testing
w/integration with HP QualityCenter

Great start - Can I be really demanding and ask for SBXA (XUI) support as
well?  ;)

Cameron

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: Tuesday, 5 February 2013 22:14
To: 'U2 Users List'
Subject: Re: [U2] U2 Test Tools for system/unit  regression testing
w/integration with HP QualityCenter

Hi David

I've recently released a testing product called (predictably!) mvTest.

This supports automated testing of U2 applications using a dedicated
scripting language modelled after UniBasic for familiarity but with a number
of key extensions to handle data validation, test data handling, UI
scripting and assertions. 

You can use this to create unit tests, UI tests (currently TELNET and
U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression
and volume tests.

Here's a quick overview of how it works -

- You create unit or UI tests using the scripting language. These can be run
through either of a Windows client or through a server-side script runner
e.g. if you want to perform CI testing through a phantom. There's a nice
Windows based editor to create, organize and test these.

- The tests return pass or fail information based on assertions, so you can
see at a glance if anything has broken. You can save the information and run
various reports against it.

- The tests can run direct against the database through a UO.NET connection
(e.g. for testing subroutine calls and parameters) or through a
terminal-style UI. It embeds a complete terminal emulator with all the
necessary functions, and this allows you to drive screens, perform spot
checks, branch on different results (e.g. handling error messages raised
from your screens), handle send/expect style scripting and more complex
conditions (such as wait until the cursor is at this location and this
message has appeared here). 

- It keeps a separate shared server connection open while the UI tests run
so you can, for example, script an entry screen via the terminal UI that
ends up saving some data like a sales order, and then immediately check what
has been written to the database through the underlying connection as part
of the same script.

- Unit tests can be organized into batches in which the tests run in order,
so you can set up sequences that match business operations. 

- Batches can be organized into runs, so you can test whole suites of your
application. Each run can be customized, so you can feed in per-site or
per-system information. Runs can optionally randomize the order in which
batches are executed, and you can set up different run scenarios and
iteration patterns.

- You can feed in and randomize test data and from the client side runner,
access local features as well as the database operations.

- Volume testing can take place using the Windows client. This is a
multithreaded client supporting multiple concurrent UI sessions - I've
tested up to 250 concurrent connections from a single PC running against an
SB+ system for one customer last year who needed to stress test their 
SB+ system
performance coming up to the New Year sales. 

This first release is targeting U2 with other MVDBMS to follow. I'm also
adding support for GUI testing using the Microsoft Automation APIs and WebUI
testing going forward.

Anyone interested can contact me for an evaluation version, or download the
user guide from www.brianleach.co.uk.



Regards

Brian 


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

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


** 

This email and any attachments may be confidential and legally privileged. 

Please notify the sender immediately if you received this message in error. 

Please do not delete

Re: [U2] U2 Test Tools for system/unit regression testing

2013-02-05 Thread Susan Joslyn
Brian,
Oh my goodness that is great news!  I can't wait!  I'll take an early
release of that - and of course I will want to talk to you about integrating
it into PRC's test framework!
Can't wait to see it!
Susan Joslyn


Message: 11
Date: Tue, 5 Feb 2013 11:13:31 -
From: Brian Leach br...@brianleach.co.uk
To: 'U2 Users List' u2-users@listserver.u2ug.org
Subject: Re: [U2] U2 Test Tools for system/unit  regression testing
w/integration with HP QualityCenter
Message-ID: 003d01ce0391$d5284350$7f78c9f0$@co.uk
Content-Type: text/plain;   charset=us-ascii

Hi David

I've recently released a testing product called (predictably!) mvTest.

This supports automated testing of U2 applications using a dedicated
scripting language modelled after UniBasic for familiarity but with a number
of key extensions to handle data validation, test data handling, UI
scripting and assertions. 

You can use this to create unit tests, UI tests (currently TELNET and
U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression
and volume tests.

Here's a quick overview of how it works -

- You create unit or UI tests using the scripting language. These can be run
through either of a Windows client or through a server-side script runner
e.g. if you want to perform CI testing through a phantom. There's a nice
Windows based editor to create, organize and test these.

- The tests return pass or fail information based on assertions, so you can
see at a glance if anything has broken. You can save the information and run
various reports against it.

- The tests can run direct against the database through a UO.NET connection
(e.g. for testing subroutine calls and parameters) or through a
terminal-style UI. It embeds a complete terminal emulator with all the
necessary functions, and this allows you to drive screens, perform spot
checks, branch on different results (e.g. handling error messages raised
from your screens), handle send/expect style scripting and more complex
conditions (such as wait until the cursor is at this location and this
message has appeared here). 

- It keeps a separate shared server connection open while the UI tests run
so you can, for example, script an entry screen via the terminal UI that
ends up saving some data like a sales order, and then immediately check what
has been written to the database through the underlying connection as part
of the same script.

- Unit tests can be organized into batches in which the tests run in order,
so you can set up sequences that match business operations. 

- Batches can be organized into runs, so you can test whole suites of your
application. Each run can be customized, so you can feed in per-site or
per-system information. Runs can optionally randomize the order in which
batches are executed, and you can set up different run scenarios and
iteration patterns.

- You can feed in and randomize test data and from the client side runner,
access local features as well as the database operations.

- Volume testing can take place using the Windows client. This is a
multithreaded client supporting multiple concurrent UI sessions - I've
tested up to 250 concurrent connections from a single PC running against an
SB+ system for one customer last year who needed to stress test their system
performance coming up to the New Year sales. 

This first release is targeting U2 with other MVDBMS to follow. I'm also
adding support for GUI testing using the Microsoft Automation APIs and WebUI
testing going forward.

Anyone interested can contact me for an evaluation version, or download the
user guide from www.brianleach.co.uk.



Regards

Brian

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


Re: [U2] U2 Test Tools for system/unit regression testing

2013-02-05 Thread Brian Leach
Susan

I would be honoured (honored) !

I'll contact you off list to get that sorted.

Brian

Sent from my iPad

On 5 Feb 2013, at 20:13, Susan Joslyn sjos...@sjplus.com wrote:

 Brian,
 Oh my goodness that is great news!  I can't wait!  I'll take an early
 release of that - and of course I will want to talk to you about integrating
 it into PRC's test framework!
 Can't wait to see it!
 Susan Joslyn
 
 
 Message: 11
 Date: Tue, 5 Feb 2013 11:13:31 -
 From: Brian Leach br...@brianleach.co.uk
 To: 'U2 Users List' u2-users@listserver.u2ug.org
 Subject: Re: [U2] U2 Test Tools for system/unit  regression testing
w/integration with HP QualityCenter
 Message-ID: 003d01ce0391$d5284350$7f78c9f0$@co.uk
 Content-Type: text/plain;charset=us-ascii
 
 Hi David
 
 I've recently released a testing product called (predictably!) mvTest.
 
 This supports automated testing of U2 applications using a dedicated
 scripting language modelled after UniBasic for familiarity but with a number
 of key extensions to handle data validation, test data handling, UI
 scripting and assertions. 
 
 You can use this to create unit tests, UI tests (currently TELNET and
 U2-compatible secure TELNET/SSL but with SSH to follow shortly), regression
 and volume tests.
 
 Here's a quick overview of how it works -
 
 - You create unit or UI tests using the scripting language. These can be run
 through either of a Windows client or through a server-side script runner
 e.g. if you want to perform CI testing through a phantom. There's a nice
 Windows based editor to create, organize and test these.
 
 - The tests return pass or fail information based on assertions, so you can
 see at a glance if anything has broken. You can save the information and run
 various reports against it.
 
 - The tests can run direct against the database through a UO.NET connection
 (e.g. for testing subroutine calls and parameters) or through a
 terminal-style UI. It embeds a complete terminal emulator with all the
 necessary functions, and this allows you to drive screens, perform spot
 checks, branch on different results (e.g. handling error messages raised
 from your screens), handle send/expect style scripting and more complex
 conditions (such as wait until the cursor is at this location and this
 message has appeared here). 
 
 - It keeps a separate shared server connection open while the UI tests run
 so you can, for example, script an entry screen via the terminal UI that
 ends up saving some data like a sales order, and then immediately check what
 has been written to the database through the underlying connection as part
 of the same script.
 
 - Unit tests can be organized into batches in which the tests run in order,
 so you can set up sequences that match business operations. 
 
 - Batches can be organized into runs, so you can test whole suites of your
 application. Each run can be customized, so you can feed in per-site or
 per-system information. Runs can optionally randomize the order in which
 batches are executed, and you can set up different run scenarios and
 iteration patterns.
 
 - You can feed in and randomize test data and from the client side runner,
 access local features as well as the database operations.
 
 - Volume testing can take place using the Windows client. This is a
 multithreaded client supporting multiple concurrent UI sessions - I've
 tested up to 250 concurrent connections from a single PC running against an
 SB+ system for one customer last year who needed to stress test their system
 performance coming up to the New Year sales. 
 
 This first release is targeting U2 with other MVDBMS to follow. I'm also
 adding support for GUI testing using the Microsoft Automation APIs and WebUI
 testing going forward.
 
 Anyone interested can contact me for an evaluation version, or download the
 user guide from www.brianleach.co.uk.
 
 
 
 Regards
 
 Brian
 
 ___
 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] Test Post

2011-12-13 Thread Mitchell, Stewart
Please ignore

Stew



Effective October 2011 Symbion Pharmacy Services has changed it's name to 
Symbion. My email address has changed from @symbionpharmacy.com to 
@symbion.com.au. The company's ABN (25 000 875 034) remains the same.


This email and any attachments are confidential. They may contain legally 
privileged information or copyright material. You should not read, copy, use or 
disclose them without authorisation. If you are not an intended recipient, 
please contact us at once by return email and then delete the original message 
and all copies. We do not accept liability in connection with computer virus, 
data corruption, delay, interruption, unauthorised access or unauthorised 
amendment.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] test

2011-09-28 Thread David Jordan

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


Re: [U2] test

2011-09-28 Thread Gregor Scott
Worked

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Jordan
Sent: Wednesday, 28 September 2011 4:20 PM
To: U2 Users List
Subject: [U2] test


test
___
U2-Users mailing list
U2-Users@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/1DdbIApOh1/7DDwAhbDGi6YxfgeqyuRkV/0


This email and any attachments to it are confidential.
You must not use, disclose or act on the email if you are not the intended
recipient.  Liability limited by a scheme approved under Professional
Standards Legislation.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] test

2011-09-28 Thread Womack, Adrian
Test reply


-
DISCLAIMER:
Disclaimer. This e-mail is private and confidential. If you are not the 
intended recipient, please advise us by return e-mail immediately, and delete 
the e-mail and any attachments without using or disclosing the contents in any 
way. The views expressed in this e-mail are those of the author, and do not 
represent those of this company unless this is clearly indicated. You should 
scan this e-mail and any attachments for viruses. This company accepts no 
liability for any direct or indirect damage or loss resulting from the use of 
any attachments to this e-mail.
-

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


[U2] Test ... please ignore

2010-08-18 Thread Larry Hiscock
Test, please ignore

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


Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Rasmussen
On Wed, 18 Aug 2010, Larry Hiscock wrote:

 Test, please ignore

I'm trying... I'm trying... Oh, I just can't!

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

Regards,
Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: r...@anzio.com
 company e-mail: r...@anzio.com
  voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
 street address: Rasmussen Software, Inc.
 10240 SW Nimbus, Suite L9
 Portland, OR  97223  USA
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Woodward
Don't look at the light!!!  Close your eyes and DON'T LOOK AT THE
LIGHT!!

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Larry Hiscock
Sent: Wednesday, August 18, 2010 1:30 PM
To: 'U2 Users List'
Subject: [U2] Test ... please ignore

Test, please ignore

___
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] Test

2009-12-07 Thread Dan McGrath
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@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Test ::PING::

2009-12-07 Thread Results

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


[U2] Test

2009-10-05 Thread Larry Hiscock
Test -- ignore

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


Re: [U2] Test

2009-09-09 Thread Barber, Bonnie
Your test message was received by me  :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ron White
Sent: Tuesday, September 08, 2009 3:08 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Test

Just a test.  No messages in several days.

 

 

 

___
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] Test

2009-09-08 Thread Ron White
Just a test.  No messages in several days.

 

 

 

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


RE: [U2] test - no email since 12-05

2008-12-10 Thread Anthony Youngman
Nothing since the twelfth of May!?!?

Mind you, it has been a bit quiet these last few days :-)

Cheers,
Wol

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Richardson
Sent: 10 December 2008 12:48
To: u2-users@listserver.u2ug.org
Subject: [U2] test - no email since 12-05

Please disregard
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test - no email since 12-05

2008-12-10 Thread Dave R
Don't know, I thought it was broken

Dave R

e Fax (815)4259364
P.O. Box 17811, Irvine CA 92623-7811

-- Anthony Youngman [EMAIL PROTECTED] wrote:
Nothing since the twelfth of May!?!?

Mind you, it has been a bit quiet these last few days :-)

Cheers,
Wol

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Richardson
Sent: 10 December 2008 12:48
To: u2-users@listserver.u2ug.org
Subject: [U2] test - no email since 12-05

Please disregard
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] TEST

2008-07-30 Thread Kathleene M Hunter
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test mail - getting bounced mail from this address?

2008-07-07 Thread Dennis Bartlett
Test... Gettting bounces..
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test Account for Development.

2008-05-23 Thread Brutzman, Bill
A little cron job could be setup to backup the company data to disk...
hourly.

--Bill

-Original Message-
Subject: RE: [U2] Test Account for Development.

The perennial question is how much money would it cost the company to
hand enter all the transactions for one day, if some program corrupts
your data? 


Garry L. Smith
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test Account for Development.

2008-05-22 Thread Garry Smith
How do you make critical program changes for update routines against
your production databases? The creation of a separate account for
testing and training is a keystone for good program development. The
ingrained mindset needs to changed by you the new kid to take the shop
forward in basic software development practices. It will be a lot of
work up front since probably like our own garage built system most of
the VOC file pointers are hard-coded to a directory. If not then there
should be some cheap used IBM hardware systems that you could purchase. 

The perennial question is how much money would it cost the company to
hand enter all the transactions for one day, if some program corrupts
your data? 


Garry L. Smith
Dir Info Systems
Charles McMurray Company
V# 559-292-5782   F# 559-346-6169

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Doug Chanco
Sent: Thursday, May 22, 2008 8:36 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] execute code/proc question HELP

Yeah we discussed the separate account idea 9we did that at my last job)
but here its more difficult and for ,whatever reason people are against
it sigh

Your other idea is not bad, but then we would have to change it in any
calling programs BUT I suppose that may be the best I can get out of
universe.

Hopefully there is some super genius lurking around that might have some
additional thoughts (I hope)

Thanks for the response

Dougc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kritan
Sent: Thursday, May 22, 2008 10:14 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] execute code/proc question HELP

The best would be to have a development account to separate the code. 
Without that option, the easiest would be to rename the program in
DOUG.BP to something a bit different (I.e. DOUG.DEV).  compile and
catalog the original DOUG in EURO.BP and DOUG.DEV in DOUG.BP.  Users
could run the original DOUG.  When you are done fixing DOUG.DEV, copy it
over DOUG in DOUG.BP and recompile.

Steve

--
From: doug chanco [EMAIL PROTECTED]
Sent: Thursday, May 22, 2008 6:20 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] execute code/proc question HELP

 is there any way in Universe 10.x (running on AIX) to path how
universe 
 finds code to execute?  For example I have a program called

 DOUG in EURO.BP and copy it to DOUG.BP and compile/catalog it there,
so 
 that now the VOC entry points to DOUG.BP but I would like other users
to 
 be able to run the original version while I fix my version.

 For those familiar with jBASE this is easily solved by modifying each 
 users path to that they search for the object code in a specific
order.
 for example

 PATH=$PATH:/usr2/zircon/DOUG.O:/usr2/zirocn/EURO.BP.O

 this way it looks in DOUG.BP.O and if the object code is found
executes it 
 otherwise look in EURO.BP.O and if found there execute it.  Now all I
have 
 to do is modify other users PATH to NOT search DOUG.BP.O or move
EURO.BP.O 
 in front of DOUG.BP.O and it will find EURO.BP.O first (and stop
looking)

 I am hoping that there is something equivalent in universe or some way

 that I can duplicate this (I am even willing to look at doing it with

 basic code  if possible)

 ANY and ALL suggestions are welcomed!

 thanks

 dougc
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

--
This message has been scanned for viruses and dangerous content by
SecureMail, and is believed to be clean.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] test for a unix file?

2008-03-04 Thread Ray Wurlod
If all the files are in the same directory, use OPENPATH to open the directory 
into a common variable (if it's not already open), then use READV with 0 as the 
field number.
FUNCTION DOODLE(DIRPATH,FILENAME)
COMMON /DOODLE/FILEVAR
IF FILEINFO(FILEVAR,0)
ELSE
   OPENPATH (DIRPATH) TO FILEVAR ELSE FILEVAR = 0
END
READV TEST FROM FILEVAR,(FILENAME),0
THEN RETURN(Yes)
ELSE RETURN(No)
END
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test for a unix file?

2008-03-04 Thread David A. Green
I use DIR() Function.

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger
Sent: Monday, March 03, 2008 6:28 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] test for a unix file?

I have a standard subroutine that I use in UV BASIC when I need to check for
the existence (or non-existance) of a unix file:

 FILE.TEST.SUB
0001 SUB(FILENAME,ANS)
0002 * return ans = 1 if filename exists
0003 * redirect to bit bucket to suppress 'not on file' msg
0004 * filename includes full path to file
0005 EXECUTE SH -c 'ls -d :FILENAME: 2 /dev/null' CAPTURING XXX
0006
0007 FN = FILENAME
0008 CONVERT \ TO  IN FN  ;*  in case we escaped any special characters
0009
0010 IF XXX1 EQ FN THEN ANS = 1 ELSE ANS = 0
0011
0012 RETURN
0013

It works fine, but seems pretty slow, particularly if I am churning though
thousands of tests (like from a big select list).
Can anyone suggest a faster/more efficient way to test if a unix level file
exists from inside UV BASIC ?

Thanks,
/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] test for a unix file?

2008-03-04 Thread Scott Ballinger
Thanks all; test -e (for files) or test -d (for directories) seems to be
what I was looking for.
What is DIR() ?
I don't find it in HELP BASIC DIR and it won't compile (no matter how I use
it I get array DIR never dimensioned).

/Scott

On Tue, Mar 4, 2008 at 6:33 AM, David A. Green [EMAIL PROTECTED]
wrote:

 I use DIR() Function.

 Thanks,
 David A. Green
 www.dagconsulting.com
 (480) 813-1725


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger
 Sent: Monday, March 03, 2008 6:28 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] test for a unix file?

 I have a standard subroutine that I use in UV BASIC when I need to check
 for
 the existence (or non-existance) of a unix file:

 FILE.TEST.SUB
 0001 SUB(FILENAME,ANS)
 0002 * return ans = 1 if filename exists
 0003 * redirect to bit bucket to suppress 'not on file' msg
 0004 * filename includes full path to file
 0005 EXECUTE SH -c 'ls -d :FILENAME: 2 /dev/null' CAPTURING XXX
 0006
 0007 FN = FILENAME
 0008 CONVERT \ TO  IN FN  ;*  in case we escaped any special
 characters
 0009
 0010 IF XXX1 EQ FN THEN ANS = 1 ELSE ANS = 0
 0011
 0012 RETURN
 0013

 It works fine, but seems pretty slow, particularly if I am churning though
 thousands of tests (like from a big select list).
 Can anyone suggest a faster/more efficient way to test if a unix level
 file
 exists from inside UV BASIC ?

 Thanks,
 /Scott Ballinger
 Pareto Corporation
 Edmonds WA USA
 206 713 6006
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test for a unix file?

2008-03-04 Thread Bill Haskett
Scott:

DIR() is a UniData BASIC command to get the size and date/time modified info 
from an
O/S level file or directory .

Bill

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Scott 
Ballinger
Sent: Tuesday, March 04, 2008 8:28 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] test for a unix file?

Thanks all; test -e (for files) or test -d (for directories) seems to be
what I was looking for.
What is DIR() ?
I don't find it in HELP BASIC DIR and it won't compile (no matter how I use
it I get array DIR never dimensioned).

/Scott

On Tue, Mar 4, 2008 at 6:33 AM, David A. Green 
[EMAIL PROTECTED]
wrote:

 I use DIR() Function.

 Thanks,
 David A. Green
 www.dagconsulting.com
 (480) 813-1725
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] test for a unix file?

2008-03-04 Thread doug chanco
From the below statement I think Scot is using universe and I don't 
think DIR is available in UV


I have a standard subroutine that I use in *UV* BASIC

dougc

Bill Haskett wrote:

Scott:

DIR() is a UniData BASIC command to get the size and date/time modified info 
from an
O/S level file or directory .

Bill

  

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Scott 
Ballinger

Sent: Tuesday, March 04, 2008 8:28 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] test for a unix file?

Thanks all; test -e (for files) or test -d (for directories) seems to be
what I was looking for.
What is DIR() ?
I don't find it in HELP BASIC DIR and it won't compile (no matter how I use
it I get array DIR never dimensioned).

/Scott

On Tue, Mar 4, 2008 at 6:33 AM, David A. Green 
[EMAIL PROTECTED]

wrote:



I use DIR() Function.

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725
  

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] test for a unix file?

2008-03-03 Thread Scott Ballinger
I have a standard subroutine that I use in UV BASIC when I need to check for
the existence (or non-existance) of a unix file:

 FILE.TEST.SUB
0001 SUB(FILENAME,ANS)
0002 * return ans = 1 if filename exists
0003 * redirect to bit bucket to suppress 'not on file' msg
0004 * filename includes full path to file
0005 EXECUTE SH -c 'ls -d :FILENAME: 2 /dev/null' CAPTURING XXX
0006
0007 FN = FILENAME
0008 CONVERT \ TO  IN FN  ;*  in case we escaped any special characters
0009
0010 IF XXX1 EQ FN THEN ANS = 1 ELSE ANS = 0
0011
0012 RETURN
0013

It works fine, but seems pretty slow, particularly if I am churning though
thousands of tests (like from a big select list).
Can anyone suggest a faster/more efficient way to test if a unix level file
exists from inside UV BASIC ?

Thanks,
/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] test for a unix file?

2008-03-03 Thread Craig Bennett

Hi Scott,

how about OPENSEQ?

or if the files are in your local account (and are not subdirectories)

OPEN UFD TO UFD ELSE STOP

READV EXISTS FROM UFD, FILENAME, 0 ON ERROR
   ANS = @FALSE
END THEN
   ANS = @TRUE
ELSE
   ANS = @FALSE
END

HTH,


Craig

Scott Ballinger wrote:

I have a standard subroutine that I use in UV BASIC when I need to check for
the existence (or non-existance) of a unix file:

 FILE.TEST.SUB
0001 SUB(FILENAME,ANS)
0002 * return ans = 1 if filename exists
0003 * redirect to bit bucket to suppress 'not on file' msg
0004 * filename includes full path to file
0005 EXECUTE SH -c 'ls -d :FILENAME: 2 /dev/null' CAPTURING XXX
0006
0007 FN = FILENAME
0008 CONVERT \ TO  IN FN  ;*  in case we escaped any special characters
0009
0010 IF XXX1 EQ FN THEN ANS = 1 ELSE ANS = 0
0011
0012 RETURN
0013

It works fine, but seems pretty slow, particularly if I am churning though
thousands of tests (like from a big select list).
Can anyone suggest a faster/more efficient way to test if a unix level file
exists from inside UV BASIC ?

Thanks,
/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

  



--
Craig Bennett

Director
Amajuba Pty Ltd

Phone: 02 9987 0161
Mobile: 0412448781
Fax: 02 8456 5943
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] test for a unix file?

2008-03-03 Thread doug chanco
I have not had time to test this with lots of files BUT you can try it 
(I think it will be much faster than what your doing in your code BUT I 
may be wrong)

anyway what I did was create a simple shell script that you call with a 
FULLY pathed file name (unless you are in the directory that you want to 
check) and it will return a 1 if it exists or a 0 if it does not

Below is the shell script

*#!/usr/bin/ksh

if (test -e $1)
then
   echo '1'
else
   echo '0'
fi*

*exit
end shell script

and below is a sample run

$ ./testit ./testit1  == this file does NOT exist
0
$ ./testit ./testit  == this file DOES exist
1

now all you have to in your basic code is

CMD = 'sh -c testit ':FILE.TO.TEST:''
EXECUTE CMD CAPTURING RESULTS

one thing you may have to do is remove any unix line feeds before you 
compare the results, if  RESULTS = 1 does not match and you know the 
file exists

IF RESULTS = 1 THEN
  PRINT 'file exists '
END ELSE
  PRINT ' file does not exist s'
END

well you get the idea, I think it will be much faster

hope that helps

dougc

*
ps

you may have to modify the first line of the shell script if your ksh is 
in a different location (which ksh will tell you where its located)


Scott Ballinger wrote:
 I have a standard subroutine that I use in UV BASIC when I need to check for
 the existence (or non-existance) of a unix file:

  FILE.TEST.SUB
 0001 SUB(FILENAME,ANS)
 0002 * return ans = 1 if filename exists
 0003 * redirect to bit bucket to suppress 'not on file' msg
 0004 * filename includes full path to file
 0005 EXECUTE SH -c 'ls -d :FILENAME: 2 /dev/null' CAPTURING XXX
 0006
 0007 FN = FILENAME
 0008 CONVERT \ TO  IN FN  ;*  in case we escaped any special characters
 0009
 0010 IF XXX1 EQ FN THEN ANS = 1 ELSE ANS = 0
 0011
 0012 RETURN
 0013

 It works fine, but seems pretty slow, particularly if I am churning though
 thousands of tests (like from a big select list).
 Can anyone suggest a faster/more efficient way to test if a unix level file
 exists from inside UV BASIC ?

 Thanks,
 /Scott Ballinger
 Pareto Corporation
 Edmonds WA USA
 206 713 6006
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test for a unix file?

2008-03-03 Thread Jef Lee
Scott,

Change your Unix command to:-

EXECUTE SH -c 'test -e :FILENAME:  echo yes || echo no' CAPTURING XXX

XXX will contain yes or no depending on whether the file exists. That is 
subject to your access to the file and it parent folder tree.  So no could 
mean that the file cannot be seen by you.

This will be faster than using ls.


Jeffrey Lee
Senior Analyst/Programmer

IT Vision Australia Pty Ltd (ABN: 34 309 336 904)
PO Box 881, Canning Bridge WA 6153
Level 3, Kirin Centre, 15 Ogilvie Road, Applecross, WA, 6153
P:  (08) 9315 7000F:  (08) 9315 7088
W: http://www.itvision.com.au
___

NOTICE : This e-mail and any attachments are intended for the addressee(s) only 
and may
contain confidential or privileged material. Any unauthorised review, use, 
alteration,
disclosure or distribution of this e-mail (including any attachments) by an 
unintended recipient
is prohibited. If you are not the intended recipient please contact the sender 
as soon as
possible by return e-mail and then delete both messages.
___
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] test

2008-02-08 Thread Ron White
Test outlook
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test

2007-04-16 Thread Moderator

Testing the lists. Please ignore.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test

2007-04-16 Thread Bob Woodward
Turning back to message I'm ignoring you.

BobW
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Moderator
Sent: Monday, April 16, 2007 10:57 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Test

Testing the lists. Please ignore.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] test

2007-04-13 Thread Larry Hiscock
Test ... Please ignore
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test - Please Disreguard

2007-03-12 Thread Mark Waldron
Hello U2 World

Mark
City of Salem 
Salem, Va
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] test

2007-02-27 Thread Larry Hiscock
Test -- please ignore :-D

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test- please ignore

2007-02-02 Thread Jerry
Just testing because the other address I was using wouldn't allow me to send
replies to the list.

Jerry

And can the liberties of a nation be thought secure when we have removed
their only firm basis, a conviction in the minds of the people that these
liberties are the gift of God?

-Thomas Jefferson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test

2006-07-06 Thread Ron White

Just testing.  I have not received mail from the list all day.

Ron White
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] test

2006-02-24 Thread Dianne Ackerman

Test - I haven't received any emails from this list all week!
-Dianne
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2006-02-24 Thread Allen E. Elwood
I have received 90 messages from the list since and including Monday,
fwiw...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dianne Ackerman
Sent: Friday, February 24, 2006 06:45
To: U2 List Server
Subject: [U2] test


Test - I haven't received any emails from this list all week!
-Dianne
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: RE: [U2] test

2006-02-24 Thread steve_cashman
Thank you for your email. 
I am out of the office until Monday 6th March. If you need assistance
please contact Ania at [EMAIL PROTECTED] or Alan Jeffs

Thanks
Steve
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test

2006-02-03 Thread [EMAIL PROTECTED]
Test - please ignore , Sorry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test.. Knock Nock.

2005-10-18 Thread Marilyn Hilb
No posts since Friday?? VERY unusual. 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test

2005-02-22 Thread Kevin King
I'm going to check w/ Gus to see if he minds having the requirements
posted.  Then again, perhaps one of the judges would be open to doing
so also?

Until this thing is judged, I don't want to upset anyone! :-)

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Laura Hirsh
Sent: Tuesday, February 22, 2005 5:57 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Test

Hey Kevin,

Glad to hear that the programming competition went well! It sounded
like such a great idea... I'm guessing big grin that you wrote
something using a... SB+??? Would you mind sharing some
details for those of us who weren't able to attend? Like, what was the
app? What were the specifications? How many people entered? How was it
judged? Inquiring minds want to know!

Anyway, I hope the rest of the week goes well too!

-Laura

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin King
Sent: Monday, February 21, 2005 11:15 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Test

Everyone's en route to Spectrum, me thinks.  Incidentally, the
programming competition today was a blast!

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Allen E.
Elwood
Sent: Thursday, February 21, 2002 3:07 PM
To: U2-Users
Subject: [U2] Test

Hey, is this thing working today?  Seems awfully quite after for a
list that normally gets at least 50 messages a day...

Allen
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Test

2005-02-22 Thread FFT2001
In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, 
[EMAIL PROTECTED] writes:

 Not a 'real' holiday. Only some companies get this day off. I was at work 
 and got no messages on Monday. They all came today, Tuesday. 

Marilyn isn't President's Day a federal holiday?
Maybe your employer is ... a bad boy.
Will
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test

2005-02-22 Thread Larry Hiscock
It's a Federal holiday meaning only Federal employees get the day off.
Banks too, but they take everything off.  ;-)

Larry Hiscock
Western Computer Services


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, February 22, 2005 8:20 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Test

In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time,
[EMAIL PROTECTED] writes:

 Not a 'real' holiday. Only some companies get this day off. I was at 
 work and got no messages on Monday. They all came today, Tuesday.

Marilyn isn't President's Day a federal holiday?
Maybe your employer is ... a bad boy.
Will
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test

2005-02-22 Thread Marilyn Hilb
Na. Never got it off before at any of my previous jobs. One job had it as a 
floating holiday. This one and one in Oct. You could pick one of the two, or 
take a floater. 

Still doesn't change the fact that I got no emails from this group yesterday.

And don't ask me off topic questions any more!.. I'll get yelled at by the 
Mod.. He always yells at me ;(.  grin

Thanks,

Marilyn A. Hilb 
Value Part, Inc
Direct: 847-918-6099
Fax: 847-367-1892
[EMAIL PROTECTED]
www.valuepart.com

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent:   Tuesday, February 22, 2005 10:20 AM
To: u2-users@listserver.u2ug.org
Subject:Re: [U2] Test

In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, 
[EMAIL PROTECTED] writes:

 Not a 'real' holiday. Only some companies get this day off. I was at work 
 and got no messages on Monday. They all came today, Tuesday. 

Marilyn isn't President's Day a federal holiday?
Maybe your employer is ... a bad boy.
Will
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Test

2005-02-22 Thread Clifton Oliver
(One of the judges replies :-)
Checking with Gus is probably the polite thing to do. I know he is 
considering what to publish, and I've stated my opinion. But I don't 
think the final decision has been made yet. Also, he has asked me to 
write an article for the next Spectrum magazine about the contest and 
the judge's and contestant's observations and thoughts. So you will be 
getting a call or e-mail along with the others, Kevin.

You don't have to take your phone off  the hook until after the results 
are announced Thursday, however. grin

--
Regards,
Clif
~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER  ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
Kevin King wrote:
I'm going to check w/ Gus to see if he minds having the requirements
posted.  Then again, perhaps one of the judges would be open to doing
so also?
Until this thing is judged, I don't want to upset anyone! :-)
-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Laura Hirsh
Sent: Tuesday, February 22, 2005 5:57 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Test
Hey Kevin,
Glad to hear that the programming competition went well! It sounded
like such a great idea... I'm guessing big grin that you wrote
something using a... SB+??? Would you mind sharing some
details for those of us who weren't able to attend? Like, what was the
app? What were the specifications? How many people entered? How was it
judged? Inquiring minds want to know!
Anyway, I hope the rest of the week goes well too!
-Laura
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin King
Sent: Monday, February 21, 2005 11:15 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Test
Everyone's en route to Spectrum, me thinks.  Incidentally, the
programming competition today was a blast!
-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Allen E.
Elwood
Sent: Thursday, February 21, 2002 3:07 PM
To: U2-Users
Subject: [U2] Test
Hey, is this thing working today?  Seems awfully quite after for a
list that normally gets at least 50 messages a day...
Allen
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Test

2005-02-22 Thread Mark Johnson
Enlighten me on this 'programming competition'. Can't wait to see it.
Thanks.

- Original Message - 
From: Kevin King [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Monday, February 21, 2005 11:15 PM
Subject: RE: [U2] Test


 Everyone's en route to Spectrum, me thinks.  Incidentally, the
 programming competition today was a blast!
 
 -Kevin
 [EMAIL PROTECTED]
 http://www.PrecisOnline.com
  
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Allen E.
 Elwood
 Sent: Thursday, February 21, 2002 3:07 PM
 To: U2-Users
 Subject: [U2] Test
 
 Hey, is this thing working today?  Seems awfully quite after for a
 list that normally gets at least 50 messages a day...
 
 Allen
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test

2005-02-21 Thread Allen E. Elwood
Hey, is this thing working today?  Seems awfully quite after for a list that
normally gets at least 50 messages a day...

Allen
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test

2005-02-21 Thread Kevin King
Everyone's en route to Spectrum, me thinks.  Incidentally, the
programming competition today was a blast!

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Allen E.
Elwood
Sent: Thursday, February 21, 2002 3:07 PM
To: U2-Users
Subject: [U2] Test

Hey, is this thing working today?  Seems awfully quite after for a
list that normally gets at least 50 messages a day...

Allen
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test

2005-02-21 Thread Lance Jahnke
Works for me


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood
Sent: Thursday, February 21, 2002 4:07 PM
To: U2-Users
Subject: [U2] Test

Hey, is this thing working today?  Seems awfully quite after for a list
that
normally gets at least 50 messages a day...

Allen
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Test

2005-02-21 Thread Mark Eastwood
It's a holiday in the USA.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Allen 
 E. Elwood
 Sent: Thursday, February 21, 2002 5:07 PM
 To: U2-Users
 Subject: [U2] Test
 
 
 Hey, is this thing working today?  Seems awfully quite after 
 for a list that
 normally gets at least 50 messages a day...
 
 Allen
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2004-11-27 Thread Allen E. Elwood
That's because you've never had my spicy sweet Pasilla chili rub barbequed
turkey!

*Totally awesome*

It actually has flavor.

Talk about a break from tradition  :-)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Simon Carter
Sent: Friday, November 26, 2004 07:55
To: [EMAIL PROTECTED]
Subject: RE: [U2] test


Les,

More to do with Thanksgiving than anything else. Personally, I can only
face one turkey dinner per year...

Simon

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Les Hewkin
Sent: 26 November 2004 14:25
To: U2 Users (E-mail)
Subject: [U2] test


Are the lists up and running?
I haven't seen any post for nearly 24 hours

Les.


This e-mail and any attachments are confidential and intended solely for
the use of the addressee only. If you have received this message in
error, you must not copy, distribute or disclose the contents; please
notify the sender immediately and delete the message. This message is
attributed to the sender and may not necessarily reflect the view of
Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements
binding Travis Perkins may not be concluded by means of e-mail
communication. E-mail transmissions are not secure and Travis Perkins
accepts no responsibility for changes made to this message after it was
sent. Whilst steps have been taken to ensure that this message is virus
free, Travis Perkins accepts no liability for infection and recommends
that you scan this e-mail and any attachments. Part of Travis Perkins
plc. Registered Office: Lodge Way House, Lodge Way, Harlestone Road,
Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] test

2004-11-26 Thread Les Hewkin
Are the lists up and running?
I haven't seen any post for nearly 24 hours

Les.


This e-mail and any attachments are confidential and intended solely for the 
use of the addressee only. If you have received this message in error, you must 
not copy, distribute or disclose the contents; please notify the sender 
immediately and delete the message.
This message is attributed to the sender and may not necessarily reflect the 
view of Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements 
binding Travis Perkins may not be concluded by means of e-mail communication.
E-mail transmissions are not secure and Travis Perkins accepts no 
responsibility for changes made to this message after it was sent. Whilst steps 
have been taken to ensure that this message is virus free, Travis Perkins 
accepts no liability for infection and recommends that you scan this e-mail and 
any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge Way, 
Harlestone Road, Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Memo: Re: [U2] test

2004-11-26 Thread asvin . dattani
it was thanksgiving yesterday in the states, so I guess most people have
taken the weekend off...






Les Hewkin [EMAIL PROTECTED] on 26 Nov 2004 14:25

Please respond to [EMAIL PROTECTED]

Sent by:[EMAIL PROTECTED]

To:U2 Users (E-mail) [EMAIL PROTECTED]
cc:
bcc:

Subject:[U2]test


Are the lists up and running?
I haven't seen any post for nearly 24 hours

Les.


This e-mail and any attachments are confidential and intended solely for
the use of the addressee only. If you have received this message in error,
you must not copy, distribute or disclose the contents; please notify the
sender immediately and delete the message.
This message is attributed to the sender and may not necessarily reflect
the view of Travis Perkins plc or its subsidiaries (Travis Perkins).
Agreements binding Travis Perkins may not be concluded by means of e-mail
communication.
E-mail transmissions are not secure and Travis Perkins accepts no
responsibility for changes made to this message after it was sent. Whilst
steps have been taken to ensure that this message is virus free, Travis
Perkins accepts no liability for infection and recommends that you scan
this e-mail and any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge Way,
Harlestone Road, Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


**
 This message originated from the Internet. Its originator may or
 may not be who they claim to be and the information contained in
 the message and any attachments may or may not be accurate.
**







   
   HSBC Bank plc may be solicited in the course of its placement
   efforts for a new issue, by investment clients of the firm for whom
   the Bank as a firm already provides other services. It may equally
   decide to allocate to its own proprietary book or with an associate
   of HSBC Group. This represents a potential conflict of interest.
   HSBC Bank plc has internal arrangements designed to ensure that the
   firm would give unbiased and full advice to the corporate finance
   client about the valuation and pricing of the offering as well as
   internal systems, controls and procedures to identify and manage
   conflicts of interest.

   HSBC Bank plc
   Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom
   Registered in England - Number 14259
   Authorised and regulated by the Financial Services Authority.
   



_

This transmission has been issued by a member of the HSBC Group 
HSBC for the information of the addressee only and should not be 
reproduced and / or distributed to any other person. Each page attached 
hereto must be read in conjunction with any disclaimer which forms part 
of it. Unless otherwise stated, this transmission is neither an offer nor the 
solicitation of an offer to sell or purchase any investment. Its contents are 
based on information obtained from sources believed to be reliable but
HSBC makes no representation and accepts no responsibility or liability as 
to its completeness or accuracy.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2004-11-26 Thread Robert Paterson
Don't forget that this is Thanksgiving weekend... 

It will be very quiet.

Robert Paterson
Technology Support Manager
www.epicor.com
Tel.: +44 (1344) 468231
Cell: +44 (7799) 348513
Fax: +44 (1344) 468050
E-Mail: [EMAIL PROTECTED]

1 The Arena, Downshire Way, Bracknell, Berks, UK, RG12 1PU
This e-mail is for the use of the intended recipient(s) only. If you have
received this e-mail in error, please notify the sender immediately and then
delete it. If you are not the intended recipient, you must not use, disclose
or distribute this e-mail without the author's prior permission. We have
taken precautions to minimize the risk of transmitting software viruses, but
we advise you to carry out your own virus checks on any attachment to this
message. We cannot accept liability for any loss or damage caused by
software viruses.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Les Hewkin
Sent: 26 November 2004 14:25
To: U2 Users (E-mail)
Subject: [U2] test

Are the lists up and running?
I haven't seen any post for nearly 24 hours

Les.


This e-mail and any attachments are confidential and intended solely for the
use of the addressee only. If you have received this message in error, you
must not copy, distribute or disclose the contents; please notify the sender
immediately and delete the message.
This message is attributed to the sender and may not necessarily reflect the
view of Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements
binding Travis Perkins may not be concluded by means of e-mail
communication.
E-mail transmissions are not secure and Travis Perkins accepts no
responsibility for changes made to this message after it was sent. Whilst
steps have been taken to ensure that this message is virus free, Travis
Perkins accepts no liability for infection and recommends that you scan this
e-mail and any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge Way,
Harlestone Road, Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2004-11-26 Thread Andy Moore
DISCLAIMER:
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please delete it and notify
the sender immediately.  Please note that there is no guarantee that
this email or any attachment is virus free or has not been intercepted
or amended.

Been quiet for me too, but I got your email. 


Andy Moore
Selima Software Ltd.

-Original Message-
From: Les Hewkin [mailto:[EMAIL PROTECTED] 
Sent: 26 November 2004 14:25
To: U2 Users (E-mail)
Subject: [U2] test

Are the lists up and running?
I haven't seen any post for nearly 24 hours

Les.


This e-mail and any attachments are confidential and intended solely for
the use of the addressee only. If you have received this message in
error, you must not copy, distribute or disclose the contents; please
notify the sender immediately and delete the message.
This message is attributed to the sender and may not necessarily reflect
the view of Travis Perkins plc or its subsidiaries (Travis Perkins).
Agreements binding Travis Perkins may not be concluded by means of
e-mail communication.
E-mail transmissions are not secure and Travis Perkins accepts no
responsibility for changes made to this message after it was sent.
Whilst steps have been taken to ensure that this message is virus free,
Travis Perkins accepts no liability for infection and recommends that
you scan this e-mail and any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge
Way, Harlestone Road, Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2004-11-26 Thread DAWES, Ray
Thanksgiving?

-Original Message-
From: Les Hewkin [mailto:[EMAIL PROTECTED]
Sent: 26 November 2004 14:25
To: U2 Users (E-mail)
Subject: [U2] test


Are the lists up and running?
I haven't seen any post for nearly 24 hours

Les.


This e-mail and any attachments are confidential and intended solely for the
use of the addressee only. If you have received this message in error, you
must not copy, distribute or disclose the contents; please notify the sender
immediately and delete the message.
This message is attributed to the sender and may not necessarily reflect the
view of Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements
binding Travis Perkins may not be concluded by means of e-mail
communication.
E-mail transmissions are not secure and Travis Perkins accepts no
responsibility for changes made to this message after it was sent. Whilst
steps have been taken to ensure that this message is virus free, Travis
Perkins accepts no liability for infection and recommends that you scan this
e-mail and any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge Way,
Harlestone Road, Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] test

2004-11-26 Thread Gordon J Glorfield
Yes the lists are up.  It was Thanksgiving yesterday in the USA.  Most 
folks take today off as well.  Except for a few of us wage slaves that is.


Gordon J. Glorfield
Sr. Applications Developer
MAMSI (A UnitedHealth Company)
301-360-8839

[EMAIL PROTECTED] wrote on 11/26/2004 09:25:09 AM:

 Are the lists up and running?
 I haven't seen any post for nearly 24 hours
 
 Les.
 
 
 This e-mail and any attachments are confidential and intended solely
 for the use of the addressee only. If you have received this message
 in error, you must not copy, distribute or disclose the contents; 
 please notify the sender immediately and delete the message.
 This message is attributed to the sender and may not necessarily 
 reflect the view of Travis Perkins plc or its subsidiaries (Travis 
 Perkins). Agreements binding Travis Perkins may not be concluded by 
 means of e-mail communication.
 E-mail transmissions are not secure and Travis Perkins accepts no 
 responsibility for changes made to this message after it was sent. 
 Whilst steps have been taken to ensure that this message is virus 
 free, Travis Perkins accepts no liability for infection and 
 recommends that you scan this e-mail and any attachments.
 Part of Travis Perkins plc. Registered Office: Lodge Way House, 
 Lodge Way, Harlestone Road, Northampton, NN5 7UG.
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/



This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2004-11-26 Thread Simon Carter
Les,

More to do with Thanksgiving than anything else. Personally, I can only
face one turkey dinner per year...

Simon

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Les Hewkin
Sent: 26 November 2004 14:25
To: U2 Users (E-mail)
Subject: [U2] test


Are the lists up and running?
I haven't seen any post for nearly 24 hours

Les.


This e-mail and any attachments are confidential and intended solely for
the use of the addressee only. If you have received this message in
error, you must not copy, distribute or disclose the contents; please
notify the sender immediately and delete the message. This message is
attributed to the sender and may not necessarily reflect the view of
Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements
binding Travis Perkins may not be concluded by means of e-mail
communication. E-mail transmissions are not secure and Travis Perkins
accepts no responsibility for changes made to this message after it was
sent. Whilst steps have been taken to ensure that this message is virus
free, Travis Perkins accepts no liability for infection and recommends
that you scan this e-mail and any attachments. Part of Travis Perkins
plc. Registered Office: Lodge Way House, Lodge Way, Harlestone Road,
Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2004-11-26 Thread u2
[EMAIL PROTECTED] wrote:
 Les,
 
 More to do with Thanksgiving than anything else. Personally, I can only
 face one turkey dinner per year...

Well, you could always have traditional fare instead. It's supposed to be goose 
on 25th December.

And a decent goose doesn't leave you eating bird sandwiches for a week after 
... :-) (a typical goose feeds 6 :-)
 
 Simon
 
Cheers.
Wol
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] test

2004-11-26 Thread Jefferson, Jim
Which, all things considered, is a little better than braving the Black Friday 
throngs at the shopping malls.  On my drive in early this morning, the parking 
lots were already nearly filled.

James B. Jefferson
Special Projects
Aegis Mortgage Corporation
713.458.6794
[EMAIL PROTECTED]

Dear Santa: Let me explain. ...

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  On Behalf Of Gordon J 
Glorfield
Sent:   Friday, November 26, 2004 9:54 AM
To: [EMAIL PROTECTED]
Subject:Re: [U2] test

Yes the lists are up.  It was Thanksgiving yesterday in the USA.  Most 
folks take today off as well.  Except for a few of us wage slaves that is.


Gordon J. Glorfield
Sr. Applications Developer
MAMSI (A UnitedHealth Company)
301-360-8839
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] test

2004-11-26 Thread Stu Glancy
U.S. holiday.
It originated in the autumn of 1621 when Plymouth governor William 
Bradford /needmore invited neighbouring Indians to join the Pilgrims 
for a three-day festival of recreation and feasting in gratitude for the 
bounty of the season, which had been partly enabled by the Indians' 
advice. Neither the standard Thanksgiving meal of turkey, cranberry 
sauce, and pumpkin pie nor the family orientation of the day reflects 
the Plymouth event, however. Proclaimed a national holiday in 1863, 
Thanksgiving is celebrated on the fourth Thursday in November (though it 
was moved back one week in 193941 to extend the Christmas shopping 
season). Canada adopted Thanksgiving as a national holiday in 1879; 
since 1957 it has been celebrated on the second Monday in October.

http://www.britannica.com/
The above article does not mention that several US Presidents proclaimed 
a day of thanksgiving for Divine providence but not an official holiday. 
Pres. Lincoln, during the U.S. Civil War, was the last to do so and it 
became a national holiday. Pres. Washington was the first to declare a 
day of thanksgiving. Pres. F.D. Roosevelt shifted the day as mentioned 
but it was unpopular and shifted back. Roosevelt temporarily fell out of 
favor for tampering with what had become a sacred icon of tradition. In 
the U.S., this is the most traveled week of the year as familys join 
together to enjoy the feast and reunion. The day after Thanksgiving is 
shopping hell!

DAWES, Ray wrote:
Thanksgiving?
-Original Message-
From: Les Hewkin [mailto:[EMAIL PROTECTED]
Sent: 26 November 2004 14:25
To: U2 Users (E-mail)
Subject: [U2] test
Are the lists up and running?
I haven't seen any post for nearly 24 hours
Les.
This e-mail and any attachments are confidential and intended solely for the
use of the addressee only. If you have received this message in error, you
must not copy, distribute or disclose the contents; please notify the sender
immediately and delete the message.
This message is attributed to the sender and may not necessarily reflect the
view of Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements
binding Travis Perkins may not be concluded by means of e-mail
communication.
E-mail transmissions are not secure and Travis Perkins accepts no
responsibility for changes made to this message after it was sent. Whilst
steps have been taken to ensure that this message is virus free, Travis
Perkins accepts no liability for infection and recommends that you scan this
e-mail and any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge Way,
Harlestone Road, Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE:(Very OT) [U2] test

2004-11-26 Thread Simon Carter
Wol,

Dammit, we're expecting seven for dinner. Oh well: spam again for Xmas
:(

TTFN,

Si

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 26 November 2004 16:11
To: [EMAIL PROTECTED]
Subject: RE: [U2] test


[EMAIL PROTECTED] wrote:
 Les,
 
 More to do with Thanksgiving than anything else. Personally, I can 
 only face one turkey dinner per year...

Well, you could always have traditional fare instead. It's supposed to
be goose on 25th December.

And a decent goose doesn't leave you eating bird sandwiches for a week
after ... :-) (a typical goose feeds 6 :-)
 
 Simon
 
Cheers.
Wol
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test

2004-11-18 Thread Stuart . Boydell
posting?



--




































































































**
This email message and any files transmitted with it are confidential
and intended solely for the use of addressed recipient(s). If you have 
received this email in error please notify the Spotless IS Support Centre (61 3 
9269 7555) immediately who will advise further action.

This footnote also confirms that this email message has been scanned
for the presence of computer viruses.
**
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test Message

2004-11-03 Thread Bjorn Behr
Just checking if I am still bouncing.


Regards
Bjvrn Behr
Programmer

HYFLO Southern Africa (Pty) Ltd
Tel : +27 11 386 5800
Fax : +27 11 444 5391
Mail: [EMAIL PROTECTED]
WWW : http://www.hyflo.co.za
 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] TEST

2004-09-16 Thread Mitchell, Stewart
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] test

2004-06-18 Thread Maksim Gavronskiy
test
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Test

2004-05-11 Thread Nick . X . Cipollina
This is a test.  I have not been receiving any emails from this list for a
couple of days now.

Nick Cipollina
Systems Analyst
SuperValu Eastern Region
(804)746-6068
[EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users


RE: [U2] Test - please ignore

2004-05-04 Thread Hanwell, David
No, it's silent stripping. Performance art and all that, don'tcha know?



A mime stripper (silent stripper) does have an excellent possibility of
winning the #30,000 Turner Award first prize. The last winner I recall
contributed to the culture vultures of this planet an empty room, the lights
of which went on and off on a 30-second cycle. A plaque in front of the room
read, The lights go on; the lights go off. I always felt that the
electrician who rewired the lights should have won the award.



The same artiste earlier in his career would sign his name to a piece of
tablet paper which he would crunch into a ball and then give to friends and
acquaintances as gifts. Today an unfolded tablet paper with autograph sells
for about #1,500 at art auctions, while one that has allegedly never been
unfolded brings #3,000. How one verifies the work of art I have no idea.



I thought how wonderful it would be to have The lights go on; the lights go
off at a gallery display of other modern objects d'art, such as:

*Works of the Japanese artist who spilled paints of different colors
all around his canvas and then rode his bicycle through individual pools and
onto his masterpiece,

*Works of a different Japanese artist who dipped his pigtail into cans
of paint of differing colors and then swirled it onto his canvas,

*A framed portrait of - nothing. The entire canvas was covered
with whiteout and nothing else, and

*Six identical urinals attached in a row to a green wall.
Unfortunately for the gallery, several of New York City's most famous chic art
experts mistook the objects d'art for fully functional urinals. They were
not.



Behold I am become Death,

the shatterer of worlds. - Vishnu,

in the Hindu Bhagavad Gita.

David Hanwell



-Original Message-
From: [EMAIL PROTECTED] On Behalf Of Logan, David (SST -
Adelaide)
Sent: Monday, May 03, 2004 11:56 PM EDT
To: [EMAIL PROTECTED]
Subject: RE: [U2] Test - please ignore



Is that a stripper without music?

David Logan
Database Administrator
HP Managed Services
139 Frome Street,
Adelaide 5000
Australia

+61 8 8408 4273 - Work
+61 417 268 665 - Mobile
+61 8 8408 4259 - Fax

-Original Message-
From: [EMAIL PROTECTED] On Behalf Of Larry Hiscock
Sent: Tuesday, 4 May 2004 1:02 PM EDT
To: [EMAIL PROTECTED]
Subject: [U2] Test - please ignore

Sorry folks ... just testing to make sure the mime stripper is working
properly.

Larry Hiscock
Western Computer Services
http://www.wcs-corp.com/






CONFIDENTIALITY
This e-mail and any attachments are confidential and also may be privileged.
If you are not the named recipient, or have otherwise received this
communication in error, please delete it from your inbox, notify the sender
immediately, and do not disclose its contents to any other person,
use them for any purpose, or store or copy them in any medium.
Thank you for your cooperation.

---
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users


[U2] Test - please ignore

2004-05-03 Thread Larry Hiscock



Sorry folks ... just testing to make sure the 
mime stripper is working properly.Larry HiscockWestern Computer 
Serviceshttp://www.wcs-corp.com/ 



RE: [U2] Test - please ignore

2004-05-03 Thread Logan, David (SST - Adelaide)
Title: Message



Is 
that a stripper without music?
David Logan Database Administrator 
HP Managed Services 
139 Frome Street, 
Adelaide 5000 
Australia 
+61 8 8408 4273 - Work 
+61 417 268 665 - 
Mobile +61 8 8408 
4259 - Fax 

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  On Behalf Of Larry HiscockSent: Tuesday, 4 May 2004 1:02 
  PMTo: [EMAIL PROTECTED]Subject: [U2] Test - 
  please ignore
  Sorry folks ... just testing to make sure the 
  mime stripper is working properly.Larry HiscockWestern Computer 
  Serviceshttp://www.wcs-corp.com/