Re: [U2] UV - Files Stats Question

2007-08-26 Thread Moderator

Jeff,
   [AD] brackets [AD\] are required, even when just trying to be 
helpful, once you start touting the usage and features of a commercial 
product.


- Charles Barouch, Moderator

Jeff Fitzgerald wrote:

3)  Why reinvent the wheel when you already have FAST which is pretty
intelligent about determining if the file needs resizing?

We have just completed a new release of FAST, release 6.  It has a
feature that will help your situation.  Our expert mode executable,
fastbatch, has a new option -acct xxx -- xxx can be an account
pathname or the name of a list of accounts.  FAST will, at run time,
create a dynamic list of all hashed files in the account(s) and process
them.  This allows you to run the Gather Statistics and Type Analysis
processes and make sure any new files are picked up.  Then after
reviewing the FAST recommendations you can either resize according to
FAST's recommendations or override / modify as you wish.

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


RE: [U2] UV - Files Stats Question

2007-08-26 Thread Jeff Fitzgerald
Charles,

Cyber-spanking accepted!  I offer my apologies if I seemed to be
making a sales pitch (which I hadn't intended).

However, since the original poster asked specific questions
about a product it didn't seem particularly out of line to answer them.
Your judgment of my post is touting -- my intent was to offer a
helpful answer to a question.  Perhaps I should have answered by private
email, but I didn't since the poster chose to raise the issue in the
list.

Just as you could have delivered your admonishment by private
email you chose not to; presumably because others might benefit from
exposure to the list guidelines.  I hoped my answering Jim's question on
the list might be helpful to other list members, many of whom are FAST
users.  And I did suggest to him that a continuation of the discussion
be done via private email.

My company is not particularly marketing oriented.  I think if
you examine my postings to the list and its predecessors you will find
the signal to noise ratio to be pretty high.  

But, all that said, I will try very hard to follow the list
guidelines.  Would you like the [AD] - [AD\] brackets in the subject
line so that offended list members can filter or hit the delete key or
would you like them bracketing the sections of the message body that
could be judged as touting a product?

Thanks for your feedback!

Jeff Fitzgerald

[AD] www.fitzlong.com [AD\]

[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Moderator
Sent: Sunday, August 26, 2007 9:37 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV - Files Stats Question

Jeff,
[AD] brackets [AD\] are required, even when just trying to be 
helpful, once you start touting the usage and features of a commercial 
product.

 - Charles Barouch, Moderator

Jeff Fitzgerald wrote:
 3)  Why reinvent the wheel when you already have FAST which is pretty
 intelligent about determining if the file needs resizing?

 We have just completed a new release of FAST, release 6.  It has a
 feature that will help your situation.  Our expert mode executable,
 fastbatch, has a new option -acct xxx -- xxx can be an account
 pathname or the name of a list of accounts.  FAST will, at run time,
 create a dynamic list of all hashed files in the account(s) and
process
 them.  This allows you to run the Gather Statistics and Type Analysis
 processes and make sure any new files are picked up.  Then after
 reviewing the FAST recommendations you can either resize according to
 FAST's recommendations or override / modify as you wish.
---
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] UV - Files Stats Question

2007-08-26 Thread Stevenson, Charles
 can you tell me where FAST keeps the list of files under its control ?

There should be a universe account called fastcs. 
FAST.STATS is its main interesting file you should become familiar with.


Where the fastcs directory resides is up to you.  For me, it is a sister
of the universe home dir.   In other words, when I do LIST UV.ACCOUNT I
see:

LIST UV.ACCOUNT 05:44:11pm  26 Aug 2007  PAGE1
Account...  UNIX pathname.

uv  /dbms/uv
fastcs  /dbms/fastcs



List the FAST.STATS dictionary and then write your own queries.
The key to FAST.STATS is the pathname.

There are ancillary control files like FAST.LISTS, FAST.SESSIONS, etc..
You'll figure it out once you start looking.



One complaint I have with FAST is that it doesn't keep history.
I want to see where a file has been and where it is going,  so after I
run my weekly Gather Stats,  I copy each newly updated FAST.STATS
record to my own FAST.STATS.HIST where the key is
[idate]*[fast.statsID(i.e.,path)].  Indexed on date, path, filename.

Then I can look at how a file is changing over time (number of data
bytes, items, etc.).
I and my comrades have found that useful not just in sizing but in
application analysis  research.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV - Files Stats Question

2007-08-26 Thread Stevenson, Charles
Jeff,
I wouldn't worry about the cyberspanking. We pay Charles those big bucks
to monitor this list, and he's earning his keep.  (He insisted on 75%
the u2 users list subscription fees goes to him,  but the U2UG former
president, Charles Barouch, chiselled him down to 50%.) 

I always appreciate vendor response to questions.  You've always been
very helpful.  The fact is, FAST probably does what the original poster
wants, if he can figure out how to do it technically.

The rules on [AD] are are a bit loose.  I don't think we make IBM people
add [AD]  when then giving technical info or mentioning something
about a new release or routine admonitions to take the Internals class.
I suppose you maybe strayed when announcing rev 6.   Hey, I think that's
the first I heard of 6.  You know, you could stand to be a little more
marketing oriented.

Charles not the cyber-spanking Barouch one Stevenson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [ud] Question on Alpha Sorting...

2007-08-26 Thread Stevenson, Charles
I think I would want to encapsulate that logic in one place.   Probably
write a function or subr to be called from any pgm or referenced by a
dictionary V-item.

Store the names as typed in the data record, and NOT repeated as
all-caps.  Then maybe index the V-item upcased subroutine result.  That
would give the function something to check to prevent duplicates when
inserting new names, assuming that is an issue.

At any rate, the function would be a self-contained blackbox, consistent
for all present  future use.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV - Files Stats Question

2007-08-26 Thread Moderator

POSTED FOR NON-MEMBER ADDRESS: Drew Henderson [EMAIL PROTECTED]

Bounce notice: Your recent post to our lists bounced because either you are not a member or because you are not signed up using the e-mail address which 
you used to post. To subscribe or resubscribe please visit http://listserver.u2ug.org/.



I think that had Jeff initiated the discussion of FAST as a solution  
to the original problem, the need to delineate the discussion as an  
advertisement would, indeed, be obvious.  However, as the original  
poster mentioned having FAST, I took Jeff's comments as helping the  
originator make use of tools they already had, rather than encouraging  
the purchase of a commercial product.


Having said that, the nature of this list will often include such grey  
areas, and I think it advisable for posters to consider the various  
ways their comments can be interpreted, and act accordingly.


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


RE: [U2][UV] Up casing Login IDs {unclassified}

2007-08-26 Thread ATLAS SA
Thanks Dave,

I tried it out but, unfortunately, the problem is occurring before the
UV LOGIN voc is invoked. And, to add insult to injury, it is only
happening to my login ID, not to the login ID of anyone else who has
access to the server.

If their UV.LOGINS record is AUSER10, they can enter any case
combination they like (AuSEr10) and UV passes AUSER10 to the UV.LOGINS
file. I use any case combination of my user ID and UV passes asuer14 to
the UV.LOGINS file. Somehow UV knows to upcase all telnet login IDs
except mine.

I suspect it may be because I installed something whilst logged onto the
server as myself, rather than as administrator. However, I did install
UV itself as administrator so it's not that. Possibly UVDK? However, I
have installed UV  UVDK on dozens of servers (Unix and Windows) and
have never had this occur before.

Also, I would rather not maintain separately formatted records for
myself throughout the DB. It would have further consequences in the
management of my records on what is the main payroll database.

Has anyone else encountered this problem before?

Cheers,

Andy


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor
Sent: Saturday, 25 August 2007 6:52 a.m.
To: u2-users@listserver.u2ug.org; MACK ANDREW, MR
Subject: Re: [U2][UV] Up casing Login IDs {unclassified}

Andrew,

Add PTERM CASE NOINVERT to your UV.LOGIN in the UV account:

LOGTO UV

ED VOC UV.LOGIN
4 lines long.

: P
0001: Paragraph
0002: IF @TTY = 'phantom' THEN GO END.OF.LOGIN
0003: PTERM CASE NOINVERT
0004: END.OF.LOGIN:
Bottom at line 4.

hth,

Dave Taylor
CEO
Sysmark Information Systems, Inc.
49 Aspen Way
Rolling Hills Estates, CA 90274
800-SYSMARK (800-797-6275)
(O) 310-544-1974
(C) 310-561-5200
(F) 310-377-3550
www.sysmarkinfo.com
Your Source for Integrated EDI Translation, DataSync Integration and
Software Migration Authorized IBM Business Partner
- Original Message -
From: Moderator [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org; MACK ANDREW, MR
[EMAIL PROTECTED]
Sent: Friday, August 24, 2007 6:45 AM
Subject: [SPAM] [U2][UV] Up casing Login IDs {unclassified}


 Bounce notice: If you read this list through Indexfocus, Nabble, or
any
 other
 replicator - and you would like to be able to participate - sign up
 directly with us. Here's all you need to know: To subscribe or
 resubscribe please visit http://listserver.u2ug.org/.

 REPOSTED FOR NON-MEMBER ADDRESS: MACK ANDREW, MR
[EMAIL PROTECTED]

 Hi all

 I am setting up a new UV production server. UV 10.1.18 on Windows
Server
 2003, INFORMATION flavour. Access is via QVTTerm. On the existing prod
 server, when you enter your enterprise login ID at the server login,
UV
 up cases the login ID and presents it to the UV.LOGINS file. However,
on
 the new server it is changing the login ID to lower case. Since all
our
 apps expect upper case, this is very frustrating.

 For example, on the existing server I login as auser14 and a Who at
TCL
 shows KIWI\AUSER14. UV.LOGINS is:

 Record Key:AUSER14
 001 DOMAIN:KIWI
 002 LOCAL  :
 003 DOMAIN.ACCOUNT   :D:\DATA\USERS
 004 LOCAL.ACCOUNT  :
 005 DESC   :Andrew Mack
 End of record

 On the new server. I login as auser14 and a Who at TCL shows
 KIWI\auser14. If I login as AUSER14, a Who at TCL shows KIWI\auser14.
I
 have to have UV.LOGINS records in both AUSER14 and auser14 otherwise
it
 falls over with the error Unable to find user account information in
 the UV.LOGINS file.

 Could someone please advise what setting determines the case that UV
 works with?

 Thank you

 Andrew Mack
 Senior Database Manager (UV/SQL)
 Joint Applications Engineering Group

 342 5914 (Dtln)
 (04) 2371 914 (DDI)


 The information contained in this Internet Email message is intended
 for the addressee only and may contain privileged information, but not
 necessarily the official views or opinions of the New Zealand Defence
Force.
 If you are not the intended recipient you must not use, disclose, copy
or
 distribute this message or the information in it.

 If you have received this message in error, please Email or telephone
 the sender immediately.
 ---
 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/
The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please 

RE: [U2] UV - Files Stats Question

2007-08-26 Thread Ray Wurlod
ACCOUNT.FILE.STATS does keep history - all records in STAT.FILE are timestamped.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Tlnet error 1067

2007-08-26 Thread Charles Barouch

All,
I have a client who is using UniVerse PE and cannot start telnet. I 
suspected that he had a port conflict, but he assures me that this is 
not the case. The error # is 1067. All help appreciated.


--
- Charles Barouch
  [EMAIL PROTECTED]
  Consulting
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/