Rob,
So it's basically a length issue.
RTVDSKINF field length for path is 63, DIFLPT, object name is 12.
RTVDIRINF field length for path is 1024, QEZDIRNAM1, object name is 512, QEZOBJNAM
Why the big difference in runtimes?
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Wednesday, November 19, 2014 3:01 PM
To: Midrange Systems Technical Discussion
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is ther a better option?
Look at
SELECT * FROM syscolumns WHERE TABLE_NAME ='QAEZDISK'
You see any variable length character columns in there which can handle directory names like '/Domino/ApplicationServer/data/WesternHemisphere/UnitedStates/Michigan/MacombCounty'?
You see any variable length character columns in there which can handle names like 'AReviewofthebookLifeAndTimesOfJudgeRoyBean.doc'?
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1 Group Dekko Dept 1600 Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
From: "Steinmetz, Paul" <PSteinmetz@xxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 11/19/2014 02:46 PM
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is
ther a better option?
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
Rob,
If you take a closer look, RTVDSKINF loads complete Folder/Doc
information, name, path, dates, size, etc.
For IFS STMF etc,, RTVDSKINF loads everything (date, size, owner) except
name and path.
Could this be a bug?
Did anyone ever report this?
Is there a reason name and path are NOT loaded?
Object Library
Object
Parent Folder
Object Type STMF
Object Attribute
Object Size 8192
Text Description *NOLIB
Last Changed Century 1
Last Changed Date: format 140709
Last Changed Time 153031
Object Use Indicator 0-ye 0
Last Used Century 1
Last Used Date: format- y 140709
Last Used Time 114430
Object Status: 0-normal,
Object Owner JOHNS
Object ASP 00001
Folder Path
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
rob@xxxxxxxxx
Sent: Wednesday, November 19, 2014 1:47 PM
To: Midrange Systems Technical Discussion
Subject: Re: RTVDSKINF vs RTVDIRINF - what are the differences , is ther a
better option?
Can you get this information from RTVDIRINF?
Licensed Internal Code
Temporary space
Can you get these breakdowns from RTVDIRINF?
Licensed Internal Code:
LIC and tables
Dump space
Error logs
Trace tables
VLIC logs
VLIC control blocks
As you noted, RTVDSKINF does NOT have any detail about individual stream
file entries. So if you had directories like /DominoServers /OurFtpSite
/home and more you couldn't summarize it by those directories.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.