Starting DDF Builder
You can start DDF Builder from the Windows operating system, from within the PSQL Control Center (PCC), or from a command line.
1
Access DDF Builder from the Start menu or Apps screen.
The DDF Builder main window displays.
1
In PCC, click Tools > DDF Builder from the menu bar.
2
The DDF Builder main window displays.
Figure 1 DDF Builder Main Window
Starting DDF Builder from a Command Line
DDF Builder can be started on Windows, Linux, or OS X by running the executable file from a command line. See the following topics for details.
Windows
Run the executable file builder.exe to start DDF Builder. See Where are the PSQL files installed? in Getting Started with PSQL.
Linux and OS X
Run the executable script file builder to start DDF Builder. The script file is located, by default installation, in the usr/local/psql/bin directory.
We recommend that you start DDF Builder from a command prompt and not by double-clicking the script file using a file browser application. See Troubleshooting Guide for Running DDF Builder.
The following requirements must be met to start DDF Builder on Linux or OS X.
If you have met the requirements to run DDF Builder and still are having difficulty running the utility, refer to the following troubleshooting guide.
You are not required to log in as user psql or root to run DDF Builder. However, if you are neither of these users, you must be a member of group pvsw.
The "SWT no more handles" error is caused by the X server denying a connection to a client. Before switching to user psql or root, open a console window and type xhost + to allow other clients to connect to the X server.
Also, sometimes the display environment variables needs to be set. As user psql or root, type the following command at a console window:
By default, the log file of DDF Builder errors is located in a subdirectory of the user’s home directory (the subdirectory is dir_builder/workspace/.metadata). For troubleshooting, you may find it more convenient to redirect the errors to the console window.
Clearing the DDF Builder Cache
DDF Builder caches certain information to improve efficiency. On occasion, you may need to clear the cache for troubleshooting purposes as directed by PSQL Technical Support or to ensure that all files are reloaded. The cache can be cleared only by starting DDF Builder with a parameter from the command line.
*Note: Clearing the cache when starting DDF Builder provides no advantage under normal usage. For normal usage, start the utility as discussed in Starting DDF Builder.
1
2
3
4
Type builder -clean and press Enter.
This starts DDF Builder and clears the cache.
Where to Go From Here
Now that you have a general understanding about DDF Builder and you started DDF Builder, proceed to Chapter 2, Using DDF Builder. This chapter provides you with an introduction to the utility’s user interface.