Codeunit with CREATE - Error: Either the caller does not have the required permission ...

p0wertube
Member Posts: 13
Hey Guys,
i built a xmlport to export table data to a .csv / .txt. This works.
Now I'm trying to make a codeunit, which creates the file to a specific folder.
This is the code i am using in the codeunit:
varXmlFile.CREATE('C:\Program Files (x86)\Microsoft Dynamics NAV');
varXmlFile.CREATEOUTSTREAM(varOutputStream);
XMLPORT.EXPORT(XMLPORT::StockkeepingFile, varOutputStream);
varXmlFile.CLOSE;
When trying to run the codeunit, i'll get the error message "Either the caller does not have the required permission or the specified path is read-only"
As we have a three-tier technology, I gave permissions to the specified folder on the service tier, restarted the service and tried again, but error message is still the same.
What could be the problem?
i built a xmlport to export table data to a .csv / .txt. This works.
Now I'm trying to make a codeunit, which creates the file to a specific folder.
This is the code i am using in the codeunit:
varXmlFile.CREATE('C:\Program Files (x86)\Microsoft Dynamics NAV');
varXmlFile.CREATEOUTSTREAM(varOutputStream);
XMLPORT.EXPORT(XMLPORT::StockkeepingFile, varOutputStream);
varXmlFile.CLOSE;
When trying to run the codeunit, i'll get the error message "Either the caller does not have the required permission or the specified path is read-only"
As we have a three-tier technology, I gave permissions to the specified folder on the service tier, restarted the service and tried again, but error message is still the same.
What could be the problem?
0
Best Answer
-
include file name with extension in FilePathThanks and Regards
Rishi1
Answers
-
include file name with extension in FilePathThanks and Regards
Rishi1 -
Hi @p0wertube,
I think you should give permission to the user with whom you are running the service. You can see this in administration tool. Or if you thing it's safe, in folder security give the read/write (full permission) to Everyone.
Regards1
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions