When a DID is downloaded from the ISeries to a DID folder in a ITP/MDK Repository project, you need to fill in some options. This tab allows you to set defaults for these options.
The following options can be set:
In this field you can fill in the name of the AS/400 DID that has to be shipped. This name is case sensitive.
In this field you must enter the ITP SRC library in which the DID-source is located. This is usually the library ITPSRC21 or ITPSRC35, depending on the version of the ITP/SDK AS/400 used.
Hostname is the name or the dotted decimal TCP/IP address of the AS/400 and Port is the optional port number or service name for a port number that the AS/400 ITP daemon is listening to.
The default port is 10042.
Example
10.0.0.1 |
Port 10042 (the default port number) is assumed. |
10.0.88.1:10042 |
|
10.88.0.1:10043 |
|
myhost |
host name used with the default port 10042 |
myhost.mydomain |
host name/domain name used with default port 10042 |
myhost.mydomain:10043 |
host name/domain name used with port number |
Note
When you specify a host name, you must make sure that the TCP/IP name resolution process can resolve this name. TCP/IP must find the associated dotted decimal address, either by using a DNS or by using a local hosts file.
Note
When you specify a service name you must make sure that TCP/IP will be able to resolve this name (i.e. find the associated port number). It usually does so by looking it up in the local services file (in the windows folder).
The UserId for the AS/400 login process.
Use the special value *USER to configure unified logon. If this functionality is used, the password will not be checked on the AS/400. To be able to use unified logon the daemon has to be started on the AS/400 with the option CHKPWD(*NO).
Note
If a user can create a user profile that exists on the AS/400 and uses this user profile to log on to Windows, he or she can still have unwanted access to AS/400 data files.
The Password for the AS/400 login process.
Starting from OS/400 V5R1M0, case sensitive passwords with a length of up to 128 characters are supported. On the AS/400 system, the Password Level needs to be set in the QPWDLVL system value. This field must match the value of the QPWDLVL setting on the AS/400 system. By default, the setting is set to 0. With the Password level set to 0, the behavior complies with earlier versions of the software. This means that passwords are limited to 10 characters and are case insensitive.