Nav2009 Windows 7 EXPORT problem
slowhandfan
Member Posts: 56
I recently updated a customer to NAV2009. They have shop drawings saved as BLOB/jpg, etc.
A tried and true function that executes this statement set
TempName := INCSTR(TempName);
CALCFIELDS(Attachment);
IF Attachment.HASVALUE THEN BEGIN
AttachmentName := Attachment.EXPORT('C:\'+TempName+"Attachment Type",TRUE);
SLEEP(1000);
HYPERLINK(AttachmentName);
END;
It works great if the fat client is WINDOWS XP, but under WINDOWS 7, it fails with the following message
The operating system returned the error (1314)
A required privledge is not held by the client
Anyone seen this before and overcome it?
Thanks
A tried and true function that executes this statement set
TempName := INCSTR(TempName);
CALCFIELDS(Attachment);
IF Attachment.HASVALUE THEN BEGIN
AttachmentName := Attachment.EXPORT('C:\'+TempName+"Attachment Type",TRUE);
SLEEP(1000);
HYPERLINK(AttachmentName);
END;
It works great if the fat client is WINDOWS XP, but under WINDOWS 7, it fails with the following message
The operating system returned the error (1314)
A required privledge is not held by the client
Anyone seen this before and overcome it?
Thanks
0
Comments
-
Did you Google it?
http://www.google.com/search?source=ig& ... afe=active
Seems like there are solutions on the first two links. What research have you done to determine what is wrong? Since it's not a NAV error, but a Windows error, I think that will help us help you.0 -
Is the error triggered by the EXPORT or the HYPERLINK statement?0
-
I did finally discover the error. In WINDOWS 7, You cannot export to the ROOT of C: It is a security feature.
I exported to a subdirectory, like C:\ViewDocs\temp001.jpg and had no difficulties whatsoever.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

