After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338876 - Creating a new addressbook fails sometime
Creating a new addressbook fails sometime
Status: RESOLVED FIXED
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
2.6.0
Other Linux
: Normal normal
: ---
Assigned To: Connector Maintainer
Ximian Connector QA
Depends on:
Blocks:
 
 
Reported: 2006-04-18 10:56 UTC by Sushma Rai
Modified: 2006-04-19 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (4.44 KB, patch)
2006-04-18 14:15 UTC, Sushma Rai
committed Details | Review

Description Sushma Rai 2006-04-18 10:56:42 UTC
I see that when I create a new addressbook, 
while accessing that I get the error
"Unable to perform search.
This query did not complete successfully."

After that any operation with that addressbook doesn't work properly.
Adding a contact gives error 
"Error adding contact
Other error"

Deleting that addessbook fails with the error
"Could not remove addressbook"

I see that relative URI is set to 
"user;auth=NTLM@host/;personal" instead of
"user;auth=NTLM@host/;personal/new_book_name"

Using Evolution from CVS head (pre 2.7)
Comment 1 Sushma Rai 2006-04-18 14:15:07 UTC
Created attachment 63797 [details] [review]
Patch

Sets the proper relative URI and other parametrs on newly created addressbook.
Comment 2 Sushma Rai 2006-04-19 10:28:33 UTC
Patch committed to both CVS head and gnome-2-14 branch.