Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
Why do I receive the “cannot find installable ISAM” error on my Fully Manged Windows server? | Advanced Internet Technologies

Typically, there are 2 major reasons why you receive this error.

  • The ASP scripting has some sort of loop or incorrect DSN connection statement.
  • Something with the DSN or driver is incorrectly configured.

Here are a few steps that you can go through to debug this error:

  • Please take a look at the ASP script that calls the database. The database call should be using a DSN (Data Source Name). Here is one example of how to connect to a database using a DSN. Confirm that the scripting logic is correct as well.<%
  • set rs=Server.CreateObject(“adodb.Recordset”)
  • connect=”DSN=EXAMPLENAME”
  • sqlstmt = “SELECT * from table WHERE condition=’value’ order by column”
  • rs.open sqlstmt, connect
  • %>
  • Confirm that the DSN is setup by going into the SMT/cpanel as webadmin@yourdomain. Click clicking Additional Services, then Manage, then Manage ODBC DSN. From this interface, you can see which DSNs have been created or add one if you do not currently have one.
  • If these steps have not proven helpful, then you can submit a Trouble Ticket to Customer Service at //order.aitcom.net