- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
i'm getting "FileTracker : error FTK1011: could not create the new file tracking log file: ...\\icl-mcpcom.read.1.tlog. Die Datei ist vorhanden." since Update 6. Everything is fine with Update 5. I'm getting the error on Windows XP (SP3) and Windows 7 (SP1) with Visual Studio 2010. Disabling the /MP switch seems to fix the problem. Is there a fix for the problem without disabling multiprocessor compilation? Updating to Update 7 doesn't fix the problem.
Regards,Bernhard
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bernhard,
did you try to search the file and delete it? Maybe it was created with wrong access rights(i.e. owned by another user) and could not be overwritten by the compiler.
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i tried it with a clean build directory and the error is the same. The error message appears after random files and not on one specific.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Same problems here - but they the problem does not appear each time I build to soulution. Once I getit, the next build succeed (in most cases - not always;( )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is another workaroundto the compilation errors experienced with Update 6 and 7:
Disabling the FileTracker option for the projects under the folders in the \src folder
Disabling the FileTracker option for the projects under the folders in the \src folder
To disable FileTracker on project level you need to set TrackFileAccess property to false in all *.vcxproj files:
Add the bolded lines to the PropertyGroup.
With this workaround, the error associated with the *.tlog file creation is not triggered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That option fixes the problem, but has the negativ side effect that the project is rebuild if a single file is changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We now have an article on workarounds to this issue.Hope thishelps.
http://software.intel.com/en-us/articles/filetracker-error-ftk1011-could-not-create-the-new-file-tracking-log-file-icl-mcpcomread1tlog/

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page