Connecting to the Reports database
psql
, an interactive terminal program. After you make the connection, you can use SQL
statements to extract or query the data without using a business intelligence tool.- Note:
- You do not have to follow this procedure if you use Data Transmitters.
To verify that the Reports database is running, try to connect to it. If you get the
psql
command prompt, the database is running.
- To connect to the Reports database not installed by RICOH ProcessDirector:
- Log in to the server hosting the reports database and open a command line as a user with access to PostgreSQL.
- Change directories to the correct option for your system.
- Enter this command: ./psql database username
Replace database with the name of the database that you specified in . The default is
history
.Replace username with the user name that you specified in . The default is
rpdreports
. - If prompted, enter the password that you specified in .
The
psql
command prompt database=# is displayed. If you specified history as the name of the database in the command, the command prompt is: history=#You now are connected to the Reports database.
- To access the data, run SQL statements.
- To exit
psql
, enter: \q
- To connect to the Reports database:
- Log in to the server hosting the reports database and open a command prompt as a user with access to PostgreSQL.
- Change directories to the correct option for your system.
- Enter this command: ./psql database username
Replace database with the name of the database that you specified in . The default is
history
.Replace username with the user name that you specified in . The default is
rpdreports
. - If prompted, enter the password that you specified in .
The
psql
command prompt database=# is displayed. If you specified history as the name of the database in the command, the command prompt is: history=#You now are connected to the Reports database.
- To access the data, run SQL statements.
- To exit
psql
, enter: \q