Welcome to the Alteryx Knowledge Base
How To: Connect to the H2 Console
Created/Edited -
Environment
- Alteryx Connect
- All versions
Procedure
- Follow the steps to Enable Access to the Connect Database
- Navigate to http://localhost:8082 on the Connect Server
- If you have the firewall open, you can access this from another machine using the IP or the hostname in place of localhost (i.e. http://hostname:8082)
- Fill in the JDBC URL and the Password
-
- For the JDBC URL:
- Log in to the Connect web UI as the Administrator
- Click on the Administrator's profile icon at the top-right of the screen, then click Administration
- On the Administration Console page, go to Settings > System Info
- Use the value of the Master DB JDBC String
- For Password, enter the H2 database password. This password would have been set by the Connect Administrator during installation. The Administrator can reset the password by going to the Administration Console page following the same instructions i. to ii. above, then go to Password Settings > H2 Password and change the password there
- For the JDBC URL:
- Click the Test Connection button
- You should see 'Test Successful'. If not, please double-check your connection information above
- Click the Connect button to enter the H2 Console
- A successful connection will show the console with the below schema (shows as folders on the left)
Common Issues
I don't see the STD_XFORMS database schema
You have an invalid JDBC connection string. Please confirm your JDBC URL found in the System Info section of the Administration Console.
Additional Information
Was this article helpful?