Link to home
Start Free TrialLog in
Avatar of twizted_teck
twizted_teckFlag for United States of America

asked on

Notes.ini Problem

I need to add the following to the notes.ini, Is there a way to initialize this without rebooting the Domino server. We are running Domino 6.5.3

 iNotes_WA_SametimeToken=0
 iNotes_WA_SametimeServer=hostname.company.com
Avatar of HappyFunBall
HappyFunBall

you can type SET CONFIG iNotes_WA_SametimeToken = 0 at the server console.  Then type SET CONFIG iNotes_WA_SametimeServer = hostname.company.com

Avatar of twizted_teck

ASKER

HappyFunBall,

When I typed  type SET CONFIG iNotes_WA_SametimeToken = 0 and SET CONFIG iNotes_WA_SametimeServer = hostname.company.com in the console it gave me an "Invalid value for command option" error
I won't think it is possible.
ASKER CERTIFIED SOLUTION
Avatar of Bozzie4
Bozzie4
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Boozie, I was thinking the same thing myself, since this settings would only affect a DWA Server. I tried it out and it worked thanks for your input.