Options

Copy a file to Client - Access Denied

FurkanRFurkanR Member Posts: 6
Hello,

I am a newbie on Microsoft Dynamics NAV. My version is 2013 R2.

I want to Copy a .dll file on C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client\Add-ins Folder

to

C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client\Add-ins folder on Client.

And I use CodeUnit 419 File Management for copying.

FileManagement.DownloadToFile('C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client\Add-ins\EFatura.dll','C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client\Add-ins\EFatura.dll');

When i give Add-ins File to Everyone authentication from Security tab, it copies to Client. But there is 50 Client PC and i dont want to connect and give authentication process to all of them.

How can i copy in proper way from C/AL.

Thanks for your replies.

Best Answer

Answers

  • Options
    krikikriki Member, Moderator Posts: 9,090
    [Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.