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



Jan 9, 2012, 4:00 PM
6 Posts

XPiNC and Performance

  • Category: Performance
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: XPiNC
  • Replies: 3
Hi there,
 
a XPage running in Notes Client becomes very slow if the datasource is not located within the same db as the xpage is. In my demo this is the case only for a "document" datasource, not for a "view" datasrouce.
 
Any help very welcomed...
 
regards
 
Stephan
 
Jan 10, 2012, 8:48 AM
53 Posts
Re: XPiNC and Performance
I don't see the same thing. I have many xPages with a document datasource from a different database which perform fine (using XPiNC of course).
 
How are you specifying the datasource? The database name should be server!!filename.nsf, then the form is hardcoded (can be computed of course)
Jan 11, 2012, 4:38 PM
6 Posts
Re: XPiNC and Performance
Hi Dan,
 
thanks for your information, but it did not help me. Maybe I explain it a more in detail: A db hosting the xpages has 2 xpages: A list XPage with a vew datasrouce and a detail XPage with a document source. Both datasources link to a remote db. The XPage with the view works fine an opens immediateliy. When I click in a link in the view to open the document in the second Xpage, then the XPiNC hangs between 15 and 20 seconds and then comes up.
 
Maybe something with DNS entries or whatever. Still need help !!
regards  Stephan
Jan 19, 2012, 8:15 AM
6 Posts
Re: XPiNC and Performance - Found the problem
 
Finally it turned out that the problem is not the datasource in a remote db but some fields of type combobox where the values are in a different database. Means a simple application where the configuration is located in a separate config database makes the XPiNC hang. The more comboboxes you have, the more it makes the client hang. Just create a combobox and get the values for the combobox via configDb.getView("luconfig").getViewEntriesByKey(xxx) where config db is a db located in the same directory as the application.
 
Regards Stephan

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