Technical Notes |
|
If you are moving to Reflection from EXTRA! Personal Client, or NetManage's RUMBA or ViewNow, you can use the Reflection for IBM Conversion Tool to convert your existing files to Reflection for IBM format. The converter creates Reflection files that let you get up and running as quickly as possible without altering your original files. This technical note explains how to install and use the Reflection for IBM Conversion Tool. Beginning in Reflection 11.0, you can use templates to give Reflection the look of the product you replaced.
Reflection 11.0 or higher includes a feature that gives Reflection a familiar look if you're switching from a competitive product. These templates are not installed as part of a typical installation. You can install them as part of a custom installation or add them later using Add/Remove programs. Templates are located in the installer's feature list under Host Access > IBM >Templates. For details, see the online help topic "templates > using competitive product templates."
The Reflection IBM Conversion tool files are installed with the Reflection Administrator's Toolkit. When installing the Administrator's Toolkit, select to install the Reflection for IBM Profiler.
By default, the files are installed to the C:\Program Files\Wrq\RToolkit folder, and consist of the following files:
If you are using Reflection for IBM version 14.x, skip to Using the Converter.
Versions 13.0 13.03 do not provide updated versions of these files. If you are using Reflection for IBM version 13.0 13.03, obtain version 13.04 from the Download Library (R1304809.exe) and install the update before proceeding to Using the Converter.
If you are using Reflection for IBM version 12.x, skip to Using the Converter.
If you are using versions 11.x, contact Attachmate Technical Support to obtain the Reflection for IBM Conversion Tool. See http://support.attachmate.com/contact/ for information about requesting support.
You will be directed to download a self-extracting executable file that contains the four conversion files. Once downloaded, copy the files to a single folder on a machine running Windows XP, 2000, or NT, or to a network location. (This utility runs only in Windows XP, 2000, or NT, and can be accessed from the local drive or from a network location.)
To convert files, you can either use the Windows Explorer drag-and-drop feature, or manually issue the conversion commands from a command line prompt.
Note: Because ViewNow connection settings are stored in the Windows registry, you cannot use the drag-and-drop method for converting this information. See Technical Note 1732 for more information.
To convert your existing files using the drag-and-drop method:
Tip: You can create a shortcut to Ribmconvert.exe on your desktop for quick access to this file.
The converted Reflection files are automatically created in the same folder as your source files. The conversion tool names the files automatically by adding Reflection file extensions to your original file names. (If you are converting files that use SNA transport, SNA configuration information is saved to a file called Wrqsna.rlf.)
A log file called Ribmconvert.log is created (or appended) in the folder where you placed Ribmconvert.exe. See the section, "Reading the Log File," below for information about using the log.
The Conversion Tool's command line syntax provides additional flexibility. You can use the command line syntax from a DOS prompt, using the Run command on the Window's Start menu, using the Target field in a Windows shortcut, and in a variety of scripting solutions.
The syntax for this command is shown here. The command line switches are all optional and are explained below:
Ribmconvert [/NODIALOG][/VIEWNOW][/OUTPUT path][<file1>] [<file2>] ... For example you could use the following command line to convert two EXTRA! session files located in the same folder as the conversion tool:
C:\Mypath\Ribmconvert Session1.edp Session2.edpThe conversion tool creates Reflection files and names them automatically by adding Reflection file extensions to your original file names. The original files are left unchanged. By default, the output files are created in the same folder as the original files. (Use the /OUTPUT switch to specify a different location for output files.) The sample syntax shown above would create two Reflection output files:
Refer to Technical Notes 1731, 1732, and 1733 for details about how Reflection file names compare to those used by EXTRA!, ViewNow, and RUMBA. A conversion log called Ribmconvert.log is created (or appended) in the output folder.
Wildcard characters are supported. For example, the following command converts all ViewNow 3270 keyboard map files (*.3km) in the specified folder:
C:\Mypath\Ribmconvert C:\MyKeyFiles\*.3kmUse quotation marks if the path or file names includes spaces. For example:
"C:\My path\Ribmconvert" "C:\Program Files\E!PC\Sessions\Demo1.edp"The following command line switches are available.
| /NODIALOG |
Optional |
Prevents message boxes from appearing on screen in case of errors. When you set this flag, you must refer to the conversion log file to see if the conversion tool has encountered problems. All error messages are included in the log file regardless of the state of this flag. Sample syntax: Ribmconvert /nodialog Session1.edp |
| /OUTPUT |
Optional |
Specifies a location for all output files. The converted Reflection files and the converter log are saved to the location you specify. Sample syntax: Ribmconvert /output C:\MyDestination C:\Mysource\*.edp If you don't use a fully qualified path for the output location, the specified folder is created within the current folder. For example, if you run the converter from C:\Program Files\Wrq\Rtoolkit using the following syntax, the converter will place output in C:\Program Files\Wrq\Rtoolkit\ConvertedFiles: Ribmconvert /output ConvertedFiles C:\Mysource\*.edp |
| /VIEWNOW |
Optional |
When this flag is set, the conversion tool converts all of your currently configured ViewNow connection settings and creates Reflection settings files. Because ViewNow settings are stored in the Windows registry, you can omit the input file parameter when you use this switch. Sample syntax: Ribmconvert /viewnow You can use more than one command line switch. For example, the following command converts all ViewNow settings, suppresses the error dialog box display, and directs all output to the specified location: Ribmconvert /viewnow /nodialog /output C:\MyDestination |
| /HELP or /? |
Optional |
Displays help file. HowToConvert.html must be present in the same folder as Ribmconvert.exe. Sample syntax: Ribmconvert /? |
| /UPDATE |
Optional |
When this flag is not set (the default), the conversion tool creates a settings file (*.rsf) that uses defaults for all settings that are not configured by the converter. When this flag is set, the conversion tool creates a settings update file (*.rsu) that you can use to merge converted settings with settings in an open Reflection session. For example, if you configure a Reflection session to use a template that gives Reflection the look and feel of an EXTRA! or Rumba session, the template settings will remain in effect when you open a settings update file created using the /UPDATE flag. The template settings don't remain in effect when you open a settings file created without the /UPDATE flag; the converted settings are imported, but Reflection uses the default Reflection look and feel. Note: To open a settings update file, launch Reflection, click File > Open, set Files of type to Settings Update (*.rsu), then browse to locate your converted file. Sample syntax: Ribmconvert /update |
Use either of these methods to open your converted session files:
By default, the log file is created in the same folder as Ribmconvert.exe. (If you used the /OUTPUT option, the log file is save to the specified output folder.) If no log file exists, the conversion utility creates one. If the file already exists, new information is appended to the end of the file. Information about each conversion is contained between dated marker lines like these:
>>>>>>>> start conversion log 03/15/2004 14:53:05 >>>>>>>><<<<<<<< end conversion log 13/15/2004 14:53:05 <<<<<<<<You can use the conversion tool to convert multiple files simultaneously. The portion of the log that applies to each file is contained between file markers like these:
--- Process file "C:\Program Files\Sample\Sessions\Demo.edp"--- End of processing file "C:\Program Files\E!PC\Sessions\Demo.edp"