| « Installing Lotus Domino from Scratch | IBM Lotus Notes Client v8 for Beginners » |
'Set Config' parameter does not alter the parameter in the Domino server configuration document
One in the category: "I didn't know that notes.ini setting":
Technote (FAQ)
Question
When you issue a "set config" command at the Domino™ server console (for example, "set config server_restricted=2") to change the value of an existing Notes.ini parameter, the value change for the parameter is not reflected in the Configuration document. The Configuration document parameter stays the same, and soon afterwards the parameter reverts back to its old value.
Answer
This issue was reported to Lotus software Quality Engineering; however, it was determined not to be a software problem. To have such console commands be reflected in the Configuration document, you need to do one of two things:
1. Set ENABLE_SRVCFG_NAB_UPDATE=1 in your Notes.ini; or
2. Pass in the keyword "update" on the SET CONFIG command, such as "set config server_restricted=0 update"
Technote (FAQ)
Question
When you issue a "set config" command at the Domino™ server console (for example, "set config server_restricted=2") to change the value of an existing Notes.ini parameter, the value change for the parameter is not reflected in the Configuration document. The Configuration document parameter stays the same, and soon afterwards the parameter reverts back to its old value.
Answer
This issue was reported to Lotus software Quality Engineering; however, it was determined not to be a software problem. To have such console commands be reflected in the Configuration document, you need to do one of two things:
1. Set ENABLE_SRVCFG_NAB_UPDATE=1 in your Notes.ini; or
2. Pass in the keyword "update" on the SET CONFIG command, such as "set config server_restricted=0 update"
3 comments
Comment from: rajesh haran [Visitor]
Hi Dennis,
If you add 'update' at the end of your argument, it will update the config document.
example: Set ENABLE_SRVCFG_NAB_UPDATE=1 update
technote from IBM:
http://www-01.ibm.com/support/docview.wss?uid=swg21172870
If you add 'update' at the end of your argument, it will update the config document.
example: Set ENABLE_SRVCFG_NAB_UPDATE=1 update
technote from IBM:
http://www-01.ibm.com/support/docview.wss?uid=swg21172870
04/24/12 @ 19:10
Rajesh: That's exactly what the technotes says ;-)
(I forgot to add the link)
(I forgot to add the link)
04/24/12 @ 19:21