OutOffice

We are moving our user from Domino 7.X to domino 8.5, we are finding that users that have their OutOffice agent enable are not being move. does anyone know why?

Thanks

CH

Subject: Design upgrade skips enabled agents

When design upgrade occurs it takes the copy of the agent from the template, which is disabled.The agent cannot reenabled because the server, where the design upgrade occured, does not have

the user’s id to resign the agent.

This the design upgrade is delayed for those agents that enabled. When the agent becomes disabled (i.e. the person is back from vacation) the design upgrade will upgrade the user’s mail file. This allows for uninterrupted

service.

If this is not what is desired there is an ini variable to disable this behavior

DEBUG_DESIGN_AGENT_UPDATE=1

when the value if this ini variable = 0 or the ini variable is missing you get the default behavior (enabled agents are not upgraded; if there were changes to the agent, but the template has not been upgraded the agent is not overwritten)

when the value of this ini varialbe =1 it means do not keep the agent enabled, overwrite it with the disabled agent in the template

when the value of this ini variable=2 means overwrite changes made to the agent by the customer, restore

what is in the template (normally if the change did not change, the changes made to the agent are kept)