Domino 9 und frühere Versionen > ND7: Administration & Userprobleme

Installation mit Antwortdatei

(1/1)

Spencer:
Hallo,

ich versuche die Installation beim ersten Aufruf mit einer Antwortdatei zu automatisieren. Das funktioniert so weit auch gut, nur fragt er immer nach den Additional Services, obwohl die auf 0 stehen... Was vergesse ich?


--- Code: ---config.txt:


Username=user
KeyfileName=Z:\pfad\zu\id-File\user.id
Domino.Name=Server
Domino.Port=TCPIP
Domino.Server=1
IM.Server=sametime.server.com
IM.Port=1533
IM.ConnectWhen=2
IM.Protocol=0
AdditionalServices=0
AdditionalServices.NetworkDial=0

--- Ende Code ---

tia

Andreas

Lossa:
Hallo,

siehe Konwoledgebase:

Problem

When creating a scriptable setup that will roll out Lotus Notes without user interaction, there is a list of parameters that can be used. One of these parameters is for "AdditionalServices=" which, when set to 1, can be used to force the display of the Additional Services panel (even if sufficient information is provided for the relative services/settings for internet, proxy and replication settings).

You find that if you set the "AdditionalServices=" parameter to a value of 0 the Additional Services panels still display during the client setup.

 Solution

This is working as designed and as documented. The AdditionalServices parameter does not include an option to prevent the panels from displaying.

An enhancement request to add this functionality was submitted to Quality Engineering as SPR #JNOE5ZRU5X and was addressed in Notes/Domino release 6.5.5. Refer to the Upgrade Central site for details on upgrading Notes/Domino. The AdditionalServices parameter can now be set to a value of -1 to suppress the Additional Services panel.

Excerpt from the Lotus Notes and Domino Release 6.5.5 MR fix list (available at http://www.ibm.com/developerworks/lotus):
Install/Setup/Registration
SPR# JNOE5ZRU5X - With this fix, the Additional Services dialog can be suppressed during scriptable setup.


Workaround
The Additional Services panels can be avoided by including the following three lines in the setup text file:

      AdditionalServices.NetworkDial=0
      Replication.Threshold=9999
      Replication.Schedule=0


Spencer:
Danke, das hat funktioniert.
Kaum gibt man bei der KB Suche den richtigen Suchbegriff ein findet man die Technote auch. ::)

Gruß

Andreas

Navigation

[0] Themen-Index

Zur normalen Ansicht wechseln