Online documentation - Websydian v6.5 |
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 WSYD650 for the library delivered with the Websydian base product and the directory /Websydian/WSYD650 is used for the objects located in the IFS.
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_v65_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 WSYD650, WSYD650PTF or WSYD650RSI 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 WSYD650.SAVF, WSYD650PTF.SAVF and WSYD650RSI.SAVF, where each file name represents the library name to be used on your IBM i.
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/WSYD650 and all subdirectories found in the save file IFSOBJECTS located in the library WSYD650
Issue the following IBM i commands
===> CRTDIR DIR('/websydian') [enter]
===> CRTDIR DIR('/websydian/WSYD650') [enter]
Using the RST command restore the content of the directory
/WEBSYDIAN/WSYD650
===> RST DEV('/qsys.lib/WSYD650.lib/IFSOBJECTS.file') OBJ(('/Websydian/WSYD650/
*' *INCLUDE '/websydian/WSYD650'))
Alternatively the directory can be copied from <Websydian Install Folder>\Deployment\IBM i\IFSOBJECTS\Websydian\WSYD650 to the IBM i IFS.