    /*
     * Acquire a BIS database connection from the connection pool
     * 
     * @throws DMSException - if error occurs while acquiring a database connection
     */
    private void acquireBISDatabaseConnection() throws BISException {
    
    	%connectionline
   
    }