'Create failed' when publishing extension for NAV 2017 CU10

AleanderAleander Member Posts: 3
Hello!

I'm encountering this error message when I'm trying to publish an extension
for NAV 2017 CU10. I have checked the license, permission for the user and
tried publishing the navx file on another server. Has anyone encountered this
error and found a solution for it?

I use the NAV 2017 Administration Shell to publish it since that automatically
loads all PowerShell commands. I'm running the shell and thus the commands as
Administrator which is a local administrator with SUPER rights on NAV.

51kvobxeymmz.png

Kind Regards,
Alexander

Best Answer

  • AleanderAleander Member Posts: 3
    Answer ✓
    The error was due to a misconfiguration on the SQL Server side. The standard path for newly created databases was wrong and that caused it to stop when creating the temporary database for the extension.

    So the problem is solved now :smile:

Answers

  • ErictPErictP Member Posts: 164
    Did you try to set quotes around the path:
    Publish-NAVApp -Path '.\GoldenEDI-1.5.9.5-NAV2017-CU10-se.navx' -ServerInstance MasterTest
  • AleanderAleander Member Posts: 3
    Yes, that did no difference, the error still comes up when I try to publish the extension.
  • AleanderAleander Member Posts: 3
    Answer ✓
    The error was due to a misconfiguration on the SQL Server side. The standard path for newly created databases was wrong and that caused it to stop when creating the temporary database for the extension.

    So the problem is solved now :smile:
Sign In or Register to comment.