5 pts.
 Script to add parameters in notes.ini
Hello, I want to add several parameters in notes.ini to prevent double booking, I have referred this link http://searchdomino.techtarget.com/tip/Preventing-double-booking-in-the-Resource-Reservation-Database  I want to set following parameters in notes.ini
AMgr_DocUpdateEventDelay=1
Amgr_DocUpdateAgentMinInterval=1
AMgr_NewMailEventDelay=1
AMgr_NewMailAgentMinInterval=1

I have tried following code but it has not worked

Call.session.SetEnvironmentVar("AMgr_DocUpdateEventDelay",1)
Call.session.SetEnvironmentVar("AMgr_DocUpdateAgentMinInterval",1)
Call.session.SetEnvironmentVar("AMgr_NewMailEventDelay",1)
Call.session.SetEnvironmentVar("AMgr_NewMailAgentMinInterval",1)
Is any other way to implement it? I am a novice to lotus script, kindly help me, thanks in advance

Software/Hardware used:
ASKED: October 15, 2012  11:17 AM
UPDATED: October 15, 2012  11:54 AM

Answer Wiki:
Did you try this way ?
Call.session.SetEnvironmentVar("AMgr_NewMailAgentMinInterval",1, True)
Last Wiki Answer Submitted:  October 15, 2012  2:21 pm  by  BruceWayne   4,075 pts.
All Answer Wiki Contributors:  BruceWayne   4,075 pts. , Michael Tidmarsh   11,380 pts. , vivek44   5 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _