On Windows, the iWay Trading Partner Manager (TPM) installer is packaged as a self-extracting (.exe) file (for example, tpm-installer-1.5.x-Windows.exe).
Before continuing with the iWay TPM installation, create a directory on your file system for your JDBC driver .jar files. For example:
C:\jdbcjars
Copy your JDBC driver .jar files to this directory, as shown in the following image.
In addition, create a directory on your file system where you would like to install iWay TPM. For example:
C:\iWay_TPM
To install and run iWay TPM:
The iWay TPM installer (InstallAnywhere) loads on your system, as shown in the following image.
If you already have an instance of iWay TPM installed on your system, then the Manage Instances dialog box is displayed, as shown in the following image.
You can install a new instance of iWay TPM if there is already one installed. Select Install a New Instance, and then click OK.
Note: Do not use the Modify an Existing Instance option, which is not supported in the current release.
Once loaded, the Introduction screen of the iWay TPM installer is displayed, as shown in the following image.
The Choose Installation Folder screen is displayed, as shown in the following image.
The Choose Java Virtual Machine screen is displayed, as shown in the following image.
The Specify Location of JDBC .jar Files screen is displayed, as shown in the following image.
The Specify TPM Server Port Number screen is displayed, as shown in the following image.
Note: The older versions of iWay TPM used port 8080 as default port number. To avoid any conflicts with your previous version of iWay TPM, it is recommended to use a different port number (for example, 8092) with the new version of iWay TPM.
The Enter TPM Database Parameters screen is displayed, as shown in the following image.
JDBC Driver Classes
SQL Server:
com.microsoft.sqlserver.jdbc.SQLServerDriver
Oracle:
oracle.jdbc.driver.OracleDriver
Postgres:
org.postgresql.Driver
Connection URLs
SQL Server:
jdbc:sqlserver://[HOST][INSTANCE][:PORT][;databaseName=[DB]]
Oracle:
jdbc:oracle:thin:@[HOST][:PORT]:[SID]
Postgres:
jdbc:postgresql://[host]:[port]/[databasename]
The Enter Password screen is displayed, as shown in the following image.
The TPM database connection test results screen is displayed, which shows the results of a connection test to your database, as shown in the following image.
Note any messages regarding running SQL scripts to create database tables or update an existing database. If you are required to run any SQL scripts, then see Using SQL Scripts for more information.
The Install TPM as a Windows Service screen is displayed, as shown in the following image.
The Pre-Installation Summary screen is displayed, as shown in the following image.
A progress indicator is displayed during the iWay TPM installation, as shown in the following image.
When the installation has finished, a prompt to start the iWay TPM server is displayed, as shown in the following image.
If you selected to install iWay TPM as a Windows service earlier in the installation (Step 17), then you can now start the iWay TPM Server.
iWay TPM will automatically start and run in the background.
For more information on how to start and stop iWay TPM through the Windows Start menu, see Using the Start and Stop Menu Options.
The Install Complete screen is displayed, as shown in the following image.
You are now ready to run iWay TPM and verify your installation.
http://hostname:port_number
where:
http://localhost:8092
The iWay TPM login page opens in your browser, as shown in the following image.
The iWay Trading Partner Manager console opens, as shown in the following image.