Hi all,
I need a Job for NAS, that will delete Change Log Entry (and transfer it to archive).
But NAS isn't working: "You do not have permission to delete from the .......... ". That's because License file doesn't allow that.
I have Develop License, how I can run NAS with that license?
OR should I use SQL Job to Transfer data (it's my backup plan...).
0
Answers
AFAIK, NAS works with the license the same way as usual classic client works. It means, if you marked database as container for your license then it looks for license in database, otherwise it look for a license in master database.
But have you tried to use passive permissions? Open the codeunit, which one transfers the entries, for design, open it's properties and find Permission property. Try to put there permission for deleting from Change Log entry. Save and compile. Restart NAS.