| Support » Introduction » FAQ » Bug base |
Frequently Asked Questions
This answer only covers the self extracting exe file option used to create a package. The answer to this is Yes and No. If the user have logged on with an account that has Administrator privileges the user can execute the iInstall exe file. If the user does not have Administrator privileges then, instead of just double clicking on the self extracting exe file, you must right-click on it, at select RUN AS ADMINISTRATOR. It is possible to provide Windows Vista 'psydo' support by include the word setup in the EXE filename, e.g.: MySetup.EXE Windows Vista will search the filename for 'setup' and automatically give the program administrator privileges. Version 4 of iInstall will have build in support for
Windows Vista. When saving any of the four supported object type (library, object, folder and
document) the save command in question is issued with the Data Compression (DTACPR)
parameter set to *YES. Next, when the data (from iSeries and PC files) are put in the
BUILD file, the data is compressed with Z compression. Most likely the iSeries does not have an entry in the RDB directory. On a iSeries
command line, type WRKRDBDIRE and press [ENTER], there should be an entry like the one
below (that is from my iSeries):
Work with Relational Database Directory Entries If there is no such entry, you must create one. Most likely there are host servers needed by Client Access that has not been started. To be on the safe side, you should issue the two following commands (e.g. as a part of the QSTRUP program) on your iSeries: STRTCPSVR *ALL STRHOSTSVR *ALL When the two commands has finished, you should be able to connect to the iSeries. However, if you still experience problems, then issue the PC command: CWBPING [system name] in order to verify the connection between the PC and the iSeries. This is because iInstall Creator open and closes the connection to the selected iSeries/i5 the three times. The connection will also be opened and closed several times during the build process. To avoid to have to sign on several times, open a
Client Access terminal emulator to the iSeries/i5 in question and then you
will not have to sign on when iInstall Creator is running.
What you need to do, is to copy the self extracting EXE file to a local hard drive of the PC running Linux. This is due to the fact that when the selfextracting file is run from a server in the network, Linux will copy the file to a temp folder and the installation program will loose track of the various parts. The installation program has been tested under SUSE Linux 9.1 Personal with WinE (wine-20040813-SUSELinux91.i586.rpm) installed. The test was only done with the TCP/IP protocol. When the iInstall installation program displays these error messages during installation, it is because an error has occured in the iSeries/i5 host Server code. In other words, this is not an error in the iInstall program. There are at least three know reasons for these error messages and they are: iSeries, OS/400, Client Access/400 and Client Access Express are trademarks of IBM, Windows is a trademark of Microsoft. Comments regarding this page must be addressed to Webmaster. |