× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I wrote the following agent in the NAB to clear/update that field. It's 
triggered "On event", "Action menu selection", on "All selected 
documents":

Sub Initialize
        Dim session As New NotesSession
        Dim db As NotesDatabase
        Dim doc As NotesDocument
        Dim dc As NotesDocumentCollection 
        Dim v As NotesView 
        Dim x As String
 
        Set db = session.CurrentDatabase
        Set dc = db.UnprocessedDocuments
        Set doc = dc.GetFirstDocument
'THIS VIEW CAN BE ANYTHING AND THE $ClientVersions IS ONE THAT I CREATED
        Set v = db.GetView("($ClientVersions)") 
'This defaults to Release 7.0.2 for me, you can leave it blank to clear 
the field. 
        x = Inputbox("What is the Release?","Update Client 
Version","Release 7.0.2")
 
        v.AutoUpdate = False 
 
        While Not(doc Is Nothing)
                doc.ClntBld = x 
                Call    doc.save(True,False) 
                Set doc = dc.GetNextDocument(doc)
        Wend 
End Sub

Chris Whisonant
Senior Mid-Range Systems Administrator
Comporium
803-326-7270
IBM Certified Specialist -- eServer i5 iSeries Domino Technical Solutions 
V5R3
IBM eServer Certified Systems Expert - iSeries Technical Solutions V5R2
IBM Certified System Administrator - Lotus Notes and Domino 6/6.5
IBM Certified System Administrator - Lotus Notes and Domino 7
IBM Certified Associate Developer - Lotus Notes and Domino 6/6.5

domino400-bounces+chris.whisonant=comporium.com@xxxxxxxxxxxx wrote on 
01/02/2007 09:49:22 AM:

Chris,

That's a good suggestion.  How does one clear that field (ClntBld) to 
get 
it to start over?  For example mine shows:
"Release 6.5"
"Release 6.5"
"Release 6.5.1"
"Release 7.0.2"
"Release 6.5.4"
"Release 6.5.3"
"Release 7.0.1"
"Release 7.0.2"

And, you're right, I checked with one R5 person.  Their person document 
in 
the directory does not even have a ClntBld field.

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





Chris Whisonant <Chris.Whisonant@xxxxxxxxxxxxx> 
Sent by: domino400-bounces+rob=dekko.com@xxxxxxxxxxxx
01/02/2007 09:28 AM
Please respond to
Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>


To
Lotus Domino on the iSeries / AS400 <domino400@xxxxxxxxxxxx>
cc
domino400-bounces+chris.whisonant=comporium.com@xxxxxxxxxxxx, 
domino400@xxxxxxxxxxxx
Subject
Re: Opened session for Joe User/DEKKO (Release 5.0.11)






Rob, check this out - not sure if it's tracked in R5 clients, though....

http://cwhisonant.blogspot.com/2006/02/notes-smart-upgrade-tracking-
show-n.html


Chris Whisonant
Senior Mid-Range Systems Administrator
Comporium
803-326-7270
IBM Certified Specialist -- eServer i5 iSeries Domino Technical 
Solutions 
V5R3
IBM eServer Certified Systems Expert - iSeries Technical Solutions V5R2
IBM Certified System Administrator - Lotus Notes and Domino 6/6.5
IBM Certified System Administrator - Lotus Notes and Domino 7
IBM Certified Associate Developer - Lotus Notes and Domino 6/6.5

domino400-bounces+chris.whisonant=comporium.com@xxxxxxxxxxxx wrote on 
01/02/2007 09:25:14 AM:

I am trying to find out who is still running older Notes clients.  In 
my 


log.nsf I can see items like
Opened session for Joe User/DEKKO (Release 5.0.11)
Is there some nice view somewhere that will show this sorted by that 
client?

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com

_______________________________________________
This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing 
list
To post a message email: Domino400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/domino400.



NOTICE: This message contains information which may be confidential. If 
the reader is neither the intended recipient nor a person responsible 
for 
delivering the message to the intended recipient, you are notified that 
any distribution, copying or retention of this communication is strictly 

prohibited. If you have received this communication in error, please 
notify us immediately by return e-mail, telephone or facsimile. Thank 
you.
_______________________________________________
This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing list
To post a message email: Domino400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/domino400.


_______________________________________________
This is the Lotus Domino on the iSeries / AS400 (Domino400) mailing list
To post a message email: Domino400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/domino400.



NOTICE: This message contains information which may be confidential. If 
the reader is neither the intended recipient nor a person responsible for 
delivering the message to the intended recipient, you are notified that 
any distribution, copying or retention of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify us immediately by return e-mail, telephone or facsimile. Thank you.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.