Getting Error " Table IV10202 does not exist."
I verified in Dev DB , table is not exist in Dev DB,
could you please verify in production DB.
Please Help.
Thank You!!
*This post is locked for comments
If the table does not exist you need to recreate it. Try using the script Harry provided.
Try running the following query to get you past this problem:
CREATE TABLE [IV10202] (
[ITEMNMBR] [char] (31) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[RCTSEQNM] [int] NOT NULL ,
[DEX_ROW_ID] [int] IDENTITY (1, 1) NOT NULL ,
CONSTRAINT [PKIV10202] PRIMARY KEY NONCLUSTERED
(
[ITEMNMBR]
) ON [PRIMARY]
) ON [PRIMARY]
GO
What is the GP build number (11.00.XXXX) in your Live environment?
Thanks Frank. I have a development server that is a snapshot of our live GP 2010 server. Both the live and development server are missing this table. We aren't experiencing any problems with the live server. We recently installed the latest service pack on our development system prior to upgrading to GP 2013. When we open the company, it gives us the error regarding the missing table.
I'm looking at a GP 2010 SP3 (11.00.2164) install and it has IV10202.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156