 |
 |
Recent additions and updates:
Updated: 11/2011
Note: This file is part of VSE Connectors (5686-CF9-35/38):
IESINCON.W in PRD2.PROD
APAR level: z/VSE 5.1: GA, z/VSE 4.3: PM41625, z/VSE 4.2: PM41618
 |
(zip, 10.2MB) |
|
|
Updated: 11/2011
Note: This file is part of VSE Connectors (5686-CF9-35/38):
IESVSMRD.W in PRD2.PROD
APAR level: z/VSE 5.1: GA, z/VSE 4.3: PM25056, z/VSE 4.2: PM20764/PM20790
 |
(zip, 1.8MB) |
|
Updated: 03/2012
Note: This file is part of VSE Connectors (5686-CF9-35/38):
IESSCRPT.W in PRD2.PROD
APAR level: z/VSE 5.1: PM58755, z/VSE 4.3: PM58756, z/VSE 4.2: PM58748
 |
(zip, 570KB) |
|
|
Updated: 01/2012
Note: This file is part of VSE Connectors (5686-CF9-35/38):
VTAPESRV.W in PRD2.PROD
APAR level: z/VSE 5.1: PM55958, z/VSE 4.3: GA, z/VSE 4.2: PM20512
 |
(zip, 340KB) |
|
Updated: 11/2011
Note: This file is part of VSE Connectors and VSE/AF (5686-CF9-38/06): IJBLFPLX.W in PRD2.PROD
APAR level: z/VSE 5.1: GA, z/VSE 4.3: GA
|
|
Updated: 04/2012
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 410KB) |
|
Updated: 11/2011
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 2.8MB) |
|
|
Updated: 11/2011 (v1.41)
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 700KB) |
|
Updated: 11/2011
Note: This tool is distributed ' as-is', no support, no warranty.
Note: For use with TCP/IP 1.5 ServPack F or later.
 |
(zip, 2.8MB) |
|
|
Updated: 11/2011
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 2.6MB) |
|
Updated: 10/2011
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 740KB) |
|
|
Updated: 06/2010
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 1.5MB) |
|
Updated: 11/2011
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 490KB) |
|
|
Updated: 05/2009
Note: This tool is distributed ' as-is', no support, no warranty.
 |
(zip, 360KB) |
|
New: 07/2005
Note: This package enables Websphere MQ solutions with VSE. Defect support is bundled with any WebSphere MQ Server product.
|
|
|
 |
| DISCLAIMER OF WARRANTIES: |
 |
| Permission is granted to copy this Tools or Sample code for internal use only, provided that this permission notice and warranty disclaimer appears in all copies. |
 |
| THIS TOOLS OR SAMPLE CODE IS LICENSED TO YOU AS-IS. |
 |
| IBM AND ITS SUPPLIERS AND LICENSORS DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, IN SUCH SAMPLE CODE, INCLUDING THE WARRANTY OF NON-INFRINGEMENT AND THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL IBM OR ITS LICENSORS OR SUPPLIERS BE LIABLE FOR ANY DAMAGES ARISING OUT OF THE USE OF OR INABILITY TO USE THE TOOLS OR SAMPLE CODE, DISTRIBUTION OF THE TOOLS OR SAMPLE CODE, OR COMBINATION OF THE TOOLS OR SAMPLE CODE WITH ANY OTHER CODE. IN NO EVENT SHALL IBM OR ITS LICENSORS AND SUPPLIERS BE LIABLE FOR ANY LOST REVENUE, LOST PROFITS OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, EVEN IF IBM OR ITS LICENSORS OR SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
The VSE Connectors and samples are downloaded to your workstation as a ZIP file. Some components are also available as WBOOK in VSE library PRD2.PROD. You must install the VSE Connector Workstation Code from the extended base tape prior to downloading. If you download it from PRD2.PROD, you must rename the WBOOK to <filename>.zip before extracting it.
In order to install and use the VSE Connetcors and samples, you need a Java runtime environment (JRE) or a Java developers kit (JDK) 1.4 or higher. You can download JDKs/JREs for various platforms from IBM developerWorks or Oracle. To verify if Java is installed on your workstation enter the following command in a command prompt or shell:
java -version
In case Java is installed, you should see something like this:
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition
Java HotSpot(TM) Client VM (build 1.4.2_04-b05)
If Java is not installed on your computer or can not be found in the PATH, you would see a message like
'java' is not recognized as an internal or
external command, operable program or batch file.
Note: On Windows Vista or Windows 7, the Java Runtime installation process does no longer copy the Java executable (java.exe) into the C:\Windows\System32\ folder. That means you have to manually update the PATH environment variable and add the Java installation directory (e.g. "C:\Program Files\Java\jre6\bin" or "C:\Program Files (x86)\Java\jre6\bin") to the PATH. This can be done via Control Panel -> System -> Advanced System Settings -> Advanced Tab -> Environment Variables. Locate the PATH variable either in the user or system variables, and add the Java's bin directory (e.g. "C:\Program Files\Java\jre6\bin" or "C:\Program Files (x86)\Java\jre6\bin") to the end of the PATH variable, separated by a semi colon (;).
Most components are packaged into an Java based installer. This installer is contained in the file setup.jar and can be invoked by running one of the install scripts setup.bat (Windows), setup.cmd (OS/2 and Windows), setup.sh (Linux, Unix). When running the Java installer, some dialog boxes will appear which guide you through the installation.
If you want to install the component on a system that does not have a graphical user interface (e.g. Linux/Unix without a X-Windows), you may run the installer in text mode (you may have to edit the setup script):
setup.bat -t
Some components like are not packaged into an installer, all files are directly contained in the downloaded ZIP file.
If you are updating an existing installation , please reinstall the component into the same directory. You may want to save your modified configuration or sample files before reinstalling. During the installation process you will be asked to overwrite existing files. Answer 'Yes' to all files (except your modified configuration or sample files).
Please refer to the frequently asked questions for information on how to solve common problems.
|