This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jul 21, 2017, 6:18 AM
10 Posts

Multi-Segment ID table length from Server

  • Category: Application Development
  • Platform: Windows
  • Release: 9.0
  • Role: Developer
  • Tags: Db.AllDocuments,error,Multi-Segment ID table
  • Replies: 8

Thanks for your reply Emilie

Unfortunately it is not a rights problem. The agent clearly has acces to the DB (can read ACL, Data docs etc.) and I meanwhile have written a quite slow but working workaround:

Have replace the n&= DB.AllDocuments.Count by a method, that first tries to use the normal AllDocuments method and if this one fails (error 4005) it creates a NotesNoteCollection for all DataDocuments and so gets the number of documents. But (!!!) this is very slow, it takes around 100-160 sec alone for this one DB ! The agent usually needs 20 seconds for all 400+ db's ... ;-)

 But this is a  workaround and  not really a solution for this error. The question is what is going on in this DB. Is there more coming ?

Will today create a copy and then try to compact the whole DB.

Will keep you informed.

Joe

Jul 22, 2017, 9:46 PM
32 Posts
I believe the idtable from the source is close to full
causing the indigestion. Apparently when the idtable flows over the wire, the client code leaves some gas in each of the chunks of memory for future growth. Unfortunately this gas is needed now but the client doesn't have a way to reclaim this gas for current use.

NOTE: I'm not that familiar with this area of the code, and it is just from a quick perusal of the code that I've come to this conclusion. You should probably open a PMR to get a definitive answer.


--Steve
swatts@notesdev.ibm.com

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal