[All]
ISAPI DLL when connecting to Informix gives sql.iem error
Par: Quinn Wildman
Résumé: IUSR_computer name does not have access to registry
|
Q. Why, when my ISAPI DLL connects an Informix database, do I get the error "Cannot open file 'sql.iem'", yet in any other BDE application I cannot connect fine?
A. ISAPI DLLs use the IUSR_computername account. The problem here is that the IUSR_computername account can't see the appropriate registry entries. To resolve the problem run regedit and copy HKEY_CURRENT_USERSoftwareInformix to HKEY_USERS.DEFAULTSoftwareInformix.
|
Connect with Us