Rambling on...
I was speaking with one of my co-workers Friday that has kept me thinking this weekend. Ever since I've got started with Lotus Notes/Domino development/administration I've worked for very large companies (i.e. Coca-Cola, U.S. Govt, Sprint, Etc..) and somehow I've always been a lone developer/administrator with no one to run my work by, no mentor. Now while the things I do seem to get the job done and I like to think that the job is done elegantly, but I really have no way of knowing.
But this conversation got me wondering how many other developers/administrators are in this position?











Comments
There may be an observation here. Let's say you're an auto mechanic. Every Honda that rolls in to your garage only needs an oil change. Really boring stuff. Yeah, that car works great for the driver, but as a mechanic you're really bored. You'd much rather see a high maintenance car, like a BMW roll in. Then at least you'd be challenged and have something to learn. I think that's the problem with Notes, to some degree. Junior admins don't care for it. It just works, and that's super boring to them.
Posted by Matt At 10:38:11 PM On 04/20/2008 | - Website - |
As for the dependability of the Lotus Domino server, I agree. I've seen Domino Servers work for more than a year with no issues until a MS patch is installed and breaks something
Posted by Keith Strickland At 04:12:41 PM On 04/21/2008 | - Website - |
By the way, I was looking for your 'User Administration Utility' which is a very good job of development. When will you release newer versions?
Posted by Gabe Amorim At 03:26:08 PM On 04/23/2008 | - Website - |
And also, I am still not sure whether it would work. I think that activity information got lost... :'(
Posted by Gabe Amorim At 03:29:11 PM On 04/23/2008 | - Website - |
@5 You can see user activity in log.nsf, it's kinda rudimentary but the information is there
Posted by Keith Strickland At 04:58:25 PM On 04/23/2008 | - Website - |
I tried the 'user activity' in log.nsf but its very rudimental and very short. I needed information for, at least, the last year or the last six months. The only information I do need is when the user last accessed the server.
Do you have any tip?
[...]
That was a sad new to know that you will discontinue the "User Administration Utility". I took a look at the tool and it is fruit of a very well done job!
Posted by Gabe Amorim At 02:21:03 PM On 04/24/2008 | - Website - |
Other than enabling activity tracking in the configuration document and maintaining activity.nsf I don't know where else you could get activity type information. If you collected the info from log.nsf every day, that may be satisfactory to determine when a user hit a server. To keep it all in one place you could always enable replication of the logs, but the problem with that is they would get REALLY BIG.
But do a search of the blogosphere and see if anyone might have done something like this before. You might also take a look at how I did that in the "User Administration Utility" and see if you can replicate that functionality. Heck, that might be a good candidate for another OpenSource app
Posted by Keith Strickland At 02:36:41 PM On 04/24/2008 | - Website - |
Of course I needed to be sure that 'Record Activing' other tick of the 'User Details' tab of the 'Database Information' was ticked. Gladly most of my thousand users had this field activated and I could gather the information needed.
Perharps you could add that feature to 'User Administration Utility'. In that case, just let me know so I can send you code.
See ya!
Posted by Gabe Amorim At 07:54:51 AM On 05/19/2008 | - Website - |