Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

gp201- 11.2351 Upgrade 2015 R2 hanging

Posted on by 745

All,

I have an issue with an upgrade.  We have 6 companies and they all upgraded except 1.  I ran a sql trace and the last sa login recorded was as follows:

 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

I was also running a DEX SQL Log which ended at the same time:

*  Date: 09/23/2015  Time: 14:40:29
stmt(9675816):*/
 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   

I found a couple of KB's and checked the Econnect Out to see if there was any issues.  Nothing matched the articles but I did see where I have records with a Data Count (DATACNT) of '0'.  I looked at the other companies and they don't have these records.  These records are linked to the ecommerce site being used by the customer - which is only being used by the one company.

1.  What is the data count field in the econnect out table? 

2.  What do the values mean?

3.  It is not referenced in the stmts above but could the '0' values be causing the issue?

4.  Can I run this cursor and see what happens?

Thank you,

*This post is locked for comments

  • Dan Bigelow Profile Picture
    Dan Bigelow 745 on at
    RE: gp201- 11.2351 Upgrade 2015 R2 hanging

    Ended up having to make a backup of the table - delete it and then import in the data - that corrected the issue

    Thank you,

  • Dan Bigelow Profile Picture
    Dan Bigelow 745 on at
    RE: gp201- 11.2351 Upgrade 2015 R2 hanging

    We  moved the databases from another server.  I don't see econnect loaded so I will load it and then try the upgrade again.  Yes I was thinking of doing that with the econnect out table.

  • Verified answer
    Beat Bucher  GP Geek  GPUG All Star Profile Picture
    Beat Bucher GP Gee... 28,021 Super User 2024 Season 1 on at
    RE: gp201- 11.2351 Upgrade 2015 R2 hanging

    HI Dan,

    Did you upgraded already eConnect on the server to GP 2015 ? this is often forgotten when doing major upgrades..

    Could you eventually save the content of the eConnectOut table into an Excel workbook and flush the table, then re-import the records into the table once the upgrade is completed ?

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,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans