Size of view indexes

Can someone tell me, how can I get viewindexes size in lotusscript?Thanks,

Ishai

Subject: size of view indexes

Go in log.nsf, youwill have the size of everu views. You have to go on every server because view size are different.

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/298a2d9080e621d585256ec80049195c?OpenDocument

JYR

Subject: RE: size of view indexes

I appreciate your quick response, and also I want to ask some questions:1. What do you mean I have to go every server? For example if I want to know the size of ($inbox)?

  1. If I take your solution, that mean every user have to has read access to log.nsf db, isn’t it?

Subject: RE: size of view indexes

  1. What do you mean I have to go every server? If you have one database on 20 servers, they have differents user activity. If a db is not access, the view indexes will be smaller. If a db is access every day, the view indexes will be bigger. So you have to go on every servers to get your info.

For example if I want to know the size of ($inbox)? For exemple, go in the log.nsf database of you mail server. Look in the view databases by size. Locate your mail database. Open the document and look for the ($Inbox).

  1. If I take your solution, that mean every user have to has read access to log.nsf db, isn’t it? Yes. In our organization, every one is authorize to access the log.nsf.

JYR

Subject: RE: size of view indexes

Dear J.Y,I consult with my boss about your solution. He says we need to know the view indexes in real time. log.nsf updated just once a day, so if you have any idea how can I know the size of view indexes in real time, maybe with API functions, or other creative solution?

Really thanks for your help,

Ishai

Subject: RE: size of view indexes

Hi Ishai,

You can check the size of the view indexes through the Administrator client, by selecting the database and right-clicking, then choosing “Manage Views” (in ND6).

This doesn’t help with the issue of trying to programmatically access it of course. I haven’t found a way to do that i’m afraid…

Subject: RE: size of view indexes

Thanks any way, if you will know some way to do it, I am sure can do it with API function call, please tell me.

Thanks a lot!!!

Subject: RE: size of view indexes

Really thanks, I hope it will help me.

Best Wishes

Ishai.