imvisualizer97 (WIN) -dbname <database name> -dbhostname <host name> -dbportnumber <port number> -dbuserid <user ID> -dbpassword <password> <primary_key>
imvisualizer97 (WIN) -dburl jdbc:db2://test:50000/MODELING -dbdriver com.ibm.db2.jcc.DB2Driver -dbuserid db2inst1 -dbpassword accessDB2_1 -dbtablename TABLE1 -dbprimarykeycol PRIMARY_KEY -dbdatacol MODELCOL -dbpropcol PROPERTIESCOL PRIMARY_KEY
You can type these parameters in any sequence, however, the primary key must always be the last parameter that you specify.
After you have issued the start command on the command line interface, the model that you specified is displayed in the appropriate visualizer.
The following tables give an overview of the parameters to start the Intelligent Miner Visualizers.
| Command | Action | Comments |
| -dbname database name | The name of the database that you want to connect to. | - |
| -dbhostname host name | The name of the host that you want to use. | The default host name is localhost. |
| -dbportnumber port number | The number of the port that you want to use. | The default port number is 50 000. |
| -dbuserid user ID | Required user ID to access the database. | If you do not specify a user ID, a log on dialog is displayed. |
| -dbpassword password | Required password to access the database. | If you do not specify a user ID, a log on dialog is displayed. |
| Command | Action |
| -dbprofile profile name | The name of a database profile that you have previously created. |
| -dbpassword password | Required password to access the database. |
| -dburl URL | The URL where the model resides. |
| -dbdriver driver | The database driver that you want to use. |
| -dbuserid user ID | Required user ID to access the database. |
| -dbtablename table name | The name of the table that contains models. |
| -dbprimarykeycol key column | The column that contains the key of the table. |
| -dbdatacol model column | The column that contains the model that you want to use. |
| -dbpropcol properties column | The column that contains the properties. |