27. Mai 2013 11:17
ChangeLogFile.CREATE('D:\ChangeLogEntries\NavChangeLog-'+FORMAT(WORKDATE)+'.txt');
ChangeLogFile.CREATEOUTSTREAM(varOutputStream);
IF recChangeLogEntries.FIND('-') THEN BEGIN
REPEAT
....
UNTIL recChangeLogEntries.NEXT = 0;
ChangeLogFile.CLOSE;
END;
REPORT.SAVEASPDF(111,c:\topten.pdf);
27. Mai 2013 11:24
27. Mai 2013 12:12
27. Mai 2013 12:31
Der Aufrufer verfügt nicht über die erforderliche Berechtigung, oder der angegebene Pfad ist schreibgeschützt.
27. Mai 2013 13:12
elTorito hat geschrieben:
Hmm. Wenn ich richtig verstanden habe , dient das dazu wenn ein tier nicht in der Domäne ist ? Bei uns ist alles auf der gleichen Maschine, Lokal also, und der gleiche User.
Konkret lautet der Fehler:Der Aufrufer verfügt nicht über die erforderliche Berechtigung, oder der angegebene Pfad ist schreibgeschützt.
Danke
18. Juni 2013 15:37
27. März 2014 17:28
Der Aufrufer verfügt nicht über die erforderliche Berechtigung, oder der angegebene Pfad ist schreibgeschützt.
27. März 2014 18:33
27. März 2014 20:02
28. März 2014 10:14
When the RoleTailored client and Microsoft Dynamics NAV Server are on different computers, file operations that are initiated from the RoleTailored client, such as RENAME and COPY, fail if the destination for the file operation is not on the computer running Microsoft Dynamics NAV Server. One solution is to configure Microsoft Dynamics NAV Server to delegate on behalf of the RoleTailored client as described in this topic. In this case, you may also need to configure Microsoft Dynamics NAV Server to delegate to the cifs service on the destination computer. To avoid this complication entirely, define file operations so that the destination is always on the computer running Microsoft Dynamics NAV Server. You can then use a shared folder on the computer running Microsoft Dynamics NAV Server and share it with all users who require access to the files.
28. März 2014 14:50
fiddi hat geschrieben:Daher immer erst Download in lokale Tempdatei und dann in den Zielpfad verschoben.
FileHelper.Copy(OldFileName,NewFileName);
FileHelper.Delete(OldFileName);
Meldung für C/AL-Programmierer: Fehler beim Aufruf von Member Copy: Der Zugriff auf den Pfad "\\AndererServer\..\Dateiname.TXT" wurde verweigert.
28. März 2014 15:17
28. März 2014 17:07
fiddi hat geschrieben:schau dir mal die (3-tier...) FileManagement CU (419!? hab grad kein NAV) in 2009 oder noch besser in 2013 an.
28. März 2014 22:49
9. April 2014 20:44