Also just for consistency Im pasting the conf.ini.
It is a copy from the IBPM as is the above application delegate class....thus the reason for all the copyright info...but I am pasting in full just to verify no errors...also if there is a way to auth within telnet...I can do so and see if the error repeats
Thanks again for the help.
; File:ibpm/conf.ini
; Description:
; ------------
; This file contains configuration information for the dataface framework.
; Configuration options include such things as database connection information
; tables to be displayed in the menu, and behavioral and display characteristics
; of the dataface application (like whether to display the menu).
;
;Itty Bitty Project Manager
;Copyright (C) 2006 Advanced Medical Support Services and
;Joseph James Frantz (
boscagarda-programming@yahoo.com)
;
;This program is free software; you can redistribute it and/or
;modify it under the terms of the GNU General Public License
;as published by the Free Software Foundation; either version 2
;of the License, or (at your option) any later version.
;
;This program is distributed in the hope that it will be useful,
;but WITHOUT ANY WARRANTY; without even the implied warranty of
;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;GNU General Public License for more details.
;
;You should have received a copy of the GNU General Public License
;along with this program; if not, write to the Free Software
;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
;Specify how to access your MySQL database here.
[_database]
host = "mysql-dev"
user = "admin"
password = "admin"
name = "amp_medactimport"
;These are the tables needed for your project.
;Notes and Suggestions are not critical and may be
;removed. If they are then tables/D_TASK/relationships.ini
;must be modified to remove references to D_NOTE and D_SUGGESTION.
;Further, in windows these files are not case sensitive.
;In any variant of Unix (including Mac and Linux) they are
;case sensitive. To simplify things, they have been labelled here
;in all caps, and are so in the Create Table statements in
;the .SQL file provided with this package.
[_tables]
PATDATA = "Patients"
;****************************
;IMPORTANT NOTE
;****************************
;This should probably be removed in your app.
;We have it in ours for testing purposes. If you
;have created a full fledged user management
;system or you have a seperate itty bitty UM
;system, then there is absolutely no need for
;this next line. If you do have an itty bitty
;UM module, I am interested in it if it is
;DF based and GPLed.
S_USER = "Users"
;This provides the user authentication. If a different table is used in
;your system, then change the references to
;S_USER and USERNAME and PASSWORD as needed.
;[_auth]
;users_table = S_USER
;username_column = USERNAME
;password_column = PASSWORD
;This enables the History feature of Dataface. To disable
;simply set enabled = 0 or delete this section.
;It is best to keep it though, as all changes to the tables
;will be tracked and can be restored at any time.
[history]
enabled = 1