Problem Installing TCP/IP Connection
Hi there.
I recently installed a licensed version of operating system 2 on Warp 3 and last year I updated the same version of operating system to Warp 4.
As successful connecting to the internet through TCP/IP protocol, I un intensionally perform something which made me unable to establish my Ultimail Lite link.
Now for that I UNINSTALL the TCP/IP component and then again INSTALL the TCP/IP approach with the TCP/IP component.
But no use. It shows me an error that OS/2 Warp Installation Failure.The OS/2 Warp Installation failed.FAILNAME failed with error number 1600
Select OK to restart your workstation.
Re: Problem Installing TCP/IP Connection
Have you tried the updated boot disks:
http://www.warpdoctor.org/downloads.htm
Re: Problem Installing TCP/IP Connection
A "refresh" of Netscape 4 for OS/2 is now freely-available, at:
http://www.software.ibm.com/os/warp/netscape/
If you have previously downloaded Version 4,
you should repeat the download, to get an updated version.
Re: Problem Installing TCP/IP Connection
The db_stdout.log file contains message SQL1092N
Make sure that the DB2 user that is used to install the agent manager has the authority to create databases. You can either increase the authority of the DB2 user that was specified or you can specify a different use.
Uninstall the agent manager before attempting to reinstall.
Start the agent manager installation again.
Re: Problem Installing TCP/IP Connection
The certGen_stderr.log contains the exception: java.lang.Exception:
- Change the TCP/IP properties for the network connection to set the Enable NetBIOS over TCP/IP property.
- Uninstall the agent manager.
- Start the agent manager installation again.
Re: Problem Installing TCP/IP Connection
The logs in the log/jacl directory indicate that a WebSphere Application Server configuration program returned the value 244:
- Edit the setupCmdLine.bat file in the directory, C:\Program Files\IBM\WebSphere\AppServer\bin. Locate the following lines in the file:
SET WAS_HOME=C:\Program Files\WebSphere\AppServer
SET JAVA_HOME=C:\Program Files\WebSphere\AppServer\java
- The path name C:\Program Files\WebSphere\AppServer is the directory where WebSphere Application Server is installed.
- Modify the file to shorten the length of the generated commands. Use the SUBST command to map the installation directory to an unused drive letter.
- This example uses the drive W.
- Change the file as follows:
SUBST W: "C:\Program Files\IBM\WebSphere\AppServer"
REM SET WAS_HOME=C:\Program Files\IBM\WebSphere\AppServer
SET WAS_HOME=W:
REM SET JAVA_HOME=C:\Program Files\IBM\WebSphere\AppServer\java
SET JAVA_HOME=W:\java
- Save the file.
- Uninstall the agent manager.
- Start the agent manager installation again.