|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Errors logging into MAPIHi all. I've been updating my Evo Makefile to build the latest 2.28
version of evolution. When I try to connect to my exchange 2007 server using MAPI, it asks for my password but then says that the login failed. It seems to work to some extent, though, because I see my folders etc. Looking at the log file I see these errors: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c:2856: Leaving exchange_mapi_get_folders_list libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c:139: exchange_mapi_peek_folder_list: unlock(folder_lock) libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c:3106: exchange_mapi_create_profile: unlock(connect_lock) libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c:134: exchange_mapi_peek_folder_list: lock(folder_lock) libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c:139: exchange_mapi_peek_folder_list: unlock(folder_lock) e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results) e-data-server-ui-Message: Key file does not have group 'Passwords-ExchangeMAPI' Anyone have any idea what need to be done to get the right group in the keyring, or if this is indeed even the right error message? _______________________________________________ Evolution-hackers mailing list Evolution-hackers@... http://mail.gnome.org/mailman/listinfo/evolution-hackers |
|
|
Re: Errors logging into MAPIOn Sun, 2009-10-18 at 17:30 -0400, Paul Smith wrote:
> Hi all. I've been updating my Evo Makefile to build the latest 2.28 > version of evolution. > > When I try to connect to my exchange 2007 server using MAPI, it asks for > my password but then says that the login failed. It seems to work to > some extent, though, because I see my folders etc. > > Looking at the log file I see these errors: > > ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c:2856: Leaving exchange_mapi_get_folders_list libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c:139: exchange_mapi_peek_folder_list: unlock(folder_lock) > libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c:3106: exchange_mapi_create_profile: unlock(connect_lock) > libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c:134: exchange_mapi_peek_folder_list: lock(folder_lock) > libexchangemapi-Message: ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c:139: exchange_mapi_peek_folder_list: unlock(folder_lock) > e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results) > e-data-server-ui-Message: Key file does not have group 'Passwords-ExchangeMAPI' > > Anyone have any idea what need to be done to get the right group in the > keyring, or if this is indeed even the right error message? I built a brand new version using my makefile and tried again, and got this same error again. After I got this in the log file, I got a new dialog asking me to re-enter my password: Unable to authenticate to Exchange MAPI server. Please enter the MAPI password for psmith@.... I re-entered my password (I was leery of this because the other day I locked my account by Evo asking for my password too many times in a row) but the second time it took and worked. It doesn't seem anyone has any ideas what this problem might be? Which "Key file" are they talking about here, and who is supposed to create the group "Passwords-ExchangeMAPI"? Note I had checked the "remember this password" box. I haven't tried restarting Evo to see if I have to retype it again. _______________________________________________ Evolution-hackers mailing list Evolution-hackers@... http://mail.gnome.org/mailman/listinfo/evolution-hackers |
|
|
Re: Errors logging into MAPI Hi,
On Thu, 2009-10-22 at 02:31 -0400, Paul Smith wrote: > On Sun, 2009-10-18 at 17:30 -0400, Paul Smith wrote: > ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connectio > n.c:2856: Leaving exchange_mapi_get_folders_list > libexchangemapi-Message: > ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c: > 139: exchange_mapi_peek_folder_list: unlock(folder_lock) > > libexchangemapi-Message: > ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connectio > n.c:3106: exchange_mapi_create_profile: unlock(connect_lock) > > libexchangemapi-Message: > ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c: > 134: exchange_mapi_peek_folder_list: lock(folder_lock) > > libexchangemapi-Message: > ../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-folder.c: > 139: exchange_mapi_peek_folder_list: unlock(folder_lock) ^^^ this is just a debug output > > e-data-server-ui-Message: Unable to find password(s) in keyring > (Keyring reports: No matching results) > > e-data-server-ui-Message: Key file does not have group > 'Passwords-ExchangeMAPI' ^^^ this is nothing serious, only keyring reports that the group doesn't exist. The group will be created the first time you successfully enter your password. As Evolution is asking keyring for your password first, and if not found then asks yourself, then the error is shown. It is also sort-of debug message. > I re-entered my password (I was leery of this because the other day I > locked my account by Evo asking for my password too many times in a > row) > but the second time it took and worked. Good it works finally. Bye, Milan _______________________________________________ Evolution-hackers mailing list Evolution-hackers@... http://mail.gnome.org/mailman/listinfo/evolution-hackers |
| Free embeddable forum powered by Nabble | Forum Help |