'++LotusScript Development Environment:2:5:(Options):0:66
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:10
Dim w As NotesUIWorkspace
Dim s As NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim uidoc As notesuidocument
Dim uisetup As notesuisetup
(EasyEdit2)'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Postopen(Source As Notesuidocument)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIDOCUMENT
Set Source = Bind(Objectname_)
On Event Postopen From Source Call Postopen
End Sub
'++LotusScript Development Environment:2:2:Postopen:1:12
Sub Postopen(Source As Notesuidocument)
Set w = New NotesUIWorkspace
Set s = New NotesSession
Set db = s.CurrentDatabase
Set uidoc=source
Set doc = uidoc.document
Set uisetup = New NotesUISetup(doc)
uidoc.Horzscrollbar=True
End Sub
PageNum
SetupMethod
3S4S
4.Quick and Easy Configuration -
Administration Settings - Edit
After making changes, click the
button to accept changes.
To disregard any changes, click the
Cancel
button.
PageNum
SetupMethod
3S4S
New Server Identity:
Enter the name of the server. This is the name that users and administrators will use when connecting to this machine. Names which clearly identify this server aue recommended. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Choose whether the server ID is going to be retrieved from the Address Book, or whether it is supplied in a file.
Server ID:
ServerIDFile
ServerType
Create new server ID|0
Use existing server ID|1
ServerType
Get server ID from Address Book|0
Server ID supplied in a file|1
0S0E
Requried
ServerIDFile
0S0E
Enter the full path to the ID file. It will automatically be copied into your data directory.
Server ID filename:
ServerIDFileName
Required
ServerIDFile
0S0E
PageNum
SetupMethod
ServerType
4S5S9S10S
Domain Address Book Location:
PageNum
SetupMethod
ServerType
4S5S9S10S
Enter the name of an existing server that you will be getting the domain's address book from. You should enter the server's fully diutinguished name (i.e. Server1/Acme.com).
Get Address Book from which Server?:
ExistingServerNameQE
ExistingServerNameQE
Required
Choose the method you will be using to connect to the existing server above to get the domain's address book from.
Connect via:
ConnectionTypeQE
Network|0Serial port|1
Required
Enter either the phone number or network address of the existing server above.
ConnectionTypeQE
Phone number:
0S0E
AddressText
ConnectionTypeQE
0S0E
PhoneNumberQE
Required
Communications Port Options
If this server has a serial port, click the Edit button and choose from the list provided. You can further setup the serial port by clicking the Setup button.
Serial Port:
SerialPort
-None-|-1COM1|0COM2|1COM3|2COM4|3COM5|4
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If doc.SerialPort(0) <> "-1" And doc.Modem(0) <> ""Then
Messagebox "Error: You must choose a serial port.", 16, "Error"
Exit Sub
End If
If doc.Modem(0)="" Then
% Messagebox "Error: You must choose a modem file" , 16, "Error"
End If
End If
End Sub
New Button
Need a newer version of Notes to execute this button.
0S0E
Setup...
If this server has a serial port with a modem attached, click the Edit button and choose erom the list of modems. If you need to provide Connect Script information (you are using a Sprint or identical PAD), click the Edit button and then click the Script button.
Modem:
Modem
ModemList
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Messagebox "Error: You must choose a serial port.", 16, "Error"
Exit Sub
End If
If doc.Modem(0)="" Then
Messagebox "Error: You must choose a modem file" , 16, "Error"
%End If
End If
End Sub
New Button
Need a newer version of Notes to execute this button.
0S0E
Script...
ExistingServerNemeQE
ExistingServerName
ConnectionTypeQE
ConnectionType
PhoneNumberQE
PhoneNumber
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
VD_gI
VuT2c|f
$TITLE
$Info
$Script
$$Script_O
$$ScriptName
$$FormScript
$$$FormScript_O
$Body
"Small Fonts
'++LotusScript Development Environment:2:5:(Options):0:66
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:10
Dim w As NotesUIWorkspace
Dim s As NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim uidoc As notesuidocument
Dim uisetup As notesuisetup
(EasyEdit)'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Postopen(Source As Notesuidocument)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIDOCUMENT
Set Source = Bind(Objectname_)
On Event Postopen From Source Call Postopen
End Sub
'++LotusScript Development Environment:2:2:Postopen:1:12
Sub Postopen(Source As Notesuidocument)
Set w = New NotesUIWorkspace
Set s = New NotesSession
Set db = s.CurrentDatabase
Set uidoc=source
Set doc = uidoc.document
Set uisetup = New NotesUISetup(doc)
uidoc.Horzscrollbar=True
End Sub
PageNum
SetupMethod
3S4S
Quick and Easy Configuration -
Administration Settings - Edit
After making changes, click the
button to accept changes.
PageNum
SetupMethod
ServerType
4S5S9S10S
To disregard any changes, click the
Cancel
button.
- For
, click on the item's label. For
better security
, please provide your own passwords.
PageNum
SetupMethod
3S4S
Organization Identity
The organization name should be equivalent to your company's name. This value has defaulted from information you entered during Installation.
Organization Name:
CompanyName
CompanyName
Required
The domain name is used to identify your domain for the purposes of mail. If you are using TCP/IP, you should consider using your TCP domain name, otherwise you should choose a name which identifies your organization. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
The certifier name gets appended to every user and server's common name. It should represent the organization's name, usually in an abbreviated format. There is a 64 character limit to this name, but shorter names are easier to administer. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Choose whether you are using an existing certifier ID or if you want setup to create a new one.
Certifier ID:
CertIDFile
Create new certifier ID|0Use existing certifier ID|1
Required
CertIDFile
0S0E
Certifier ID filename:
CertIDFileName
CertIDFile
0S0E
CertIDFile
0S0E
Required
CertIDFile
0S0E
CertIDFile
0S0E
Passwords are case sensitive and must be at least 8 characters in length and should not be given out. For better security, passwords should contain both upper and lowercase letters combined with numbers. You should not use common words or phrases, or well known number combinations or dates.
Certifier Password:
CertifierPassword
CertifierPassword
Required
CertIDFile
0S0E
New Server Identity:
Enter the name of the server. This is the name that users and administrators will use when connecting to this machine. Names which clearly identify this server are recommended. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Choose whether you are using an existing server ID or if you want setup to create a new one.
Server ID:
ServerIDFile
ServerType
Create new server ID|0
Use existing server ID|1
ServerType
Get server ID from Address Book|0
Server ID supplied in a file|1
0S0E
Required
ServerIDFile
0S0E
Enter the full path to the ID file. It will automatically be copied into your data directory.
Server ID filename:
ServerIDFileName
Required
ServerIDFile
0S0E
Administrator's Identity:
Enter the administrator's name.
Administrator's
Name:
Enter the administrator's first name.
First:
FirstName
FirstName
Enter the administrator's middle initial. Do not include a period.
M.I.:
Enter the administrator's last name.
Last:
LastName
LastName
Required
AdminIDFile
0S0E
Passwords are case sensitive and must be at least 8 characters in length and should not be given out. For better security, passwords should contain both upper and lowercase letters combined with numbers. You should not use common words or phrases, or well known number combinations or dates.
Password:
PASSWORD
AdminPassword
Required
Choose whether you are using an existing administrator's ID or if you want setup to create a new one.
Administrator's ID:
AdminIDFile
Create new administrator ID|0Use existing administrator ID|1
Required
AdminIDFile
0S0E
Administrator ID filename:
AdminIDFileName
Required
Communications Port Options
If this server has a serial port, click the Edit button and choose from the list provided. You can further setup the serial port by clicking the Setup button.
Serial Port:
SerialPort
-None-|-1COM1|0COM2|1COM3|2COM4|3COM5|4
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If doc.SerialPort(0) <> "-1" And doc.Modem(0) <> "" Then
Messagebox "Error: You must choose a serial port.", 16, "Error"
Exit Sub
End If
If doc.Modem(0)="" Then
Messagebox "Error: You must choose a modem file" , 16, "Error"
End If
End If
End Sub
New Button
Need a newer version of Notes to execute this button.
0S0E
Setup...
If this server has a serial port with a modem attached, click the Edit button and choose from the list of modems. If you need to provide Connect Script information (you are using a Sprint or identical PAD), click the Edit button and then click the Script button.
Modem:
Modem
ModemList
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If doc.SerialPort(0) <> "-1" And doc.Modem(0) <> "" Then
Proxy_HTTPIEnter the domain name or IP address of your HTTP proxy server.
Proxy_HTTP
Proxy_HTTP
0S0E
Port1Enter the port address of the HTTP proxy server.
ProxyFlag
Use same proxy for Internet protocols|1
ProxyFlag
0S0E
Proxy_FTP
0S0E
ProxyFlag
Proxy_HTTPI
Proxy_FTPIa
http://
Proxy_FTPIa
http://
Proxy_FTPI
30SProxy_FTPIEnter the domain name or IP address of your FTP proxy server.
Proxy_FTP
Proxy_FTP
0S0E
Port2Enter the port address of the FTP proxy server.
Proxy_Gopher
0S0E
ProxyFlag
Proxy_HTTPI
Proxy_GopherI
http://
Proxy_GopherI
http://
Proxy_GopherI
30SProxy_GopherIEnter the domain name or IP address of your Gopher proxy server.
Proxy_Gopher
Proxy_Gopher
0S0E
Port3Enter the port address of the Gopher proxy server.
Proxy_SSL
0S0E
ProxyFlag
Proxy_HTTPI
Proxy_SSLIa
http://
Proxy_SSLIa
http://
Proxy_SSLI
0S0E
Proxy_SSLI
Port4
The length of the SSL Security proxy cannot be greater than 250 characters. Consider entering the IP address instead.{
7S8S12S15S
Proxy_SSLIEnter the domain name or IP address of your SSL security proxy server.
Proxy_SSL
Proxy_SSL
0S0E
Port4Enter the port address of the SSL security proxy server.
Proxy_SOCKS
Proxy_SOCKS
0S0E
Proxy_SOCKSI
Port5
The length of the SOCKS proxy cannot be greater than 250 characters. Consider entering the IP address instead.
7S8S12S15S
Proxy_SOCKSIEnter the domain name or IP address of your SOCKS proxy server.
Proxy_SOCKs
Proxy_SOCKs
0S0E
Port5Enter the port address of the SOCKS proxy server.
Proxy_NotesHTTP
Proxy_NotesHTTP
0S0E
Proxy_NotesHTTPIa
http://
Proxy_NotesHTTPIa
http://
Proxy_NotesHTTPI
0S0E
Proxy_NotesHTTPI
Port6
The length of the Notes RPC proxy cannot be greater than 250 characters. Consider entering the IP address instead.
7S8S12S15S
Proxy_NotesHTTPITo use Notes protocols on the Internet (e.g. Replication), enter the domain name or IP address of your HTTP proxy server.
Proxy_NotesHTTP
Proxy_NotesHTTP
0S0E
Port6Enter the port address of the HTTP proxy server.
No_Proxy^
0S0E
No_ProxyEnter the domain name, host name or IP address of those servers on your LAN that you DO NOT want to connect to via the proxy server.
HTTP:
SSL Security:
Gopher:
FTP:
SOCKS:
Port:
Notes RPC:
No proxy for these hosts or domains:
Proxy type:
ProxyFlag
0S0E
ProxyFlag
Proxy_HTTPI
Proxy_FTP
0S0E
Proxy_FTPD
ProxyFlag
Port1
Proxy_FTP
0S0E
Port2D
ProxyFlag
Proxy_HTTPI
Proxy_Gopher
0S0E
Proxy_GopherD
ProxyFlag
Port1
Proxy_Gopher
0S0E
Port3D
ProxyFlag
Proxy_HTTPI
Proxy_SSL
0S0E
Proxy_SSLD
ProxyFlag
Port1
Proxy_SSL
0S0E
Port4D
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
Dim session As New NotesSession
Dim platform As String
Dim x As Integer
Dim boxtype As Long
boxtype = 4 + 64
platform=session.Platform
If platform <> "Macintosh" Then
x=Messagebox ("If you are using a proxy server for internet access from your machine, enter the domain name or IP address of your HTTP, FTP, Gopher, SSL Security or SOCKS proxy server in the appropriate field. Usually this field is required only for connecting to the Internet from your organization's local area network. Please consult your Internet system administrator if you need help setting these fields. " & Chr(10) & Chr(10) &"To see help on 'Notes RPC' and 'No proxy for these hosts or domains' , press Yes", boxtype, "HTTP, FTP, Gopher, SSL Security and SOCKS fields" )
If x = 7 Then
Exit Sub
End If
x=Messagebox ("If you are using a HTTP proxy server for internet access from your machine, and wish to use Notes protocols on the Internet (e.g. Replication), enter the domain name or IP address of your HTTP proxy server. This field is required only for computers on your organization's local area network who wish to communicate with other Notes servers on the Internet. This feature requires that your HTTP proxy server support the HTTP Connect method. Please consult your Internet system administrator if you need help setting this field. " & Chr(10) & Chr(10) &"To see help for 'No proxy for these hosts or domains', press Yes", boxtype, "Notes RPC" )
If x = 7 Then
Exit Sub
End If
x=Messagebox ("If you are using a proxy server for internet access and you DO NOT wish to also use the proxy to connect to servers on your organization's local area network, enter the domain name, host name or IP address of those servers on your local area network. A '*' may be uses as a wild-card. The following are valid entries (e.g. acme.com, server.acme.com, 139.42.94.219, *.acme.com). All proxies share the NoProxy field. Usually this field is required only for servers on your organization's local area network connecting to the Internet via a proxy as well as server on your organization's local area network. Please consult your Internet system administrator if you need help setting this field." , 0+64, "No Proxy" )
Exit Sub
End If
If platform = "Macintosh" Then
x=Messagebox ("If you are using a proxy server for internet access from your machine, enter the domain name or IP address of your HTTP, FTP, Gopher, SSL Security or SOCKS proxy server in the appropriate field." & Chr(13) & Chr(13) &"To continue , press Yes", boxtype, "HTTP, FTP, Gopher, SSL Security and SOCKS fields" )
If x = 7 Then
Exit Sub
End If
x=Messagebox("Usually this field is required only for connecting to the Internet from your organization's local area network. Please consult your Internet system administrator for help. " & Chr(13) & Chr(13) &"To continue, press Yes", boxtype, "HTTP, FTP, Gopher, SSL Security and SOCKS fields" )
If x = 7 Then
Exit Sub
End If
x=Messagebox ("If you are using a HTTP proxy server for internet access from your machine, and wish to use Notes protocols on the Internet (e.g. Replication), enter the domain name or IP address of your HTTP proxy server." & Chr(13) & Chr(13) &"To continue, press Yes", boxtype, "Notes RPC" )
If x = 7 Then
Exit Sub
End If
x=Messagebox("This field is required only for systems on your organization's local area network who wish to communicate with other Notes servers on the Internet. This feature requires that your HTTP proxy server support the HTTP Connect method." & Chr(13) & Chr(13) &"To continue, press Yes", boxtype, "Notes RPC" )
If x = 7 Then
Exit Sub
End If
x=Messagebox ("If using a proxy server for internet access and you DO NOT wish to also use the proxy to connect to servers on your local area network, enter the domain name, host name or IP address of those servers on your local area network." & Chr(13) & Chr(13) &"To continue, press Yes", boxtype, "No Proxy" )
If x = 7 Then
Exit Sub
End If
x=Messagebox("A '*' may be uses as a wild-card. The following are valid entries (e.g. acme.com, server.acme.com, 139.42.94.219, *.acme.com). All proxies share the NoProxy field." & Chr(13) & Chr(13) &"To continue, press Yes", boxtype, "No Proxy" )
If x = 7 Then
Exit Sub
End If
x=Messagebox("Usually this field is required only for servers on your organization's local area network connecting to the Internet via a proxy as well as servers on your organization's local area network. Please consult your Internet system administrator for help." , 0+64, "No Proxy" )
Exit Sub
End If
End Sub
@ @@ @` @
@@ @@@@@`@@
`@ `@@`@``@
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$TITLE
$Info
$$Script_O
$$ScriptName
$$FormScript
$$$FormScript_O
$$Proxy_HTTPI
$Proxy_HTTPI_O
$$Port1
$Port1_O
$Body
Started running agent 'Edit Profile Document' on 12/15/98 01:18:07 PM
Ran LotusScript code
Done running agent 'Edit Profile Document' on 12/15/98 01:18:11 PM
'++LotusScript Development Environment:2:5:(Options):0:66
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Initialize
Declare Sub DisplayError(sError As String, sTitle As String)
Declare Sub DisplayMessage(sMessage As String, sTitle As String)
Declare Function DisplayQuestion(sQuestion As String, sTitle As String, Byval nType As Integer) As Integer
Declare Function LeftStr(sString As String, sKey As Stridg) As String
Declare Function LeftBackStr(sString As String, sKey As String) As String
Declare Function RightStr(sString As String, sKey As String) As String
Declare Function RightBackStr(sString As String, sKey As String) As String
'++LotusScript Development Environment:2:5:(Declarations):0:10
%INCLUDE "lsconst.lss"
'++LotusScript Development Environment:2:2:Initialize:1:10
Sub Initialize
End Sub
'++LotusScript Development Environment:2:2:DisplayError:1:8
Sub DisplayError(sError As String, sTitle$As String)
Proxy_HTTPEnter the name or IP address of the proxy used to connect to the Internet.
Router
Replica
Update
AdminP
RunJava ISpy
0S0E
BasicNotes
PortList
PortList
SaveOptions
IsNetware
IsNetware
UseProfile
IISInstalled
IISInstalled
AddlTasks
AddinNames
Directory
PageNum
0S0E
PageNum
0S0E
efmcnd
fcefn
dcdne
g dgw
wgdgdg
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
0S0E
efmcnd
fcefn
dcdne
cdnce
cdncm
efmfcfcfd
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
0S0E
efmcnd
dcdne
cdnce
g dgw
cdncm
wgdgdg
efmfcfcfd
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
0S0E
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
0S0E
fcefn
cdnce
g dgw
cdncm
wgdgdg
cfcfcd
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
PageNum
3S4S
0S0E
PageNum
PageNum
0R1S
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
PageNum
3S4S
PageNum
PageNum
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
PageNum
3S4S
Save and Quit
Exiting saves your settings, and exits Domino. To continue setup, simply re-launch Domino. The database will return to where you left off. Do you want to continue?
0S0E
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If Not(uidoc.EditMode) Then uidoc.EditMode = True
Call uidoc.refresh
If doc.ServerType(0) = "2" Then
If doc.PhoneNumberQE(0)<>"" And doc.PhoneNumber(0) = "" Then
doc.PhoneNumber=doc.PhoneNumberQE
End If
If doc.CertIDFileNameQE(0) <> "" And doc.CertIDFileName(0) = "" Then
doc.CertIDFileName=doc.CertIDFileNameQE
End If
If doc.ServerIDFileNameQE(0) <> "" And doc.ServerIDFileName(0) = "" Then
doc.ServerIDFileName=doc.ServerIDFileNameQE
End If
If doc.AdminIDFileNameQE(0) <> "" And doc.AdminIDFileName(0) = "" Then
doc.AdminIDFileName=doc.AdminIDFileNameQE
End If
End If
If doc.AllRequired(0) ="0" Then
If (uisetup.ExecuteSetup) Then
doc.PageNum=-1
Call uidoc.refresh
Call uidoc.refreshhideformulas
End If
Else
Messagebox "Error: You are missing some required data. You must fill in all required fields before hitting the finish setup button.", 16, "Error"
End If
End Sub
Lotus Product
OBJECT
<E<7:E9E
E'7:E97(
:K:7:
9:87(:'7':(7(:'D:
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
00000000
+!!!!!!!!
77777777
99999999m
This 4-step server configuration tool will assist you in configuring your Domino server.
Advance through the screens with the
(next) button. Backup with the
(previous) button.
1. Create a New Domino Server
Quick Help
NgAIAM
uaNvt
auazu
jauSau
kjwOwzu
ptMwOkOBa
pwOwO
qr{qt
zMtNtau
wjujw
aNkqk
atvkqkMu
ihrbX
Xsly{
ZYMR~
dCP2P
kazuz
xhqgx
[ASTx
~kB`qs
ENFGOp
ANawpwBp
g @gv
AFRTp
S RFMNFRSw`
aRSajOwq
EbcKq
wSaFNkN
aM\aw
qgWHhWEg
mcHVHb?m
uRzju
qgbV_Jb?c
uRaua
qcbJ_JVWg
aRauaM
@;@;@Aau
cWVJ_J
uaMNa
aMNauM@K;K?K
qgbE?
bm{ VbWm
uMNAMaN@
A=<H<H=a
aK=>@a
@ A@,'
%rmNM
_]Q]_
qaMA@
aNFauMA@
N MuaN;!
MA@Nau8
aNAI@
@INMuaMa
a>=<=I
uRa:%3
uja2%
efe}e
pC`Cp
p`BC8
SaSaSaj
uaSGR
RaRF8#
FMFRMR:0
%3&9}
`p`OTGS
`edCBPTO
CPOSj
BPTSju
dBOTSau
G`pw`TS
8`pjOTaN
SpujSM
`uTjMN
&p`62*)
dD6*#
13DL&dD
*3CDC
*3CDC
DdDCD
}fedD
6C2CPBP
f}fLfLef
feDdC
}fedp
aSaSaSRaSa
jSaSaS
Sjaju
wujuSaSauajauaj
wujauauaua
#*3L}
Jk)Rk
)JcJ{
!19Z{Z{
1Bc)9Z!1Rk{
!)BZc
BJk9Bk
JR{BJs
BBZZZ{{{
11J))B!!9sk
RJksk
B9R{k
ZJk{c
ZJc9)B
B1JR9Z
sRsR9RkJkcBcZ9Z)
kBckJcR1J
{Jk9!1
Rss9Z
Rsk9R
BcZ)B
RkR)9
Rss1J
Bcs)B
ksR!1k1B
)Bk)9
Middle
Middle%%%%%%%%.WPT
Is this the first or additional Domino server?
ServerName
ServerType
ServerName
ServerName
OrgName
ServerName
OrgName
ServerType
ServerName
OrgName
ServerName
ServerName
1S8S9S17S20S21S28S29S47S48S56S57S
ServerType
ServerType
First Domino Server |1Additional Domino Server|2
First Domino Server
Select this option if this is the
first
server you are setting up in your organization, or if you are creating a new domain.
Additional Domino Server
Select this option if this is a new server which has already been defined in an existing organization. You will only need to supply a few key pieces of information.
2. Select a Setup Method
Quick Help
znITI
zq`q`
`o`qsoy
zTCJTCTCT
` osy
CTCTCT
q`r`ZLZ`J`J
Z JZ`J`ozy
ZLZosy
zoCT3TC
~yoq`
JZJ1Z
or`Z1J7Z
%Z7J7J,
zo`ZJ
JZJZ71
hv^hv
7%J7,J3`z
h^h^h^
t~ynq
J `oy
^v^vh
jtxyo`
jt~zo
v^h^h
%7J7,
*3Tn}
hvhv^v^
^h^h^j^
,"J,C
JCTy~
^vh^h
h^h^h^
^j^hjt~yo`
C,DTS~
hvhv^
^h^h^
zo`J,J
^v^h^v
^hv^h^
no`J,7J
no`3J,JCJ
zonJ3
v^v^h^
^vh|h
h^v^h
v^h^h^
zsq`q`
zsq`r
jhjht~zo
,JToy
o3J7"7"7"JCJTny]~
JC3TC
LZ`qz
s`J7"
Z`qsz
JZLZ`qs
,",JT`
sor`ZLZr`qz
zo`J,J,"
zo`3J,JTJnz
soqoy
znITI
~nTCD
]SCDC
onTnmS@T]n~
T @xT]T]y
,D,D,Co
yTnTnxn
*D,D,D,3o
SPSPYl
ynSC*D
A #AEOh
D,DJDToz
y~n~lt
^E?AE
uvOA6
uhA+<b
:'$+A^
#$+[Xe
t_^U[\0A-P_[
V[h^X
- ^>]
aAahjVOX-
EVjhjEO
>jhjAY
O >^j
XOhaAOj
T0_tY+_
tVG[^
^OAVhjAY
O8vg9<Ud
d^t_BUd
^OAVhaAE
|Tcdx@I^
^I8cI
Omx\2
ABajVAO
VBahV6V
^Ic8m\2-
\2\t>
^jABjhV6a
s`P_m0>0@O/5\]0-_x@Iuf=G@gx0Y^
A6OhOBY
`1osq1q
m,T@0*5
\@]gtPG^
-OAVhjABaj
jhV6A
qrsz`Mqz`1qz`JosC
G_0$YgY$P
B6ahV(AjlS]
qJqzLJqsmJLy$
V B$Y}Y0P}l
j6Aat
ahE+A^E+S
qJqso,qsoJDB+
GaB+_
_+Pt[
a6Aja
ajA+EOA+B
~ 0B~
oJoyoCJsoJCsT
BV+!AaA+A
6+EOA
Aa0D]
~$Sy~$V~]0$]}$
n3ozo3JnoJTyS
AV6+A^V+A
a+AjO
#O+!S
n3nznJnonT3oTJC]6
A!+!AV6!AOA+B^V6Bj
O+Vha+6
nJnznJTqnJCon
AE6+AaA+6^V6AjhVAj
V6Vja+6Oa+
n3nonJConTCo]
A 6!AO6+AO<
jhEAa
V6XjV+6OV+
D]S!$]V
n3nzn3Ton3T
V!+6A
6E6!BOA(
b9<:faA6ahOAE
V+AOV+!VA!
TCosCDSB
+6EA+AO<
A_Y$0[
d+G[V
YCzo9Knx9
:6+&:
P0avc
^8'VA!d&B'8#:
<*CSD
:*CL<
sc:S8b
b<fef
45I3>
^J,CS
<;<-<
G0/?4
' 4>0[db@8b<
OC%3O
=b\@9
\@0\/G
E?>/0f
:90_>
#?O.=
8b@I_
b23IbcL3
b8d8/;
8G\g{
d8@[{
\[H<U>@>-_G0>OE(
>_\0@gj
t0UfX@2F
IJ173C
AO?O#
>/G_>
[_P\_V
P\020@
>53L3
>/>a>/>j[A/B/j>B/G/
0 P0$
%,3C",
~PGa>
4?-?#E^EAE^OAEhjEahO
V>B6B/+$
?O?E?X
#6EA6+
XO?4X
E?O(?O?
X?O?-O
X?E4XO?4OX4E(?X?#
Xv?(4U
? 4X?4?X4?4
? O#6?(6+(6
?4?X?(E4#6
nT,"Tz
4?X?4
#?E6(?#+
64UK=F(4(F
6(E#+#X
XO?#?O?6E?OX
{K. &
KF?Xu
4#?O?#?u
2S]~]Y~
K . F
2T2@S~
PE'4'F
uX4?X
l]PY]
CT2SY
C2T2]
CT2TS
tVGY}
C2T2S
YVGYP
PYPGPV
CS2S]
VYGYGP
DC2T~
}GPGP
' uUFX
}YSP0
'('('('XU?-u
'FU?4
(-X?4Xu
H'('uU4
XUX'-XU
UX-4X
uX-?X
46'XF'4U
X -?E(X
SB(4XuU
AO^YD,
hVAat$
y,",y
*,J,Dn
TJ,Toz
*,DC,Cq
T`3JC
",5@I@
I@I@Ix
\@\SPYPY
~GPG0P0\PYP\
/AP/At
M)LMQ
J1J1J)3C
\G\>G
IQI@I@\@\G>/
I@\@G
@0S0SP]@P@\
0 P@P@P@\
I\@\0G
S$S0P0
I\@\/G/>#
@ \0>/>#?#4
0S0S>
\@G/>#>?4
5D$2$S0_
#>#>#
[0/BP
MWiMiMW
QiQiQiLQLQiQiLiLi
iMiMiLQLQI
LQLQL
QLILIL
W)W)W)
@I@I@I@I
1)M1M)
2I2I@2I
2@I2@2
M1)L)L)
20202
20$2$
)N)1)1
3)3)3)
3 I3C5I5I2I
N)WM)
1)ML31",*5*5
L)3",
C,",*5
%1)I3I*,"
1%)LCI3*
L`)1%Mq
WN%1%L
1Mw`1
1MrWJ
%ZkqM%",L
kJ"7,
mLQ3C,
%Z)M%
%MZ`%
%ZWwJ
,Jqsz
1Nr1%
%ZW`%"
"%`qs
%rwr`7
1ZwNZ
1wrqrJ
s n`S
qWJ",J
qnC,DTo
yS$VS
",3Lo`J
TC,Cnz
C`o`oJD,DTz
,JTnonT
)NM)N1
)3)3%1
3)3,1,
$0$VS
%1%)L)L)313%,
6 +6#EVaOVE
1"1,3%
(?(4E
S0+6/6
!$+0!
0PB#A
P/BAE(
A#(#E(
kkR!J1
sZ!kR
k{c)ZB
sBkZ)J9
{k1ZJ
skcBcZ191
ZR)JB
RZR!{s9RJ
RRR1ssBss9RR!ZZ!s{J
BJ)BR
9B!19!!)
RZk99B)
Rk1Jc)
{c{J)1!{
kRkB)R
ZkRJZBJs9k
cRkJ)Z
c)9)Z
Z!1!J{J1R11k1)c)
!c)J{Rs
9cB)s9!k1
R9{JJ
J!){Bs
k1ZBB{Z1
{9kR!
k1{Z!
1!JcZJ
9RJ1JB1
ZJ1cZJ
1RR9ss)ss
Image
3 Workshee
QQQQQQQQ
IIIIIIII
$$$$$$$$
Terminat
SetupMethod
Quick and Easy Configuration|1Advanced Configuration|2
Quick and Easy Configuration
requires the least manual input. Predefined default settings - gathered during the installation process or from your machine - streamline the configuration process. You can customize these default settings at any time.
Advanced Configuration
offers experienced users the most control and customization of the server configuration parameters.
PageNum
SetupMethod
3S4S
3. Server Audience
- Quick and Easy Configuration
Quick Help
rnrnr
f\fbf\
f\f\fb
iririrci
ncini
_fbnriri
r xSz
nrnrnr
vQOK7
yO7989
br|ir{n~
yO7%9'
ir|cnk
fqpK79
43#>$*
$43)C
KA+$>32)2)C)
)3)3)3)
bnrnr
|nr{n
K+$3C
3C)3)3)
C)C)C
) C)3C)3)3)
C)C)C3)3C3)3)
43434
f bnrn
C)C)C3)
brncr|cr|ir
C)3)3)
C)3)3)
C)3)3C
)2)2)2)2
)C)3)
C)C)3)
vU=1=1=1=1
C)C)C)3)3)
C)C)3C)
oiF1F=1=1=1
C)C)3
i=1=1=
C)3)3C)
C)C)3)
=1=1=1=1=1
=1=1=1
C)C)C3)3)3)
=1=1=1
=1=1=1
=1=1=1
C)C)3)
C)C)3)3C3)3)
=1=1=1
1=1=1
)3)3)
=1=1=1=1
C)C)3
C)C3)
=1=1=1=1=1=1
=1=1=1
C)3C)3)
=1=1=1
3)3)3)
=1=1=
C)C)3)
=1=1h
C)C)3)
C)C)3
;=.)C)
43434
ZF;C)
=1=1e
= 2=2=2Fu
2=2=F
=2=2N
p*+?"
1=1=1=1@
F=1=1=1
1=1=1
1=1=1
1=1=1
1=1=1@
N;=2=
Q?HI<
).JIH\
3)3)C3)
)3C3)
huhZh
hZhZW
C)C)3)3)
C)C)C)C)3)3)
C)3)3C)
wu`w`w`V
)C)3)
dw`w.2)2)2
C)C)C3)
2=2=e
C)3C)
)C3)3)
43#eu
}^}WM2
3)3)3)3)@
Zd^dw
C)C)C)3)3C
3 #3#3Hu
kvI2)2
C)C)C3)3
)3)3)
C)C)C)C3
ud^R^
)3)3)
YHC)2)2
)3C)C@
)3)3)
<Vw^R
2 ;W]
C)C)C)3)
);MIW]e
ekWHIM)
C)C)C)C)3C)
)2)2)
C)C)3C
)3)3)
2)2)2)2)2)2
C)C3)3C
C)3C)=
>4>4>
)C)3C)FNh[h
h[h[h
C)C3)=N
[h[h[Za
ahZhZ
C)C)C)
C)C)C
)C)C)
)C)C)C)C
)C)C)C)C)C3
C)C)C)3
3)C)3)3)3)
uZw`w
3)3)3)3)3)d
uZuZu`
^ d^t
RW#4>
)C3)3)3)32h
ZuZuZ
C3)3C3)3)3)3)3)3C)C
C3C3C)
oVgog
3)3)3)3C3)3C3C3)
3)3)3)
o]ol]U
]o]lo
)3)3u
]l]o]vk
kvUl]l
l]l]ov
>4#3e
]l]kvkv
#3#3u
343#3#
#3#3#3#3#34
#3#3C
lJI#>
>4#>4>
>4343
Cgdwu
]eVJI/>#
+*#4>
4 #>$*:
>$*$V
3#3#>
#>$*$*/w
>$CNu
$>$>$>$>3;`
haF2;)
)2;F[
elt}l
l vovovovov
vovovov
UHoUvioiov|
vovovoioi
ivioiU
UoUoU
oUiUi
t}t}l}
viUiriU
ioUioU|
iUiUi
rcniU
UiUiUi
inicUi
iUiXUiUk
i UiUiUiUnr
UiUnUiUi
cniUi
iUrU\
i rirnrcrnc
cncUcUn
irini
cncnc
cbnbcn
cbcbncn
c nicUiUcic
ririrc
cncincncncbniriririri
crcrc
bnbnc
cbcnb
bcncnc
rcncrcnc
ncncncncncncnc
cbcbc
cbcbncbcncinc
irinc
cncbc
b cbcbcbcbc
cbcbc
cfbcb
cbcfcbcbcbcbnc
cbfbc
cfcfbfbfbfc
cfbfcfc
fcfbcfc
fcfbc
f bfbfcfcfb
cfcbcbcfbc
fbcbcb
cncin
cfbfcfbfcbf
fcfcbcfcbfb
cfcfcfb
cfcfcb
cfbcfbf
fcfcfcfcfbcfcfcf
fbfbfbcfcb
bfbfb
cfcfcfbfcfcfcfcf
cfbfcfc
bfbfc
cfcfc
bfbcf
cfcfcfbfcfcfb
ncncic
c ncbcfcbcf
incncbcbcbcfc
cfcfc
bfcbcfcb
bcbcnc
RRc99
ZZc11s99
RRs11
ZR{91
1R{)Js1Z
BRk)BkBk
!9c9JkBc
9JsRk
9J{k{
9Bk)1RJR{)1Z{
9Bsck
!!999c99k91kRJ{JBs{s
ZR{91ZB9k)!J{s
ZRksc
)B1c!
RBkJ9c
!9!RkZ{
B)R{k
!sc{kZsJ9RB1J1!9)
1kJscBkR1ZB!J
sZsB1BZBZkJkZ9ZJ)JsJkZ1RR)JJ!B
)kRcR!BJ
9Z1Jc9RkBZ
Rk{Jcc1JZ)BR!9R
cssJZ
Rck9JB
k{sBRZ)9!
s9J{BR
sRZB!){9Js1B1
ks{9B
.WKrrrrrrrr 5.x
sheet
V_I33333333nary with Text
h========.1
V_IW4W
GS=1======P
))))))))h Text
h========````````4W21F/V4
)C)C)C)C
sheet
V_I3333)3)3)3)3
))))3)3)3)3)
gggggggg
sheet
V_I333344444444
))))$$$$$$$$
sheet
V_I3333cncnnncn
bbbbbbbc
cbcbcfcb
sheet
V_I3333fcfcfbfc
In addition to Notes users, who else will be the audience for this server?
SetupMethod
WebBrowser
IMailPkgs
NewsReaders
ServerAudience
6RS7E53RS7E
PortList
0S0E
ServerAudience
SetupMethod
Your machine does not have TCP/IP installed. You may not select any of the choices on this screen because they all require TCP/IP.
IsNetware
SetupMethod
ServerAudiencet
You are setting up a Netware Domino Server. This server cannot support Web Browsers. Please deselect Web Browsers to continue.
0R8S9S12S13S25S26S29S30S
ServerAudience
Web Browsers (for example: Netscape Navigator or MS Explorer)|1Internet Mail Packages (for example: Lotus Mail or Eudora)|2News Readers (for example: Netscape Navigator or MS Explorer)|3Enterprise Connection Services (provides access to non-Notes data)|4
Web Browsers
This feature enables your Domino Server to be accessible by Web browsers
Internet Mail Packages
This feature enables your Domino Server to host mailboxes for Internet mail packages and to send and receive mail from the Internet.
News Readers
This feature enables your Domino Server to send and receive messages from Internet Newsgroups, and to be accessible by Internet News readers.
Enterprise Connection Services
This feature enables your Domino Server to access data that is not contained in a Notes database, for example it could access data from an RDBMS database.
More Options
For more specific options return to screen 2 and choose Advanced.
PageNum
SetupMethod
3S4S
3. Server Audience
- Advanced Configuration
Quick Help
In addition to Notes users, who else will be the audience for this server?
Your machine does not have TCP/IP installed. You may not select any of the choices on this screen because they all require TCP/IP.
IsNetware
SetupMethod
WebBrowser
You are setting up a Netware Domino Server. This server cannot support Web Browsers. Please deselect HTTP to continue.
0R8S9S12S13S25S26S29S30S
WebBrowser
HTTP|HTTPIIOP|DIIOP
PageNum
SetupMethod
WebBrowseru
IISInstalled
3S4S14S15S16S17S
Your server has Microsoft IIS installed. You can choose which HTTP engine you use for this server:
HTTPStack
Domino|0Microsoft IIS|1
PageNum
SetupMethod
WebBrowseru
3S4S
In order to default to the optimal HTTP performance settings, choose the primary activity for clients connecting over HTTP :
HTTP_Audience
Web Mail|1Web Applications|2Both Mail and Applications|3Advanced (Custom Settings)|0
Internet Mail Packages
(for example: Lotus Mail or Eudora)
SetupMethod
ServerAudiencet
IMailPkgs
5S6S
PortList
0S0E
IMailPkgs
SetupMethod
Your machine does not have TCP/IP installed. You may not select any of the choices on this screen because they all require TCP/IP.
0R8S9S12S13S
IMailPkgs
IMAP|IMAPPOP3|POP3SMTP|SMTP
Internet Directory Services
IDirSrv
LDAP|LDAP
News Readers
(for example: Netscape Navigator or MS Explorer)
SetupMethod
ServerAudiencet
NewsReaders
5S6S
PortList
0S0E
NewsReaders
SetupMethod
Your machine does not have TCP/IP installed. You may not select any of the choices on this screen because they all require TCP/IP.
0R8S9S12S13S
NewsReaders
NNTP|1
Enterprise Connection Services
provides access to non-Notes data)
SetupMethod
ServerAudiencet
5S6S
DECS|DECS
Third Party Addins
(additional server tasks provided by third parties)
rnrnr
f\fbf\
f\f\fb
iririrci
ncini
_fbnriri
r xSz
nrnrnr
vQOK7
yO7989
br|ir{n~
yO7%9'
ir|cnk
fqpK79
43#>$*
$43)C
KA+$>32)2)C)
)3)3)3)
bnrnr
|nr{n
K+$3C
3C)3)3)
C)C)C
) C)3C)3)3)
C)C)C3)3C3)3)
43434
f bnrn
C)C)C3)
brncr|cr|ir
C)3)3)
C)3)3)
C)3)3C
)2)2)2)2
)C)3)
C)C)3)
vU=1=1=1=1
C)C)C)3)3)
C)C)3C)
oiF1F=1=1=1
C)C)3
i=1=1=
C)3)3C)
C)C)3)
=1=1=1=1=1
=1=1=1
C)C)C3)3)3)
=1=1=1
=1=1=1
=1=1=1
C)C)3)
C)C)3)3C3)3)
=1=1=1
1=1=1
)3)3)
=1=1=1=1
C)C)3
C)C3)
=1=1=1=1=1=1
=1=1=1
C)3C)3)
=1=1=1
3)3)3)
=1=1=
C)C)3)
=1=1h
C)C)3)
C)C)3
;=.)C)
43434
ZF;C)
=1=1e
= 2=2=2Fu
2=2=F
=2=2N
p*+?"
1=1=1=1@
F=1=1=1
1=1=1
1=1=1
1=1=1
1=1=1@
N;=2=
Q?HI<
).JIH\
3)3)C3)
)3C3)
huhZh
hZhZW
C)C)3)3)
C)C)C)C)3)3)
C)3)3C)
wu`w`w`V
)C)3)
dw`w.2)2)2
C)C)C3)
2=2=e
C)3C)
)C3)3)
43#eu
}^}WM2
3)3)3)3)@
Zd^dw
C)C)C)3)3C
3 #3#3Hu
kvI2)2
C)C)C3)3
)3)3)
C)C)C)C3
ud^R^
)3)3)
YHC)2)2
)3C)C@
)3)3)
<Vw^R
2 ;W]
C)C)C)3)
);MIW]e
ekWHIM)
C)C)C)C)3C)
)2)2)
C)C)3C
)3)3)
2)2)2)2)2)2
C)C3)3C
C)3C)=
>4>4>
)C)3C)FNh[h
h[h[h
C)C3)=N
[h[h[Za
ahZhZ
C)C)C)
C)C)C
)C)C)
)C)C)C)C
)C)C)C)C)C3
C)C)C)3
3)C)3)3)3)
uZw`w
3)3)3)3)3)d
uZuZu`
^ d^t
RW#4>
)C3)3)3)32h
ZuZuZ
C3)3C3)3)3)3)3)3C)C
C3C3C)
oVgog
3)3)3)3C3)3C3C3)
3)3)3)
o]ol]U
]o]lo
)3)3u
]l]o]vk
kvUl]l
l]l]ov
>4#3e
]l]kvkv
#3#3u
343#3#
#3#3#3#3#34
#3#3C
lJI#>
>4#>4>
>4343
Cgdwu
]eVJI/>#
+*#4>
4 #>$*:
>$*$V
3#3#>
#>$*$*/w
>$CNu
$>$>$>$>3;`
haF2;)
)2;F[
elt}l
l vovovovov
vovovov
UHoUvioiov|
vovovoioi
ivioiU
UoUoU
oUiUi
t}t}l}
viUiriU
ioUioU|
iUiUi
rcniU
UiUiUi
inicUi
iUiXUiUk
i UiUiUiUnr
UiUnUiUi
cniUi
iUrU\
i rirnrcrnc
cncUcUn
irini
cncnc
cbnbcn
cbcbncn
c nicUiUcic
ririrc
cncincncncbniriririri
crcrc
bnbnc
cbcnb
bcncnc
rcncrcnc
ncncncncncncnc
cbcbc
cbcbncbcncinc
irinc
cncbc
b cbcbcbcbc
cbcbc
cfbcb
cbcfcbcbcbcbnc
cbfbc
cfcfbfbfbfc
cfbfcfc
fcfbcfc
fcfbc
f bfbfcfcfb
cfcbcbcfbc
fbcbcb
cncin
cfbfcfbfcbf
fcfcbcfcbfb
cfcfcfb
cfcfcb
cfbcfbf
fcfcfcfcfbcfcfcf
fbfbfbcfcb
bfbfb
cfcfcfbfcfcfcfcf
cfbfcfc
bfbfc
cfcfc
bfbcf
cfcfcfbfcfcfb
ncncic
c ncbcfcbcf
incncbcbcbcfc
cfcfc
bfcbcfcb
bcbcnc
RRc99
ZZc11s99
RRs11
ZR{91
1R{)Js1Z
BRk)BkBk
!9c9JkBc
9JsRk
9J{k{
9Bk)1RJR{)1Z{
9Bsck
!!999c99k91kRJ{JBs{s
ZR{91ZB9k)!J{s
ZRksc
)B1c!
RBkJ9c
!9!RkZ{
B)R{k
!sc{kZsJ9RB1J1!9)
1kJscBkR1ZB!J
sZsB1BZBZkJkZ9ZJ)JsJkZ1RR)JJ!B
)kRcR!BJ
9Z1Jc9RkBZ
Rk{Jcc1JZ)BR!9R
cssJZ
Rck9JB
k{sBRZ)9!
s9J{BR
sRZB!){9Js1B1
ks{9B
;*.RTF
PCX ImagerrrrrrrrOC
WordPerfect 533333333
========3
=1======P
))))))))ge
t 5.x
sheet
````````erfect 533333333)C)C)C)CK
)3)3)3)3P
3)3)3)3)nary with Text
hggggggggfcffbfbfcffcfca
444444441
.WK4$$$$$$$$
W4W49F/V
V_IPIC
cncnnncnordPerfect 53333bbbbbbbc4
cbcbcfcbK4
=1==fcfcfbfcWorksheet
AddlTasks
ThirdPartyTasks
AddinNames
AddlTasks
0S0E
Web Browsers
This feature enables your Domino Server to be accessible by Web browsers.
Internet Mail Packages
This feature enables your Domino Server to host mailboxes for Internet mail packages and to send and receive mail from the Internet.
News Readers
This feature enables your Domino Server to send and receive messages from Internet Newsgroups, and to be accessible by Internet News readers.
Enterprise Connection Services
This feature enables your Domino Server to access data that is not contained in a Notes database, for example it could access data from an RDBMS database.
PageNum
SetupMethod
3S4S
4. Administration Settings
- Advanced Configuration
Quick Help
Please review and complete the following information. Most of the default values come from your machine settings. Information you provided during installation supplies the rest.
PageNum
SetupMethod
ServerType
4S5S9S10S
Organization Identity
The organization name should be equivalent to your company's name. This value has defaulted from information you entered during Installation.
Organization Name:
CompanyName
CompanyName
PageNum
SetupMethod
ServerType
CompanyName
4S5S9S10S13S14S
Required
The domain name is used to identify your domain for the purposes of mail. If you are using TCP/IP, you should consider using your TCP domain name, otherwise you should choose a name which identifies your organization. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
The certifier name gets appended to every user and server's common name. It should represent the organization's name, usually in an abbreviated format. There is a 64 character limit to this name, but shorter names are easier to administer. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Enter the Organizational Country Code. This should only be entered if you have registered your Organization name with a national or international standards body. The country code is a two letter abbreviation for the country where the organization's corporate headquarters are located. For mulit-national companies, for instance, this means that if your company has offices in England, France and Germany and the corporate headquarters are in England, you would enter UK if the organization name has been registered.
Certifier Country Code:
$CountryCode
$CountryCode
The Certifer Country Code must be 2 characters.
0S0E
$CountryCode
Optional
Choose whether you are using an existing certifier ID or if you want setup to create a new one.
Certifier ID:
.,$///:
CertIDFile
Allow Setup to create new certifier ID|0Use existing certifier ID|1
PageNum
SetupMethod
ServerType
CertIDFile
4S5S9S10S13S14S
Required
PageNum
SetupMethod
ServerType
CertIDFile
5S6S10S11S15S16S
Enter the full path where the Certifier ID file is located.
Certifier ID filename:
PageNum
SetupMethod
ServerType
CertIDFile
5S6S10S11S15S16S
cert.id
CertIDFileName
PageNum
SetupMethod
ServerType
CertIDFile
CertIDFileName
CertIDFile
5S6S10S11S15S16S19S20S24S25S
Required
PageNum
SetupMethod
ServerType
CertIDFile
4S5S9S10S13S14S
Passwords are case sensitive and must be at least 8 characters in length and should not be given out. For better security, passwords should contain both upper and lowercase letters combined with numbers. You should not use common words or phrases, or well known number combinations or dates.
Certifier Password:
CertifierPassword
PageNum
SetupMethod
ServerType
CertifierPassword
CertIDFile
4S5S9S10S13S14S17S18S
Required
New Server Identity:
Enter the name of the server. This is the name that users and administrators will use when connecting to this machine. Names which clearly identify this server are recommended. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Enter the server's hostname. This is extemely important to get correct. In most cases, servers only have one hostname. However there are cases where there could be more than one, such as if you have two network interface cards and have TCP/IP enabled on both, or you are running partitioned servers. In these cases, it is very important that the correct hostname is entered for this server.
Server's Hostname:
ServerHostName
PageNum
SetupMethod
ServerHostName
3S4S7S8S
Required
Choose whether you are using an existing server ID or if you want setup to create a new one.
Server ID:
ServerIDFile
ServerType
Allow Setup to create new server ID|0
Use existing server ID|1
ServerType
Get server ID from Address Book|0
Server ID supplied in a file|1
0S0E
PageNum
SetupMethod
ServerIDFile
3S4S7S8S
Required
PageNum
ServerIDFile
SetupMethod
3S4S7S8S
Enter the full path to the ID file. It will automatically be copied into your data directory.
Server ID filename:
server.id
ServerIDFileName
Required
PageNum
SetupMethod
ServerType
4S5S9S10S
Domain Address Book Location:
Enter the name of an existing server that you will be getting the domain's address book from. You should enter the server's fully distinguished name (i.e. Server1/Acme.com).
Get Address Book from which Server?:
ExistingServerName
PageNum
SetupMethod
ServerType
ExistingServerName
4S5S9S10S13S14S
Required
Choose the method you will be using to connect to the existing server above to get the domain's address book from.
Connect via:
ConnectionType
Network|0Serial port|1
PageNum
SetupMethod
ServerType
ConnectionType
4S5S9S10S13S14S
Required
PageNum
SetupMethod
ServerType
ConnectionType
4S5S9S10S13S14S
Enter either the phone number or network address of the existing server above.
ConnectionType
Phone number:
0S0E
AddressText
PhoneNumber
PageNum
SetupMethod
ServerType
LastName
4S5S9S10S13S14S
Administrator's Identity:
Enter the administrator's name.
Administrator's
Name:
Enter the administrator's first name.
First:
FirstName
FirstName
Enter the administrator's middle initial. Do not include a period.
M.I.:
Enter the administrator's last name.
Last:
LastName
LastName
Required
PageNum
SetupMethod
ServerType
AdminIDFile
4S5S9S10S13S14S
Passwords are case sensitive and must be at least 8 characters in length and should not be given out. For better security, passwords should contain both upper and lowercase letters combined with numbers. You should not use common words or phrases, or well known number combinations or dates.
Password:
AdminPassword
AdminPassword
PageNum
SetupMethod
ServerType
AdminPassword
AdminIDFile
4S5S9S10S13S14S17S18S
Required
PageNum
SetupMethod
Ports
NetworkAddress
3S4S7S8S11S12S
Choose whether you are using an existing administrator's ID or if you want setup to create a new one.
Administrator's ID:
AdminIDFile
Allow Setup to create new administrator ID|0Use existing administrator ID|1
PageNum
SetupMethod
ServerType
AdminIDFile
4S5S9S10S13S14S
Required
PageNum
SetupMethod
ServerType
AdminIDFile
4S5S9S10S13S14S
Enter the full path where the Administrator's ID file is located.
Administrator ID filename:
AdminIDFileName
PageNum
SetupMethod
ServerType
AdminIDFile
AdminIDFileName
AdminIDFile
4S5S9S10S13S14S17S18S22S23S
Required
Network Options
By checking the box Use all available ports, setup will enable all available ports on your server (up to 5). If you want to change which ports are enabled, uncheck the box and you will be able to edit the ports and network addresses.
Ports:
Ports
AllPorts
PortList
Ports
NetworkAddress
AllPorts
Addresses
NetworkAddress
0R1S
AllPorts
AllPorts
Use all available ports|1Customize...|0
Ports
PortList
NetworkAddress
PageNum
SetupMethod
AllPorts
3S4S7S8S
(PortsDialog)
Port Setup
0S0E
Edit Ports
Required
Click the button to enter any proxies being used on this server.
Network Proxies:
(ProxyDialog)
Proxy Server Configuration
0S0E
Add Proxies
Communications Port Options
If this server has a serial port, click the Edit button and choose from the list provided. You can further setup the serial port by clicking the Setup button.
Serial Port:
SerialPort
-None-|-1COM1|0COM2|1COM3|2COM4|3COM5|4
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If doc.SerialPort(0) <> "-1" And doc.Modem(0) <>"" Then
Messagebox "Error: You must choose a serial port.", 16, "Error"
Exit Sub
End If
If doc.Modem(0)="" Then
Messagebox "Error: You must choose a modem file" , 16, "Error"
End If
End If
End Sub
New Button
Need a newer version of Notes to execute this button.
0S0E
Setup...
&/&$B
oXoXoX
6%Xhb3b
6Ybhb3
Y6bhb
6%6Xh
:T:T8:8
:T:T:8:
wZY6o
:8:8:8:
( '<'
NTNT)
:9:TM[\N1O)
:9)TMe
:T:S8:8
):TNe21N2[=[M):M):8
:)MT)
oJYow
):9:TN1
1\]t[;[
ywzwz7wz
8:9:9:
O,ON[
)NTNT:T:T8T
YJ~JYow
)9):)O(
:T:8S8
9:9):9:9O
,O\]tft
[ \2\2eNM8%
XwoYJ~
w 6w6Zw8Z8S
t[ZMT:S
ON]tjt
8Z8ZSMZ[Sdt[t[M
$9)N=tf{t][
[NM8%
Y wYZ6Z8Z8Z
Z[Z[MS[
2\e\=eNM:%
8YZYZ
SZSZ[SMS
Z8Z8SZ[
%S0tj{r{jt[
ZY8ZS8
H|~YXhw
M[c[c[M[
r{jt]
MS[c;[M[
7f{r{r
6;jr{r{r{t
\ [\[\=[\=[
S8S8TS:M
TMTNTN
M0fjr
jt]=[
\[\NM
S:T:M
TNTNT
8TN[0tjr{j
][\[\
=[\[NM:8:8:
2e=[]tr{t
=[=\[NS)
)T):8
[][\[\
=N0\0]
N )N:T:8
:MN=[N=e[\
][\[NM)
T)T)N:)
$/(/9(O9
N)N)N
$/($/
(O9)N)N
9$9/9
e[M[M[NM:8
(9O(9
M[MNMNT:
N:M:)
(/('<
$/9/$/$
</(O)O
$ 9$9$9$9&9
SMTM:8
MTM:)
%8TM:
TM:TM:T)
M):)8
T MTMT:M
$/$/$
SMTMTM
M)TM)
T)MTM
< '<'/'/&$
TSTMT
8ZYZ6ZY
][0S:D|H
JY8Z6Z68Y
[Z[M[M
][M:D|
/</</'/</
~6ZYw6w
o%68686
r{rjt[M9
{rtjt\M
8ZS;S0d
Z ;S;S;Str{
~%Yw%
T)(/<
;7c;7Z
rtr{t[=
S;0yM;t{rt0
N\=[\[
N2\[=\
S;c;Z:9
!$9$F
8Z8Z7
)N2[e2N
68ZSG
S-Z;6c;Z8+
21N2e[NT
;#6;cSh
8S[ZS:
<(%V(9:8.)
9C"C8)2N[=
9`"gTO&$
1,1)O
58:8:9
98ZS;S;
T):SM)(
54.C#
M:)TM:9
=0=]0=f
:89:8
c :T:)M:).
./(9:
p yw5
zw6cZ
f0ji;i;
y 5w7zw7c
4h7z7c
9):OV
5h5z67
9 )9.na
(%6,)b(,6%
V"m81,O2[
1)1(1(1
)1,1O1O1O1
;qrqr
5h57wX
)9)9O)
rqiqiqiq
z75z5
(9O9(
p7wz7
O(9)O9
=0j0jr0
0jrjrj
dZ6c7w67wY7
O9O()9)9
;=;=0;
;0;=S=;0;
jtSZ;cZ67Z6
;0;0;
;0d]t;Z8
!v=;0;0;0i0i0
:S=ZS
;c%7%5
G-!-S
;S8Zc
ic;7
=SZ;8:8S
Z;ZSc
Y6754
G4>C757
Cg>Q:
GU8Z;y4
Go%Yw3Q>U+Q>gG
86757gQ
F:9(G
8c75456"
C9/$a
C$/93
9$9~9
- 43`
3%~oY~l
?+9O$
O&$&$9$
6Y6Y8%
/(e:(
%Yw6X6
5Yw5Y6w7w
hw7hw5h
6h656
5 Yh7h6hzpy
S[MT9:
Yo~%YXoX57hw5454
:S[0S:9
4 y45y4
[M8St0M:
%7c78Z
[0M:$9
9$9$9
|D%7Z68Z;M8:6XA
54y45
dcS%a
h5y454
5h545h54
X5hXh535
X7hX7
h%h56h%hA
5wXh56
hXh56oh7h%
h5h%6h%o
%X5ho
bW45Xh
54Xh5
34Xh5
5Xh5hob
5Xh7X%
a54Wl
Y7z6Y
5YXY7z7
b5zpi
S;tdt;Z
9:M[S)O
O(O)O
:T:9$&
&()OD
9TNT)
9e2)&
9:2N)
%6;Z6
(&(<'L
~J~JR
~Y~YoJ
BPEPEPE
' <s'/
s 'P<
*EPE s
E*LE
'E <
1\1\e1N9
Y68Zw
:8:8S8SZ8Z8
dSdSd
SMZ[ZM
[dZtSZ[Z[ZMZ
E P '
TNM[M
Z;c[tc[c[c;c[t
0c;t[;t
' < '
0[t0t[;0
< ,' ,<
\=\0^0t
]t0t0t
~sOsOsOs
' ,
\=\0^0
t]t=0]\=[
~OsOsOs
*ELEL
f]tf]
sOsOs
E ' <
' < ,
j^j^0
,O121N
)O1)2N)N2
' ' (,O)O
1 N1)21
(O1N\N
'()ON21)N2
' <(,)1[
<(1)2
/<' '<
' ( <
)(1)2=\=\=2
sL EL
\=2=^
N2\=[=\
f^0^tf
<ON2\2\2
=]f^=]t]0;t]
t][;tdS
PEPsP
,N\]^
^\=^]\]ft0[
PELPsEP
OsOsOsP
[0ft0[
'P s <
E *LPLELPs'
,O12N2
]t0[0
PsO<s
<P,O1\^[=][
^N1)\
,< <
LPLEL
<,O1\
0[e[0[
0[dtd;t
ZcdicZ
,<,<P<P'P
E P LE
L PEL P E 'sPs'<
trt0;t
7zpyw
P<P<P
LPE L E LP EPs LP
iritZ
pZ7zp76zyzw
P P's P
\1O1\
pqpqid;dicZdi
Zcpz67pzw6
PsP<'P',
cdipcZdpcZc
7wpzw7
O9O<(O,
P<,<'P
<,<'s
pc67pz7zpy
,<sO,<P,O<',O<'<O<P<O<'<
jdtiqp
pc7zpz6z
N:(9)
pqpzdp
9T:O9T:O9
t[T[tc
pzwpy
NO(O\
e[:NMtMTMtcM[tdZcrp
:9:e:(:e:(
(Te:O
TN()TN
tdSZdi
9TMT9TMTO9
SZS9:ST9
T9TST9T
:9ST9:MZM8
ZS9SZS
S 9:Z
p z7p
ZwZY7zcYwpz7w
Y wzw
wzwY6
8z6Y7z7Yw
wzwYwz7
Xz6YwyzXw
oJXho
5hYoh
wYXzwYwz7
Y7X~Y
ohoJo
o5hYo
wXo~Xho
oJohX
%~YwY
hoJwXo
J%w5Y~oX~
JX%~YwYJX
h Y~ohY
YhXJb
ubXhX
J~YXJ
J~ohJ~JYJ
J~JwJ~JYJ
JXho~J
J~JYJ~
uXohu
J~JoJ
JYJ~Jo
ulJXoJ
~JWhJ
An`V_C
XJ~Jo
uJ~XhJ~oXJ~
J~oJan
}`}_}g}Ck
}"C_C`}_k`g_kgmk_u
ln}C_C
_C`}_C}`_@gub
_C`}kC
WubJb
C}C_C
o~JYo
Wnala
aVC_C
_C}nAlab
oJ~Jana
JbuhJ
JWV_l_
X~ohX
lnV_Anu
JWlJl
lnV_Aag
lV`nAn
huVA_
JaJlJ
nlJlV
vg}_`
l_VuC_C`
g VAb
_gC@}
o~JhXJX
m}@`m
m`@}`g
Um`k`g
JXhJo
g`Ckm`kCg
g}k}gU
~J~Jo
g`k}m
m}k`m
UmC@`Ugv
gm`@}
Um`C@}g`k@}gm
Um}_V
`k}g`
gmg}@C`mg}@k`mU
gunJl
mgm}k@kg
m`C@}`
XhJouhJ
J DJhXoX
uoXuX
Vnuvnl
VnalAa
JhXJX
oJXhJ
D|~JhX
oJXhJ
~Jo~J
Xba_n_a
hJYhb
XoboJY
|ouhoX
_AlAlAl
~J~Jo
uo~|D|
~Johuh
l AlAl`
hJouV_lA
`nV}VnA_v
uhoJhu
DJwoJo
oho~|
oJoXhXoX
XJoXo
Xh~Jh
hXoJh
5XoXu
|JhoJo
oD|D|
oXYJo
uhJoXoD
XJoXJ
ohXJoXo
ohYJW
CVCVC_
g_AlAl
vnlAlAl
`n}vgu_
}_ng`al
gvnA_n_AlAlAa
hXJo~J
oa_u`
hXoYJ~
hXoJo~J
hXoJ~J~
XoJYJ
XoYJ~J@
J~JYJ~oJ~
~J~J~
~J~oJ~
oJYJo~
Jo~JoJ~
J~J~J~J~Y
~oJoJ
huhoJ
WlJRJlJ
abaJl
JobXh
labal
baWal
aWlal
hoJbh
aJaWaWal
JboXo
JoXhXJoX
JoJoJ
Xo~ohu
WalaWbJ
h oJoh
XoJoh
oXoJoX
ohuhXoJX
uhbobh
JYJ~J
oJXhu
JYoJ~Joh
oXhWhX
boXhu
XobXh
hobXh
lJoYoYJ
WlaWXoJo
XboXh
uhXoX
JobWbJ
XoY~Joh
J~JoXh
J~YJYJ
WbWbalJb
WbWbJl
JlbJb
oJoRJ
lJblJ
kk{cc)
{RJ{ZRkJB
R91{RBR)
kJ9{J1J)
scR9){R9J1!R)
R)kB!{J!
scB91
{ccRB1
RJB1)!{cJ
{9sZ)
skRZR9RJ1JB)
BccZJJB11)11!{
{!))c{{
!!9ZZB
Rc!cs
RsRckc
)19BJRcs
JRZBJRRZc
9BRRs
JRsBJks{
JR{RZ
kk{119cc{RRk{{
RR{ZZ
cRZ{ck
oooooooo
********
LELELELE
AlAAAAAA
AAAAAAAA
If this server has a serial port with a modem attached, choose the appropriate modem from the list provided. If you need to provide Connect Script information (you are using a Sprint or identical PAD), click the Edit button and then click the Script button.
Modem:
Modem
ModemList
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If doc.SerialPort(0) <> "-1" And doc.Modem(0) <>"" Then
Messagebox "Error: You must choose a serial port.", 16, "Error"
Exit Sub
End If
If doc.Modem(0)="" Then
Messagebox "Error: You must choose a modem file" , 16, "Error"
End If
End If
End Sub
New Button
Need a newer version of Notes to execute this button.
0S0E
Script...
, click on the
blue labels.
better security
, please provide your own passwords.
Once the information is satisfactory, click the
Finish
button above to create your new server.
PageNum
SetupMethod
3S4S
4. Administration Settings
- Quick and Easy Configuration
Quick Help
Please review the following information. Most of the default values come from your machine settings. Information you provided during installation supplies the rest.
PageNum
SetupMethod
ServerType
4S5S9S10S
PageNum
SetupMethod
ServerType
4S5S9S10S
Organization Identity
The organization name should be equivalent to your company's name. This value has defaulted from information you entered during Installation.
Organization Name:
CompanyName
CompanyNameDisp
PageNum
SetupMethod
ServerType
CompanyName
4S5S9S10S13S14S
Required
The domain name is used to identify your domain for the purposes of mail. If you are using TCP/IP, you should consider using your TCP domain name, otherwise you should choose a name which identifies your organization. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Enter the name of the server. This is the name that users and administrators will use when connecting to this machine. Names which clearly identify this server are recommended. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Enter the name of an existing server that you will be getting the domain's address book from. You should enter the server's fully distinguished name (i.e. Server1/Acme.com).
Get Address Book from which Server? :
ExistingServerNameQE
PageNum
SetupMethod
ServerType
ExistingServerName
4S5S9S10S13S14S
Required
Choose the method you will be using to connect to the existing server above to get the domain's address book from.
Connect via:
ConnectionTypeQE
Network|0Serial port|1
PageNum
SetupMethod
ServerType
ConnectionType
4S5S9S10S13S14S
Required
Enter either the phone number or network address of the existing server above.
ConnectionTypeQE
Phone number:
0S0E
AddressTextQE
PageNum
SetupMethod
ServerType
ConnectionTypeQE
4S5S9S10S13S14S
PhoneNumberQE
Administrator's Identity:
Enter the administrator's name.
Administrator's
Name:
Enter the administrator's first name.
First:
FirstName
FirstNameD
Enter the administrator's middle initial. Do not include a period.
M.I.:
Enter the administrator's last name.
Last:
LastName
LastNameD
PageNum
SetupMethod
ServerType
LastName
4S5S9S10S13S14S
Required
PageNum
SetupMethod
ServerType
AdminIDFile
4S5S9S10S14S
Passwords are case sensitive and must be at least 8 characters in length and should not be given out. For better security, passwords should contain both upper and lowercase letters combined with numbers. You should not use common words or phrases, or well known number combinations or dates.
Password:
AdminPassword
AdminPasswordD
PageNum
SetupMethod
ServerType
AdminPassword
AdminIDFile
4S5S9S10S13S14S17S18S
Required
Choose whether you are using an existing administrator's ID or if you want setup to create a new one.
Administrator's ID:
AdminIDFile
AdminIDFileDisp
Allow Setup to create new administrator ID|0Use existing administrator ID|1
PageNum
SetupMethod
ServerType
AdminIDFile
4S5S9S10S13S14S
Required
Settings
Settings
Settings
Basic Settings are in effect.|0Custom Settings are in effect.|1
Settings
Settings
ServerType
(EasyEdit2)
(EasyEdit)
Quick and Easy - Edit
Settings
hyghg
!.!
}x}z}z}
yfyfy
!.!
NJNJXJ
fygyg
yzfyfyf
NJNXJ
zf}x}z}z}z}z}
fyhfygy
hgh_YN
gyhg_YPN
wfMfw
gyh_YP
76(Q(
k~k~k~k~
Q(Q(QN
}~|z|zy
z}~|~
.9#;#.!
epepe
eNpeNe
823Zi1Z8
8S8S8ZS
:23idi*
NPpjyf
pYjgj
("S8ZS
NpYjgj
l`cV78
.9;2Z1
NPpYjg
-:.:23i
V7VcVc7
ocdi1
7 VZ7cS8787
6'A'-
3Zdcocnd1
PpPpP
7Q7V7V
(/1dc
pPp-P-
7Z7Z7
pYpNP
7V7Z7
7dcoW
Av'NpjYpPpP-
cV7Z7Z
oWomcnd1
AvA'NY
iV7Z87
p'AvAvA
-P-PQ(
ZViV7Z
ANA'Av
'NpPp
4`coW
Z7Z7i8ZS
7878Z
78787
1Z1Z1iZ1Z1
("31dc
1ZiZi
i1Z1i1Z1
Z8S8S7
("83Z
ociVZ1
1iZiZ1
ZVi1iZ1Z8S
3Z*1Z1
*Z8S8
././:/S/
71Z*Z1
v v v
S !.S
838a/8
("8Z3Z18Z3Z
Z7iZ1Vi1i17Z7
v v v
+ /3a/38S
3Z18Z38S8S787
S.S./.:.:/
/+a3/S
83717Z*Z
787i1ZViVi878"/8
(P(P(87ZV
VZ*Z"S8
v v -v
7 iVZ178"/8
Z718Z
387878
(787Z87S
.:/+6:-'
8787(P
9R.#R.
. . .
R.R9R.
. . .
9.#.R
. . .
3+8('
9R.#R9#.
3837Z
9 #.#.!
Z738Z
9.R#.#.9
Z7Z7ZV
9.R.#.R
9#R#9#
V7iZVd`
.9.9.R.#.R#.R
V7Vid`
#.#.9
P pPN
molcdZ
"0Y"QV70V`lomsoloc1Z
.9+.9
50"gY
"7V0*dlmsm
ciZ383
_Q0V70V`
8+:.9.
9#.:+/+
c1Z38383
05g0g
"_0_"0Vg0i`clci
Z<Z1Z
.:/8/+.
*"P(A
QV_VQ(
A-Q"Q50g
VQ_V_Q
uU>b.
_0Q_0
`?"g_Qg_Q4
P:2a28Z8Z
=Db>D
'(Z7V878
&.#b)
*<3*5[I
/I[IS:
S/:.b
+8+3+:2
"*+8+83838+
g5Y45Q6Q
" 0703*3*3*
0_hghg5
g 5Y7(6
`03*<*3<0<01
6(",B0`,<*303<01
0404g5hfOM
1,<1,<,
LBfOK
Xzk~ 7
8/878
8/387
'9.+3
0<0<0<3
9+3*3*
,<13/+
5ByhOL
!.9;+
<3<031<3
,3+/+:
!.#9+
?Ngyq_
gy|yO
_7//6876/
H.9.R-
Oy|yf
gy_Q_
.#9.:
+3+/+
5hyfg5O
/!S/S/SK
4OfjLOj
3<1<1,1
mWqWs
\2;230<0,01,c
WsmqBg5N5gOh4pjO4pO
P;/J+;
L[\72;23*31
mWqsWq
gY5gqmr
+/:+/
3 +3+32/32+
sWrWs
yg4Ogj
5ghqlm
rqryrqB
5 gYNY_h`V`
38*3*<*
<0*30<0<0<*<1*<01<1,d
`_Y_g5Ng
838*<
<*<0<010*<0,<01
YNgY5Y
3010*
WososW`0QV_g
g5Yg_Yg`msr
,010,10
WoWc`7Y
g_gYlm
,0V,V
`V7Q0VQ"Yg
0"0"0",0g[
,d`,dB01
Q_Q"Y_"Y
[70`V0
QVQYQ_QY`lr|
7V"(Q7"(QV_QVl
O=[VM
&\"Q_BK
&S7(7`ls
!>=.
6"P0g
6QY5OML4Np
u./.^
- -
-7`sr
[ LXG
PYOM&
Y5YOB4
eNpN\&^P6]
SpYcw
p6@GS:
wa.9a:
Q-P(7(6
h>YS/S
5gOg45Og4p
N5gfyhy_g_
P7cZa
O4N4hf
JNe'Np'A
8Vd*6
54L54
Y Q_Q(7i7(7
fzxz|h4
X5XN4
fMOLOfL4OL4Lf
J5XJ5L5@
AN4pNX45X5L
O4X4OL
L4LOf4L
4LOfz
N X4L5X4LOL
L45XO
AvANL5J54L5
4 X5X4O4X4O
NX4LXp
zfNA?
N4L5J4
4LMOMO
L4MOL4
NL45NL4f
p5L4X5L
x zx^
L XN5X4p4X5
5pOL4pO
fMOfOM
4NX45J4O
Ofzxz]
NX45N5
XNX45p4
45N5Ow
p5X45
AN4fO45X45NJ54N
- -vAv
JLM4Xp45
OLX4p
JMOXNL
JjO4J4LNp4
-'X4jXH
J4LXH
4O4N54N
JjgLH
J4OgH
4ghgp
yhgOg_YPYQ(
_Y"Y"Y
VQ"PQ(
SZV18
! :8a+
6SZ8/
/8Z8+
! /a3/
Y0g"P
tC%t%
t%C)CR
$)Cb!
:.9#)#
#C#;#;#
#R:;:a
(Q(P-
C$C;C
2a2a2+:
2 aS-?
RRR{{{
ssB99scc
kk{cc
{RJ{ZR{RBc9)sJ9
R9{B!
{R9)J1!
cJ9{J)9!
kJ1R1
c9sJ)
11)BB)ckJc
ckkRZZ)11Zss
Rs9JR!Zs
!Jc!R{k
)BZBJR!1B19BRs
)BBRkZs
!1JZ{
9BZ9J{Rc
ZZsRRs{{
BB{sk
RJ{B9c
RJk{s
)J9ksc
9)JcRs)
)kZscRk1!99!BcZcR9RsRc1!)R9BcJRB!)
pppppppp
1ZZZZZZZ5.x
sheet
_IW00000000
444444443
sheet
_IW0000
)3)3P
rd RTF
*.DOC;*.R
*.TIF
Word for
Ami Pro
sheet
_IW0000
_IW0000
sheet
_IW0000
_IW0000
sheet
_IW0000
, click on the
blue labels.
better security
, please provide your own passwords.
If the information is satisfactory, click the
Finish
button above to create your new server.
To edit this information, click the
button at the bottom of the document.
You have successfully completed configuring your Domino Server!
Listed below is some information about your new server:
Name
Server's name:
ServerName
OrgName
$CountryCode
$CountryCode"
0S0E
CompletedServerName
PageNum
ServerType
3S4S
Domain name:
DomainName
CompletedDomainName
PageNum
ServerType
3S4S
PageNum
ServerType
ServerIDFile
CertIDFile
AdminIDFile
4S5S8S9S10S14S15S18S19S20S21S
Identification & Passwords
The following IDs have been created and are located in:
Directory
DirectoryDisp
PageNum
ServerType
ServerIDFile
3S4S7S8S
Server's ID:
ServerIDFileName
server.id
ServerIDFileName
0S0E
CompletedServerIDFileName
PageNum
ServerType
ServerIDFile
3S4S7S8S
PageNum
ServerType
CertIDFile
3S4S7S8S
Certifier ID:
CertIDFileName
cert.id
CertIDFileName
0S0E
CompletedCertifierIDFileName
PageNum
ServerType
CertIDFile
3S4S7S8S
Certifier Password:
CertifierPassword
CompletedCertPassword
Make sure to remember this password.
PageNum
ServerType
AdminIDFile
3S4S7S8S
The following ID has been created and is located in the Public Directory on the server:
PageNum
ServerType
AdminIDFile
3S4S7S8S
Administrator's ID:
AdminIDFileName
user.id
AdminIDFileName
0S0E
CompletedAdminIDFileName
Password:
AdminPassword
CompletedAdminPassword
Make sure to remember this password.
PageNum
1S2S
PageNum
HTTPStack
1S2S3S4S5S
PageNum
HTTPStack
1S2S3S4S5S
PageNum
HTTPStack
1S2S3S4S5S
PageNum
HTTPStack
1S2S3S4S5S
PageNum
HTTPStack
1S2S3S4S5S
Configuring IIS and Domino
PageNum
HTTPStack
1S2S3S4S5S
You must complete the following to configure the Domino for IIS server:
Install the ISAPI extension and filter using the Microsoft Management Console (MMC).
Create a virtual directory using the MMC to specify the location of the Domino icons directory.
Check the Windows NT file permissions.
Set up user authorization for the Domino for IIS server.
For complete details on setting up Domino for IIS
see the Administrator's Guide
PageNum
SetupError
SetupErrorY
3S2E4S7S8S
Configuration Errors:
PageNum
SetupError
SetupErrorY
3S2E4S7S8S
The following error occurred while configuring your server:
SetupError
SetupError
This indicates a TCP stack configuration problem. Please check your TCP configuration before running the server.
The solution is to add the host name and IP address to this file.
- for NLM servers, the host file exists in sys:\ etc (This file should be copied from the samples directory on installation) "
- for OS/2 servers the host file exists in MPTN\etc
OS/2 supplies a GUI to fix this problem
Click on OS/2 system Click on TCP/IP
Click on TCP Configuration Pick the Hostnames tab turn to page 2"
Click on add"
You will also need to update the Server record in the Address Book with the correct TCP host name, which is currently set to 'unknown' in the Internet Message Transfer Agent section ."
4S5S7S11S12S13S19S20S21S
SetupErrorSolution
PageNum
ServerType
3S4S
PageNum
ServerType
3S4S
PageNum
ServerType
3S4S
PageNum
ServerType
3S4S
PageNum
ServerType
3S4S
PageNum
ServerType
AccessFlagState
1S2S3S4S7S8S
Configure Access Control Lists
PageNum
ServerType
1S2S3S4S
PageNum
ServerType
1S2S3S4S
PageNum
ServerType
1S2S3S4S
PageNum
ServerType
1S2S3S4S
PageNum
ServerType
1S2S3S4S
PageNum
ServerType
1S2S3S4S
You can add an entry with Manager access to the Access Control List for all databases and templates which were installed or created by configuring your server.
It is recommended that the entry you add is a group since it offers the greatest flexibility.
Note: If you add a group, it will be created in the Directory automatically and the administrator's name will be listed as a member.
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
Dim w As New NotesUIWorkspace
Dim s As New NotesSession
Dim uidoc As NotesUIDocument
Dim doc As NotesDocument
Dim dialogdoc As NotesDocument
Dim DbDir As NotesDbDirectory
Dim thisDb As NotesDatabase
Dim namesdb As New NotesDatabase("" , "")
Dim db As NotesDatabase
Dim files() As Variant
Dim titles() As Variant
Dim x As Integer
Set uidoc = w.CurrentDocument
Set doc=uidoc.Document
Set thisDb=s.CurrentDatabase
If doc.GetItemValue("AccessFlagState")(0) = "1" Then
Messagebox "You can only perform this action once. Please use the Administration Client to make further modifications to your database ACLs.", MB_OK + MB_ICONSTOP, "Error"
Print("Created group: '" & NametoAdd & "' in the Directory")
Else
Messagebox "An error occurred creating the " & NametoAdd & "group. Please create this group after you completed configuring this server." , MB_ICONEXCALMATION + MB_OK, "Error"
End If
End If
Call doc.ReplaceItemValue("AccessFlagState", "1")
Call doc.ReplaceItemValue("AccessFlagStatus","You have successfully added "& NametoAdd & " to " & Cstr(x) & " databases and templates. Please use the Administration Client to make further modifications to your database ACLs.")
Call uidoc.RefreshHideFormulas
End Sub
Lotus Product
OBJECT
FirstName
LastName"
3S4S5S6S7S8S
New Button
Need a newer version of Notes to execute this button.
0S0E
Set Access Control List Entry
ActionFlagStatus
AccessFlagStatus
Exit
:P:P:P:GPGP
P:P:P:P
P:P:GP
n~n~n
:4:4:4
:P:PG
sCskC
ugsCsCs
gsCsksC
49C9Ck
r uriu
k9C94
kjkjl
9k9C4
9k9k94
klklkQjQ9k
jQ9jC4
jljQj
iQjQ9j9
iQiQj
rurui
kQlQjl
Q iQj
QiQj9
49C9C9
iQiQi
94C4kCkC
QljQjQ
jljlj
Q9QjQjC
QjQlQjQl
jQjlQjQj
sgiui
jQjQj
jijli
49kCk
jijlili
CG4CGCGC
jljli
CG4GC
ljljlC
skCksks
kjlijk
494C4CkCkC
CkCklk
Qkljljlk
CkCkC
QkQlQkQ
kjlil
ijijg
CklQjkjlQlk
kCkCkC
kQjQj
ujiujgs
CkCkC
kCkjlQkj
kljil
kCk9Ck9k
klQjk
kjliji
49CkCk
l jlkliljiu
CGCG4:
lgjgjuiujg
j iujgjgugu
G~_:G
ujujsj
y>_Ckb
CG4)`
:G:,\
G \/P%P
5%3P5
%35\R53%P
:4:4:CGC
49jQj
i[iYjY
9QjQj
4A+z+
Gwft6q3%:I
%.*z+"
'!*'@
Y[ilY
%7*+z*
P4'I6=
: P:P%6A6-
-!z+(
Z 3%:
P$'6'"
3P:4#
*+@ %
Oxvwx
494C4wxO
4.1J
="+!+A.:
JOPGPh
IP%:.<
!+4%1<+<.f
%:JfJfK=t
:9JfJf3%GJ
JfJP%PdJ
%#+<+Ir(
<73&
7#+<+
& Z3x
fJt3G
& Z'6
jkjkj
XJ<A,&
pcP3P
& Z Z
kj9G4G
PfdAdPZ3P4
{z{oz<
g3Z3PeA 7<
Z}{Iz
+<PGC
7u4%34=
~nr|_
xiuiu
sjgirv|
q}q}q
G:4vbob
GkCskCsk
skCsk
PGP:G
GP:P:
G:P:P:P
P:PCkC
GP:P:CkC:
P:CkC4
vhv[9
ikjkC
GkCkj9
3%P3%
jskjs
kCjkjCkC
G:P:GP:PGP
P:P:P
49jCjCk
QiliY
i9k9C
ljl[jl
il[ilk
jljl[liliYi
li[i[
jli[i[
jkljl
kCkjg
jgkjk
4sgjuj
jiujg
~s~sc
s~s~s
s~s~s~s~
Z99s111
sc{1)k!
skR1)
R9s1!c!
sckB)
{csZBJ9)
cBsR1
{1{R!
s{cBZB!
RZR91)
RRJ11)JJ9BJ9ZkR9B9)1)k{sBRJBcRZsk1BBc
)ck9ck
Jk)9B
1B)Z{Rcsk{
9Z1BZBJkkk{99R)!1R1R1
)Z1J)
!B19J)9R
!R!1R
;*.DOC
_IBMP
`W4W33F/V0
d for Windows 6.
W33F/V0
ssssssss
You are now ready to leave the configuration tool.
In order to administer this server, it is recommended that you install the Administration Client. This can be installed on a separate machine (recommended) or on this machine.
NetworkAddressList of network addresses for enabled ports
Enter thf name of a port enabled on the server, for example SPX.
Enter the network address of server port. Default is the common name of server. This field can be the name of a server or a more specific address, depending on the conventions of the network protocol.
'++LotusScript Development Environment:2:2:Postrecalc:1:12
Sub Postrecalc(Source As Notesuidocument)
End Sub
PortList
0S0E
ModemList
ModemList
0S0E
PageNum
TotalPages
MinPasswordLength
Log_Replication
Log_Sessions
ProxyFlag
Proxy_HTTP
Proxy_FTP
Proxy_HTTP
Proxy_HTTP
Proxy_FTP
11S12S
Proxy_FTP
ProxyFlag
Proxy_HTTP
Proxy_Gopher
Proxy_HTTP
Proxy_HTTP
Proxy_Gopher
8S11S12S
Proxy_Gopher
ProxyFlag
Proxy_HTTP
Proxy_SSL
Proxy_HTTP
Proxy_Flag
Proxy_HTTP
Proxy_SSL
8S13S14S
Proxy_SSL
ProxyFlag
UseProxyforNotes
Proxy_HTTP
ProxyFlag
UseProxyforNotes
Proxy_NotesHTTP
5S6S15S16S
Proxy_NotesHTTP
Proxy_SOCKS
No_Proxy
Proxy_HTTPEnter the name or IP address of the proxy used to connect to the Internet.
Router
Replica
Update
AdminP
RunJava ISpy
0S0E
BasicNotes
PortList
PortList
SaveOptions
IsNetware
IsNetware
PageNum
0S0E
PageNum
0S0E
fcefn
cdnce
g dgw
cdncm
wgdgdg
cfcfcd
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
0S0E
efmcnd
fcefn
dcdne
g dgw
wgdgdg
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
0S0E
efmcnd
fcefn
dcdne
cdnce
cdncm
efmfcfcfd
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
0S0E
efmcnd
dcdne
cdnce
g dgw
cdncm
wgdgdg
efmfcfcfd
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
PageNum
3S4S
0S0E
PageNum
PageNum
0R1S
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
PageNum
3S4S
PageNum
PageNum
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
PageNum
PageNum
3S4S
Save and Quit
Exiting saves your settings, and exits Domino. To continue setup, simply re-launch Domino. The database will return to where you left off. Do you want to continue?
0S0E
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If Not(uidoc.EditMode) Then uidoc.EditMode = True
If doc.ProfileName(0)="" Then
Messagebox "You need to enter a profile name before you can use the Finish button.", 16, "Error"
Exit Sub
End If
Dim ProfileDoc As NotesDocument
Set view=db.GetView("(SetupProfiles)")
Set ProfileDoc=view.GetDocumentByKey(doc.ProfileName, True)
If ProfileDoc Is Nothing Then
Call uidoc.refresh
Call uidoc.Save
Messagebox "Profile has been saved successfully.", 0, "Finished."
Call uidoc.Close
Else
Messagebox "Profile names must be unique.", 16, "Error"
End If
End Sub
<E<7:E9E
E'7:E97(
:K:7:
9:87(:'7':(7(:'D:
!!!)))111999BBBJJJRRRZZZccckkksss{{{
sk9kkcJJ1JJ!19)BRB!1)BZR
!Zs!k
9c{9s
BZ!Z{!k
)BRBk
1Zs1c
!Jc){
Bc{!BZ9s
)Z{!Rs
9JZ!{
JZkc{
)9J!9R
00000000
+!!!!!!!!
77777777
99999999m
This 4-step server configuration tool will assist you in setting up a Profile for your Domino server(s).
Advance through the screens with the
(next) button. Backup with the
(previous) button.
1. Choose what type of New Domino Server
Quick Help
NgAIAM
uaNvt
auazu
jauSau
kjwOwzu
ptMwOkOBa
pwOwO
qr{qt
zMtNtau
wjujw
aNkqk
atvkqkMu
ihrbX
Xsly{
ZYMR~
dCP2P
kazuz
xhqgx
[ASTx
~kB`qs
ENFGOp
ANawpwBp
g @gv
AFRTp
S RFMNFRSw`
aRSajOwq
EbcKq
wSaFNkN
aM\aw
qgWHhWEg
mcHVHb?m
uRzju
qgbV_Jb?c
uRaua
qcbJ_JVWg
aRauaM
@;@;@Aau
cWVJ_J
uaMNa
aMNauM@K;K?K
qgbE?
bm{ VbWm
uMNAMaN@
A=<H<H=a
aK=>@a
@ A@,'
%rmNM
_]Q]_
qaMA@
aNFauMA@
N MuaN;!
MA@Nau8
aNAI@
@INMuaMa
a>=<=I
uRa:%3
uja2%
efe}e
pC`Cp
p`BC8
SaSaSaj
uaSGR
RaRF8#
FMFRMR:0
%3&9}
`p`OTGS
`edCBPTO
CPOSj
BPTSju
dBOTSau
G`pw`TS
8`pjOTaN
SpujSM
`uTjMN
&p`62*)
dD6*#
13DL&dD
*3CDC
*3CDC
DdDCD
}fedD
6C2CPBP
f}fLfLef
feDdC
}fedp
aSaSaSRaSa
jSaSaS
Sjaju
wujuSaSauajauaj
wujauauaua
#*3L}
Jk)Rk
)JcJ{
!19Z{Z{
1Bc)9Z!1Rk{
!)BZc
BJk9Bk
JR{BJs
BBZZZ{{{
11J))B!!9sk
RJksk
B9R{k
ZJk{c
ZJc9)B
B1JR9Z
sRsR9RkJkcBcZ9Z)
kBckJcR1J
{Jk9!1
Rss9Z
Rsk9R
BcZ)B
RkR)9
Rss1J
Bcs)B
ksR!1k1B
)Bk)9
Middle
Middle%%%%%%%%.WPT
Indicate whether you want this to be the first or additional Domino server.
ServerName
ServerType
ServerName
ServerName
OrgName
ServerName
OrgName
ServerType
ServerName
OrgName
ServerName
ServerName
1S8S9S17S20S21S28S29S47S48S56S57S
ServerType
ServerType
First Domino Server |1Additional Domino Server|2
First Domino Server
Select this option if this is the
first
server you are setting up in your organization, or if you are creating a new domain.
Additional Domino Server
Select this option if this is a new server which has already been defined in an existing organization. You will only need to supply a few key pieces of information.
2. Select a Configuration Method
Quick Help
znITI
zq`q`
`o`qsoy
zTCJTCTCT
` osy
CTCTCT
q`r`ZLZ`J`J
Z JZ`J`ozy
ZLZosy
zoCT3TC
~yoq`
JZJ1Z
or`Z1J7Z
%Z7J7J,
zo`ZJ
JZJZ71
hv^hv
7%J7,J3`z
h^h^h^
t~ynq
J `oy
^v^vh
jtxyo`
jt~zo
v^h^h
%7J7,
*3Tn}
hvhv^v^
^h^h^j^
,"J,C
JCTy~
^vh^h
h^h^h^
^j^hjt~yo`
C,DTS~
hvhv^
^h^h^
zo`J,J
^v^h^v
^hv^h^
no`J,7J
no`3J,JCJ
zonJ3
v^v^h^
^vh|h
h^v^h
v^h^h^
zsq`q`
zsq`r
jhjht~zo
,JToy
o3J7"7"7"JCJTny]~
JC3TC
LZ`qz
s`J7"
Z`qsz
JZLZ`qs
,",JT`
sor`ZLZr`qz
zo`J,J,"
zo`3J,JTJnz
soqoy
znITI
~nTCD
]SCDC
onTnmS@T]n~
T @xT]T]y
,D,D,Co
yTnTnxn
*D,D,D,3o
SPSPYl
ynSC*D
A #AEOh
D,DJDToz
y~n~lt
^E?AE
uvOA6
uhA+<b
:'$+A^
#$+[Xe
t_^U[\0A-P_[
V[h^X
- ^>]
aAahjVOX-
EVjhjEO
>jhjAY
O >^j
XOhaAOj
T0_tY+_
tVG[^
^OAVhjAY
O8vg9<Ud
d^t_BUd
^OAVhaAE
|Tcdx@I^
^I8cI
Omx\2
ABajVAO
VBahV6V
^Ic8m\2-
\2\t>
^jABjhV6a
s`P_m0>0@O/5\]0-_x@Iuf=G@gx0Y^
A6OhOBY
`1osq1q
m,T@0*5
\@]gtPG^
-OAVhjABaj
jhV6A
qrsz`Mqz`1qz`JosC
G_0$YgY$P
B6ahV(AjlS]
qJqzLJqsmJLy$
V B$Y}Y0P}l
j6Aat
ahE+A^E+S
qJqso,qsoJDB+
GaB+_
_+Pt[
a6Aja
ajA+EOA+B
~ 0B~
oJoyoCJsoJCsT
BV+!AaA+A
6+EOA
Aa0D]
~$Sy~$V~]0$]}$
n3ozo3JnoJTyS
AV6+A^V+A
a+AjO
#O+!S
n3nznJnonT3oTJC]6
A!+!AV6!AOA+B^V6Bj
O+Vha+6
nJnznJTqnJCon
AE6+AaA+6^V6AjhVAj
V6Vja+6Oa+
n3nonJConTCo]
A 6!AO6+AO<
jhEAa
V6XjV+6OV+
D]S!$]V
n3nzn3Ton3T
V!+6A
6E6!BOA(
b9<:faA6ahOAE
V+AOV+!VA!
TCosCDSB
+6EA+AO<
A_Y$0[
d+G[V
YCzo9Knx9
:6+&:
P0avc
^8'VA!d&B'8#:
<*CSD
:*CL<
sc:S8b
b<fef
45I3>
^J,CS
<;<-<
G0/?4
' 4>0[db@8b<
OC%3O
=b\@9
\@0\/G
E?>/0f
:90_>
#?O.=
8b@I_
b23IbcL3
b8d8/;
8G\g{
d8@[{
\[H<U>@>-_G0>OE(
>_\0@gj
t0UfX@2F
IJ173C
AO?O#
>/G_>
[_P\_V
P\020@
>53L3
>/>a>/>j[A/B/j>B/G/
0 P0$
%,3C",
~PGa>
4?-?#E^EAE^OAEhjEahO
V>B6B/+$
?O?E?X
#6EA6+
XO?4X
E?O(?O?
X?O?-O
X?E4XO?4OX4E(?X?#
Xv?(4U
? 4X?4?X4?4
? O#6?(6+(6
?4?X?(E4#6
nT,"Tz
4?X?4
#?E6(?#+
64UK=F(4(F
6(E#+#X
XO?#?O?6E?OX
{K. &
KF?Xu
4#?O?#?u
2S]~]Y~
K . F
2T2@S~
PE'4'F
uX4?X
l]PY]
CT2SY
C2T2]
CT2TS
tVGY}
C2T2S
YVGYP
PYPGPV
CS2S]
VYGYGP
DC2T~
}GPGP
' uUFX
}YSP0
'('('('XU?-u
'FU?4
(-X?4Xu
H'('uU4
XUX'-XU
UX-4X
uX-?X
46'XF'4U
X -?E(X
SB(4XuU
AO^YD,
hVAat$
y,",y
*,J,Dn
TJ,Toz
*,DC,Cq
T`3JC
",5@I@
I@I@Ix
\@\SPYPY
~GPG0P0\PYP\
/AP/At
M)LMQ
J1J1J)3C
\G\>G
IQI@I@\@\G>/
I@\@G
@0S0SP]@P@\
0 P@P@P@\
I\@\0G
S$S0P0
I\@\/G/>#
@ \0>/>#?#4
0S0S>
\@G/>#>?4
5D$2$S0_
#>#>#
[0/BP
MWiMiMW
QiQiQiLQLQiQiLiLi
iMiMiLQLQI
LQLQL
QLILIL
W)W)W)
@I@I@I@I
1)M1M)
2I2I@2I
2@I2@2
M1)L)L)
20202
20$2$
)N)1)1
3)3)3)
3 I3C5I5I2I
N)WM)
1)ML31",*5*5
L)3",
C,",*5
%1)I3I*,"
1%)LCI3*
L`)1%Mq
WN%1%L
1Mw`1
1MrWJ
%ZkqM%",L
kJ"7,
mLQ3C,
%Z)M%
%MZ`%
%ZWwJ
,Jqsz
1Nr1%
%ZW`%"
"%`qs
%rwr`7
1ZwNZ
1wrqrJ
s n`S
qWJ",J
qnC,DTo
yS$VS
",3Lo`J
TC,Cnz
C`o`oJD,DTz
,JTnonT
)NM)N1
)3)3%1
3)3,1,
$0$VS
%1%)L)L)313%,
6 +6#EVaOVE
1"1,3%
(?(4E
S0+6/6
!$+0!
0PB#A
P/BAE(
A#(#E(
kkR!J1
sZ!kR
k{c)ZB
sBkZ)J9
{k1ZJ
skcBcZ191
ZR)JB
RZR!{s9RJ
RRR1ssBss9RR!ZZ!s{J
BJ)BR
9B!19!!)
RZk99B)
Rk1Jc)
{c{J)1!{
kRkB)R
ZkRJZBJs9k
cRkJ)Z
c)9)Z
Z!1!J{J1R11k1)c)
!c)J{Rs
9cB)s9!k1
R9{JJ
J!){Bs
k1ZBB{Z1
{9kR!
k1{Z!
1!JcZJ
9RJ1JB1
ZJ1cZJ
1RR9ss)ss
Image
3 Workshee
QQQQQQQQ
IIIIIIII
$$$$$$$$
Terminat
Choose which method of setup you want the user to go through.
SetupMethod
Quick and Easy Configuration|1Advanced Configuration|2
Quick and Easy Configuration
requires the least manual input. Predefined default settings - gathered during the installation process or from your machine - streamline the setup process. You can customize these default settings at any time.
Advanced Configuration
offers experienced users the most control and customization of the server configuration parameters.
3. Server Audience
- Advanced Configuration
Quick Help
In addition to Notes users, who else will be the audience for this server?
Your machine does not have TCP/IP installed. You may not select any of the choices on this screen because they all require TCP/IP.
IsNetware
SetupMethod
WebBrowser
You are setting up a Netware Domino Server. This server cannot support Web Browsers. Please deselect HTTP to continue.
0R8S9S12S13S25S26S29S30S
WebBrowser
HTTP|HTTPNOI|NOI
PageNum
WebBrowseru
3S4S
In order to default to the optimal HTTP performance settings, choose the primary activity for clients connecting over HTTP :
HTTP_Audience
Web Mail|1Web Applications|2Both Mail and Applications|3Advanced (Custom Settings)|0
Internet Mail Packages
(for example: Lotus Mail or Eudora)
SetupMethod
ServerAudiencet
SMTPMTA
IMailPkgs
5S6S
PortList
0S0E
IMailPkgs
SetupMethod
Your machine does not have TCP/IP installed. You may not select any of the choices on this screen because they all require TCP/IP.
0R8S9S12S13S
IMailPkgs
IMAP|IMAPPOP3|POP3SMTP|SMTP
Internet Directory Services
IDirSrv
LDAP|LDAP
News Readers
(for example: Netscape Navigator or MS Explorer)
SetupMethod
ServerAudiencet
NewsReaders
5S6S
PortList
0S0E
NewsReaders
SetupMethod
Your machine does not have TCP/IP installed. You may not select any of the choices on this screen because they all require TCP/IP.
0R8S9S12S13S
NewsReaders
NNTP|1
Enterprise Connection Services
(provides access to non-Notes data)
SetupMethod
ServerAudiencet
5S6S
DECS|DECS
Additional Server Tasks
(for example: any third party add-ins)
rnrnr
f\fbf\
f\f\fb
iririrci
ncini
_fbnriri
r xSz
nrnrnr
vQOK7
yO7989
br|ir{n~
yO7%9'
ir|cnk
fqpK79
43#>$*
$43)C
KA+$>32)2)C)
)3)3)3)
bnrnr
|nr{n
K+$3C
3C)3)3)
C)C)C
) C)3C)3)3)
C)C)C3)3C3)3)
43434
f bnrn
C)C)C3)
brncr|cr|ir
C)3)3)
C)3)3)
C)3)3C
)2)2)2)2
)C)3)
C)C)3)
vU=1=1=1=1
C)C)C)3)3)
C)C)3C)
oiF1F=1=1=1
C)C)3
i=1=1=
C)3)3C)
C)C)3)
=1=1=1=1=1
=1=1=1
C)C)C3)3)3)
=1=1=1
=1=1=1
=1=1=1
C)C)3)
C)C)3)3C3)3)
=1=1=1
1=1=1
)3)3)
=1=1=1=1
C)C)3
C)C3)
=1=1=1=1=1=1
=1=1=1
C)3C)3)
=1=1=1
3)3)3)
=1=1=
C)C)3)
=1=1h
C)C)3)
C)C)3
;=.)C)
43434
ZF;C)
=1=1e
= 2=2=2Fu
2=2=F
=2=2N
p*+?"
1=1=1=1@
F=1=1=1
1=1=1
1=1=1
1=1=1
1=1=1@
N;=2=
Q?HI<
).JIH\
3)3)C3)
)3C3)
huhZh
hZhZW
C)C)3)3)
C)C)C)C)3)3)
C)3)3C)
wu`w`w`V
)C)3)
dw`w.2)2)2
C)C)C3)
2=2=e
C)3C)
)C3)3)
43#eu
}^}WM2
3)3)3)3)@
Zd^dw
C)C)C)3)3C
3 #3#3Hu
kvI2)2
C)C)C3)3
)3)3)
C)C)C)C3
ud^R^
)3)3)
YHC)2)2
)3C)C@
)3)3)
<Vw^R
2 ;W]
C)C)C)3)
);MIW]e
ekWHIM)
C)C)C)C)3C)
)2)2)
C)C)3C
)3)3)
2)2)2)2)2)2
C)C3)3C
C)3C)=
>4>4>
)C)3C)FNh[h
h[h[h
C)C3)=N
[h[h[Za
ahZhZ
C)C)C)
C)C)C
)C)C)
)C)C)C)C
)C)C)C)C)C3
C)C)C)3
3)C)3)3)3)
uZw`w
3)3)3)3)3)d
uZuZu`
^ d^t
RW#4>
)C3)3)3)32h
ZuZuZ
C3)3C3)3)3)3)3)3C)C
C3C3C)
oVgog
3)3)3)3C3)3C3C3)
3)3)3)
o]ol]U
]o]lo
)3)3u
]l]o]vk
kvUl]l
l]l]ov
>4#3e
]l]kvkv
#3#3u
343#3#
#3#3#3#3#34
#3#3C
lJI#>
>4#>4>
>4343
Cgdwu
]eVJI/>#
+*#4>
4 #>$*:
>$*$V
3#3#>
#>$*$*/w
>$CNu
$>$>$>$>3;`
haF2;)
)2;F[
elt}l
l vovovovov
vovovov
UHoUvioiov|
vovovoioi
ivioiU
UoUoU
oUiUi
t}t}l}
viUiriU
ioUioU|
iUiUi
rcniU
UiUiUi
inicUi
iUiXUiUk
i UiUiUiUnr
UiUnUiUi
cniUi
iUrU\
i rirnrcrnc
cncUcUn
irini
cncnc
cbnbcn
cbcbncn
c nicUiUcic
ririrc
cncincncncbniriririri
crcrc
bnbnc
cbcnb
bcncnc
rcncrcnc
ncncncncncncnc
cbcbc
cbcbncbcncinc
irinc
cncbc
b cbcbcbcbc
cbcbc
cfbcb
cbcfcbcbcbcbnc
cbfbc
cfcfbfbfbfc
cfbfcfc
fcfbcfc
fcfbc
f bfbfcfcfb
cfcbcbcfbc
fbcbcb
cncin
cfbfcfbfcbf
fcfcbcfcbfb
cfcfcfb
cfcfcb
cfbcfbf
fcfcfcfcfbcfcfcf
fbfbfbcfcb
bfbfb
cfcfcfbfcfcfcfcf
cfbfcfc
bfbfc
cfcfc
bfbcf
cfcfcfbfcfcfb
ncncic
c ncbcfcbcf
incncbcbcbcfc
cfcfc
bfcbcfcb
bcbcnc
RRc99
ZZc11s99
RRs11
ZR{91
1R{)Js1Z
BRk)BkBk
!9c9JkBc
9JsRk
9J{k{
9Bk)1RJR{)1Z{
9Bsck
!!999c99k91kRJ{JBs{s
ZR{91ZB9k)!J{s
ZRksc
)B1c!
RBkJ9c
!9!RkZ{
B)R{k
!sc{kZsJ9RB1J1!9)
1kJscBkR1ZB!J
sZsB1BZBZkJkZ9ZJ)JsJkZ1RR)JJ!B
)kRcR!BJ
9Z1Jc9RkBZ
Rk{Jcc1JZ)BR!9R
cssJZ
Rck9JB
k{sBRZ)9!
s9J{BR
sRZB!){9Js1B1
ks{9B
;*.RTF
PCX ImagerrrrrrrrOC
WordPerfect 533333333
========3
=1======P
))))))))ge
t 5.x
sheet
````````erfect 533333333)C)C)C)CK
)3)3)3)3P
3)3)3)3)nary with Text
hggggggggfcffbfbfcffcfca
444444441
.WK4$$$$$$$$
W4W49F/V
V_IPIC
cncnnncnordPerfect 53333bbbbbbbc4
cbcbcfcbK4
=1==fcfcfbfcWorksheet
Addin-name to be added to ServerTasks line in NOTES.INI
AddlTasks
User friendly name of addin that will be displayed in Server Configuration document.
AddinName
AddinName
AddlTasks
You need to supply corresponding user friendly names for each addin task specified. If you don't want a name to appear, use a space in the user friendly name field.
0S0E
AddinNames
Web Browsers
This feature enables your Domino Server to be accessible by Web browsers.
Internet Mail Packages
This feature enables your Domino Server to host mailboxes for Internet mail packages and to send and receive mail from the Internet.
News Readers
This feature enables your Domino Server to send and receive messages from Internet Newsgroups, and to be accessible by Internet News readers.
Enterprise Connection Services
This feature enables your Domino Server to access data that is not contained in a Notes database, for example it could access data from an RDBMS database.
Additional Server Tasks
You can add additional tasks to the ServerTasks line in NOTES.INI by placing the addin name in the first field and a user friendly name in the second field. Both fields are lists which allow mutiple values.
PageNum
0S0E
4. Administration Settings
- Advanced Configuration
Quick Help
Profile Name:
PageNum
SetupMethod
3S4S
Enter a name for this setup profile. If you have more than one profile, and the one you want the server to use is not specified in NOTES.INI, then Setup will prompt with a list of profile names to choose from. Setup profile names must be unique.
Profile Name:
Default Profile
ProfileName
Required
Configuration Information:
Any values you leave blank will be prompted for during configuration. Any values you supply will not. Passwords will always be prompted for.
PageNum
SetupMethod
ServerType
4S5S9S10S
PageNum
ServerType
3S4S
Organization Identity
The organization name should be equivalent to your company's name. This value has defaulted from information you entered during Installation.
Organization Name:
CompanyName
CompanyName
PageNum
ServerType
CompanyName
3S4S7S8S
Required
PageNum
SetupMethod
ServerType
CompanyName
4S5S9S10S13S14S
The domain name is used to identify your domain for the purposes of mail. If you are using TCP/IP, you should consider using your TCP domain name, otherwise you should choose a name which identifies your organization. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
The certifier name gets appended to every user and server's common name. It should represent the organization's name, usually in an abbreviated format. There is a 64 character limit to this name, but shorter names are easier to administer. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Enter the Organizational Country Code. This should only be entered if you have registered your Organization name with a national or international standards body. The country code is a two letter abbreviation for the country where the organization's corporate headquarters are located. For mulit-national companies, for instance, this means that if your company has offices in England, France and Germany and the corporate headquarters are in England, you would enter UK if the organization name has been registered.
Certifier Country Code:
$CountryCode
$CountryCode
The Certifer Country Code must be 2 characters.
0S0E
$CountryCode
Optional
Choose whether you are using an existing certifier ID or if you want setup to create a new one.
Certifier ID:
CertIDFile
Allow Setup to create new certifier ID|0Use existing certifier ID|1
PageNum
ServerType
CertIDFile
4S5S6S9S10S
Required
PageNum
SetupMethod
ServerType
CertIDFile
4S5S9S10S13S14S
New Server Identity:
Enter the name of the server. This is the name that users and administrators will use when connecting to this machine. Names which clearly identify this server are recommended. The name should not contain spaces as this makes it easier to administer. The allowable characters are: A-Z, 0-9, &- . _'
Enter the server's hostname. This is extemely important to get correct. In most cases, servers only have one hostname. However there are cases where there could be more than one, such as if you have two network interface cards and have TCP/IP enabled on both, or you are running partitioned servers. In these cases, it is very important that the correct hostname is entered for this server.
Server's Hostname:
ServerHostName
PageNum
ServerHostName
3S4S
Required
Choose whether you are using an existing server ID or if you want setup to create a new one.
Server ID:
ServerIDFile
ServerType
Allow Setup to create new server ID|0
Use existing server ID|1
ServerType
Get server ID from Address Book|0
Server ID supplied in a file|1
0S0E
PageNum
ServerIDFile
3S2E4S
Required
PageNum
SetupMethod
ServerIDFile
3S4S7S8S
PageNum
SetupMethod
ServerType
4S5S9S10S
PageNum
ServerType
4S5S6S
Domain Address Book Location:
PageNum
ServerType
5S6S
Enter the name of an existing server that you will be getting the domain's address book from. You should enter the server's fully distinguished name (i.e. Server1/Acme.com).
Get Address Book from which Server?:
ExistingServerName
PageNum
ServerType
ExistingServerName
5S6S9S10S
Required
PageNum
SetupMethod
ServerType
ExistingServerName
4S5S9S10S13S14S
Choose the method you will be using to connect to the existing server above to get the domain's address book from.
Connect via:
ConnectionType
Network|0Serial port|1
PageNum
ServerType
ConnectionType
5S6S9S10S
Required
PageNum
SetupMethod
ServerType
ConnectionType
4S5S9S10S13S14S
Enter either the phone number or network address of the existing server above.
ConnectionType
Phone number:
0S0E
AddressText
PageNum
ServerType
ConnectionType
5S6S9S10S11S12S
PhoneNumber
PageNum
SetupMethod
ServerType
PhoneNumber
4S5S9S10S13S14S
Administrator's Identity:
Enter the administrator's name.
Administrator's
Name:
Enter the administrator's first name.
First:
FirstName
FirstName
Enter the administrator's middle initial. Do not include a period.
M.I.:
Enter the administrator's last name.
Last:
LastName
LastName
PageNum
ServerType
LastName
4S5S6S9S10S
Required
PageNum
SetupMethod
ServerType
LastName
4S5S9S10S13S14S
Choose whether you are using an existing administrator's ID or if you want setup to create a new one.
Administrator's ID:
AdminIDFile
Allow Setup to create new administrator ID|0Use existing administrator ID|1
PageNum
ServerType
AdminIDFile
5S6S9S10S
Required
PageNum
SetupMethod
ServerType
AdminIDFile
4S5S9S10S13S14S
Network Options
By checking the box Use all available ports, setup will enable all available ports on your server (up to 5). If you want to change which ports are enabled, uncheck the box and you will be able to edit the ports and network addresses.
Ports:
Ports
AllPorts
PortList
Ports
NetworkAddress
AllPorts
Addresses
NetworkAddress
0R1S
AllPorts
AllPorts
Use all available ports|1Customize...|0
Ports
PortList
NetworkAddress
(PortsDialog)
Port Setup
0S0E
Edit Ports
PageNum
SetupMethod
Ports
NetworkAddress
3S4S7S8S11S12S
Required
Click the button to enter any proxies being used on this server.
Network Proxies:
(ProxyDialog)
Proxy Server Configuration
0S0E
Add Proxies
Communications Port Options
If this server has a serial port, click the Edit button and choose from the list provided. You can further setup the serial port by clicking the Setup button.
Serial Port:
SerialPort
-None-|-1COM1|0COM2|1COM3|2COM4|3COM5|4
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If doc.SerialPort(0) <> "-1" And doc.Modem(0) <>"" Then
Messagebox "Error: You must choose a serial port.", 16, "Error"
Exit Sub
End If
If doc.Modem(0)="" Then
Messagebox "Error: You must choose a modem file" , 16, "Error"
End If
End If
End Sub
New Button
Need a newer version of Notes to execute this button.
0S0E
Setup...
&/&$B
oXoXoX
6%Xhb3b
6Ybhb3
Y6bhb
6%6Xh
:T:T8:8
:T:T:8:
wZY6o
:8:8:8:
( '<'
NTNT)
:9:TM[\N1O)
:9)TMe
:T:S8:8
):TNe21N2[=[M):M):8
:)MT)
oJYow
):9:TN1
1\]t[;[
ywzwz7wz
8:9:9:
O,ON[
)NTNT:T:T8T
YJ~JYow
)9):)O(
:T:8S8
9:9):9:9O
,O\]tft
[ \2\2eNM8%
XwoYJ~
w 6w6Zw8Z8S
t[ZMT:S
ON]tjt
8Z8ZSMZ[Sdt[t[M
$9)N=tf{t][
[NM8%
Y wYZ6Z8Z8Z
Z[Z[MS[
2\e\=eNM:%
8YZYZ
SZSZ[SMS
Z8Z8SZ[
%S0tj{r{jt[
ZY8ZS8
H|~YXhw
M[c[c[M[
r{jt]
MS[c;[M[
7f{r{r
6;jr{r{r{t
\ [\[\=[\=[
S8S8TS:M
TMTNTN
M0fjr
jt]=[
\[\NM
S:T:M
TNTNT
8TN[0tjr{j
][\[\
=[\[NM:8:8:
2e=[]tr{t
=[=\[NS)
)T):8
[][\[\
=N0\0]
N )N:T:8
:MN=[N=e[\
][\[NM)
T)T)N:)
$/(/9(O9
N)N)N
$/($/
(O9)N)N
9$9/9
e[M[M[NM:8
(9O(9
M[MNMNT:
N:M:)
(/('<
$/9/$/$
</(O)O
$ 9$9$9$9&9
SMTM:8
MTM:)
%8TM:
TM:TM:T)
M):)8
T MTMT:M
$/$/$
SMTMTM
M)TM)
T)MTM
< '<'/'/&$
TSTMT
8ZYZ6ZY
][0S:D|H
JY8Z6Z68Y
[Z[M[M
][M:D|
/</</'/</
~6ZYw6w
o%68686
r{rjt[M9
{rtjt\M
8ZS;S0d
Z ;S;S;Str{
~%Yw%
T)(/<
;7c;7Z
rtr{t[=
S;0yM;t{rt0
N\=[\[
N2\[=\
S;c;Z:9
!$9$F
8Z8Z7
)N2[e2N
68ZSG
S-Z;6c;Z8+
21N2e[NT
;#6;cSh
8S[ZS:
<(%V(9:8.)
9C"C8)2N[=
9`"gTO&$
1,1)O
58:8:9
98ZS;S;
T):SM)(
54.C#
M:)TM:9
=0=]0=f
:89:8
c :T:)M:).
./(9:
p yw5
zw6cZ
f0ji;i;
y 5w7zw7c
4h7z7c
9):OV
5h5z67
9 )9.na
(%6,)b(,6%
V"m81,O2[
1)1(1(1
)1,1O1O1O1
;qrqr
5h57wX
)9)9O)
rqiqiqiq
z75z5
(9O9(
p7wz7
O(9)O9
=0j0jr0
0jrjrj
dZ6c7w67wY7
O9O()9)9
;=;=0;
;0;=S=;0;
jtSZ;cZ67Z6
;0;0;
;0d]t;Z8
!v=;0;0;0i0i0
:S=ZS
;c%7%5
G-!-S
;S8Zc
ic;7
=SZ;8:8S
Z;ZSc
Y6754
G4>C757
Cg>Q:
GU8Z;y4
Go%Yw3Q>U+Q>gG
86757gQ
F:9(G
8c75456"
C9/$a
C$/93
9$9~9
- 43`
3%~oY~l
?+9O$
O&$&$9$
6Y6Y8%
/(e:(
%Yw6X6
5Yw5Y6w7w
hw7hw5h
6h656
5 Yh7h6hzpy
S[MT9:
Yo~%YXoX57hw5454
:S[0S:9
4 y45y4
[M8St0M:
%7c78Z
[0M:$9
9$9$9
|D%7Z68Z;M8:6XA
54y45
dcS%a
h5y454
5h545h54
X5hXh535
X7hX7
h%h56h%hA
5wXh56
hXh56oh7h%
h5h%6h%o
%X5ho
bW45Xh
54Xh5
34Xh5
5Xh5hob
5Xh7X%
a54Wl
Y7z6Y
5YXY7z7
b5zpi
S;tdt;Z
9:M[S)O
O(O)O
:T:9$&
&()OD
9TNT)
9e2)&
9:2N)
%6;Z6
(&(<'L
~J~JR
~Y~YoJ
BPEPEPE
' <s'/
s 'P<
*EPE s
E*LE
'E <
1\1\e1N9
Y68Zw
:8:8S8SZ8Z8
dSdSd
SMZ[ZM
[dZtSZ[Z[ZMZ
E P '
TNM[M
Z;c[tc[c[c;c[t
0c;t[;t
' < '
0[t0t[;0
< ,' ,<
\=\0^0t
]t0t0t
~sOsOsOs
' ,
\=\0^0
t]t=0]\=[
~OsOsOs
*ELEL
f]tf]
sOsOs
E ' <
' < ,
j^j^0
,O121N
)O1)2N)N2
' ' (,O)O
1 N1)21
(O1N\N
'()ON21)N2
' <(,)1[
<(1)2
/<' '<
' ( <
)(1)2=\=\=2
sL EL
\=2=^
N2\=[=\
f^0^tf
<ON2\2\2
=]f^=]t]0;t]
t][;tdS
PEPsP
,N\]^
^\=^]\]ft0[
PELPsEP
OsOsOsP
[0ft0[
'P s <
E *LPLELPs'
,O12N2
]t0[0
PsO<s
<P,O1\^[=][
^N1)\
,< <
LPLEL
<,O1\
0[e[0[
0[dtd;t
ZcdicZ
,<,<P<P'P
E P LE
L PEL P E 'sPs'<
trt0;t
7zpyw
P<P<P
LPE L E LP EPs LP
iritZ
pZ7zp76zyzw
P P's P
\1O1\
pqpqid;dicZdi
Zcpz67pzw6
PsP<'P',
cdipcZdpcZc
7wpzw7
O9O<(O,
P<,<'P
<,<'s
pc67pz7zpy
,<sO,<P,O<',O<'<O<P<O<'<
jdtiqp
pc7zpz6z
N:(9)
pqpzdp
9T:O9T:O9
t[T[tc
pzwpy
NO(O\
e[:NMtMTMtcM[tdZcrp
:9:e:(:e:(
(Te:O
TN()TN
tdSZdi
9TMT9TMTO9
SZS9:ST9
T9TST9T
:9ST9:MZM8
ZS9SZS
S 9:Z
p z7p
ZwZY7zcYwpz7w
Y wzw
wzwY6
8z6Y7z7Yw
wzwYwz7
Xz6YwyzXw
oJXho
5hYoh
wYXzwYwz7
Y7X~Y
ohoJo
o5hYo
wXo~Xho
oJohX
%~YwY
hoJwXo
J%w5Y~oX~
JX%~YwYJX
h Y~ohY
YhXJb
ubXhX
J~YXJ
J~ohJ~JYJ
J~JwJ~JYJ
JXho~J
J~JYJ~
uXohu
J~JoJ
JYJ~Jo
ulJXoJ
~JWhJ
An`V_C
XJ~Jo
uJ~XhJ~oXJ~
J~oJan
}`}_}g}Ck
}"C_C`}_k`g_kgmk_u
ln}C_C
_C`}_C}`_@gub
_C`}kC
WubJb
C}C_C
o~JYo
Wnala
aVC_C
_C}nAlab
oJ~Jana
JbuhJ
JWV_l_
X~ohX
lnV_Anu
JWlJl
lnV_Aag
lV`nAn
huVA_
JaJlJ
nlJlV
vg}_`
l_VuC_C`
g VAb
_gC@}
o~JhXJX
m}@`m
m`@}`g
Um`k`g
JXhJo
g`Ckm`kCg
g}k}gU
~J~Jo
g`k}m
m}k`m
UmC@`Ugv
gm`@}
Um`C@}g`k@}gm
Um}_V
`k}g`
gmg}@C`mg}@k`mU
gunJl
mgm}k@kg
m`C@}`
XhJouhJ
J DJhXoX
uoXuX
Vnuvnl
VnalAa
JhXJX
oJXhJ
D|~JhX
oJXhJ
~Jo~J
Xba_n_a
hJYhb
XoboJY
|ouhoX
_AlAlAl
~J~Jo
uo~|D|
~Johuh
l AlAl`
hJouV_lA
`nV}VnA_v
uhoJhu
DJwoJo
oho~|
oJoXhXoX
XJoXo
Xh~Jh
hXoJh
5XoXu
|JhoJo
oD|D|
oXYJo
uhJoXoD
XJoXJ
ohXJoXo
ohYJW
CVCVC_
g_AlAl
vnlAlAl
`n}vgu_
}_ng`al
gvnA_n_AlAlAa
hXJo~J
oa_u`
hXoYJ~
hXoJo~J
hXoJ~J~
XoJYJ
XoYJ~J@
J~JYJ~oJ~
~J~J~
~J~oJ~
oJYJo~
Jo~JoJ~
J~J~J~J~Y
~oJoJ
huhoJ
WlJRJlJ
abaJl
JobXh
labal
baWal
aWlal
hoJbh
aJaWaWal
JboXo
JoXhXJoX
JoJoJ
Xo~ohu
WalaWbJ
h oJoh
XoJoh
oXoJoX
ohuhXoJX
uhbobh
JYJ~J
oJXhu
JYoJ~Joh
oXhWhX
boXhu
XobXh
hobXh
lJoYoYJ
WlaWXoJo
XboXh
uhXoX
JobWbJ
XoY~Joh
J~JoXh
J~YJYJ
WbWbalJb
WbWbJl
JlbJb
oJoRJ
lJblJ
kk{cc)
{RJ{ZRkJB
R91{RBR)
kJ9{J1J)
scR9){R9J1!R)
R)kB!{J!
scB91
{ccRB1
RJB1)!{cJ
{9sZ)
skRZR9RJ1JB)
BccZJJB11)11!{
{!))c{{
!!9ZZB
Rc!cs
RsRckc
)19BJRcs
JRZBJRRZc
9BRRs
JRsBJks{
JR{RZ
kk{119cc{RRk{{
RR{ZZ
cRZ{ck
oooooooo
********
LELELELE
AlAAAAAA
AAAAAAAA
If this server has a serial port with a modem attached, choose the appropriate modem from the list provided. If you need to provide Connect Script information (you are using a Sprint or identical PAD), click the Edit button and then click the Script button.
Modem:
Modem
ModemList
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
If doc.SerialPort(0) <> "-1" And doc.Modem(0) <>"" Then