Table of Contents


Ispirer Website Ispirer Toolkit Overview Free Trial

How To Migrate Progress 4GL to Microsoft SQL Server Using Command Line

To migrate Progress 4GL code to Microsoft SQL Server in command line mode you can use SQLWays.exe command line tool. This tool is a part of Ispirer Migration and Modernization ToolKit and is a main core tool that performs conversion between databases and applications.

Registration

If you run the SQLWays.exe tool for the first time, you need to register the tool using the license information that you have. You can register the toolkit using the SQLWays Wizard tool. Here you can find step by step guide on how to run and register the tool. Please follow the steps described in the article:

How to Run And Register The Toolkit

Conversion

After you registered the toolkit you need to run the following command in the Command Prompt:

 c:\Program Files\Ispirer\MnMTK2015\SQLWays.exe" /D=FIXED /SOURCE= Progress 4GL /TARGET=MSSQLServer /F=c:\example\*.* /DIR=ResultMSSQLServer\ /INI=sqlways.ini /TBLDDL=Tables_ddl.sql



Description of the command line options:


Options In the Options File


To convert your Progress 4GL source code, please specify the following options in the sqlways.ini file:

 [Common]
 DSN=c:\Root\
 REGISTRATION_NAME=RegName
 TARGET_DB=MSSQLServer


Ispirer Note:

 To use EDM model please perform the following steps:
 1.   Create “db” folder in root source directory
 2.   Rename your edmx model file to “DataClasses.edmx” and place it in “db” folder


If you face any issues or have any questions on how to migrate Progress 4GL code to Microsoft SQL Server in command line, please contact our support team: support@ispirer.com