

Perl CGI Scripts - Data source
name not found FrontBase Error Troubleshooting
DBI connect failed: [iODBC][Driver Manager]Data source
name
not found and no default driver specified. Driver could not be loaded
(SQL-IM002)(DBD: db_login/SQLConnect err=-1)
Solution: This error occurs if the ODBC DSN is created
as a User DSN instead of being created as a System DSN. The ODBC DSN
needs to be created as a System DSN in order for the web server software
to use the driver. The web server runs as a different user than the
logged in user, so User DSNs cannot be used.

