RE: [U2] [UV] Locked tape drive

2007-01-24 Thread Robert Paterson
Be careful with fuser - you need to make sure you get the right device.

You may need to check if rmt1 is linked (hard or soft) to any other
devices.

If you do an ls -l what is the numeric value after the permissions
column?

If that is anything other than 1 then it would indicate that the file is
linked to/from other files - and that could be why fuser doesn't give
you the information you expect.

Robert 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Ferries
Sent: 24 Jan 2007 16:02
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] Locked tape drive

Hi Karl,

Forgot about fuser...

As root, I entered the following:

server:/u1/dbms/TCR# fuser -u /dev/rmt1
/dev/rmt1:
server:/u1/dbms/TCR# 

It did not return any users. 

Then:

server:/u1/dbms/TCR# fuser -u /dev/rmt1.1
/dev/rmt1.1:  1503458(t.luisu)
server:/u1/dbms/TCR#

Luis is in my group. Right now I have him in a headlock.
Killed him, I mean his process.

Thank you very much!
Steve



SH out and get to su (su -) and then do:

fuser -u /dev/rmt1

That should give you a list of PIDs 'attached' to the device. Do:
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Configuration Code

2007-01-03 Thread Robert Paterson
You should have a serial number in the form:

Nnnn-xxx

The n's represent an 8 digit number and the xxx the product code, which
could be UDT, UV or some other item depending on which product. 

The config code for UniData is generated from the confprod utility and
is then fed into the IBM web licencing tool:

https://www-927.ibm.com/software/data/u2/support/u2techconnect/authprod.
asp

Which will probably be the best place for you to look at what you need.

Hope that helps.

Robert

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of phil walker
Sent: 03 Jan 2007 09:19
To: u2-users@listserver.u2ug.org
Subject: [U2] Configuration Code

Does anyone know what the configuration code should be? I have not been
provided with one, and I am in the middle of an upgrade to a development
machine ;-)

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


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Managing open files

2006-12-22 Thread Robert Paterson
Why not just change the UniData tunable for MAX_OPEN_FILE - we normally
set this to 2000?

That overcomes some limitations imposed by SB+ when regenerating
expressions...

Robert 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn
Sent: 13 Dec 2006 15:30
To: u2-users@listserver.u2ug.org
Subject: [U2] Managing open files

Greetings group,

I have a problem at a new installation of PRC on a Unidata/Windows
system.
There are a couple of occasions where I get an announcement that too
many files are open, and my program bombs.  I think it's the
combination of files that the application software has open as well as
the ones I have open at that moment, plus SB+.

The most helpful thing for me would be some function that will tell me
at any given time how many files I have open and what files they are.  I
can't find anything like that.  I have ways that I can determine what
files I have open, and SB+ keeps a list of the ones it has open.  But I
don't know what the limit is.

I guess I'm going to have to take the known places where this is
occurring (as they occur) and close all of my files that I don't need
and hope it's enough.

Anyone know of anything that will help me solve this problem?  All
advice appreciated!  

Cheers,
Susan Joslyn
p.s. I'm a digest subscriber so I'll either see responses later (which
is fine, I'm in no hurry) or you can copy me directly at
[EMAIL PROTECTED] if you like.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] ODBC: database does exist

2006-11-01 Thread Robert Paterson
Have you also set up the UCI.CONFIG file on the client end to match the
new ud_databases reference?

There is a UCI.CONFIG editor supplied with the latest ODBC installs
which should allow you to amend as needed.

Robert 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wang, Cody
Sent: 01 Nov 2006 12:58
To: u2-users@listserver.u2ug.org
Subject: [U2] ODBC: database does exist

Hi all,

I was trying to use VSG to connect the Unidata database. I was able to
connect Unidata demo database, but once I change to our test database
that I was not able to connect. I have change ud_database to point to
our test database. The error message is database doesn't exist. Did I
miss anything?

Best regards,

Cody Wang

Datatel Programmer Analyst

Ohio Dominican University

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


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Windows 2003 - Login Problem

2006-09-26 Thread Robert Paterson
Specifically, the permissions for the users who need to access the
Telnet service should be:

Log on locally
Access this computer from the network

If these are set and you still have problems, you will probably need to
take it up with your IBM Support people.

Robert 

-Original Message-
It sounds like Windows permissions could be to blame here.

First of all, make sure any user you set up to log in to Universe has
permission to connect remotely to the server.

Also look at the directories that are being used for the Universe
accounts, do your users have permission to use those?

An administrator will have all of the above, but a normal user won't
unless you set it specifically.

Andy Moore
Selima Software
-Original Message-
Hi,
 
I wonder if anyone can help with this issue - 
 
We have a Windows 2003 R2 Server running UV 10.1.3 - The problem is that
all users need to be setup as Administrative Users in order to be able
to login to the telnet service. If they are setup as normal users in the
AD, after entering the password, they lose connection.
 
If anyone has a solution to this, please advise
 
Thanks
 
Mac


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] device licensing question ...

2006-07-27 Thread Robert Paterson
I know there used to be a problem with how device licencing identified
sessions - but that was a while back.

You don't mention which version?

Check the readme file for the latest releases on the IBM site in the
product availability matrix to check the fix details and whether you
have the latest version that addresses that. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen
Sent: 27 Jul 2006 14:28
To: u2-users@listserver.u2ug.org
Subject: [U2] device licensing question ...

Is this normal behaviour ?

I have device licencing switched on, on a 4 user udt system on Linux. I
have
3 telnet sessions  from different hosts, and i have two vb processes on
a web server connected using UO. I now want to run an ASP.NET app that
connectes from the same web server via UO.NET and i get a licence error.
Is the UO.NET library not device licence friendly or does it still just
take the one licence but does not recognise the UO connection from the
same machine ?


confused 



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


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] device licensing question ...

2006-07-27 Thread Robert Paterson
Lictool is a UniVerse tool not a UniData one.

Sounds like you need to contact your Support provider to check out the
details. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen
Sent: 27 Jul 2006 16:23
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] device licensing question ...

I am on udt 7.1 on redhat Enterprise ES 4 EM64T, so only a year old.

UODOTNET.DLL version is 2.1.0.7137
uniobjects.dll version is 3.1.6.7137

lictool - where is that, it does not seem to be in my ud71/bin
directory. If the ip is reversed as you say then that would explain it.
- would this not be a UO.net bug 


Thanks
Symeon.


On 27/07/06, Brian Leach [EMAIL PROTECTED] wrote:

 The tell-tale is to run lictool. The UO.net sessions have the IP 
 address reversed, and so appear as different licences. That hit me bad

 when I put in a new .net application at a customer site to run 
 alongside their existing uvCase/UniObjects app.

 Regards

 Brian

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Robert 
  Paterson
  Sent: 27 July 2006 14:42
  To: u2-users@listserver.u2ug.org
  Subject: RE: [U2] device licensing question ...
 
  I know there used to be a problem with how device licencing 
  identified sessions - but that was a while back.
 
  You don't mention which version?
 
  Check the readme file for the latest releases on the IBM site in the

  product availability matrix to check the fix details and whether you

  have the latest version that addresses that.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Symeon 
  Breen
  Sent: 27 Jul 2006 14:28
  To: u2-users@listserver.u2ug.org
  Subject: [U2] device licensing question ...
 
  Is this normal behaviour ?
 
  I have device licencing switched on, on a 4 user udt system on 
  Linux. I have
  3 telnet sessions  from different hosts, and i have two vb processes

  on a web server connected using UO. I now want to run an ASP.NET app

  that connectes from the same web server via UO.NET and i get a 
  licence error.
  Is the UO.NET library not device licence friendly or does it still 
  just take the one licence but does not recognise the UO connection 
  from the same machine ?
 
 
  confused 
 
 
 
  Thanks
  Symeon.
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 
 
  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.
  ---
  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/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Robert Paterson
Sounds like you have hit the problem where, depending on the UDT.OPTIONS
82 value, the system will evaluate to external format first. If you
change the UDT.OPTIONS 82 value then you should find it will work.

The manual states that this should only happen with dates starting 10,
11 or 12... But worth a look...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 09 Jun 2006 15:16
To: u2-users@listserver.u2ug.org
Subject: [U2] UniVerse Internal Date Blackout

We just ran into a strange issue where LIST/SELECT cannot resolve an
internal date - and it's for a block of one full year.

From May 1, 2006 (14001) through April 30, 2007 (14365), if you try to
SELECT records in a file using the internal date value where the DICT
item has a D2/ (or similar) conversion, it will simply report back 0
records selected even though records exist for the dates.

The same SELECT using an internal date of 14000 or less, or 14366 or
greater returns the correct records.  Without the conversion code in the
DICT, all the SELECTs work.

A sample of what we're seeing is below.  The first and last examples
work fine, the middle examples fail.  UniVerse release is 10.1.4 PICK
Format on UNIX.  Curious if anyone else is experiencing this 'blackout'
year with these internal dates.  Thanks!


SELECT  TESTFILE  WITH  DATE  14000
Bad data 14000 for conversion D2/.  Unconverted data used for
selection.

8 record(s) selected to SELECT list #0.

 CLEARSELECT

SELECT  TESTFILE  WITH  DATE  14001

0 record(s) selected to SELECT list #0.

SELECT  TESTFILE  WITH  DATE  14365

0 record(s) selected to SELECT list #0.

SELECT  TESTFILE  WITH  DATE  14366
Bad data 14366 for conversion D2/.  Unconverted data used for
selection.

2 record(s) selected to SELECT list #0.


Gary P. Canedy
Database Analyst
ProMutual Group
(617) 757-6775





---
This email and any files transmitted with it are intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material.   If you received this email in error,
please
contact the sender immediately and delete this email from your system.
If you are not the named addressee, you should not disseminate,
distribute, print, or copy the email, or take any action in reliance on
its contents.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Replication - Unidata

2006-06-02 Thread Robert Paterson
We have people using it. Not with RFS at the moment though.

Which version are you running? As the latest 6.1 or or 7.1 releases are
better options.

Have you broken up your replication into multiple replication servers?

What have IBM or your support provider advised on this?

Robert


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Backup Question

2006-05-17 Thread Robert Paterson
One question that needs answering first though is are they using UniData
or UniVerse?


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Backup Question

2006-05-17 Thread Robert Paterson
OK - assuming they are on a late enough version of UniData, the best way
is to use the dbpause to pause the updates, then backup - yes using
mirrors would make that an easier process - then dbresume. If they are
not on a late enough version, then get them to upgrade... (Late enough
in my view would be 6.0 onwards).

If they use mirroring then the process becomes even more
straightforward:

dbpause
break mirror
dbresume
Backup the mirror set

If you use triple mirroring then you maintain data resiliency AND the
ability to do backups.

And in terms of scheduling this - you use the Friday 3-5AM gap of time -
not that the scripted dbpause, break mirror and dbresume should take
more than a few seconds of course!

HTH


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Trouble starting logs on Win Server 2003

2006-02-02 Thread Robert Paterson
Just a thought - have you tried this on a non-service packed
environment?

I seem to recall something where, when you have service packed, you may
have to reinstall the U2 DB...

Can't find any references - but under the circumstances - you may find
it useful to consider? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Clifton Oliver
Sent: 30 January 2006 20:16
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] Trouble starting logs on Win Server 2003

When I try to start a counter log in Windows Server 2003 Performance
Monitor, I get the error log or alert has not started. Refresh the log
or alert list to view current status, or see the application event log
for any errors.

I am in the Administrators Group. I can watch the stats, I just cannot
get a log to capture them.

Anyone been down this path? I've been reading tech docs over on
Microsoft 'til my eyes are crossed grin.

Thanks for any answers, leads, or suggestions.


-- 

Regards,

Clif

~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER  ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Knowledgebase access

2006-01-26 Thread Robert Paterson
Working for one of these distributors, I know that IBM have picked up on
this and there is a process available which will allow authorised people
to gain access.

Key criteria are to have the chat with your distributor and start the
ball rolling so that they can process the user requests back to IBM.

There are some hoops to jump through - so it is not necessarily instant
access, because ultimately the end user accessing the knowledgebase must
still be entitled - i.e. paying maintenance - to do so.

That said, the database is now available.

Hope that helps


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re: Identifying UD files

2006-01-26 Thread Robert Paterson
You may be best asking IBM support (or your VAR as applicable) for
whether magic values are available for UniData, or to consider them as
something for a future update.

As for running guide, isn't a good idea to know what your standard files
are and when guide is run analyse the output for problems?

My take on it would be that if guide was run on a file, perhaps using
the -i input list option, then if guide reports that it is not a UniData
file - then you have a problem.

This is where guide's alternate guise of problem determination kicks in.

So personally, if you have a sensible list of files that make up your
application, feeding that into a full guide run actually does all you
want and more.

Just leaves you to analyse...


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] System Migration issues

2006-01-12 Thread Robert Paterson
If it is UniData - you probably need to consider the endian of the files
(which is the same consideration in fact if it is UniVerse).

So - you would need to run convdata, convidx, convcode and quite
possibly convmark.

Each are fairly well documented in the manuals - but my guess is that
will fix the problem if you are UniData based.

If it is UniVerse, FORMAT.CONV (which is what fnuxi was renamed to be),
is your answer.

Hope that helps.


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Backup, dbpause 24/7 operation

2006-01-06 Thread Robert Paterson
If you are truly 24x7 then the best way in my opinion would be to mirror
- or better yet - triple mirror the disks.

Then, using dbpause to pause, split one of the mirrors off, dbresume and
then mount the split disk for backup separately.

The triple mirror will then mean you still have two sets of disks
operating and providing performance/redundancy whilst being able to
backup using the third set with your favourite tool.

:-)


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Backup, dbpause 24/7 operation

2006-01-06 Thread Robert Paterson
snipAnd if you are using a Windows box, dbpause doe NOT close open
files at the O/S level (at least in UniData it does not)/snip

Just a thought, have you tried the sync command available from
http://www.sysinternals.com to see if that helps?

I appreciate that the open files issue may still be a headache, but at
least any pending writes should be flushed from the OS level in that
instance...

(One less thing to consider!)


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Upgrading from Unidata 3 to Unidata 7

2005-12-22 Thread Robert Paterson
Darren, depending on which Unix commands, you may want to check the
Microsoft Unix compatibility software that is available.

http://www.microsoft.com/windowsserversystem/sfu/default.mspx

You could also find that a number of functions could be emulated using
batch files.

Are you able to share details of the commands you are running?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darren
Macdonald
Sent: 22 December 2005 09:24
To: u2-users@listserver.u2ug.org
Subject: [U2] Upgrading from Unidata 3 to Unidata 7

We have been running (in the dark ages) on Unidata 3.3 and 5.2 (on SGI
Irix) for a number of years, and are considering moving up to Unidata 7
- ideally on a Windows machine.



I would appreciate any advice from people who have performed similar
upgrades of the problems they came across.



I know that we have some PCPERFORM unix commands in our software, and am
wondering how best to get these working on a Windows system.



Many Thanks in advance for any help/advice received.



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


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate 3.x support for Unidata 7

2005-12-15 Thread Robert Paterson
I understand the if it ain't broke comments.

But surely if you have maintenance in place to get the new versions for
free and by doing so you ensure you have a long term support option in
place, just in case UniData 7 breaks the wIntegrate 3 environment, it
makes sense to get the new version in place?

Otherwise, if you do find something, and it is past the support dates,
you stand a big risk of costly fixes - whether paying for changes or
purchasing the upgrades.


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


OT [U2] SOX question (United States only, I believe)

2005-12-09 Thread Robert Paterson
Believe me - I think there are quite a few of us globally who agree with
that sentiment!

 On another note, I'm really sorry to hear that overseas companies
have to deal with SOX.  Or as I call it, The Great Productivity
Reduction Act of 2002.

 Charlie Rubeor


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Is there a method to suppress printing the Banner page after the fact?

2005-10-21 Thread Robert Paterson
Are you passing through to lp?

In which case it could be the lp banner which needs removing? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Denny Watkins
Sent: 21 October 2005 13:20
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Is there a method to suppress printing the Banner page
after the fact?

I'm sorry but the print-ready files on our system do not have any data
pertaining to the BANNER anywhere in the file.

The info regarding the banner must be somewhere else.

Denny


At 07:58 AM 10/21/2005 +1000, you wrote:
If you look at the print-ready file in usr/spool/uv (or wherever it is 
that your UVSPOOL points to), it already has the banner page; this is 
added by the generating process.  So, the only way you could suppress
the header would be to direct the job to another printer that uses a 
special driver to remove the banner page.  Such a script should not be 
difficult to create; you seek to remove all lines up to and including 
the second form-feed character.

- Original Message -
From: Denny Watkins [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Subject: [U2] Is there a method to suppress printing the Banner page 
after  the fact?
Date: Thu, 20 Oct 2005 09:14:12 -0500

 
  We are running UniVerse release 9.6.2.5 under IBM AIX 4.3.3 on an
IBM F50.
 
  Question:
 
  Is there a way to suppress the printing of the 'banner' page after a

  print job has already been submitted and is in the queue but did not

  have the parameter NHEAD or NOHEAD set to suppress printing the
banner?
 
  Thanks,
 
 
  Denny Watkins
  Director Computer Services
  Morningside College
  1501 Morningside Ave
  Sioux City, Ia 51106-1717
 
  Phone:  1-712-274-5250
 
  Email:   mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
  ---
  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/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [OT] [U2] chance encounter with a u2 site

2005-10-06 Thread Robert Paterson
Ah, but they could still be using U2 - just UniData 7.1 as the
application server to DB2...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sharyl Lindsay
Sent: 06 October 2005 16:16
To: u2-users@listserver.u2ug.org
Subject: RE: [OT] [U2] chance encounter with a u2 site

The Dynix website mentions that some of their IBM clients are switching
to DB2.


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [OT] [U2] chance encounter with a u2 site (EDA)

2005-10-06 Thread Robert Paterson
EDA is the new facility in UniData 7.1 which allows UniData to front
use of DB2 as the file store.

So you code in your favourite tool in Unidata - but the database is
actually DB2.

Best thing to do is look at the 7.1 announcement:

http://www-306.ibm.com/software/data/u2/unidata/ud71-ann/

Then have a chat with your support people!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George Smith
Sent: 06 October 2005 17:01
To: u2-users@listserver.u2ug.org
Subject: RE: [OT] [U2] chance encounter with a u2 site

Robert,

Explain this  UniData 7.1 as the application server to DB2


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2]UD Login User

2005-09-14 Thread Robert Paterson
http://www.geocities.com/SouthBeach/Lagoon/9819/acronyms.html

Generally it is either Happy To Help or Hope This Helps...

Although like many things on the web - there are probably alternates
even to those...


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Unusual problem w/Dynamic Connect 'speed'

2005-09-07 Thread Robert Paterson
Have you tested whether a plain MS Telnet connection also suffers from
the same speed issues?

Also which DB are you connecting to? I have seen UniData act this way
when moving between fields because a TCL TIMEOUT had been set...
(Admittedly that was GUI SB+ - but hey - any port in a storm!)


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [OT] No list traffic

2005-08-17 Thread Robert Paterson
Maybe there are no problems? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gordon J
Glorfield
Sent: 17 August 2005 14:51
To: u2-users@listserver.u2ug.org
Subject: [U2] [OT] No list traffic

Is it a holiday somewhere?  It's awfully quiet.


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


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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: Re[2]: [U2] Connection Problems with Ud6 and UV10

2005-08-12 Thread Robert Paterson
Looking at your list Dynamic Connect working almost certainly means that
you are connecting using telnet - unless you connected serially...

Which sort of makes me wonder about the other aspects as to which telnet
client you are using which is not working...

I tend to agree that a fresh install may allow you to make substantial
progress but I would also suggest that you try breaking down the
elements more as I suspect there is one key element which is causing the
problem.

My view is that the seeming confusion Windows Firewall has about whether
it is up or down is where you should focus your attention...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Tod
Sigafoos
Sent: 12 August 2005 15:50
To: Robert Paterson
Subject: Re[2]: [U2] Connection Problems with Ud6 and UV10

Robert,

Friday, August 12, 2005, 1:07:04 AM, you wrote:

RP What problem are we trying to fix at the moment?

snip

This has become 'a' problem.  So many tries .. no hits and who knows who
is on base

So, when i get back to the office on monday I will re-install windows on
the laptop and attempt installation with fresh install.

As for the problems (and they persist)

1) I can not connect through the Intercall api as it returns with RPC
not running.

2) I can not connect through telnet (even after changing ports)  The
Telnet screen comes up and blinking cursor  BUT if I hit return the
cursor drops a line and blinks there.

3) UniAdmin would not connect.  RPC problem again

4) I could connect through 'Dynamic Connect' i think it was called.
It went to the DEMO system so I know the DB is working fine


So there you are .. the basic symptoms .. original and persistent.

Thanks

-- 
DSig `
David Tod Sigafoos  ( O O )
 ___oOOo__( )__oOOo___

...our behavior matters more than the beliefs that we  profess.
Elizabeth Deutsch Earle
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Phantoms - The license debate

2005-07-29 Thread Robert Paterson
This is to do with interactive phantoms.

I can't recall the details, but if you check with Support they should be
able to advise... 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy Moore
Sent: 29 July 2005 17:13
To: u2-users@listserver.u2ug.org
Subject: [U2] Phantoms - The license debate

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.

Hello all,

I have seen recently on a customer site 7 phantoms that were taking up 7
user licenses on a UV box.

We have just had, in the office, 15 phantoms running and no impact on
licenses at all.

This started the do they or don't they debate on whether they take a
license up or not.

Can anyone shed light on this?

Based on what I've seen I'm thinking along the lines of they do take a
license up in certain roles, depending on what they are doing, but I am
unsure.

Anyone know?

Thanks


Andy Moore
Selima Software Ltd
Tel: 0114 2815000
Fax: 0114 281
email: [EMAIL PROTECTED]
Support: http://tracker.selima.co.uk http://tracker.selima.co.uk/
Forum: http://forum.selima.co.uk http://forum.selima.co.uk/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD to SMS

2005-07-27 Thread Robert Paterson
We did something similar a few years back and was managed by using URL
manipulation - pretty much as you seem to be doing using CallHTTP.

Unfortunately the company we were working with is no more and I can't
pass on our code - but it was pretty straightforward - biggest challenge
was finding someone who would provide the service at the right sort of
cost. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bruce Lunt
Sent: 26 July 2005 23:47
To: u2-users@listserver.u2ug.org
Subject: [U2] UD to SMS

Hi All,

A couple of months ago you all helped me with CALLHTTP and now I am back
to ask for help with SMS. The CALLHTTP is working great, btw.

We have a division in Malaysia that wants to be able to have their
outside sales reps check on their monthly sales goals using cell-phones
and/or pda's. The question I have for the U2 world is if this has been
done already and if you can give me some guidelines on what to do and
what not to do?

We see this as either:
1. exporting the sales goals data to an external server that is
accessible from the web 2. have the phone send a query to the Unidata
system and then receive a reply with the individual's data, on demand.
3. any other ways to approach a solution to this problem, of course. :)

The problem that I see with option 1 is that even though we may have
some sales reps in the field that want to use the new remote query
ability there could be many more that are just as happy without doing
anything different from what they already have. If we off-load the data
to a web-service then we either have to update everybody's data
(possible security concerns) or mark the records of the sales reps that
want to participate (still some security concerns) and off-load only the
marked ones.

Option 2 is more granular but do I have to worry about different
protocols or standards used by the different phone services?

I hope I have explained myself well enough. Oh yeah, can anyone
recommend a good resource for the programming of SMS?

Thanks for any and all assistance.

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


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UOJ Web Services UniSession Exception Error Code 14002

2005-06-29 Thread Robert Paterson
Only thing that really comes to mind is if something at the OS level is
grabbing the file and holding it exclusively.

At a guess I would say you may be on Windows and that a virus scanner
could be your problem?

If you supply more details about your environment that may help others
with ideas... 


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] {Spam?} Unidata question

2005-06-28 Thread Robert Paterson
Only thing with the net stop and net start is that we have seen this
eventually fail on some systems.

Usually the fix is that every three or four instances to reboot to
ensure memory is flushed.

Neither we nor the customers investigated this as the reboot was
relatively straightforward to achieve.

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


-Original Message-


3. Use net stop to stop the UniData database and telnet services. This
is very similar to the stopud -f - but doesn't ask for confirmation. Use
net start to restart the services.


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2]: Epicor

2005-03-14 Thread Robert Paterson
Sorry Will, I'm in the UK and work a different time zone as such.

But I see Martin has posted, so that should cover most requirements.

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 [EMAIL PROTECTED]
Sent: 13 March 2005 17:58
To: u2-users@listserver.u2ug.org
Subject: Re: [U2]: Epicor

Another interesting consideration is seeing no response from anyone within
Epicor to this thread.  That tells me they have little to no interest in U2
which is a red flag in my book.  Certainly implies that they don't have
knowledgeable or extensive support for how Epicor interfaces or doesn't with
U2 in general.

Will Johnson
---
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] UniData error

2005-02-03 Thread Robert Paterson
File is corrupt - you need to run guide and then use fixfile to resolve.

Problem you may have is that this is possibly not the only file and you
should consider how wide ranging your run of guide should be.
 
If you haven't used these utilities before check with your support
organisation about some specifics with respect to fixfile operation.

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 Lembit Pirn
Sent: 03 February 2005 06:02
To: u2-users@listserver.u2ug.org
Subject: [U2] UniData error

Hi !
After power crash we try to copy from crashed file to the new file and we
get error messages for crashed groups, but then unusual error message showed
up as well.
Does anybody know what this error message actually mean:
1:blk check error in U_post_read for file 'IMP', key 'IO*MP
0222145*RDMS_13542_44368%13542%44183', number=147079 UPL error = 104 : Lock
name not found Lockname (46597 22282252) RX -- 79872 upl unlock error(104).
We are running  UniData 6.09 on Solaris.

--
Lembit Pirn
7+7 Software
Tondi 1
Tallinn 11313

tel. +372 6566232
[EMAIL PROTECTED]
---
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] Unidata core dumps

2005-02-03 Thread Robert Paterson
I can understand most of the suggestions and can see value in each - which
may explain some of the improvement or reduction if dumps.

One thing the memory errors would make me consider - especially with the
variety of when they are logged - is that you may need to retune the system.

If you are referring to a document from Wally about errors then that is good
as he is the guru... (All bow to Wally!) ;-)

Seriously though, you should review whether this has always happened or has
just started. I am guessing it has certainly started to get worse for you
recently and that would lead me to look at changes that have happened. These
could range from new people, to hardware, to code, to whatever else you can
consider could affect the system.

When you have that list, start reviewing which elements you can clearly show
are working and continue to work and (at least temporarily eliminate them
from investigation). That should leave you with key elements against which
you can run testing. If you end up eliminating everything - an assumption is
wrong and you need to test each and every item on your list.

However, I would err on the side of checking UniData's config and consider
tuning whatever shows as needing to be changed.

(Identifying the circumstances of when the dumps occur would also help you
identify if a specific process or time of day or group of people are
specifically affected.)

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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Universe upgrade 10.1.2 to 10.1.4

2005-01-27 Thread Robert Paterson
I can't see that the mount command is documented in the UniVerse
installation manuals that I have checked. I can understand this as from my
own experience no two Unix's are quite the same. HP-UX for instance has a
nice facility for setting the case (and version numbering of files) to be
on or off - -o cdcase in case you were wondering.

As for the rewind/no-rewind - I always set these as I understand the history
of the scripts and the fact that they have been written to be generic
regardless of the media being used to perform the installation. However, you
are right in saying that perhaps the documentation could be updated to
reflect the need for CD installations to still set the no-rewind.

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 Dennis Bartlett
Sent: 27 January 2005 09:07
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Universe upgrade 10.1.2 to 10.1.4

Further to my last post,

Addressed directly to IBM

The documentation that accompanies an install is so out of date - most of
our install notes are scratched out options replaced by pencilled in notes -

- the mount command did not work as instructed,
- the fix for our problem, ie using REWIND TAPE to define a PATH, is not

  documented - according to Workgroup,our support - it is just a known
  thing

we were installing from a CD... why have anything that asks TAPE?
- all that's needed is a question at the start as to what media,
then the system should be able to do the mount, and load the uv.load script,
and start the install

can these options not be reworded so one knows a path name can be
inserted there?


-
GWK BEPERK/LIMITED (REG: 1997/022252/06) POSBUS 47 PO BOX 8730 DOUGLAS

Direkteure/Directors: NB Jacobs, FJ Lawrence, J v/d S Botes, JH Coetzee, JGD
Smit, JF Jacobs, AO M|ller, JW Smit, WG M|lke, JG Stander, JH van
Dyk(MD/BD), JG Jacobs, A M|ller, M van Zyl,
Sekr/Secr: E van Niekerk.

Hierdie e-pos is onderworpe aan 'n vrywaring beskikbaar by:
http://www.gwk.co.za/DisclaimerVrywaring.asp
This e-mail is subjected to the disclaimer that can be viewed at:
http://www.gwk.co.za/DisclaimerVrywaring.asp
---
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] UniSession process suddenly not going away!

2005-01-19 Thread Robert Paterson
No more LCT's points at either configuration or possibly a process that is
attempting to take over the world.

Because of what you say re the Java, is there a possibility that more memory
is being consumed?

If you can see no major reasons for why the application should be using more
resources, then you probably need to be looking at udtconf settings and
increasing these.

(I'm assuming when you say a different UDT instance that you means same
version and platform type?)

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 Wendy Smoak
Sent: 18 January 2005 22:17
To: u2-users@listserver.u2ug.org
Subject: [U2] UniSession process suddenly not going away!

Suddenly today we started seeing
  'No more LCTs'
when we tried to log in.

Checking the process list shows LOTS and LOTS of udcs and udapi_slave
processes, which I can tell from the userid are coming from my UniObjects
for Java code.

But I don't hold sessions open.  I connect, perhaps run a subroutine, and
disconnect.

We've made changes to the web server (where the UOJ code runs) lately, most
notably changing to JDK 1.5.  But I can run the same code on the same web
server against a different UniData instance, and I don't see the problem on
that unidata.

We've got unirpcd shut down for now, and will stopud/startud after hours.

Any ideas why the RPC daemon may have suddenly lost its senses?

--
Wendy Smoak
---
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] Capturing screen output in Unidata Enviornment

2004-12-13 Thread Robert Paterson
snip
I would like your help.  I want to capture the screen output from a VOC
Paragraph.  But I want to know if there is a command line command that would
allow me to do this?  I do not want to edit the paragraph.
/snip

Sounds like a COMO would be useful?

Just do the following:

COMO ON recordname 
Paragraph
COMO OFF

To view the details (note I would recommend changing the ^ setting to make
sure your screen displays correctly in case of terminal emulation issues):

AE _PH_ O_recordname


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.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UV] Scrolling in the HELP list

2004-12-06 Thread Robert Paterson
Have you checked the decompiled versions of the terminal drivers?

untic the vt100 definition on both servers and compare the two would be my
best suggestion... 


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 Bob Woodward
Sent: 06 December 2004 16:18
To: [EMAIL PROTECTED]
Subject: RE: [U2][UV] Scrolling in the HELP list

I've discovered that this problem seems to be server dependant.  If I log
into our main server, the problem is there.  I can not use the cursor keys
to move up and down the list.  If I then go into
SETUP/Communications/Windows Sockets/Setup and change the Host to an
installation of Universe PE on another computer in our network, it then
works.

Can anyone venture a guess of what I should look at for differences between
the two installations of Universe?  Any guesses would be greatly
appreciated.

Bob Woodward
Programmer/Analyst
Harbor Wholesale Grocery


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2- 
 [EMAIL PROTECTED] On Behalf Of Bob Woodward
 Sent: Thursday, December 02, 2004 10:30 AM
 To: [EMAIL PROTECTED]
 Subject: [U2][UV] Scrolling in the HELP list
 
 Hopefully this is a simple question that I just haven't hit the right 
 combination on.
 
 I'm trying to figure out how to make the cursor keys scroll up and
down
 when I'm in the HELP listing.  I know I had it working at one time but 
 now I can't figure out what to do to get that ability back.
 
 Windows 2000 Server
 UV 10.1
 Dynamic Connect v5.1.2
 Term type is VT100
 
 TIA for any help.
 
 Bob Woodward
 Programmer/Analyst
 Harbor Wholesale Grocery
 ---
 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: [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] Certification

2004-11-18 Thread Robert Paterson
The exam is generic, format masks seem to be useful - otherwise, if you
have a sufficient grounding and regular exposure to coding, you should not
find the exam a problem in my view.

(I took it on the off chance in Las Vegas and finished early and passed
with no preparation at all... So I would be confident that you would be
OK...)


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.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Funny output from phantom process

2004-10-22 Thread Robert Paterson
Problem with something like that Charlie is that your data can play a big
part. Depending on what the phantom is doing, you could be reaching a buffer
limit purely because of data changes elsewhere in your system.

I'd like to know more about the phantom really...

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 Charlie Rubeor
Sent: 21 October 2004 18:26
To: [EMAIL PROTECTED]
Subject: [U2] Funny output from phantom process

We have a phantom that runs 24/7.  We restart it every week and it has been
around for several years.  This week, it started dying, with the following
messages in the _ph_ file.

 1  Top of Z_0003111 in _PH_, 2 lines, 131 characters.
*--: P
001: In /dbms/live/TEST-SOFT/DW-PROGS/DW-PROGS/_PHANTOM.PROGRAM at line 116
out of BUF_TYPE space.
002: PHANTOM process 3111 has completed.
Bottom.
*--: EX
Quit Z_0003111 in file _PH_ unchanged.
 2  Top of Y_0003111 in _PH_, 3 lines, 70 characters.
*--: P
001: 388}/dbms/live/TEST-SOFT/DW-PROGS/DW-PROGS/_PHANTOM.PROGRAM}116
002: 259
003:
Bottom.
*--: EX
Quit Y_0003111 in file _PH_ unchanged.


Line 116 is EXECUTE 'LOGTO ':PATH and gets run several hundred times before
bombing out.  Obviously, something changed this week, but I have yet to
identify what changed.

Any clues would be greatly appreciated.
---
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] Memo: Universe file size limit

2004-09-01 Thread Robert Paterson
I would check your ulimit settings.

On both HP-UX 10.20 and 11 we have a setting of 4194303.

Only problem with that is that IIRC this figure is in blocks - which would
mean 2GB.

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
[EMAIL PROTECTED]
Sent: 01 September 2004 10:18
To: [EMAIL PROTECTED]
Subject: [U2] Memo: Universe file size limit


Hi Everyone,

HPUX 11i running Universe 9.6  - does anyone know if there is a 4GB file
limit?

We have 64 bit files on a 64 bit file system, but one of these files grew to
over 4gb and blew up with an Internal Data Error on a BASIC write. I thought
that 64 bit files were supposed to be vv large...

thanks in advance


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

Member of the HSBC Bank marketing group. We sell life assurance, pensions
and collective investment schemes and advise only on our own range of these
products.




_

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/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniData 6.1 Release

2004-08-13 Thread Robert Paterson
I believe you will find that IBM may have indicated a release to
manufacturing back in June according to the product availability matrix on
the web site. However, that change only seemed to hit the product matrix
today.

As such their matrix indicates that 2 weeks later is when the product will
be orderable.

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 Ian Renfrew
Sent: 13 August 2004 15:16
To: [EMAIL PROTECTED]
Subject: [U2] UniData 6.1 Release


 IBM UniData. 6.1 - generally available on August 10, 2004

What does this really mean? Every time I attempt to download the personnal
edition, the link refers to the old version. What gives. Is there a link
where I can download the personnal edition of UniData 6.1? I'm particularly
interested in the updated client utilities, specifically UniObjects, but
I'll settle for the database.

Regards,   Ian Renfrew
---
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] euro sign

2004-08-09 Thread Robert Paterson
Euro symbol support came in at 6.

It used to be that the Euro symbol varied according to font set used... So
you had to check each one.

It's Alt+128 on the character map in Windows XP and is a Unicode item -
U+20AC.

Hope that helps?

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.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/