You use this program to migrate one of your existing C-ISAM based companies to a SQL database.
See Prerequisites in Notes and warnings.
Field | Description | ||||
---|---|---|---|---|---|
Test Connection | Proceed through the prerequisites reminders and select Next to test the connection to SQL Server. | ||||
I require this wizard to create the database on selecting Next > | Select this to let the wizard to create the
database. Generally the model database is used to determine the initial size and other initial settings for the database. |
||||
I will create the database myself before selecting next> | Select this to create the database yourself using a SQL Server utility. | ||||
Please enter database name | SYSPRO uses a separate database for each company. The database name can be up to 20 characters long and should be used to identify the company. It must be entered in this field.
See also Database collations. |
||||
I require the wizard to create the SYSPRO tables for me | The database requires a definition of all the tables
used to store your company's data. Select this if you want the wizard to create the required tables. |
||||
Create Tables | Select this to create the required tables. This is performed by using CREATE TABLE SQL statements. | ||||
I have already created the tables and wish to continue | Select this if you previously created the required tables. After selecting this option, you select Next> to continue. | ||||
The bulk copy process requires a temporary directory for storing the intermediate bulk copy format files | For optimum data migration, SYSPRO uses the SQL Server BULK INSERT statement. This requires that each of your ISAM files is transferred to an intermediate bulk copy file format and then the BULK INSERT statement will 'import' these files into the database. | ||||
Temporary directory | Indicate the temporary directory to use for the BULK INSERT process. | ||||
Change Code Page | Select this to specify the code page to use for the bulk insert. If you do not select this option, then a default code page is used by the wizard. The code page is used by the bulk insert command when collating data. | ||||
Restart bulk copy | If the bulk copy processes fails, you use this option to resume the process. | ||||
Skip Bulk Copy | Select this to skip the bulk copy process.
|
||||
Start Bulk Copy |
Select this to proceed with the bulk copy process.
|
||||
The bulk copy process was completed successfully | |||||
OK | Select this proceed to the next screen. | ||||
The new database name is | This indicates the name of the new SQL database created by the migration process. | ||||
Your company company name is now ready to be used | |||||
Allow operators to login to this company | Select this to enable operators to be able to log into the newly migrated SQL company. | ||||
Test Current Login | Select this to verify that you can connect to the new
database with the appropriate permissions. Depending on your authentication method, you will need to set up a login and password in SQL Server. If you are using SQL Server Authentication, then the SQL Server login is defined against each operator. The default login is the operator code with a blank password. You can amend this using the Operator Maintenance program. |
||||
Finish | Select this to exit the wizard. |
Before starting the migration, please ensure that you have met the following requirements:
Operators are denied access to your existing ISAM base company during the migration process. This is to prevent partially updated information from being transferred.