Websydian v6.1 online documentationOnline documentation - Websydian v6.1

Installing Websydian IBM i Runtime Objects

Websydian Support for IBM i

The Websydian support for IBM i is partly build into the Websydian groups model, and partly delivered as an IBM i library with program and data objects as well as a number of objects to be located in the IFS directory structure.

The library is named WSYD610 for the library delivered with the Websydian base product and the directory /Websydian/WSYD610 is used for the objects located in the IFS.

Transfer Websydian Library to your IBM i

During installation of the Websydian patterns the required IBM i objects have also been saved to disk as a number of binary files. The default location of these files are in the directory [Websydian Installation Directory]\Deployment\IBMi\.

In order to transfer required objects to your IBM i run the supplied program Websydian_v61_install.exe. This program will transfer the objects to your IBM i using FTP. During transfer you will be prompted for information about user and password as well as a warning if the lirararies WSYD610, WSYD610PTF or WSYD610RSI are allready present on your IBM i. If this is the case you will be allowed to either overwrite or change the library names.

As a service we also provide the objects as IBM i save files for you to transfer manually. The file names are WSYD610.SAVF, WSYD610PTF.SAVF and WSYD610RSI.SAVF, where each file name represents the library name to be used on your IBM i.

Restore required IFS objects

Besides the requires IBM i objects you also need to restore a number of requires IFS objects to your IBM i.

Restore the directory /WEBSYDIAN/WSYD610 and all subdirectories found in the save file IFSOBJECTS located in the library WSYD610

Step 1: Create the directories /WEBSYDIAN/WSYD610

Issue the following IBM i commands
 

 ===> CRTDIR DIR('/websydian') [enter]


 ===> CRTDIR DIR('/websydian/WSYD610') [enter]

Step 2: Restore the contents of /WEBSYDIAN/WSYD610

Using the RST command restore the content of the directory /WEBSYDIAN/WSYD610
 

 ===> RST DEV('/qsys.lib/WSYD610.lib/IFSOBJECTS.file') OBJ(('/Websydian/WSYD610/
*' *INCLUDE '/websydian/WSYD610'))   

Alternatively the directory can be copied from <Websydian Install Folder>\Deployment\IBM i\IFSOBJECTS\Websydian\WSYD610 to the IBM i IFS.