How do I open OneDrive log (ODL) files?
I am trying to troubleshoot Microsoft OneDrive, in particular I'd like to know which files it has processed. I found this folder which contains a bunch of ODL files:
C:Users(user)AppDataLocalMicrosoftOneDrivelogsPersonal
For instance, one filename is SyncEngine-2016-2-16.255.7212.11.odl
How do I open these ODL files? They appear to be in some binary format.
windows logging onedrive
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 2 more comments
I am trying to troubleshoot Microsoft OneDrive, in particular I'd like to know which files it has processed. I found this folder which contains a bunch of ODL files:
C:Users(user)AppDataLocalMicrosoftOneDrivelogsPersonal
For instance, one filename is SyncEngine-2016-2-16.255.7212.11.odl
How do I open these ODL files? They appear to be in some binary format.
windows logging onedrive
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Well, from an online search, Microsoft uses .odl as an extension for Object Descriptor Langague files, as part of the COM+/OLE. msdn.microsoft.com/en-us/library/windows/desktop/… Here is the Format Definition: msdn.microsoft.com/en-us/library/windows/desktop/… ODL's are the glue that combines objects into a library. I can imagine ways that OLE might be involved in a MS synch product, but I have no idea if that is the case.
– Frank Thomas
Feb 16 '16 at 3:23
I am familiar with Object Descriptor Language files, but this is not one of them. I ended up with the same result as you when I did a Google search which is why I came here. The ODL files I am talking about here are in some binary format and have nothing to do with COM.
– tom
Feb 16 '16 at 12:21
@user1042151 any news?
– El Mac
Jun 1 '16 at 12:11
1
I'm suspicious that in this case ODL stands for "OneDrive Log". On a whim, I tried to open one in an SQLite database browser, and it recognized it as an encrypted SQLite database. No idea what the password is. Or that could be a total red herring.
– Vimes
Aug 31 '16 at 16:02
The logs have changed location in macOS Sierra - OneDrive v17.3.6517 Can open *.log but it looks like *.odl are encrypted SQL Lite files /Users/[username]/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Logs (And apologies in advance, but not enough credits to comment yet)
– David Harris
Oct 1 '16 at 12:14
|
show 2 more comments
I am trying to troubleshoot Microsoft OneDrive, in particular I'd like to know which files it has processed. I found this folder which contains a bunch of ODL files:
C:Users(user)AppDataLocalMicrosoftOneDrivelogsPersonal
For instance, one filename is SyncEngine-2016-2-16.255.7212.11.odl
How do I open these ODL files? They appear to be in some binary format.
windows logging onedrive
I am trying to troubleshoot Microsoft OneDrive, in particular I'd like to know which files it has processed. I found this folder which contains a bunch of ODL files:
C:Users(user)AppDataLocalMicrosoftOneDrivelogsPersonal
For instance, one filename is SyncEngine-2016-2-16.255.7212.11.odl
How do I open these ODL files? They appear to be in some binary format.
windows logging onedrive
windows logging onedrive
asked Feb 16 '16 at 3:13
tomtom
131115
131115
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Well, from an online search, Microsoft uses .odl as an extension for Object Descriptor Langague files, as part of the COM+/OLE. msdn.microsoft.com/en-us/library/windows/desktop/… Here is the Format Definition: msdn.microsoft.com/en-us/library/windows/desktop/… ODL's are the glue that combines objects into a library. I can imagine ways that OLE might be involved in a MS synch product, but I have no idea if that is the case.
– Frank Thomas
Feb 16 '16 at 3:23
I am familiar with Object Descriptor Language files, but this is not one of them. I ended up with the same result as you when I did a Google search which is why I came here. The ODL files I am talking about here are in some binary format and have nothing to do with COM.
– tom
Feb 16 '16 at 12:21
@user1042151 any news?
– El Mac
Jun 1 '16 at 12:11
1
I'm suspicious that in this case ODL stands for "OneDrive Log". On a whim, I tried to open one in an SQLite database browser, and it recognized it as an encrypted SQLite database. No idea what the password is. Or that could be a total red herring.
– Vimes
Aug 31 '16 at 16:02
The logs have changed location in macOS Sierra - OneDrive v17.3.6517 Can open *.log but it looks like *.odl are encrypted SQL Lite files /Users/[username]/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Logs (And apologies in advance, but not enough credits to comment yet)
– David Harris
Oct 1 '16 at 12:14
|
show 2 more comments
Well, from an online search, Microsoft uses .odl as an extension for Object Descriptor Langague files, as part of the COM+/OLE. msdn.microsoft.com/en-us/library/windows/desktop/… Here is the Format Definition: msdn.microsoft.com/en-us/library/windows/desktop/… ODL's are the glue that combines objects into a library. I can imagine ways that OLE might be involved in a MS synch product, but I have no idea if that is the case.
– Frank Thomas
Feb 16 '16 at 3:23
I am familiar with Object Descriptor Language files, but this is not one of them. I ended up with the same result as you when I did a Google search which is why I came here. The ODL files I am talking about here are in some binary format and have nothing to do with COM.
– tom
Feb 16 '16 at 12:21
@user1042151 any news?
– El Mac
Jun 1 '16 at 12:11
1
I'm suspicious that in this case ODL stands for "OneDrive Log". On a whim, I tried to open one in an SQLite database browser, and it recognized it as an encrypted SQLite database. No idea what the password is. Or that could be a total red herring.
– Vimes
Aug 31 '16 at 16:02
The logs have changed location in macOS Sierra - OneDrive v17.3.6517 Can open *.log but it looks like *.odl are encrypted SQL Lite files /Users/[username]/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Logs (And apologies in advance, but not enough credits to comment yet)
– David Harris
Oct 1 '16 at 12:14
Well, from an online search, Microsoft uses .odl as an extension for Object Descriptor Langague files, as part of the COM+/OLE. msdn.microsoft.com/en-us/library/windows/desktop/… Here is the Format Definition: msdn.microsoft.com/en-us/library/windows/desktop/… ODL's are the glue that combines objects into a library. I can imagine ways that OLE might be involved in a MS synch product, but I have no idea if that is the case.
– Frank Thomas
Feb 16 '16 at 3:23
Well, from an online search, Microsoft uses .odl as an extension for Object Descriptor Langague files, as part of the COM+/OLE. msdn.microsoft.com/en-us/library/windows/desktop/… Here is the Format Definition: msdn.microsoft.com/en-us/library/windows/desktop/… ODL's are the glue that combines objects into a library. I can imagine ways that OLE might be involved in a MS synch product, but I have no idea if that is the case.
– Frank Thomas
Feb 16 '16 at 3:23
I am familiar with Object Descriptor Language files, but this is not one of them. I ended up with the same result as you when I did a Google search which is why I came here. The ODL files I am talking about here are in some binary format and have nothing to do with COM.
– tom
Feb 16 '16 at 12:21
I am familiar with Object Descriptor Language files, but this is not one of them. I ended up with the same result as you when I did a Google search which is why I came here. The ODL files I am talking about here are in some binary format and have nothing to do with COM.
– tom
Feb 16 '16 at 12:21
@user1042151 any news?
– El Mac
Jun 1 '16 at 12:11
@user1042151 any news?
– El Mac
Jun 1 '16 at 12:11
1
1
I'm suspicious that in this case ODL stands for "OneDrive Log". On a whim, I tried to open one in an SQLite database browser, and it recognized it as an encrypted SQLite database. No idea what the password is. Or that could be a total red herring.
– Vimes
Aug 31 '16 at 16:02
I'm suspicious that in this case ODL stands for "OneDrive Log". On a whim, I tried to open one in an SQLite database browser, and it recognized it as an encrypted SQLite database. No idea what the password is. Or that could be a total red herring.
– Vimes
Aug 31 '16 at 16:02
The logs have changed location in macOS Sierra - OneDrive v17.3.6517 Can open *.log but it looks like *.odl are encrypted SQL Lite files /Users/[username]/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Logs (And apologies in advance, but not enough credits to comment yet)
– David Harris
Oct 1 '16 at 12:14
The logs have changed location in macOS Sierra - OneDrive v17.3.6517 Can open *.log but it looks like *.odl are encrypted SQL Lite files /Users/[username]/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Logs (And apologies in advance, but not enough credits to comment yet)
– David Harris
Oct 1 '16 at 12:14
|
show 2 more comments
1 Answer
1
active
oldest
votes
I have done research on the matter and determined the fallowing conclusion:
Although ODL files are SQL databases, the Microsoft Edge logs are exclusively for MS tracking and not to the general public. To enforce that rule, Microsoft encrypted it using a confidential key. Therefore, it is impossible to open them without knowing the correct key.
OPs question was about Microsoft OneDrive, not Edge. Your answer very may well be correct, but please edit it to accurately reflect an answer to OPs actual question.
– music2myear
Feb 20 at 23:04
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1041334%2fhow-do-i-open-onedrive-log-odl-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have done research on the matter and determined the fallowing conclusion:
Although ODL files are SQL databases, the Microsoft Edge logs are exclusively for MS tracking and not to the general public. To enforce that rule, Microsoft encrypted it using a confidential key. Therefore, it is impossible to open them without knowing the correct key.
OPs question was about Microsoft OneDrive, not Edge. Your answer very may well be correct, but please edit it to accurately reflect an answer to OPs actual question.
– music2myear
Feb 20 at 23:04
add a comment |
I have done research on the matter and determined the fallowing conclusion:
Although ODL files are SQL databases, the Microsoft Edge logs are exclusively for MS tracking and not to the general public. To enforce that rule, Microsoft encrypted it using a confidential key. Therefore, it is impossible to open them without knowing the correct key.
OPs question was about Microsoft OneDrive, not Edge. Your answer very may well be correct, but please edit it to accurately reflect an answer to OPs actual question.
– music2myear
Feb 20 at 23:04
add a comment |
I have done research on the matter and determined the fallowing conclusion:
Although ODL files are SQL databases, the Microsoft Edge logs are exclusively for MS tracking and not to the general public. To enforce that rule, Microsoft encrypted it using a confidential key. Therefore, it is impossible to open them without knowing the correct key.
I have done research on the matter and determined the fallowing conclusion:
Although ODL files are SQL databases, the Microsoft Edge logs are exclusively for MS tracking and not to the general public. To enforce that rule, Microsoft encrypted it using a confidential key. Therefore, it is impossible to open them without knowing the correct key.
answered Feb 20 at 22:45
AnynomousAnynomous
287
287
OPs question was about Microsoft OneDrive, not Edge. Your answer very may well be correct, but please edit it to accurately reflect an answer to OPs actual question.
– music2myear
Feb 20 at 23:04
add a comment |
OPs question was about Microsoft OneDrive, not Edge. Your answer very may well be correct, but please edit it to accurately reflect an answer to OPs actual question.
– music2myear
Feb 20 at 23:04
OPs question was about Microsoft OneDrive, not Edge. Your answer very may well be correct, but please edit it to accurately reflect an answer to OPs actual question.
– music2myear
Feb 20 at 23:04
OPs question was about Microsoft OneDrive, not Edge. Your answer very may well be correct, but please edit it to accurately reflect an answer to OPs actual question.
– music2myear
Feb 20 at 23:04
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1041334%2fhow-do-i-open-onedrive-log-odl-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Well, from an online search, Microsoft uses .odl as an extension for Object Descriptor Langague files, as part of the COM+/OLE. msdn.microsoft.com/en-us/library/windows/desktop/… Here is the Format Definition: msdn.microsoft.com/en-us/library/windows/desktop/… ODL's are the glue that combines objects into a library. I can imagine ways that OLE might be involved in a MS synch product, but I have no idea if that is the case.
– Frank Thomas
Feb 16 '16 at 3:23
I am familiar with Object Descriptor Language files, but this is not one of them. I ended up with the same result as you when I did a Google search which is why I came here. The ODL files I am talking about here are in some binary format and have nothing to do with COM.
– tom
Feb 16 '16 at 12:21
@user1042151 any news?
– El Mac
Jun 1 '16 at 12:11
1
I'm suspicious that in this case ODL stands for "OneDrive Log". On a whim, I tried to open one in an SQLite database browser, and it recognized it as an encrypted SQLite database. No idea what the password is. Or that could be a total red herring.
– Vimes
Aug 31 '16 at 16:02
The logs have changed location in macOS Sierra - OneDrive v17.3.6517 Can open *.log but it looks like *.odl are encrypted SQL Lite files /Users/[username]/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Logs (And apologies in advance, but not enough credits to comment yet)
– David Harris
Oct 1 '16 at 12:14