Subject: RE: Doc counts
LOL, been doing that alll day and it’s not hepin’
I’m going home and will pick this up again tomorrow…maybe a warm shower and cold beer will help…
Subject: RE: Doc counts
LOL, been doing that alll day and it’s not hepin’
I’m going home and will pick this up again tomorrow…maybe a warm shower and cold beer will help…
Subject: RE: Notes loves her too much is more like it
Hi Doug,
Maybe you can use the Client_Clock notes.ini settings of the Notes client. Keyword : Client_Clock
http://www.drcc.com/ref/notesini.nsf/all/7A4872639FB90313C12567D70052CE32
From
http://www.martinscott.com/home.nsf/newsview/C7F5B845A9E6C76385256C180007FBEF?opendocument
RPC
Description
Open_Session
Authenticate with the server and establish a session
Open_Database
Find and open a database
Open_Note
Send the contents of a note (data document or design element)
Open_Collection
Open a view
Read_Entries
Send a list of information from a view or search, usually follows Open_Collection
Find_By_Key
A view lookup via DBLookup
Get_Special_Note_ID
Send info from the ACL
Close_dB
Close DB session
It will help you with the client_clock setting
JYR
Subject: RE: Notes loves her too much is more like it
Not sure this will help. The problem isn’t with the app, it’s with the user.
User1 opens Db1 based on template A with a view of 26K docs. Time to open view 5 seconds.
User switches to a different view, same number of docs, 5 seconds.
User switches back to the first view, 5 seconds.
User opens Db2 based on template A with a view of 9K docs.
Time to open < 1 sec.
User switches to a different view, same # docs, < 1 sec.
User switches back to first view, < 1 sec.
user2 does the same thing in both dbs, time is always <1sec.
There is something goofy with User1 in Db1.
The issue follows the user ID file so it’s not a network or workstation setup issue.
I delete the user completely from the NAB. I delete her original ID file (we don’t store in the NAB but on a network share - bad practice, yeah I know but it’s what we do).
I recreate her from scratch, same name, problem remains.
I create a new user with a slightly different name but the same user creation process, NO problem…
Db design hasn’t changed in a year.
NO code in the view query or post open events.
Just ran fixup and updated all the indexes - no change.
Thanks for the help. Talking this out may just reveal whatever it is I’m missing…