Options

Automation datatype permissionDenied error:CTL_E_PERMISSIOND

aliennavaliennav Member Posts: 449
edited 2011-02-22 in NAV Three Tier
HI All
I have exported a file in a newly created folder.After exporting I am opening the file.
Again, when I am trying to export the file (previous file is still open), the code first checks the existense of the folder in which the file is created/exported and if it is present it is deleted and a new file is created.

Now, as the previous file is open and the system tries to delete the folder, an AUTOMATION error is what is received.
The error is as follows:
Microsoft Dynamics NAV

This message is for C/AL programmers: The call to member DeleteFolder failed: Exception from HRESULT: 0x800A0046 (CTL_E_PERMISSIONDENIED).
OK

Strange Behaviour is that the file as we see in the folder is deleted and on the same hand the same deleted file is opened (1st file).

Can anyone please tell me what the check could be in the code to check that the file in some folder is open or not???

Regards
Sign In or Register to comment.