web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Invalid Table Name SY01407

(0) ShareShare
ReportReport
Posted on by 74

Upgrading to GP 18.4 I get this error when trying to open the Transaction by Customer Inquiry Window:

QI2.png

QI3.png

I've looked at the DYNAMICS and company tables and SY01407 doesn't exist. It also didn't exist in their previous GP version (GP 2015). 

After clicking ok, you can still access the window. Any ideas on to why this is throwing an error?

Categories:
I have the same question (0)
  • Joseph Markovich Profile Picture
    3,976 on at

    Did you have this issue when performing your test upgrades?

    This table is new to 18.4 -- where it stores the user defaults for the lookup windows in PM, RM and Bank Reconciliation.

    Table, Column and Parameter Changes in Microsoft Dynamics GP October 2021 Release & 2021 Year-End - Microsoft Dynamics GP Community

    Since it is new, there isn't any data that was ever stored in it -- I would think support could give you a script to run to create the table and any procedures and fix this.

    Joe

  • JBurgess Profile Picture
    74 on at

    Thanks for the info on this. I didn't run into this during testing, and user testing didn't discover this either. Perhaps MS will put out a fix for this error message to create this table like you suggested. Thanks for reply!

  • Richard Wheeler Profile Picture
    75,848 Moderator on at

    If your test databases still exist does this table exist there? If so, use SSMS to create the script to create the table. You could possibly use SQL Maintenance in GP to create this table as well.

  • JBurgess Profile Picture
    74 on at

    This table was never created in the new version. Not sure why as the 18.4 install went through the upgrade steps with no errors or warnings. I may try to install 18.4 to a test server and script out the table to insert it (assuming it upgrades and creates okay. Thanks for the ideas!

  • Suggested answer
    JBurgess Profile Picture
    74 on at

    Just to follow up on this, I was able to script out the table from an install where the SY01407 created ok (it had no records). I used that to create the table in the DYNAMICS database and the error is no longer there, so I believe this solved the issue.

    I still don't know why that table was missed during the upgrade, but for now, this issue is resolved. Thanks for the input!

  • David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    14,095 Most Valuable Professional on at

    You should have just been able to use the built in SQL Maintenance to create the table.

    Including granting access to DYNGROUP and binding defaults.

    David

  • Community Member Profile Picture
    on at

    USE [DYNAMICS]
    GO

    /****** Object: Table [dbo].[SY01407] Script Date: 2/17/2022 9:25:22 PM ******/
    SET ANSI_NULLS OFF
    GO

    SET QUOTED_IDENTIFIER ON
    GO

    CREATE TABLE [dbo].[SY01407](
    [USERID] [char](15) NOT NULL,
    [DICTID] [smallint] NOT NULL,
    [FORMNAME] [char](79) NOT NULL,
    [WINNAME] [char](79) NOT NULL,
    [FIELDNAM] [char](31) NOT NULL,
    [IntegerValue] [smallint] NOT NULL,
    [BinaryValue] [binary](4) NOT NULL,
    [DEX_ROW_ID] [int] IDENTITY(1,1) NOT NULL,
    CONSTRAINT [PKSY01407] PRIMARY KEY NONCLUSTERED
    (
    [USERID] ASC,
    [DICTID] ASC,
    [FORMNAME] ASC,
    [WINNAME] ASC,
    [FIELDNAM] ASC
    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
    ) ON [PRIMARY]
    GO

    Grant DYNGRP permissons on the table

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 660 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 512 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 291 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans