Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

GP Hot fix upgrade

(0) ShareShare
ReportReport
Posted on by

Hi,

We are currently using gp 10.0 hotfix version 10.00.1757 and planning to upgrade to gp 2013 .After research I came to know that my gp 10.0 needs to be upgraded to any version higher than 10.00.1779 before upgrading to gp 2013.I am in the process to upgrade the service pack to 10.00.1868 and the one of the company database upgrade is failing and shows below two errors?

The following SQL statement produced an error:

set nocount on  declare @NAME varchar(100) declare @TEXT varchar(8000) declare taCreateRequesterProcs insensitive cursor for   select DOCTYPE from eConnect_Out_Setup (nolock) where MAIN = 1 and DOCTYPE not like '%GetList'  open taCreateRequesterProcs fetch next from taCreateRequesterProcs into @NAME while (@@fetch_status <> -1) begin  if (@@fetch_status <> -2)  begin  select @TEXT = 'exec eConnectOutCreate '+ @NAME + ', 0'  exec (@TEXT)   select @TEXT = 'exec eConnectOutCreate '+ @NAME + ', 1'  exec (@TEXT)   select @TEXT = 'exec eConnectOutCreate '+ @NAME + ', 2'  exec (@TEXT)  end   fetch next from taCreateRequesterProcs into @NAME end  deallocate taCreateRequesterProcs   

 

ERROR [Microsoft][SQL Native Client][SQL Server]Cannot find the object 'taRequesterPayables_Posted_Transaction_ApplyOp', because it does not exist or you do not have permission

 

I am upgrading using 'sa' access and I have all the permissions and I applied the below script

declare @dbname char(5), @statement char(1500)

declare eConnect_Out_Setup_Fix cursor for

  select INTERID from DYNAMICS..SY01500 where INTERID in (select name from master..sysdatabases)

set nocount on

open eConnect_Out_Setup_Fix

fetch next from eConnect_Out_Setup_Fix into @dbname

while (@@fetch_status <> -1) begin

  set @statement='

if exists (select * from ' + rtrim(@dbname) + '.dbo.sysobjects where id = object_id(''dbo.eConnect_Out_Setup'') and OBJECTPROPERTY(id,''IsUserTable'') = 1)

  update ' + rtrim(@dbname) + '.dbo.eConnect_Out_Setup set DATACNT = 72 where DOCTYPE = ''ModifiedItem''

print ''The eConnect_Out_Setup table has been updated for '+ rtrim(@dbname) + ''''

  exec (@statement)

  fetch next from eConnect_Out_Setup_Fix into @dbname

end

deallocate eConnect_Out_Setup_Fix

set nocount off

 

which did not help me.

Can any one tell me how can I proceed further?

Can I downgrade directly to 10.0.1779 if so how can I do that?

*This post is locked for comments

  • Suggested answer
    Redbeard Profile Picture
    12,931 on at
    RE: GP Hot fix upgrade

    Leslie posted on what appears to be the exact issue.  She queried the table and cleaned up the data and may have overcome the problem.  See this post:

    community.dynamics.com/.../139035.aspx

  • Jonathan Fear Profile Picture
    on at
    RE: GP Hot fix upgrade

    Do you have the CRM Adapter service running?

  • Community Member Profile Picture
    on at
    RE: GP Hot fix upgrade

    thank you for your response.

    The query does not return any records.

  • Richard Wheeler Profile Picture
    75,848 Moderator on at
    RE: GP Hot fix upgrade

    Please run this script and see if any records are returned.

    SELECT DOCTYPE,DATACNT FROM MyDatabase..eCONNECT_OUT_SETUP WHERE MAIN=1 AND DOCTYPE='toWebSite%'

    If they exist, backup the eConnect_Out_Setup table and then delete these records.

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Almas Mahfooz Profile Picture

Almas Mahfooz 3 User Group Leader

Featured topics

Product updates

Dynamics 365 release plans