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



Mar 18, 2011, 2:56 PM
16 Posts

Re: Problems with XPages on Domino Server 8.5.2 for Linux

  • Category: Server Side JavaScript
  • Platform: Linux
  • Release: 8.5.2
  • Role: Developer
  • Tags: XPages,Linux,Repeater,View,getDocumentByKey
  • Replies: 3
Hi,
 
I cannot see from your code whether this is related. However, you do mention that you need to refer to another database. Have you taken into consideration that file names and paths are case sensitive on Linux (and other operating systems than Windows)? The reason why it sometimes work anyway is if the database has been opened before (and cached....). I know this kind of problem can be difficult to spot.
 
/John 
Mar 18, 2011, 4:52 PM
8 Posts
Re: Problems with XPages on Domino Server 8.5.2 for Linux
 Thanks for your response!
 
Well, thats all good points to think about. My application (XPage DB and a notes database) is very tricky and can read information from documents from any other notes database. The XPage shows the data, and the data which should be displayed are configured in the notes database.
 
I am understanding you right, that it is not good, if the XPage always again and again gets the notes database? 
 
I do like this very often, because I don't know how to declare this global: 
var db:NotesDatabase = session.getDatabase(server,path,false) 
var vw:NotesView = db.getView("whateverviewuwant"); 

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