Got error while exporting all base bc 14 objects for the purpose of converting

Hi ,
While i need to covert Reports Nav 2017to BC ,So i want to use Nav Converter, So in this purpose i tried to exported all objects in base , but i got error from Version triggers Permission issue.
tcp2d4v4ycyo.png,

Thank you for your replay & suggestions

Answers

  • SanderDkSanderDk Member Posts: 502
    Hi @ShivaKrishna,
    You can only export object as text if you licencs have permission on that object.

    When am need to export all objects, I lock all object and filter to locked=true (You can also only lock objects that is in your licens, so if you can lock the object, you can export it as text)
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
  • AntoniomvallsAntoniomvalls Member Posts: 34
    Export-NAVApplicationObject "filepath + asdf.txt" -DatabaseName "DBName" -DatabaseServer "DBServer" -ExportTxtSkipUnlicensed -ExportToNewSyntax

    From development shell u can use -ExportTxtSkipUnlicensed in order to export what u are able to export
    Giving thanks is always wellcome
  • AntoniomvallsAntoniomvalls Member Posts: 34
    Forget about "-exporttonewsyntax"
    Giving thanks is always wellcome
Sign In or Register to comment.