Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Installing Extender on GP 2010, EXT40101 Invalid column name WINNAME

Posted on by Microsoft Employee

I am installing Extender on GP2010, it installs fine, while using utilies to update the company databases, it errors out on table EXT40101: Invalid Column Name 'WINNAME'. I checked the table, there is not column named WINNAME. Can I drop the table and utilies will create new one or can I import the table from Fabrikam?

Thanks,

Meg

*This post is locked for comments

  • Suggested answer
    Beat Bucher  GP Geek  GPUG All Star Profile Picture
    Beat Bucher GP Gee... 28,021 Super User 2024 Season 1 on at
    Re: Installing Extender on GP 2010, EXT40101 Invalid column name WINNAME

    Hi Meg,

    I was able to fix the problem... somehow the structure of the tables must have changed over the time and there is a SQL script that has been released by eOne (the builder of Extender) to fix those errors. The script basically recreates all the SP's attached to some of the EXT tables and renames also some columns. Here's an extract of the portion about renaming the columns :

    /*Rename Columns in EXT40800 and EXT40801 */

    if exists (SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'EXT40800' AND COLUMN_NAME = 'PT_Palette_ID')

    exec sp_rename 'EXT40800.PT_Palette_ID', 'Extender_Menu_ID', 'COLUMN'

    GO

    if exists (SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'EXT40800' AND COLUMN_NAME = 'PALETNME')

    exec sp_rename 'EXT40800.PALETNME', 'Extender_Menu_Name', 'COLUMN'

    GO

    if exists (SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'EXT40801' AND COLUMN_NAME = 'PT_Palette_ID')

    exec sp_rename 'EXT40801.PT_Palette_ID', 'Extender_Menu_ID', 'COLUMN'

    GO

    /*End Rename Columns in EXT40800 and EXT40801 */

    Hope this helps other stuck with the GP2010 Extender update.

  • Beat Bucher  GP Geek  GPUG All Star Profile Picture
    Beat Bucher GP Gee... 28,021 Super User 2024 Season 1 on at
    Re: Installing Extender on GP 2010, EXT40101 Invalid column name WINNAME

    Hi Meg,

    I'm facing a similar problem when upgrading the company DB's from GP10 to GP2010... Extender is installed, but when the GP Utilities runs thru the companies, it fails to upgrade with a table from Extender EXT40801 / PT_Extender_Menu_Items. It gives an SQL error about an invalid column name 'Extender_Menu_item', but that table doesn't even have that field.

    Did you ended up to find a solution to your problem ?  I remember having had a similar problem with Extender's table EXT40800 & EXT40801 when applying SP5 to GP10 last year, because one company was not gone thru an SP4 , but never managed to fix the problem.

    For now I'll try to ignore the error, but not sure if my upgrade process will continue or not.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans