Back

A get/change operation on table ‘EXT_Extender_Windows’ failed accessing SQL data when upgrading Extender.

Published: Sep 15, 2025
Post Author Written by Amit Chaudhari

You encountered the error “A get/change operation on table ‘EXT_Extender_Windows’ failed accessing SQL data.” when upgrading Extender.

If you’d like to watch the video that goes with this, see below or click here.

Extender: Upgrade Error

The More Info button shows the following:

image003A 1

This error generally occurs when updating from Microsoft Dynamics GP and Extender 2016 or 2018 to 18.2 or newer.

With the release of Extender 18.2, 15 new fields were added to the Extender window tables. This means:

  • Extender 2018 and earlier versions had only 15 fields
  • Extender 18.2 and later versions now have 30 fields

So, the issue is likely one of the following:

The stored procedures weren’t updated and are still referencing the version with only 15 fields.

OR

The table (EXT20100) itself wasn’t updated to include the new fields.

Resolution

The first thing you need to do is verify if it is the table or the procedures that have an issue.

To do this run the following SQL Statement against your company database.

SELECT Extender_Field_IDs_16 from EXT20100
  • If the query returns data and does not error, then the issue is likely with the stored procedures—the column exists in the table but not in the procedures.

To resolve this, run SQL Maintenance in Microsoft Dynamics GP by following these steps:

  1. Make a SQL backup of your company database that is erroring in the upgrade.
  2. Log in to Microsoft Dynamics GP as the ‘sa’ user.
  3. Navigate to Microsoft Dynamics GP > Maintenance > SQL.
  4. Change the Product to Extender, and select the database where you’re encountering the error.
  5. Press Ctrl + A to highlight all tables.
  6. Check only the boxes for “Drop Auto Procedure” and “Create Auto Procedure”.
  7. Click the Process button.
SQL Maintenance

Once the SQL Maintenance completes, check to see if the error has been resolved.

——————————————————————————

  • If the column doesn’t exist in the table at all, you’ll need to run the Extender upgrade for that company. To do this:
  1. Log in as the ‘sa’ user.
  2. Navigate to Tools > Extender > Maintenance > Upgrade Extender.
  3. Run the upgrade process in the company where the error is occurring.

——————————————————————————

If the Extender upgrade error message persists, we may need to review the EXT20100 backup table, then recreate it through maintenance and restore it using a SQL script. If this is the case, please contact us at support@eonesolutions.com for assistance.

Check out more help articles for information on how to troubleshoot other issues.

Feeling stuck? Get the support and guidance you need to help you power through any data challenge

We're on your integration team. Connect with our people and let us know how we can help you.