Bonjour giving problem

Having problem with this bonjour thingy..... Iphone cannot syn & syn stop when go to step 3 when it is suppose to syn up to step 8..????? now lost all my contact & Apps. And cannot syn to Itunes also. Any one came across the same problem... Please help. Thanks

I don't have any 3d party spyware or antivirus software installed on either the laptop or the iMac. Windows XP does have the firewall turned on, but I read that Bonjour automatically configures the firewall to allow exceptions to the ports Bonjour needs for XP installs with SP2 and above. I even went in their manually and set exceptions for ports 5353,631,5297,and 5298. I've reinstalled Bonjour multiple times.

Similar Messages

  • SHARED MEMORY AND DATABASE MEMORY giving problem.

    Hello Friends,
    I am facing problem with EXPORT MEMORY and IMPORT MEMORY.
    I have developed one program which will EXPORT the internal table and some variables to the memory.This program will call another program via background job. IMPORT memory used in another program to get the first program data.
    This IMPORT command is working perfect in foreground. But  it is not working in background.
    So, I have reviewed couple of forums and I tried both SHARED MEMORY AND DATABASE MEMORY.  But no use. Still background is giving problem.
    When I remove VIA JOB  parameter in the SUBMIT statement it is working. But i need to execute this program in background via background job. Please help me . what should I do?
    pls find the below code of mine.
    option1
    EXPORT TAB = ITAB
           TO DATABASE indx(Z1)
                FROM   w_indx
                CLIENT sy-mandt
                ID     'XYZ'.
    option2
    EXPORT ITAB   FROM ITAB
      TO SHARED MEMORY indx(Z1)
      FROM w_indx
      CLIENT sy-mandt
      ID 'XYZ'.
       SUBMIT   ZPROG2   TO SAP-SPOOL
                      SPOOL PARAMETERS print_parameters
                       WITHOUT SPOOL DYNPRO
          *_VIA JOB name NUMBER number*_
                       AND RETURN.
    ===
    Hope every bidy understood the problem.
    my sincere request is ... pls post only relavent answer. do not post dummy answer for points.
    Thanks
    Raghu

    Hi.
    You can not exchange data between your programs using ABAP memory, because this memory is shared between objects within the same internal session.
    When you call your report using VIA JOB, a new session is created.
    Instead of using EXPORT and IMPORT to memory, put both programs into the same Function Group, and use global data objects of the _TOP include to exchange data.
    Another option, is to use SPA/GPA parameters (SET PARAMETER ID / GET PARAMETER ID), because SAP memory it is available between all open sessions. Of course, it depends on wich type of data you want to export.
    Hope it was helpful,
    Kind regards.
    F.S.A.

  • HT1222 I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit

    I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit and sometimes it vanishes automatically. I,m confused.
    Secondly i have an update IOS 7.0.4 waiting in my Software Update menu. I have tried so many times to update my iphone but it always fails to update the IOS 7.0.4. Any body suggest anything regarding this

    Wow. Lots of help. Thanks apple

  • Bonjour causing problems with Windows 7

    Hi -
    I installed iTunes 102.2.14, 64-bit version on my HP dm1 laptop. 
    While iTunes runs fine I have been having some issues that are only resolved by disabling Bonjour so I wanted to post as a PSA.
    I found that my iTunes movie downloads were incredibly slow - no movie could be downloaded in under 5 hours.  I also found that my laptop would hang if I tried to download more than one movie at a time.
    After a reboot in Safe Mode with Network, I was able to download my remaining movies very quickly and my laptop stopped hanging.  I've seen a couple of other threads about Bonjour being problematic on Windows 7, so I rebooted and disabled Bonjour.
    Presto - no Bonjour, no problem.  My next movie downloaded in under 20 minutes.  No more Windows hanging.
    hth,
    AliKelSea

    I perform computer support for a number of people and recently ran into this EXACT same problem.
    Dell desktop with Windows XP 32 bit SP3. iTunes has been on this machine for over 3 years and has been update regularly.
    Everything was fine until iTunes version 10.2.2. was installed, then iTunes would hang and not start causing a windows crash report to be generated.
    I uninstalled iTunes, scrubbed the registry, rebooted the machine reinstalled the current version of iTunes, same problem.
    I uninstalled iTunes again, scrubbed the registry, rebooted the machine reinstalled a prior version of iTunes, same problem.
    I uninstalled iTunes, Boujour, Mobile Me, Apple Mobile Device Support, Quicktime, rebooted the machine, reinstalled a prior version of iTunes again, same problem.
    Finally killed the process mDNSResponder.exe in the Task Manager. iTunes opened up no problem.
    Went into Services.msc and disabled Bonjour so it does not start. Problem solved for now.
    I have only run into this problem on this one computer, I believe that there may be a conflict with some other program installed and running on this machine.
    Hope this info helps others as well.

  • Fullname giving problem

    Hi,
    I am getting problem while setting the fullname attribute of the user while creating and assigning the resources [AD,Domino,LDAP]. i am using PeopleSoftActiveSync Resource, which is our Authoritative source. whenever a new entry comes to PeopleSoft, i have to create an Account in IDM and to all the resources. I am using Process Rule to call the create WorkFlow from where i am calling different Sub Process for creating resources. but some of the resources are giving problem and the error which i am getting using "WF_ACTION_ERROR" says "Missing required Attribute Fullname".
    Eventhough i am setting fullname attribute while creating the IDM account. But the resources are assigned properly.
    Please help me.....

    Hello Srinivasa
    Two years ago I had the very same problem when I added a new field to an already existing and filled customer table. I debugged the maintenance view and saw that the new field contained an undefined value but not the initial value.
    You could try and use the DB utility (<b>SE14</b>) and activate the table again (of course without deleting the table entries).
    Alternatively, you could write a simple ABAP to initialize the field value, e.g.:
    DATA:
      gs_mchb   TYPE mchb,
      gt_mchb    TYPE STANDARD TABLE OF mchb.
      SELECT * INTO TABLE gt_mchb.
      gs_mchb-zvbeln_inquiry = ' '. " space
      MODIFY gt_mchb FROM gs_mchb
        TRANSPORTING zvbeln_inquiry
        WHERE ( zvbeln_inquiry ne ' ' ).
      UPDATE mchb FROM TABLE gt_mchb.
    Regards
      Uwe

  • I am having Macbook Pro, I have recently tried updating my operating system to OS Yosemite, but after that its giving problem in connecting to Wifi. The error is "Connection Time out Occurred". Its getting connected by Ethernet cable.

    I am having Macbook Pro, I have recently tried updating my operating system to OS Yosemite, but after that its giving problem in connecting to Wifi. The error is "Connection Time out Occurred". Its getting connected by Ethernet cable.

    Take each of the following steps that you haven't already tried, until the problem is resolved. Some of these steps are only possible if you have control over the wireless router.
    Step 1
    Turn Wi-Fi off and back on.
    Step 2
    Restart the router and the computer. Many problems are solved that way.
    Step 3
    Change the name of the wireless network, if applicable, to eliminate any characters other than letters and digits. You do that on your router via its web page, if it's not an Apple device, or via AirPort Utility, if it is an Apple device.
    Step 4
    Run the Network Diagnostics assistant.
    Step 5
    In OS X 10.8.4 or later, run Wireless Diagnostics and fix the issues listed in the Summary, if any.
    Step 6
    Back up all data before proceeding.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Enter the name of your wireless network in the search box. You should have one or more "AirPort network password" items with that name. Make a note of the name and password, then delete all the items. Quit Keychain Access. Turn Wi-Fi off and then back on. Reconnect to the network.
    Step 7
    You may need to change other settings on the router. See the guidelines linked below:
    Recommended settings for Wi-Fi routers and access points
    Potential sources of interference
    Step 8
    Make a note of all your settings for Wi-Fi in the Network preference pane, then delete the connection from the connection list and recreate it with the same settings. You do this by clicking the plus-sign icon below the connection list, and selecting Wi-Fi as the interface in the sheet that opens. Select Join other network from the Network Name menu, then select your network. Enter the password when prompted and save it in the keychain.
    Step 9
    Reset the System Management Controller (SMC).

  • My previous Visa was giving problems. I introduced a new visa and still my account is blocked. Can you help me?

    Hello,
    My previous credit card (Visa) was giving problems.
    I introduced the details of a new card and still my account is blocked, so I can't use the programs.
    Can you help me solve this problem please?
    Thank you.

    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Nokia 9500-Speaker giving problem

    I have Nokia 9500, 2 years old and its speaker has started giving problems. I have got it repaired from Nokia Care point about 7 times and it works fine for 2-3 days, then it goes bad. Care point guys are not able to figure out the problem. Let me know if anyone of you have experienced this. Also how do i directly report this to Nokia, since care point guys are clueless

    what is the exact problem can you let us know in detail
    tongue is too confused on what to speak

  • Shockwave flash keeps giving problems

    I have read all the articles about the shockwave flash problem but it keeps giving problems, saying it is busy or does nt react anymore, continue or stop.
    If I continue nothing happens, if I stop the web-page disapears.
    Should I use another browser ? I'm fond of Firefox but what to do?
    I'm using W 8.1 and the latest Flash (15.0.0.152)
    Thank you in advance for reacting.
    Jan M Reerink

    You can check for problems with current Shockwave Flash plugin versions and try this:
    *check for updates for your graphics drive drivers<br>https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    See also:
    *http://kb.mozillazine.org/Flash#Troubleshooting
    You can also try to uninstall and reinstall Flash
    *http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Note that this will remove all installed Flash players.
    You can find the latest Flash player versions for Firefox on this page:
    *http://www.adobe.com/special/products/flashplayer/fp_distribution3.html

  • Bonjour Messages Problem

    I’m having problems getting Messages to work the way I expect it to. My wife and I use Messages via Bonjour to send things to one another. The problem is that the process usually goes something like this:
    1. One of us sends an image, link or whatever via Messages.app
    2. A notification of the message appears, and clicking it launches Messages. However,
    3. The main Messages window is blank, and the conversation pane lists only “Untitled.”
    4. Double clicking the name in the Buddy List fills in the name in the conversation pane, but still nothing in the main window.
    5. The other party sends the message again, and the window fills in, including the previous messages.
    Is there some kind of preference that I’m missing? Is this how this is supposed to work? In previous versions, clicking on the notification would bring up the previous conversation. In fact, it would be visible just by opening Messages.

    Hi,
    Saved Chats is the tick box for Save on Closure.
    The pic looks like a Font may be missing.
    It seems AppleGothic (all one word) is that has been Needed since Mavericks.
    Use the Font Book App to check it is Active, not duplicated and Validates (File Menu)
    Previously the Helvetica font was the one that displayed the titles of the windows  (Your Bonjour window has no title)
    I believe this is now Helvetica Neue
    It also used to use Lucida Grande to title the Group Bars when you used Groups in Buddy lists.
    The "New Message" item does not look right.
    Mine looks like this
    And of course "no recipients" cannot also be "offline".
    Text that is Helvetica. I have also changed the text size to distinguish it for the regular font.
    Text that shows Lucida Grande (this is not a choice on this page and you will only see it if you have Lucida Grande on your computer to display it).
    8:01 PM      Saturday; December 6, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • "following domains are not available" error - functionally trusted domains but with same NETBIOS dc computernames giving problems.

    For SCOM monitoring and user permissions I am trying to add the Action Account from HQ.local domain to some other domains like DOMAIN1.local, TEST1.local and TEST2.local. 
    (a trust persists between the domains en HQ.local, and DNS Conditional forwarders are configured to correctly resolve the FQDN DNS names).
    Problem is, when adding a user from the HQ.local domain to the Active Directory of the DC's SRVPDC01.DOMAIN1.local or SRVPDC01.TEST1.local domain I get an error:
    "The Active Directory Domain Controllers Required to find the selected objects in the following domains are not available:
    HQ.local
    Ensure the Active Directory Domain Controllers are available, and try to select the objects again."
    But when I try to do the same thing, so add user1 from HQ.local to the AD on TESTDC01.TEST2.local…. No error!
    The other way around, like adding users from DOMAIN1.local, TEST1.local or TEST2.local to the DC01.HQ.local Active directory… also no error!
    To make things even more strange, when I validate the trust with HQ.local… and then try to add user1.HQ.local -> No problem, but only for about 1 minute.. After that
    it doesn't recognize user1.HQ.local and only displays some CN=S-1-5... ID of the user. Also when trying to add a new user, I receive the error again.
    My guess is that the problem has something to do with the same NETBIOS names of the DC's (server 3 and 4). because authenticating users from HQ.local and TEST2.local
    doesn't give me errors and all other domains which have same DC names are giving errors. 
    (for testing purposes I set-up TESTDC01.TEST2.local with a different DC servername to see if the error persists, and it didn't).
    Overview of the servers and situation:
    - All server 3, 4 and 5 are on separate Vlan's and have no connectivity among each other. But they do have connectivity to the internet, the HQ.local domain and its servers
    DC01 and DC02.
    - same firewall settings for each vlan
    - even Server 4 and server 5 are on the same Vlan for testing purposes, just to make sure the firewall is not the problem.
    Server no.
    DC FQDN name
    Domain DNS name
    1
    DC01.HQ.local
    HQ.local
    2
    DC02.HQ.local
    HQ.local (secondary DNS)
    3
    SRVPDC01.DOMAIN1.local
    DOMAIN1.local
    4
    SRVPDC01.TEST1.local
    TEST1.local
    5
    TESTDC01.TEST2.local
    TEST2.local
    Two-Way Forest Trusts are configured without any problems but here's an overview when the error occurs.
    On SRVPDC01.DOMAIN1.local -> adding user1.HQ.local to the AD =
    error
    On DC01.HQ.local -> adding user1.DOMAIN1.local to the AD = no problem.
    On SRVPDC01.TEST1.local -> adding user1.HQ.local to the AD =
    error
    On DC01.HQ.local -> adding user1.TEST1.local to the AD = no problem.
    On TESTDC01.TEST2.local -> adding user1.HQ.local to the AD = no problem.
    On DC01.HQ.local -> adding user1.TEST2.local to the AD = no problem.
    What are my options to fix this? There must be more possibilities than renaming the DC names.
    And why does the problem only occur when adding users in Foreign domain ->from-> HQ.local and not HQ.local ->from-> Foreign domain. Because that's the only
    thing I really need: users from HQ.local having permissions in groups of the other domains… :(
    Any advise or help would be much appreciated. I've been struggeling with this for a while now and i'm pretty much out of ideas.

    Hi aperelli,
    On srvpdc01.DOMAIN1.local
    nslookup
    set type=all
     _ldap._tcp.dc._msdcs.hq.local
    Result:
    C:\Windows\system32>nslookup
    DNS request timed out.
        timeout was 2 seconds.
    Default Server:  UnKnown
    Address:  ::1
    > set type=all
    > _ldap._TCP.DC._msdcs.HQ.local
    Server:  UnKnown
    Address:  ::1
    Non-authoritative answer:
    _ldap._TCP.DC._msdcs.HQ.local  SRV service location:
              priority       = 0
              weight         = 100
              port           = 389
              svr hostname   = dc01.hq.local
    _ldap._TCP.DC._msdcs.HQ.local  SRV service location:
              priority       = 0
              weight         = 100
              port           = 389
              svr hostname   = dc02.hq.local
    dc01.hq.local  internet address = 192.168.1.200
    dc02.hq.local  internet address = 192.168.1.201
    =======================
    On srvpdc01.TEST1.local
    nslookup
    set type=all
     _ldap._tcp.dc._msdcs.hq.local
    Result:
    C:\Windows\system32>nslookup
    DNS request timed out.
        timeout was 2 seconds.
    Default Server:  UnKnown
    Address:  ::1
    > set type=all
    > _ldap._TCP.DC._msdcs.HQ.local
    Server:  UnKnown
    Address:  ::1
    Non-authoritative answer:
    _ldap._TCP.DC._msdcs.HQ.local  SRV service location:
              priority       = 0
              weight         = 100
              port           = 389
              svr hostname   = dc01.hq.local
    _ldap._TCP.DC._msdcs.HQ.local  SRV service location:
              priority       = 0
              weight         = 100
              port           = 389
              svr hostname   = dc02.hq.local
    dc01.hq.local  internet address = 192.168.1.200
    dc02.hq.local  internet address = 192.168.1.201
    =======================
    On DC01.HQ.local
    nslookup
    set type=all
     _ldap._tcp.dc._msdcs.domain1.local
    Result:
    C:\Windows\system32>nslookup
    Default Server:  dc01.hq.local
    Address:  192.168.1.200
    > set type=all
    > _ldap._tcp.dc._msdcs.domain1.local
    Server:  dc01.hq.local
    Address:  192.168.1.200
    Non-authoritative answer:
    _ldap._tcp.dc._msdcs.domain1.local      SRV service location:
              priority       = 0
              weight         = 100
              port           = 389
              svr hostname   = srvpdc01.domain1.local
    srvpdc01.domain1.local     internet address = 10.0.113.150
    =======================
    I have tested port 3268 and 3269 with Port Query UI and ports are listening on alle DC servers.

  • Bonjour Printing Problem

    My family has multiple laptops. Since 10.5.6 one of the MacBook Pros will not connect to the bonjour shared MP830 printer (one will), and one of the MacBooks will not connect and one will. The error message the other two get is "An error occurred while trying to add the selected printer. Error:-9672"
    The printer shows up if one goes to add a printer but after clicking on Add the error message above appears. Tried deleting all print queues and printers and add the printer but no luck. It will connect directly via USB to the two machines but will not work via bonjour.
    Also turned off Firewall and tried but that did not work either.
    Any ideas? What am I missing?

    I am also having this exact problem. I can connect to my HP 1350 just fine directly with through USB. When it comes to printing through airport... it's the same deal: The printer setup utility shows the printer, I push "add" and I get the error message "An error occurred while trying to add the selected printer. Error:—9672"
    I tried repairing disk utility. I restarted my computer. I'm at a loss now. I really want to be able to print wirelessly. I used to be able to. I downloaded the newest software for my printer last week. I'm not certain if that was the cause, and I'm not sure whether I had used it without error since then or not.
    Please help me anyway you can.

  • Condition in Interface Determination giving problem - URGENT!

    Hello experts,
    In my scenario I have one idoc posted from the SAP R/3 and I need to write max of 3 files in the same receiver file system based on some condition i.e. based on the value of some field in the incoming idoc.
    What I have done is in my interface determination, I have given that condition for all the 3 inbound interface. that is in the condition field in interface determination, for each inbound interface I chose that perticular field in idoc and gave the condition for which that interface should run.
    Now when I am pusing an idoc, if that idoc contains only one condition than my interface is working fine by creating only that file. I have checked this for all 3 files by sending 3 different conditions in 3 idocs. It creates 3 different files for 3 idocs.
    But if I send all 3 conditions in one idoc (since idocs can have multiple segments - in few segments i am giving one condition and in few others the 2nd conditon and in the rest the 3rd condition), I expect all 3 files to be created in my file system with data fulfilluing only that perticular condition. but this is not happening. In interface determination only one of the 3 is getting executed. Rest 2 is ignored and i cannot trace it anywhere (RWB, SXI_MONITOR etc)
    I have tried all possible combinations but this is not working if i send in 1 single idoc?
    Please help me in solveing this as this is a production issue and they cannot send 3 diffent idoc for 3 conditions. Where am i going wrong?
    Waiting for your responses.
    Thanks,
    Yash

    Hi Jakub,
    My scenario is one idoc say IDOC 1 and 3 files says FILE1, FILE2 and FILE3. Now the target message type for these three files are MT_FILE1, MT_FILE2 and MT_FILE3 (3 different message types).
    The only catch point here is i have 2 different interface for creating FILE3 (same message type but different mapping, interface etc). Each interface is based on a condition.
    Now when I send one doc which includes condition for only FILE1 and FILE2, it creates 2 file.
    If I have condition of only FILE3 (one condition of FILE 3 as FILE3 has 2 conditions) and FILE2, it creates both files.
    If I have both condition for FILE3 and FILE2, it creates FILE3 with only one condition and FILE2.
    If i have condition for FILE1, FILE2 and both conditions for FILE3, it creates FILE1 and FILE2 both no FILE3 at all.
    I guess the problem might be that I have same message type for both conditions for FILE3 but I m not sure. Let me try by creating seperate message type for both and see. But is there any other problem?
    Yash

  • DataScroller Giving problem in tomahowk JSF

    Hi All
    I am generating dynamic datatable content by giving following code
    <t:dataTable
    value="#{ListHolderBean.resultList}"
    sortable="true"
    var="result"
    id="employeeTable"
    rowClasses="TableLeftMaint"
    footerClass="TableLeftSub"
    headerClass="TableLeftSub"
    width="100%"
    preserveDataModel="true"
    rows="5" binding="#{populateDataBean.dynamicDataTable}">
    </t:dataTable>
    Data content is beign generate by binding attribute ...
    I had attached below data scroller
    <t:dataScroller id="dataScroller"
         for="employeeTable"
    paginator="true"
    fastStep="5"
    pageCountVar="pageCount"
         pageIndexVar="pageIndex"
         rowsCountVar="rowsCount"
         firstRowIndexVar="firstRowIndex"
         paginatorMaxPages="10"
    paginatorTableClass="paginator"
    paginatorActiveColumnStyle="font-weight:bold;FONT- FAMILY : Verdana,Arial,Helvetica,sans-serif;"
    >
    <f:facet name="first">
    <t:graphicImage url="/graphics/arrow-first.gif" border="0"/>
    </f:facet>
    <f:facet name="last">
    <t:graphicImage url="/graphics/arrow-last.gif" border="0"/>
    </f:facet>
    <f:facet name="previous">
    <t:graphicImage url="/graphics/arrow-previous.gif" border="0"/>
    </f:facet>
    <f:facet name="next">
    <t:graphicImage url="/graphics/arrow-next.gif" border="0" />
    </f:facet>
    <f:facet name="fastforward">
    <t:graphicImage url="/graphics/arrow-ff.gif" border="0"/>
    </f:facet>
    <f:facet name="fastrewind">
    <t:graphicImage url="/graphics/arrow-fr.gif" border="0"/>
    </f:facet>
    <f:param value="#{rowsCount}/" />
              <f:param value="#{displayedRowsCount}" />
              <f:param value="#{firstRowIndex}" />
              <f:param value="#{lastRowIndex}" />
              <f:param value="#{pageIndex}" />
              <f:param value="#{pageCount}" />
    </t:dataScroller>
    Problem Is
    Data is coming with all page index like 1,2,3,4 but once I click on any of them it will give all data vanish ...means data lost ...once I click on any of them .
    With Thanks

    I got the solution I change preserveDataModel="false".
    Now it's working fine .
    Sorry for inconvenient
    Thanks

  • Bonjour Sharing Problem - OSX 10.6 / 10.7

    Have a very unusual project using Bonjour sharing. I was hoping installing Lion on all three macs today would resolve the problem, but having done that it still exists.
    The basic set up is this....
    iMac: Ethernet Connection
    Macbook Air: Wireless
    Macbook Pro: Wireless
    Both the laptops are connected to the wireless network correctly, internet, etc, all works fine. All the dhcp details etc are automatic, and I have checked and the correct subnet mask, default gateway etc are all there.
    The iMac has a USB printer connected to it, and has printer sharing and file sharing enabled. Printer sharing works correctly with the macbook air, no problems at all. File sharing also works with the macbook air (although it does occasionally drop out).
    The Macbook Pro however refuses to see the iMac shares at all. I'm unable to browse files or find the printer when I try to add it.
    I really don't understand why this is the case, it's driving me a little crazy! I am able to ping the iMac both using it's computer name and also it's network ip address from both laptops.
    Any help gratefully received!

    Have a very unusual project using Bonjour sharing. I was hoping installing Lion on all three macs today would resolve the problem, but having done that it still exists.
    The basic set up is this....
    iMac: Ethernet Connection
    Macbook Air: Wireless
    Macbook Pro: Wireless
    Both the laptops are connected to the wireless network correctly, internet, etc, all works fine. All the dhcp details etc are automatic, and I have checked and the correct subnet mask, default gateway etc are all there.
    The iMac has a USB printer connected to it, and has printer sharing and file sharing enabled. Printer sharing works correctly with the macbook air, no problems at all. File sharing also works with the macbook air (although it does occasionally drop out).
    The Macbook Pro however refuses to see the iMac shares at all. I'm unable to browse files or find the printer when I try to add it.
    I really don't understand why this is the case, it's driving me a little crazy! I am able to ping the iMac both using it's computer name and also it's network ip address from both laptops.
    Any help gratefully received!

Maybe you are looking for

  • Clearing of text messages history

    for some reason my blackberry curve just started clearing all my text message history???  i've no idea why or how?  in fact, i checked the history option and i have it set to keeping it for 6 months, before it was 3 months, but i never had the proble

  • Problem testing a Proxy / Web Service

    hi everybody. I created a proxy / web service for an interface defined in the xi repository. i can test this service in the Enteprise Service Browser in SE80 (F8) sending a soap request and and everything works fine. now my intention is to call this

  • Time machine restore randomly missing files

    Macbook refused to boot, apple store cleared it up, told me to do a backup from time capsule.  Files that were on my desktop are missing.  The time capsule reports doing complete backups frequently and as recently as monday.  Why am I missing files a

  • Transfer application from removed hard drive

    After replacing a failing hard drive; I need to transfer applications from removed hard drive to newly installed hard drive.  What is needed to do so and what is the best method of tranferring applications?  Thank you.

  • ITunes is stealing focus

    Hi, On windows with iTunes when changing example album cover for 10 songs, the iTunes will start working but if you start doing something else in an another window, iTunes will steal the focus back to iTunes, this mean that if you where chatting on M