Integration Engine Solutions to Connect Anything to Anything

Log out?

Purpose:

To set up the database to use for SQLXML exercises.


Start H2

    1. The H2 database will be used for these exercises. It is a free, lightweight database and it’s also bundled with the eiConsole.
    2. To use the bundled H2, the eiConsole must be running. The bundled H2 instance will shut down when the eiConsole does.
    3. Open the Tools menu from the File Management screen and click H2 Database….open the Tools menu and click H2 Database
    4. A dialog will appear called H2 Database Manager. It will say whether or not the H2 Database is currently running.A dialog H2 Database Manager appears called
    5. To start or stop the H2 database, use the Start the Database or Stop the Database buttons in this dialog. Return to Console closes the dialog but leaves the H2 state unchanged.
    6. Once the H2 database is started, a web browser window with the H2 login screen should appear.

H2 login screen


Sign Into the H2 Database

    1. The H2 Login Screen may look slightly different than the screenshot below, depending on what the default settings are.
    2. Use these credentials to connect to the database:
      1. Username: sa
      2. Password: (leave this blank)
      3. JDBC Driver: org.h2.Driver
      4. JDBC URL: jdbc:h2:~\test
    3. Copy or write down the JDBC URL. You will need this URL in the following exercises.
    4. Click Connect to log in.Sign Into H2 Database

Create People Table

    1. Locate the sample file create_people.sql.
    2. Open it and copy its contents into the main text box in the H2 browser application.Copy content into the main text box in the H2 browser application
    3. Execute the SQL query by clicking run. If done correctly, there should now be a PEOPLE item in the left-hand panel and a success message below the text field.
    4. The People table should now exist in the database.The People table now exists in the database.

Exit the H2 Console

    1. In the top left corner of the screen, there is a button shaped like the letter N.
    2. Click it to close the console and log out.
    3. IMPORTANT: Make sure you always log out of the H2 console before attempting to run a Route from a database exercise. Otherwise, being logged into H2 may prevent another connection from being made.

This is a unique website which will require a more modern browser to work! Please upgrade today!