Problems Sharing Address Book

I am trying to share my address-book with a co-worker. I set it up an email the invitation. She get the emails and clicks the invitation link to the address book and the name will appear with the Sync logo turning and then it just disappears. She has rebooted and tried to change settings in preferences, but I continue to have the same issue.
I can see her address book and it seems to be working fine.
Any ideas?
Thanks,
George

sorted myself

Similar Messages

  • Problem: Sharing Address Book - Nothing happens?

    Hi,
    I am trying to share an address book with one other user. We are both using OS 10.4.11.
    I am on a MacBook Pro 17" and the second user is on a 1GHZ PPC iMac.
    Both have .Mac accounts and both .Mac accounts show complete address books.
    When I select Address Book>preferences>sharing>
    and check the "share your address book" box, I simply get a spinning wheel with the words "preparing for new address book..."
    I have 2877 addresses and this has been "spinning" for about 40 minutes?
    Questions..
    Am I missing something?
    Could this be related to a firewall issue ?
    Do others have success with this?
    Any advice appreciated.
    BC

    Hi,
    Can anyone help with my original post? Could this be a firewall issue?
    BC

  • Problem sharing Address Book

    A friend and I share the address book on his Mac via a .Mac account. It's his .Mac account and I subscribe to it. He provides me with read & write capability. Everything worked fine until recently. I can still see his address book, but my edits are no longer showing up on his system, even though they do show up on my system (in his address book). Every time I made a change, the circular arrow icon spins as if it's updating his .Mac account, but the change doesn't take. Suggestions?

    Maybe take a look at Address Book Server (http://www.addressbookserver.com). It allows you to share contacts using your own central network server and can be accessed over the local network as well as over the internet.
    Have fun
    Alex

  • Adding an Address Book card from a shared address book to a Group

    I have an Address Book Sharing Question/Problem. With the .Mac Family Pack, I have multiple .Mac Accounts. I have set up Address Book to share addresses from the individual .Mac accounts and set each to be able to edit the shared addresses. Initially, I was hoping that these would appear in each users Address Book and sync all changes, instead of just appearing as a shared Address Book below the users Address Book. But that does not appear to be the case.
    However, my question/problem is that I want to be able to add a card from a shared Address Book (for example from my wife’s Address Book) into a current group in my Address Book (say a family member group). I can drag the card in, but the information is apparently copied as a new card into my Address Book and changes I make are no longer synced with the shared Address Book (my Wife’s Address Book). Is this working correctly? (I know .Mac has been acting up in the last few weeks) If so, there does not appear to be much value in say sharing family, doctor, and friends info from my wife’s address book, as I can not create my own groups or if I do, our contact info is no longer synced. The new cards I copy in are also not visible to the shared Address Book, so we will also have no way of seeing that a card has been changed. Is there anyway to truly share a card or group of contacts between users of separate .Mac accounts so that the contacts can be separated into different groups for each user and card info / changes will remain synced? If this is already supposed to be occurring, any ideas as to a fix?
    Powerbook G4   Mac OS X (10.4.6)  

    Also, if I drag an entire group from a shared Address Book to my Address Book, it is copied in a blue color, making me think "Cool! It is different from a group that I create (which are white), so it must be shared!" But it is not. Changes to cards in this "copied" group are not synced to the original shared Address Book. So, what does the blue color mean?

  • Setting Up a Shared Address Book

    Hello, and thank you for taking a look at my question.
    I concur with the many people on this forum who are amazed how frustratingly difficult it is to setup a shared Address Book. I have a small office network of 4 users (all running the latest Snow Leopard) connected to a Mac Pro running the most current Snow Leopard Server.
    This forum did lead me to 2 good articles on the subject:
    http://osxupgrade.com/create-a-global-address-book-with-mac-os-x-snow-leopard-se rver/456/
    http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf= 1&u=http%3A%2F%2Fsupport.osxplain.de%2Fcontent%2F4%2F1%2Fde%2Fgruppenkontakte.ht ml&sl=de&tl=en
    I followed them carefully and created my new Group in Workgroup Manager which I then populated with the users in my office.
    I then tried to configure Address Book at the client's iMac. I couldn't get Address Book to 'see' the server.
    There are 2 areas I may have got wrong and I would be very grateful for some advice/guidance please:
    On the client Mac, how can I check the fully qualified address of my server to ensure I am entering the correct address in the Address Book Wizard when creating the new account (can I not use the static IP address of the server)?
    On the server, I have created, and started, the Address Book Server service. What should I enter in the Authentication > Host Name please? The manual says "It should be a fully qualified domain name matched with a reverse lookup record". How can I check I have got this correct?
    Sorry for the obvious questions but it's all new to me.
    Many thanks
    Chris

    On the client Mac, how can I check the fully qualified address of my server to ensure I am entering the correct address in the >Address Book Wizard when creating the new account (can I not use the static IP address of the server)?
    Open the Terminal window on your client Mac and type *dig [name of your server]* and check that it returns the IP address of your server. Then type *dig -x [ip address of your server] and check it returns the name of your server e.g. server.domain.com
    This will show you what your client Mac thinks you server is.
    Do the same on the server and it should match. If not then you may have a problem. Here is an example.
    *dig server.bumfodder.com*
    ; <<>> DiG 9.6.0-APPLE-P2 <<>> server.bumfodder.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49014
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;server.bumfodder.com. IN A
    ;; ANSWER SECTION:
    server.bumfodder.com. 37694 IN A 95.130.103.213
    ;; Query time: 11 msec
    ;; SERVER: 192.168.0.1#53(192.168.0.1)
    ;; WHEN: Mon Sep 20 07:46:43 2010
    ;; MSG SIZE rcvd: 54
    *dig -x 95.130.103.213*
    ; <<>> DiG 9.6.0-APPLE-P2 <<>> -x 95.130.103.213
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25816
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;213.103.130.95.in-addr.arpa. IN PTR
    ;; ANSWER SECTION:
    213.103.130.95.in-addr.arpa. 38400 IN PTR server.bumfodder.com.
    ;; Query time: 36 msec
    ;; SERVER: 192.168.0.1#53(192.168.0.1)
    ;; WHEN: Mon Sep 20 07:47:46 2010
    ;; MSG SIZE rcvd: 79
    <div class="jive-quote">On the server, I have created, and started, the Address Book Server service. What should I enter in the Authentication > >Host Name please? The manual says "It should be a fully qualified domain name matched with a reverse lookup record". >How can I check I have got this correct?
    In the above example - you would put server.bumfodder.com

  • 3 Problems with Address Book-- now considering Bento

    I have 3 problems with Apple Address Book that make it close to unusable for me, so I'm considering buying Bento 3:
    1. *Can't un-do accidentally deleted text*- When you click in the "Notes" section, it will select all the text there by default (instead of merely inserting the cursor). If you are not paying attention, and hit any other key when it is selected, it deletes everything in there. UN-DO will not un-do this. I've verified and reported this issue to Apple, but it has still never been fixed or formally addressed (aside from many complaints in the Apple forums).
    2. *Search doesn't always work*- Yesterday I searched for one of my entries, Harbor Freight, by typing in the search "harbor". Nothing came up. I thought that maybe I never actually added this business and started with a new one. After I created the new one, I noticed that now, along with the new entry, the old contact suddenly showed up in the left column.
    3. *Cards disappear*- Many complaints on the web about this. I do not do any syncing with MobileMe or any device. Occasionally, cards just seem to vanish. Sometimes the card is actually still there, but changes in the Notes field or other fields I made on a previous day were evidently not saved and gone. Very frustrating.
    Here's my concern with using Filemaker Pro's Bento: if it's using and accessing the same database as Address Book, all these problems might end up also existing in Bento. I use Address Book for business and personal and heavily rely on the Notes section. I can't keep wasting my time with this.
    I don't mind paying the $50 for Bento if it resolves these issues, but the shared database worries me. I guess that I could create an independent Bento database that is completely separate from Address Book, but then I don't know how well it would integrate with Apple Mail.
    Any thoughts?
    Thanks,
    Dave

    DON'T DO IT. DO NOT INSTALL BENTO. I bought & installed it on 01/20/10 and it destroyed my address book. Gone forever. If you are having problems with Address Book now, wait until you see the damage created by Bento! Bento does not replace Address Book. It is a 'supplement' (at best) and uses and updates every file in your Address Book without you even knowing it! Well, you notice it when your database is destroyed and you find all of your contacts under 'No Name'. I am so serious. Bento is just a shell. None of your addresses are actually stored in Bento. They remain in Address Book. Every time you open Bento, it accesses your address book database, and starts re-formatting and re-working every entry along with any 'changes' you make. And who do you call for help? Apple says 'not our program'. Filemaker says 'we don't know anything about Mac's'.....I lost four years of addresses for all of my customers. Gone. In seconds! Just don't do it. Don't install Bento. And be sure to remove any 'smart groups' you have created as it seems to be at the root of most problems one encounters with address book.

  • Slow access to address book functions due to shared address books

    We have recently migrated from GW v8.0.3 on NetWare 6.5 to GW 2012.2 on
    SLES 11.3. Single PO system, with only 65 users.
    We have been experiencing 10 second hangs/delays the first time any GW
    address book functions are accessed. Some users are on the GW 2012.0.2
    client, others are still on the GW 8.0.3 client, all experiencing the 10
    second delay issue. We did not experience this before the migration to
    GW 2012.
    Testing indicates that the issue is due to shared address books.
    The 10 second delay always occurs the *first* time we access an address
    book function after starting the GroupWise client. For example, once
    the GroupWise client is newly started, if I open the address book, it
    takes 10 seconds to open. If I then create a new mail or appointment,
    while adding recipients to an e-mail, selecting a new addressbook from
    the address selector drop-down menu takes almost 10 seconds for the
    drop-down menu to respond to first being clicked on.
    Once I've accessed an address book function, though, accessing that
    function is much quicker on successive uses. But it does take doing
    each of those things once (suffering through the 10 hang) before they
    speed up. If a user makes the mistake of closing GroupWise, I'm back to
    square one with the first use of each of those address book functions
    being slow again.
    *BUT*, if I delete all address books that have been shared with me,
    there is no 10 second delay, even after restarting the GroupWise client.
    No slow access to any address book feature on first use.
    Unfortunately, we use shared address books very heavily, so deleting
    them for all of my users is not a solution.
    Besides running PO/user maintenance, I've looked at possible
    communications or DNS issues with no luck.
    Any ideas what's going on or how to fix it?
    Thanks,
    -Greg
    former e-mail for posting:
    [email protected]

    Originally Posted by gtn
    We have been experiencing 10 second hangs/delays the first time any GW
    address book functions are accessed. Some users are on the GW 2012.0.2
    client, others are still on the GW 8.0.3 client, all experiencing the 10
    second delay issue. We did not experience this before the migration to
    GW 2012.
    Testing indicates that the issue is due to shared address books.
    We have been dealing with this same if not similar sounding issue, opened a SR, and engineering is looking into it. For us it also impacts message compose ( address completeion ) as well as opening mail. We have yet to identify a workaround. What we see is "roughly" a 3 second delay per shared address book, occuring intermittently after a period of the client being idle. We also see on the POA that periodically the client will login to these shared accounts, but instead of those logins happening quickly ( sub 1 second for all of them combined ).
    This is not a constant problem for all users with the 2012 client, and seems to run in fits for a given user. We see it, perhaps 1 -3 times a day for a given user.
    If you enable Verbose logging on the POA ( via the HTTP console ) and look for the IP address of the workstation with the problems, you should see a pattern of logins as follows:
    Code:
    1204poa.028:18:41:32 F059 C/S Login Windows ::GW Id=Kxxxxr :: 192.168.1.110
    1204poa.028:18:41:35 F059 C/S Login Windows ::GW Id=Sxxxxk :: 192.168.1.110
    1204poa.028:18:41:38 F059 C/S Login Windows ::GW Id=Exxxxr :: 192.168.1.110
    1204poa.028:18:41:41 F061 C/S Login Windows ::GW Id=Sxxxxk :: 192.168.1.110
    1204poa.028:18:41:44 F051 C/S Login Windows ::GW Id=Kxxxxr :: 192.168.1.110
    1204poa.028:18:41:47 F061 C/S Login Windows ::GW Id=Dxxxxr :: 192.168.1.110
    1204poa.028:18:41:50 F061 C/S Login Windows ::GW Id=Kxxxxr :: 192.168.1.110
    ( Using something like grep -i "GW Id" 1204poa.??? | grep -i "Login Windows" | grep x.x.x.x <== IP of the workstation when in /var/log/no*/gr*/POA_Log_Folder )
    Note the 3 second delay between each of the shared account logins. This typifies the problem we are seeing. Under normal circumstances you would see these all happening with the same time stamp. Perhaps you can confirm this is the same looking issue.
    I'll keep you apprised of our progress.
    -- Bob

  • GroupWise Shared Address book

    Good Morning!
    I have an issue where a user has created a shared address book and shared it out with the users at her site. After doing so, some of the users, who are on multiple post offices, are seeing old data. I have resolved that issue by identifying the proper Prime User DB, having the owner unshare the book, renaming the pux.db, and having the owner reshare the book with a test account of mine. The new db has the updated and new information, but any changes the owner makes are not being replicated (address changes or rights changes).
    Clients - User is running 7.0.3 build 976 (I think) and I am running 7.0.3 build 1068
    Servers - 7.00.03
    I have restarted the post offices, recreated the pux.db, have restarted the servers. Nothing seems to force the replication from the owner's post office (PO1) to my test account (PO2).
    Any suggestions on how I can resolve this issue?
    Thanks,
    Chris Williamson

    cwillia2,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Sharing address book contacts

    Hello
    We run a small network (less than 10 users) and run mail, file & user services off Mac OS X Server 10.4.x. I will probably upgrade to Leopard Server when available.
    I need to find a way of sharing address book information amongst our users. This does not mean contact information for users, it means contact information for customers, suppliers, etc.
    You would think that this is simple, and perhaps it is, but I cannot find a way of doing it.
    I see that in Leopard Server we will have shared calendars, but still no sign of shared address books, that I can see.
    I have tried various syncing tools with mixed success. The most promising looked to be Sync Together from Mark/Space but it will not run on Mac OS X Server (at least not unless you leave it logged in as some user).
    I looked at Now-up-to-date/Contact but this is often reported as flaky - though I understand they have a new sharing product due some time soon.
    Am I missing something? Is there a way of using LDAP server to distribute contact info? The data must be read/write ie capable of being edited in Address Book.
    Thanks for any help
    Regards
    James

    SugarCRM or most any other Customer Relationship Management (CRM) package can potentially provide what you want here, though such — even an open-source package — might be viewed as overkill. Few of these are tied into Mail and its address book; you're operating in the CRM environment.
    Leopard Server offers [Directory|http://www.apple.com/server/macosx/features/directory.html], which might well be what you seek. Stick your customers in the directory, in their own groupings. (Assuming Directory offers a hierarchical organization, you could have Customers -> Company -> Contacts, for instance.)
    The Directory feature certainly appears to be the next round of the LDAP and Open Directory support in the existing Tiger Server environment. Conceivably, you could load your data into the existing LDAP Open Directory environment, but that might not be (isn't) optimal.
    A slightly more involved approach would be to use an RSS feed for your contact info and contact updates, and create and one of the Data Detector action routines that Leopard Mail offers; basically rolling your own distribution system. Load your contacts via RSS, and whenever you connect to your network, the Mail RSS feed and a custom Data Detector could be used to synchronize your address book with the RSS feed.
    But yes, Leopard Directory looks to be the best way for now, based on what's been published.

  • Shared address book!

    I have a question about setting up shared address books with Mac OS X, but I have no idea how to solve this. I want to set up an address book that can be accessed by different user accounts on the same Mac or by different Macs in the same network. is there away to set it up under Mac OS Leopard server?! Thanks

    Hi Stephen,
    Open Directory is part of the advanced configuration. When promoted to Master it serves users, groups, computers and provides an LDAP directory.
    I'm not so familiar with the Standard Server configuration. But you can see if Address Book connects with the Directory in use under that configuration.
    In Address Book -> Preferences -> LDAP -> + -> fill in the blanks. Call it "LDAP Dir". For a server.example.com put in a search base of
    "dc=server, dc=example, dc=com" (no quotes),
    Port 389 and
    Scope of Subtree.
    For Authentication -> Simple,
    Username -> [email protected] and your password. Save. Check Active.
    Note that for internet access you need to have port 389 open. If inside a LAN it is available to all the direct clients on the internal net.
    In Address Book -> Groups -> Directories -> LDAP Dir. Now search for something in the directory. The search will return based on 3 letters or more entered for search. You can click on the icon of an entry and see the vcard data.
    BTW - Open Directory is part of Leopard Server. Active Directory is the Windows thing.
    Hope this helps,
    Harry

  • Problem with Address Book and Exchange

    Hello,
    I have a little problem with Address Book and Microsoft Exchange 2003. I am able to connect to Outlook Web Access via Safari without problem. I see my contacts. Unfortunately when I setup everything needed in Address Book preferences (Synchronize with Exchange) the contacts didn't show in my Address Book. Strange thing is that no error is generated. can someone please help me what I am doing wrong ? Thanks in advance.

    My suggestion is that you consider using Microsoft Entourage. For Exchange users on a Mac, Entourage is by far the best option. The down side is, you need to buy Microsoft Office 2004 to get Entourage, but your employer might own a site license, in which case, Office 2004 might not cost you anything.

  • Changing the shared address book name.

    I am sharing my addressbook through .mac to serveral other .mac users in the office. When they subscribe to it is shown as "Homer Simpson" (name changed to protect the guilty). I want to change that name to "Office Address Book". I tried change "MyCard" to read accordingly in Address Book but that wasn't it.
    Where is the shared address book name getting pulled from?
    Thanks All!!!

    When I select print for an individual contact or for all contacts, I have an Attributes section to select which attributes to include with the printing for each contact that includes the following:
    Phone
    Email
    Address
    Instant Messenger
    Photo
    Job Title
    Department
    Company
    Nickname
    Mainden Name
    Phoenetic Name
    Names
    Birthday
    Date
    Note
    URL

  • Sharing Address Book with non-Mobile Me members

    I maintain a mailing list for my volleyball friends via a group in my Address Book on my MacBook Pro. I have MobileMe. Most of my friends on the mailing list are PC users and don't have MobileMe. I want to provide everyone on the list a webpage (or whatever) that they can visit to see my current mailing list - we all like to keep in contact with each other. It would be nice if it could be kept current, with name, address, phone numbers, birthdays, photos, etc. I have not been able to figure out a way to do this - to create a shared Address Book that is accessible to everyone in the group, regardless of whether they are a MobileMe user or not. Can you recommend anything? Is there a way to design say a webpage that is perhaps built off an extract of my Address Book? Ideally, I would love for it to remain in sync, but if I can't do that perhaps I could at least manually refresh it periodically. Any ideas would be most appreciated, even if complicated. I can learn. Thanks! Paul

    But that is exactly what Address Book Server does. It synchronises (via iSync) with your clients local Address Book, so besides having all your data in a relational database, all your connected clients are also kept in sync an up-to-date. Address Book Server support most modern relational database engine but used H2 by default. Many users have configured MySQL and PostgreSQL is also an option. Depending on your choice of frameworks and technology you should be able to integrate it. However for those less enterprising, there is a friendly web interface already available in the "Enterprise Edition".
    To answer your question regarding how this is accomplished. The Address Book API allows direct access to contact information on OS X and the iPhone. However the data can also be accessed via the iSync API. Depending on your requirements either might be suitable for your requirements as well. You could also access the SQLLite backend directly, however this is not a supported method and not recommended. You would also have to figure the schema out for yourself.
    Maybe you should just try it out and see how it can be improved.
    Disclaimer : As the developer of Address Book Server I have a natural bias...

  • Problems using Address Book

    Hi I have two problems using address book:
    1) I am writing a new email and I need the address from adsress book. How do I do this while the Email is already open? There is no icon to open the adress book?
    2) When I open the adress book and add people to a group it is not updated when I type in the name of the group in while I write an email. I just added 2 people to a group of 4. It shows all 6 members in the group but only 4 show up when I want to send them an email...
    I hope I was able to describe my problems.
    Thank you.

    For 1) just customise your toolbar to add the Address:
    Sorry, don't know the answer to 2).
    Regards,
    Colin R.

  • How can I stop a shared address book from duplicating groups?

    Hi,
    in our company we want to have one central address book, because we basically all contact the same people.
    What I did was create an account on my Mac Mini Server and added that users address book to everyones addressbook app.
    The problem I have now is that regularily all groups we have are duplicated, simply by opening the addressbook on a second machine.
    Is there a better way of sharing an address book?
    How do I stop the duplication of addresses?
    (All machines are Mountain Lion!)
    Thank you for any tips!
    All the best
        Christoph

    Look under <del>Tools|Options|Advanced...</del> '''[http://kb.mozillazine.org/Menu_differences_in_Windows,_Linux,_and_Mac" Tools|Options|]Composition|Addressing'''

Maybe you are looking for

  • Problem with empty report parameters when passed to PL/SQL function

    Hi, We have come across what appears to be a bug in the JRC. When passing a report parameter to a PL/SQL function as a parameter, empty parameters are changed before being sent to the function. More specifically, an empty string "" ends up as the val

  • Is there a way to create an action or keyboard shortcut to set Crop tool to the front window size?

    Is there any way to create an action or keyboard shortcut to set the Crop tool to the front window size in Photoshop CS6? I find that I use that several times a day. I got used to it being the top choice in the Crop tool presets menu. Thanks.

  • How to print (save) pages as PDF in Safari?

    I´m running Lion, we´re getting better acquainted. However, with Safari I´m having problems when I try to save a web page as a PDF using the Print-Save PDF options. It tells me the file cannot be saved. I try duplicating, exporting, etc, and the only

  • Embedding Flash With Forms using ActiveX Controls

    I have problem embedding Flash Movie using Active X control. I always come up with the message " No tenant for this object" can You help me out with this. thank you. Khurram.

  • Mac App Store Apple ID does not work

    Try to access the mac app store with my apple ID under OS X 10.6.8 The mac app store still says "your device couldnt get verified" I have changed my apple ID password several times. In itunes everything works fine! I want to upgrade to Lion but the a