Options

Partner license

RaniShouraRaniShoura Member Posts: 34
Hi,

I want to use power shell to export objects to text file from the customer Production license, any work around?

Thank you
Rani Shoura

Answers

  • Options
    kabrocokabroco Member Posts: 111
    I think that is not possible.
  • Options
    RaniShouraRaniShoura Member Posts: 34
    To clarify more I do have a partner license
    Rani Shoura
  • Options
    SanderDkSanderDk Member Posts: 497
    I pursume that you are working af a newere NAV which has the PowerShell Cmdlet?

    You can do that with uploading your partner licens to the database, export the objects and import the customer licens again.

    If you do it without restarting the NST, the users still work in context of their own license
    Import-NAVServerLicense -ServerInstance xxx -LicenseFile 'C:\XXX\MyPartnerLic.flf'
    
    Export-NAVApplicationObject -DatabaseName XX -DatabaseServer xx -Path 'C:\xx\xx.txt' -Filter 'MyObjectFilter' -ExportTxtSkipUnlicensed
    
    Import-NAVServerLicense -ServerInstance xxx -LicenseFile 'C:\XXX\CustomerLic.flf'
    
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Sign In or Register to comment.