// System.out.println("com class is loaded = " + String.valueOf(com.isLoaded()));
// if (false) {
long start = System.nanoTime();
Session s = Factory.getSessionFullAccess();
RunContext rc = Factory.getRunContext();
System.out.println("RunContext: " + rc.toString());
Name sname = s.getUserNameObject();
DateFormat df = new SimpleDateFormat("yyyyMMddhhmmss");
System.out.println(df.format(new Date()) + " Name: " + sname.getCanonical());
db = s.getDatabase(server, dbPath);
if (INCLUDE_FORMS) {