1er Paso...

 

Installing DataGate/400 onto the AS/400 from the PC using FTP

 

 

On the AS/400  

 

1.         Sign onto the AS/400 using an account with *SECOFR authority. 

 

2.         On the AS/400, create a library (temporary) called ASNADLVR.  (Note: QTEMP must not be used).

 

CRTLIB ASNADLVR

 

3.         Add this library to the library list:

 

ADDLIBLE ASNADLVR

 

4.         Create a Save file in the same library as the physical file:

 

CRTSAVF FILE(ASNADLVR/DG8SF)

 

On the PC

 

5.         To upload the Save file from the CD or PC, an FTP session must be started to the AS/400.  From Windows, click on the START button and select RUN.  From Windows NT 3.51, select Run from the file menu option from the Program Manager and enter the following command:

 

FTP as400tcpipaddress  (e.g. FTP 10.168.0.3)

 

where as400tcpipaddress is either a TCP/IP address such as 198.176.129.35, or a machine name that is registered either in a DNS or a HOSTS file. 

 

6.         When prompted for a user name and password, enter the appropriate information that will give you privileges to upload data to the AS/400.

7.         Once FTP has been started, upload the Save file to the AS/400 by entering the following commands:

 

a)         binary

 

b)         put   x:\Datagate\FTP\ASNATEMP  ASNADLVR/DG8SF     (note: case sensitive)

 

·           where x is the CD-ROM drive or PC disk drive

 

c)         quit

 

On the AS/400

 

8.         Restore the library called ASNATEMP from the Save file in ASNADLVR.

 

RSTLIB SAVLIB(ASNATEMP) DEV(*SAVF) SAVF(ASNADLVR/DG8SF)

 

9.         To install DataGate/400, execute the following command:

 

  ASNATEMP/LODDG8 

 

·           When DataGate/400 is installed, it is automatically authorized for one user license. If you wish to authorize more than one license to DataGate for the AS/400, obtain a code from ASNA and enter it using ASNA's Registration Assistant from Start - Programs - ASNA Product Suite on the PC.

 

10.        Once the installation has completed, the library ASNADLVR is no longer needed, and may be deleted.  (The ASNATEMP library is automatically deleted).

 

11.        If accessing the AS/400 via TCP/IP, the DataGate server will have to be configured for TCPIP access.(paso 2).