lotus-domino

Can not attach debugger to HTTP JVM, AMGR JVM is attached instead

别等时光非礼了梦想. 提交于 2019-12-09 03:56:00
问题 Domino is configured to allow remote debugging by notes.ini param: JavaEnableDebug=1 JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8703 Debug is tarted in Domino Designer/Eclipse to debug some XPages code. Debugger attaches to different JVM. As I discovered, it is JVM of AMGR which run Java agent previously. Disconnecting and reconnecting debugger does not help. Only workaround is to shutdown/restart AMGR to be able to attach to HTTP JVM. Is it possible to set different

Simultaneous Lotus notes server-side agents

…衆ロ難τιáo~ 提交于 2019-12-08 18:22:27
In my Lotus Notes workflow application, I have a scheduled server agent (every five minutes). When user's act on a document, a server-side agent is also triggered (this agent modifies the said document, server-side). In the production, we are receiving many complaints that the processing are incomplete or sometimes not being processed at all. I checked the server configuration and found out that only 4 agents can run concurrently. Being a global application with over 50,000 users, the only thing that I can blame with these issues are the volume of agent run, but I'm not sure if I'm correct (I

Accessing Domino server using Android Apps

坚强是说给别人听的谎言 提交于 2019-12-08 13:39:42
问题 I want to read data which is receiding in the domino server database using android application. Any body has any kind of example/sample program for doing this ? What is the best possible way to read the data from domino using Android. And also I am interesting in knowing what are the different ways of doing this ? 回答1: This is a very broad question. So I'm going to have to give you a broad answer. Accessing a data on a Domino server can be done a number of ways. If you design an Android app

Lotus Domino Server Access from iPhone

耗尽温柔 提交于 2019-12-08 12:03:23
问题 I am new to lotus notes and domino server. I want my iPhone application to have access of domino server. I want to get Contacts from domino server in my iPhone Application. I googled for it,I found many documents. but I couldn't find perfect data flow for that. can any one explain me how can i get Contacts/Calendar/Mail from domino Server. What is the purpose of using java Agents for lotus notes? In simpler word, I want to make Lotus notes for iPhone with iPhone SDK 3.0. Thanks, 回答1: As you

Policy or file to set XPages Perfomance Preoloading and Run On Server

大城市里の小女人 提交于 2019-12-08 08:50:33
问题 Someone know what's the file into Notes Client 9.01 installation where is stored the Section XPages Perfomance that is show under Preferences of client Notes? I have need to set this information to all my client notes? Exist a policy settings or someone know what's the file? Tnx you 回答1: Notes.ini: XPagesPreload=1 XPagesPreloadDB=servername!!path/mydb.nsf/myxpage.xsp,servername!!path/anotherdb.nsf [NotesDataDirectory]/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings: com.ibm

Debug information for javax.net is not written to Domino server console

让人想犯罪 __ 提交于 2019-12-08 07:34:17
问题 In my XPages application, I want to debug a problem related to javax.net . Therefore I set the system property javax.net.debug=all . Unfortunately, the debug information is not written to the Domino server console and I cannot find it in any of the logs on the server. Can anybody tell me how to get that debug output? 回答1: 1) In your Notes.ini, create an entry for an options file, i.e. JavaOptionsFile=C:\IBM\Domino9\MyJavaOptions.txt 2) Create this file and add this line -Djavax.net.debug=all

Unable get 600,000 deletion stubs ro purge from database

情到浓时终转凉″ 提交于 2019-12-08 05:42:22
问题 Update: I have issued a: show database mycleandb.nsf and I can see there are still 835,000 deletion stubs. I can't seem to remove them. Summary: We have a large database that we are now ready to start trimming down to a more manageable size. I deleted the documents, but I am left with a database it appears I can't copy or replicate, receiving error: Unable to extend an ID table - insufficient memory. Detail: Current live database has roughly 1,400,000 docs in it, we can immediately reduce it

Create a meeting or calendar item using Domino Data Service(REST service)

旧街凉风 提交于 2019-12-08 04:50:29
问题 I am trying to book a mail room using Domino Data service.Can anybody please guide me in which form i have to create a document? I am using 9.0.1 of Lotus Domino. 回答1: Domino Access Services provides a special API for calendar. You need to use the Calendar events POST (available since 9.0.1, which is you are using) as described in the documentation JSON event representation is also described here with samples. 来源: https://stackoverflow.com/questions/29137917/create-a-meeting-or-calendar-item

How to set different web authentication mode for different database in Lotus Domino

て烟熏妆下的殇ゞ 提交于 2019-12-08 04:24:20
问题 Disclaimer: I'm not a Notes admin, I just wrote the application :), and I try to help our client to use it. We provide a simple database with one agent to accept and process HTTP POST messages from Internet. The Domino server where this database is going to be installed is configured for Single SignOn authentication for web access. Is there a way so set only our database to use different type of authentication - i.e. Basic Authentication, so we can hit it like this to POST messages to the

Assistance locating jar containing Domino/XPages classes

£可爱£侵袭症+ 提交于 2019-12-08 04:09:04
问题 I am working with a java developer who is writing a jar that needs to use multi-threading. We discovered today that Domino is managing the way that it uses threads using the NotesThread class. He is in the process of changing his code to do it the "domino" way. The traditional java 1.6 way is not going to work. He is asking me for the jar that contain the following classes so he can build his solution. Can someone point me to what jar contains these classes. com.ibm.domino.xsp.module.nsf