Nav 5SP1 crashes when trying to copy a C/SIDE function ...

MonstaMonsta Member Posts: 38
Navision 5SP1 crashes when trying to copy any C/SIDE function from older versions, for example, from Nav 4SP3 :(

Open in ver.4 global variables of any object, select "Functions" tab, select one or more funcions defined there, copy. Then open similar window in nav 5sp1, and try to paste selected functions there. Navision crashes :(
Have tried on WinXP and Vista.

Does anyone know: is there a solution for the problem?

Comments

  • cssgyulacssgyula Member Posts: 31
    We have also experienced this problem, I put here some detailed infos for the hardcore NAV-programmers, maybe they can help:

    AppName: fin.exe AppVer: 5.0.26084.0 AppStamp:47b392f9
    ModName: fin.exe ModVer: 5.0.26084.0 ModStamp:47b392f9
    fDebug: 0 Offset: 000cced9

    Error Class=Exception
    Program=Dynamics NAV (5.0.26084.0)
    Operating System=Windows XP (5.1.2600)
    Total Physical memory=2046MB
    Used Virtual Memory=95MB
    System Locale=1038
    User Locale=1038
    Global Language=1038
    Code Pages=ANSI 1250 OEM 852

    Light Version=No
    Server Connected=No
    Database Open=*****.fdb
    Windows Authentication=No
    Commit Cache=Yes
    Database Cache(KB)=8000
    Client/Server Version No=0

    Unhandled exception at 0x004cced9 in fin.exe: 0xC0000005: Access violation reading location 0x00000004.

    Problem is shown at this point under debug:
    004CCED9 cmp ecx,dword ptr [eax+4]
    Best Regards,

    Gyula (Jules) Csiák-Sedivy

    There are two things, which you cannot learn from books. True love and Software Coding.
  • kinekine Member Posts: 12,562
    Yes I have this problem too, I do not know any hotfix for that...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • WaldoWaldo Member Posts: 3,412
    If anyone is able to get something out of that ... :shock: .

    Anyway, I've tested it, and you're right. I've got the "bug" as well.

    You could report this to Microsoft. Allthough I don't think that "copying versions from one version of NAV to the other" is going to be high on the priority-list.

    In the mean time, you could just create the function, copy over the variables and copy over the C/AL code. Quite easy and fast.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • cssgyulacssgyula Member Posts: 31
    Oh yes, but copying over C/AL Globals or locals also raise this exception...
    Best Regards,

    Gyula (Jules) Csiák-Sedivy

    There are two things, which you cannot learn from books. True love and Software Coding.
  • krikikriki Member, Moderator Posts: 9,110
    Or take a fob of the objects of the old DB from which you want to copy. Create a new DB with the newest version and put the objects in it. Then you can copy without problems.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • WaldoWaldo Member Posts: 3,412
    OK, didn't try that ... (my client was crashed, you know :mrgreen: ).

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • cssgyulacssgyula Member Posts: 31
    kriki wrote:
    Or take a fob of the objects of the old DB from which you want to copy. Create a new DB with the newest version and put the objects in it. Then you can copy without problems.

    Thanks for your quick help!

    Anyway, I have already submited this error as a Support Incident under PartnerSource, let's hope there will be a new build, which solves this problem.
    Best Regards,

    Gyula (Jules) Csiák-Sedivy

    There are two things, which you cannot learn from books. True love and Software Coding.
  • soyasoya Member Posts: 4
    Hi,

    Why don't you have a look at the last platform update released by microsoft?

    Tibor
  • MonstaMonsta Member Posts: 38
    kriki wrote:
    Or take a fob of the objects of the old DB from which you want to copy. Create a new DB with the newest version and put the objects in it. Then you can copy without problems.
    Thanks. That's the best solotion so far.
    cssgyula wrote:
    Anyway, I have already submited this error as a Support Incident under PartnerSource, let's hope there will be a new build, which solves this problem.
    Thank you.
    soya wrote:
    Hi,
    Why don't you have a look at the last platform update released by microsoft?
    Tibor
    Does it mean you know there is a solution or you just trolling here?
  • Bjarne_AstrupBjarne_Astrup Member Posts: 11
    Hi,

    As I can see it's fixed in the last platform update.

    https://mbs.microsoft.com/knowledgebase ... -us$956161

    /Bjarne
  • WaldoWaldo Member Posts: 3,412
    I am downloading it as we speak... .

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • MonstaMonsta Member Posts: 38
    Hi,
    As I can see it's fixed in the last platform update.
    https://mbs.microsoft.com/knowledgebase ... -us$956161
    /Bjarne

    Do you mean this:
    When you copy a function, a variable, or a text constant in a database from one version of Microsoft Dynamics NAV to another version of Microsoft Dynamics NAV, Microsoft Dynamics NAV stops responding. This problem occurs if you select all the lines of the object that you want to copy in a form.
    Where can I download update rollup? Haven't found a link :oops: These Microsoft sites are sometimes so complicated...
    Anyone has tried after installing this update? Has the bug actually been fixed?
  • Bjarne_AstrupBjarne_Astrup Member Posts: 11
    Hi,

    I had only tried to copy a function from 4.0 sp3 to 5.0 sp1 with and without the platform update.

    Without the platform update the client crash and with the platform update the client don't crash.

    You can only get the platform update if you ask Microsoft support.

    Best Regards

    Bjarne
  • WaldoWaldo Member Posts: 3,412
    I can confirm this.

    Just click here to find the KB article. From there, you can obtain the Platform Update.

    I will update the Platforum updates on my blog soon :wink: .

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.