I have inherited maintenance of an installation of the Liberum helpdesk. It was happily working without error on a Windows 2000 server with IIS5. I had to repurpose the server so I moved the site to an existing Windows Server 2003 box with IIS6. After some trials and tribulations I have the helpdesk up and running. Now problems is when the helpdesk person logs in early in the morning they receive the following error:
Application error Number: -2147467259 (0x80004005) Source: Microsoft OLE DB Provider for ODBC Driver Description: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. No more information is available.
After an hour it goes away. Sporadically, this issue returns when doing searches or when users click on helpdesk desk links from emails.
Added “Call SetAppVariables” above “Dim cnnDB, sid” Added “<!-- #include file = "../settings.asp" -->” above ”<!-- #include file = "../public.asp" –“
My Configuration:
Window Server 2003 R2 SP2 / IIS 6 Access file for data storage (DBType "3") NT Authentication for users The MDB file is in a folder that has read/write permissions for the IUSR and IWAM users. Software version: Liberum Help Desk 0.97.3
I am at my wits end and I really appreciate any help you can give me.
Thanks,
-Paul
I have noticed that sometimes they are going to the logoff.asp page. Should I add the below to the all the .asp pages (except public.asp and settings.asp)? I know nothing about web code so please tell me if this is a horrible idea....