Issue with package Sharing

The issue is i have created package in central and given the share path in "Data Access" inorder to distribute to primary and country office servers.
In "Data Access" share the distribution folder is enabled but the package is not available in share path. what might be the issue.
Yamini

did you look at package status ? is it succeeded ? what does log distmgr.log says ?
Eswar Koneti | Configmgr blog:
www.eskonr.com | Linkedin: Eswar Koneti
| Twitter: Eskonr

Similar Messages

  • HT4527 Is there an issue with home sharing and windows 8?

    Is there an issue with home sharing and windows 8? I've tried everything and cant get mine to work.

    Here is the entire error listing after it states the installation encountered errors.
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 2 error(s), 13 warning(s)
    WARNING: DW066: OS requirements not met for {0D96CFE6-376D-44B8-808A-16F3BEB73263}
    WARNING: DW066: OS requirements not met for {601CB5BC-03F9-43CC-86F0-C75E65E6AF31}
    WARNING: DW066: OS requirements not met for {56AE7FCC-81B2-4A63-A171-CD95C9295EF2}
    WARNING: DW066: OS requirements not met for {4717AE70-5377-45C7-A9E9-4E400485F0BF}
    WARNING: DW066: OS requirements not met for {8B59B329-26C1-48A4-A5AA-923F55B17B87}
    WARNING: DW066: OS requirements not met for {948B7277-3D4C-4672-B1DB-24B3C83D704E}
    WARNING: DW066: OS requirements not met for {25303D67-B573-460C-A0B6-B5CF2AE05045}
    WARNING: DW066: OS requirements not met for {33E08F4F-42B7-42A9-89E4-443E02738DB0}
    WARNING: DW066: OS requirements not met for {D5B1535A-FDFC-4B40-B2E2-21DA83D9CB57}
    WARNING: DW066: OS requirements not met for {AD60EB24-4CEE-4CA0-A6AA-526EAF41F2DB}
    WARNING: DW066: OS requirements not met for {F9FAC696-2E48-497D-B820-C9A65DA630DF}
    WARNING: DW066: OS requirements not met for {7DE6CDC3-CFEE-4564-813D-3F59E5D71F10}
    WARNING: DW066: OS requirements not met for {C92E440F-EE79-4A28-B1E1-EC82B6F2AF33}
    ERROR: DW020: Found payload conflicts and errors:
    ERROR: DW020:  - Adobe Flash CS5.5 depends on Adobe Flash Player 10 ActiveX to be installed.
    FATAL: DW020: Conflicts were found in the selected payloads. Halting installation.

  • Issue with Packaged Jars added to project from resource Palette

    Hello!
    I am using Jdeveloper 11.1.2.2.
    I started this post thinking there was an issue having to do with packaging jars that refer to other libraries (see post Are Libraries Required?
    Now I realize it is a different issue (although that other post is relevant).
    Issue: I create a package -- a template in this case.
    I deploy it in my file system and then load it into the resource palette as a file system connection.
    I create a new application. From the resource palette, I add the jar to the view controller project, and am able to use the template in jsf files. No problem. Runs fine.
    then I load the application into subversion or I move the whole application to another directory on my computer.
    When I open the moved application (or do a checkout from subversion), I open the jsf that contains a reference to the jar, the design view is completely blank. Going to the source, I see my original code, but there are red signals in the upper-right signifying an error.
    If I run the application without fixing it, I get an error saying the template cant be found, Also, when I deployed to a standalone weblogic server, I get the same error (see the post above for this error).
    I open the project properties. The ADF Library is in the "Libraries and Classpath" and pressing edit, I can see the correct reference to the path of the jar.
    To make the application work, I have to remove the ADF Library (or at least the reference when pressing edit) and then from the resource palette, add it again to the project.
    IS THIS NORMAL? Am I doing something wrong with the initial packaging of the jar? Should I change some setting somewhere?
    How am I supposed to deploy to weblogic?
    The other posting shows an error output if I try to run the application before fixing the jar reference. I got the same darn error when deploying to weblogic.
    Would appreciate any help!
    Stuart
    Edited by: Stuart Fleming on Nov 18, 2012 4:45 AM

    Timo,
    thank you for your reply. I actually created a youtube video on this, available here: http://youtu.be/ERyLngq9hlI
    Since the video might be a little tedious to view, Here are the details. You can jump to the exciting parts of the video, if you want:
    Here is what I did:
    1. I cleaned out my system directory and the temp directory on my computer.
    2. Opened the application containing my template. Deleted the existing jar file.
    3. Started taking video....
    4. (From 40 seconds into the video) Created the jar file again.
    5. (2:55 minuts into video) Closed template applcation and Created new fusion application.
    6. (4 minutes into the video) Created model
    7. (4:15 minutes into video) in view controller added template, created a jsf page.
    8. (5 minutes into the video) Created Security and users.
    9. (6:30 minutes into the video) Created a task flow, with jsff in it, with a form on the jsff. Assigned Security to objects.
    *10. (7 minutes into the video). Ran JSF successfully.*
    11. (7:40 minutes into the video). Closed application. Copied the entire application into two directories.
    12. (8 minutes into video) Opened the first copied video. You can see that the jsf page is not accessing the template. Reviewed the View Controller project Libraries and classpath. Removed the library, re-added the jar from the resource palette. Worked fine.
    13. (9:30 minutes into video). Opened the 2nd copy of the file I intend for subversion. Showed the jsf page and the error it displays when open (same as in first copied application).
    Load application into subversion.
    14. (10 minutes into video). Check out application
    15. (10:15 minutes into video). Open JSF file. The reference to the template jar file is reading properly.
    16. (11 minutes into video). Load the original working copy into subversion.
    17. (11:30 minutes into video). Check out from subverion, but the check out failed.
    18. (12 minutes into video). Check out, and look at the jsf.  The page shows fine.
    Timo, I think this might be reported as a bug. You ought to be able to move files around on your computer. Also, the first time I checked the application out from subversion, the jsf page did not read the template.
    ALSO, when I tried to deploy the application (that contained the reference to the template jar file to weblogic), I got the same error when I ran the jsf
    first lines of that error:
    Error 500--Internal Server Error
    java.io.FileNotFoundException: /WEB-INF/ssfTemplate/SSFTemplate.jsf Not Found in ExternalContext as a Resource
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:224)
    Thank you for your time and commitment!
    Stuart
    Edited by: Stuart Fleming on Nov 18, 2012 10:13 AM

  • Issue with Family Sharing and unshareable apps

    My husband and I just upgraded to iPhone 6's with iOS 8.0.  Previously, we both used my Apple ID for all app purchases on our old phones.  With iOS 8.0, we turned on the Family Sharing feature.  We would both like to install the mobile app for our bank (TD (Canada)).  With Family Sharing turned on, this app is listed as one of my purchases.  However, it is also listed as "unshareable".  I can install the app on my phone, but when my husband tries to install the app, he gets a message saying that the app has already been purchased using a different Apple ID and cannot be installed on his phone.  Note that on his phone, he does not even see the app under my purchases when he goes to App Store | Updates | Purchased.  However, if he searches for the app in the App Store, instead of a "FREE" button, he sees the iCloud download icon.
    Has anyone else run into this problem and figured out how to fix it, or is this just an iOS 8.0/iTunes/App Store/iCloud bug?  It actually does not make sense that a free banking app would be "unshareable" under Family Sharing in the first place since several members of the same family will most likely use the same bank.
    Thanks for your help!

    I have the same issue.  I spent an hour on the phone with Apple and they don't have a clean fix for it.  The issue seems to be with apps that developers have not yet set the Family share-able flag as yes or no.  They said that when developers update the flag this will resolve itself.  Meanwhile, if in the app store the details of the app under Family Sharing it says "Not Available" it will be an issue. I found a reasonable workaround for this particular issue by hiding the original purchase and "re-purchasing" as follows:     Disclaimer/Note: Not all Apps are share-able, (even free ones.)  If the app you are trying to deal with is an actual paid for app, you will be buying it again!  Better to wait until the core issue gets fixed, unless you are willing to pay for it again.
    1.  On a PC or Mac, in iTunes, have the original purchaser log in to the iTunes store, then under Quick Links click on Purchased.  Click on Apps at the top and find the app that is at issue. (Hint:  The apps are not necessarily listed under the obvious app name.  I was looking for Colorspot from  SherwinWilliams, and found it under SherwinWlliams, not Colorspot.)  Once you find the app, hover over it and click on the X in the upper left corner to hide it.  Do this for all the apps that are at issue. (See Disclaimer/Note above)
    2.  On the iOS device that is having the problem, close the App Store app. (If you have many apps at issue you might make a list, or take a screenshot first)
    3.  On the same iOS device, find the app and delete it.  (not ideal but it works!).  Once you have all the apps at issue deleted, reboot, and make sure you are logged in to the iTunes store as the secondary "purchaser", (If you are logged in as the original purchaser you probably wouldn't have the issue in the first place, although to me that means going a bit backwards and not really using the Family Sharing program.)
    4.  Open the App store app, if you started the whole process with an app that wouldn't update, confirm that the app is no longer listed.
    5.  Search the store for the problem app as though it was a new purchase (at this point it is.)  Once found, it should be listed with the "Free" or a "price" icon. If it shows the cloud and download arrow icon the hiding you did in step 1 hasn't updated yet.  Wait awhile longer. (Reboot again? Re-log into store again?)  (Also note here, that a properly shared app will show the cloud/download arrow icon and would be download-able without issue.)  If it shows as Update, it hasn't actually been deleted from the device.  If all is well, you should be able to proceed with a typical "purchase" of the item.  (See Disclaimer/Note above) If the family member has multiple devices, repeat 2-5 for each device.
    If you have multiple family sharing members wanting the app you will have to repeat  step 1, hiding the purchase in each iTunes account until all family members have gone through the re-purchase process.  After fixing all of their devices, each person can go back into iTunes, click on Account under Quick Links, go to iTunes in the Cloud section, Hidden Purchases line, click Manage, and unhide the hidden apps.  This would be important for future sharing when the bugs get worked out.
    Good luck!

  • Issue with package being distributed to DP

    Hi,
    We’re having an issue with a particular DP on trying to re-distribute a driver package to. The driver package was updated and re-distributed to around 80 DP’s. The package had been successfully sent to all except one.
    I have tried re-distributing packages to this DP and this failure and other packages work fine, so the issue lies with this particular package on this particular DP.
    I have run through the steps within this post but still no joy:
    https://social.technet.microsoft.com/Forums/en-US/8328f9ce-d290-4aba-8187-670080464476/sccm-2012-how-to-delete-packages-from-wmi
    I have made sure the package doesn’t exist on the DP by taking it out of root\sccmdp within WMI and also removing the ini file from the PkgLib folder, as per above post. But on trying to distribute to the DP via the admin console I get Error: The SMS Provider
    reported an error.
    There are no other details for the error and looking through various logs so no further indication for the error.
    Interestingly the package is being reported by the admin console as not being on the DP, so re-distribution is not an option. I can only use the distribute content option, even though it had been on this DP. This error is reported at the end of the distribute
    content wizard.
    Also we tried using content explorer from the Config Manager toolkit before running through the above postl, and the package was shown within content explorer but it was greyed out. The options to validate where also greyed out. On running the above removal
    the package was no longer displayed within content explorer. But running through distribute content via the admin console still shows the same error message.
    We then tried pre-staging the content manually on the DP. On using content explorer after this it still shows the package as greyed out.
    An overnight validation doesn’t report any errors for package content either.
    Another curious note is on running smsdpmon manually on the DP for the package, it reports the package as being successfully verified within the smsdpmon.log. This message is also reported back to the MP and can be seen within the Status Message Viewer.
    But this message is not displayed within Monitoring -> Distribution Point Configuration Status.
    We tried quite a few avenues but still no joy with this package. Could any offer any suggestions to help fix this issue?
    Thanks
    James

    It was originally but the driver package needed to be updated. Once updated the package was re-distributed to all sites, but failed on one out of 80. All DP's are more or less configured the same, with the same AV protection.
    The problem DP takes other packages OK. SO the thought was to try to remove the existance of the package from the problem DP. This is where we are now. Hope that is a bit clearer?

  • Any issues with file sharing between Windows and latest Mac client?

    We're running Lync 2013. My Windows client is 15.0.4551.1005. Mac client is version 14.0.8.
    I open a conversation with a coworker on his Mac. I then try to share a png file. He clicks accept but then my client says the attempt timed out, and his client says that I canceled the file transfer. The coworker then boots the Mac into Windows and we try
    again, and the file share works fine. When I jump on my Mac, I can send files to his Mac without issue. When he tries to send from his Mac to my PC it fails, but when he tries to send from Windows on his Mac to my PC, it works.
    I can't find anything specific in the logs that would indicate a firewall issue. Is there a bug with file sharing between the Mac and PC clients?
    Thanks,
    Matt

    No, There isn't a bug with file sharing between Mac and Pc client.
    2941640 Desktop sharing session stops in Lync 2013 when all screen data is updated
    Also you can check below links
    http://support.microsoft.com/kb/2952672/en-us
    http://support.microsoft.com/kb/2880474/en-gb
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Issues with Media Sharing to XBOX360/PS3

    I'm having a weird issue with media streaming to my XBOX 360 and PS3 in regards to what I can access.  I currently have my media sharing setup to share music and videos, including podcasts, regardless of the rating.  I usually prefer to stream these items through the XBOX 360 dashboard (not Windows Media Center) or PS3.  The problem I am having is that when new things are added to the library (mainly video podcasts in MP4 format in one of my shared folders downloaded via iTunes) I can see them without issue in WMP12 on my computer or Windows Media Center on both my desktop and XBOX 360.  However, when I try to access these new items through the XBOX 360 dashboard or PS3 these videos may or may not show up and there seems to be no rhyme or reason as to why this would be.  Has anyone encountered this issue or know of a fix (or is there possibly a recent thread that has addressed this issue)?

    I noticed this thread has not been updated in a bot and as I just dropped Win7 on my media PC at home after using it for a few months on another laptop like what i saw from release to release.  After upgrading my PC (2.3ghz, 4gb RAM, couple terrabytes in drive space...) I had a problem first just streaming media to both my PS3 and my xboxes (x2). After Binging theweb a bit I found relief fro that by deleting and reseting my Homegroup.  
    Now that I can finally see content on consoles, I was pretty excited until Inoticed I had only half of my folders available for accessing.  It seems out of the 10-12 folders I only have 5-6 of them that will actually show up.  Again I tried to find some info out there on the intertubes, but no one seems to have any info specifically to this issue. 
    What I have tried so far:
    1) Took a look security settings and verified what was mentioned above regarding the folder security and I was good there.
    2) wiped and recreated the WMP12 media library.  after this I noticed that not all the media in the My Videos folder are showing in WMP 12, but I defintely have more stuff showing on the Xbox then in WMP12.  figurd that was a file compat issue.
    3) tried to copy one of the folders that was not visible into one that was.  Aside from somehow cause two seasons of episodes to somehow disappear int eh cut-n-paste then cut-n-return to original folder, nothing happened there either.
    so far nothing seems to work.  thoughts anyone?
    Oh yeah...  upgraded from Vista64 ultimate to Win 7 ultimate 64 and this worked flawlessly in Vista.

  • Issues with file sharing after changing password

    Last night I changed my system password on my MacBook Pro and for some reason it caused some issues with my file sharing with my windows PC.
    I was able to finally get the notebook to connect again to the XP PC shared documents by going through finder to go to network and then connected. But the PC would not see the notebook. Everything was communicating fine when I first got the system two weeks ago.
    Tech support did what they could tonight and I finally just decided to set up a connection to my notebook by entering the notebooks ip address on the pc.
    It's alte and sorry for the rambling, but does anyone know why the pc (as well as others in the house) no longer see the notebook?
    Jim

    No, There isn't a bug with file sharing between Mac and Pc client.
    2941640 Desktop sharing session stops in Lync 2013 when all screen data is updated
    Also you can check below links
    http://support.microsoft.com/kb/2952672/en-us
    http://support.microsoft.com/kb/2880474/en-gb
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Strange Issue  with Logout | Shared Library in WebCenter

    For our customer, we have written a couple of task flows. We deployed this as an ADF Library JAR and included the JAR into our WebCenter Portal project (using IDE Connection -> File System Connection). We then placed the task flows onto a few portal pages and everything works fine.
    Now to avoid redeploying the portal application each time we make a small change to the task flows, we decided to go ahead with the shared library approach. We create a new “Generic application” in ADF, added the ADF Library JAR to this application and created a WAR deployment profile. We then deployed this application as a “shared library” to the Weblogic server.
    We then made the necessary entry to weblogic.xml of our custom WebCenter Portal application and deployed it.
    The task flows were getting consumed properly and all functionality was working fine. Just to test, I even deployed an updated version of the shared library and noticed that the portal application picked up the new task flow code. Everything seemed perfect 
    But now when I click on logout of the Portal application, I am getting a error dialog which indicates a server 404 error.
    To eliminate any issue with our custom code, I repeated the same steps with a very basic task flow application and a new WebCenter portal application.
    1.     I ran the application, and logged in as “weblogic” and saw the task flow was displaying correctly
    2.     Click on Logout. Got an error dialog (A connection to server has failed (Status=404))
    3.     Click on OK in the dialog. Then click on Logout again. Got another error dialog ("Because of inactivity your session has timed out" )
    4.     Click on OK in the dialog. Got logged out (saw the page without the secure content i.e. my task flow)
    Ideally, I would like to get logged out the first time I get logged out (without having to see those two dialogs). The logout was working perfectly fine before we switched to the Shared Library approach.
    Am I missing something? Any pointers?
    Note – My Jdev/ADF/WebCenter versions are 11.1.1.5.0

    Sometimes resetting an Apple ID password can help >  Apple - My Apple ID
    If that doesn't help, from the iTunes menu bar click Store > Sign Out
    Restart the Mac, launch iTunes then sign in again.

  • Issue with Photo Sharing on iPhoto on Mac

    Hellp everyone, this is my first time posting on the Apple Support communities. I have been having issues with my Photo Sharing on my Mac (Iphoto 11). I recently was on vacation and wanted to share the photos with my girlfriend and a few family members. I uploaded my photos to Iphoto on my mac and then went to Share, Photo Stream, and then crated a Photo Stream of our vacation. It asks me to name the photo stream and invite people. When I click on ok it creats the photo stream and the people I invited get invitations to join the photo stream, however, when I go to look at the photo stream there is no photos in it and none of the people i invited see any of the photos either. Any help would be greatly appreciated!! Thank you!

    SOLVED!
    I had the same question.  Visited this thread and was disappointed to hear the feature was gone.
    Then I thought it just COULDN'T be.  So I kept tapping.  AND FOUND IT!
    Basically, when you are in your Photos App, as a previous poster said, it now divides your photos into "Moments".  These moments are arragned by Place and Date.
    Wherever it says the name of a place, just tap the name of the place (above the tiled thumbnails of the pics taken in that place) and you will be taken to a map, centered on the Moment in question.  Use finger gestures to zoom in and out, and you will see the pics you have taken, georeferenced and tagged to the locations you took them, as before (except now in IOS7 it uses Apple Maps, not Google).

  • Issue with Internet Sharing

    Hey folks,
    Just wondering if anyone has encountered something like this. I'm using my imac to share it's internet connection wirelessly with several clients (not a perfect scenario i know) and the clients hog the bandwidth. I was wondering if theres a way to limit the bandwidth that is shared. For example. Have the host using 75% of bandwidth and clients using 25% between them.
    Any info would be greatly appericiated
    Cheers
    Nick

    I know that apple have released a rubbish version of mac that has problemos with internet sharing
    so here is da answer
    1. go to finder>(computer name)>macintosh HD>library>preferences
    2. copy the entire systemconfiguration folder and systemconfiguration.old folder to your desktop
    3. restart mac and device which you share intenet to
    then you have internet that is about 3x slower than the da 10.7.3 intenet sharing, but works
    then, just wait for apple to release da 10.7.4 fixed
    please use da steps!

  • A huge issue with a shared ntfs partition between Arch and Win8.1

    Dear Community,
    I've recently had to install 8.1 in order for my CAD/CAM software to work. I've a PC with two drives, a 64G OCZ SSD and a 300G HDD. The motherboard is BIOS based, and both filesystems are MBR. I've had Arch rootfs on the SSD for a long time, thus I've created three partitions on the 300G drive, one for windows, one for ext4-/home and one for ntfs-/dropbox, which is designed to be a ntfs-3g filesystem that is supposed to be shared between the operating systems. I've already done the same thing on my laptop, but the difference is that it was done on a single drive. And now the catch - Windows Explorer does not see the /dropbox partition, however it is visible in the management software (right click on my computer, then manage, and then drives or something alike).  Plus, using the drive manager, I cannot assign the drive a name - the option is blacked out. I've noticed that the drives were visible on the first launch of Windows, afterwards I've launched linux in order to set up Dropbox, afterwards the drives were not visible in windows anymore. I shall post screens of the situation and the partition table as soon as I get back home.
    I don't really know what logs or info should I post here in order to properly diagnose the issue, so I'd like a helping hand. I've noticed that similair issues are widespread within the ubuntu community, however, none of the resources I've found yielded a working solution. I'd like to methodically get to the bottom of this. Thanks in advance!

    Sure thing,
    The problem is that Linux sees the shared partition, and windows is "blind" to the partition. Blind in the sense that I cannot access or see the partition from Windows Explorer, but the partition is visible but not manageable in the Drive Manager of Windows. As soon as I get back home I'll be able to upload some actual screenshots.
    Sorry for the aux info, it's kinda of  walk in the dark for me.
    Last edited by piotroxp (2013-12-15 14:16:13)

  • Help with issues with Home Sharing/IOS5/iTunes 10.5

    Hello.  Was wondering if anyone else was having this problem.  Updated my iPad 1, Apple TV 2g, iTunes 10.5, and IOS5.  Turned on my Apple TV and Home Sharing is not working.  Rebooted EVERYTHING.  Still nada.  Entered 3 ports that Apple recommended on my router.  Nothing.  Went to my Firewall and selected "ALLOW ALL INCOMING CONNECTIONS".  BINGO!!  Only Thing that worked.  I really do not want to keep my firewall down.  Anyone have any suggestions?  I know Cloud will not work until I upgrade to Lion.  So could that be the problem with my Home Sharing on Apple TV and iPad? 
    Also, funny thing......Even though I couldn't load my computer library on Apple TV2 until I dropped my firewall.  It still saw the name of my library and was still able to run the screen saver of pictures from the iPhoto library.  Strange.  Or am I just missing something too easy????  Help please.......... 
    Running:
    Mac OS X 10.5.8 Desktop
    iPad 1g
    Apple TV 2g
    Linksys Wireless-G 2.4 GHz Model#: WRT54GS
    iTunes 10.5
    iOS5
    Thanks,
    Stick

    I am also having the same problem.  I have a 13 inch, MacBook Pro 2010 model with iPhone 3GS and Apple TV 2.  I have had no problems with any of these devices until I upgraded all to iOS 5.  The Apple TV drops my homesharing library constantly - mid movie, mid song, between movies or albums.  It has yet to make it more than 1hr since iOS 5 without dropping.  However, Netflix, YouTube and of course the store seems to work fine. All other applications on my MacBook Pro and iPhone are  having no issues and my I have checked my router ,my connections, my passwords and user names and also done all of the above.  Definitely an Apple issue.
    Also AirPlay with my iPhone to Apple TV is randomly dropping and not showing, nor our my shared libraries from device to device.
    As for wi-fi syncing, it works intermittently and when it doesn't, it appears there is nothing I can do or have found online that seems to help.  So I wait for it randomly to work again.
    Hopefully there will be an update to iOS 5 soon for all devices (and iTunes) as right now, my Apple TV is just an expensive piece of black plastic.
    Has anyone had luck with fixing this yet?

  • TC w/ attached Hard Drives - Issues with file sharing to XBOX running XBMC

    I am trying to use my newly purchased TC as a NAS. I have attached two hard drives via a USB port. I haven't had any issues viewing this drives from my primary machine (Macbook). However, when I tried to access the drives on my modded Xbox, I have had difficulty viewing the shared drives. XBMC (media center client on Xbox) supports the following network shares:
    * 2.1 Windows Sharing (SMB) on Mac OS X
    * 2.2 UPnP Sharing
    * 2.3 The XBMS Protocol
    * 2.4 iTunes (DAAP)
    I am wondering if anyone has experience or knowledge about what the TC uses to share with a windows computer? Do you feel there is a way to share the drives using one of these protocols. Thanks.

    Are you the same person who asked this question on the xbmc forum? Have you tried accessing TC via the open server function? See this link
    http://www.maclife.com/forums/topic/104406
    If you have a PC you could try (from windows explorer)
    \\192.168.x.y
    or whatever IP is listed in the TC utility. If you change everything to allow guest access it might help troubleshoot. I don't have a TC but have been thinking of getting one (or an AEBS since it now supports airdisk better than before it seems). If this works with XBMC then it will push me more towards getting it I think!

  • Issues with family sharing - Advice please

    I am trying to get family sharing to work and believe I have followed all instructions.
    - 2 iphones 6 all on iOS 8
    - I have invited to family sharing with my account and turned on sharing. I am signed into the apps/iTunes store wit the same account I am using for Family Sharing
    - my spouse has accepted the invite; she has her own Apple ID and iCloud, but is signed in into Apps/iTunes store with MY Apple ID as requested.; she also shares her purchases
    I am able to see what she has purchased but she is not able to see mine. She is getting an error message that her account is associated to a different iCloud?
    Very confusing. Any solution?

    Posted too soon.
    Here's what we're running into:  He goes to the App store, locates the app, clicks 'Get' and 'Install', is prompted for me to enter the security code for our credit card, etc.  Then he receives a message that indicates that a family member has already purchased the app, etc.  He clicks 'ok' and the App store seems to try to proceed with downloading it.  However, before it can go anywhere, it stalls out with a 'Cannot connect to iTunes' error.
    This seems to be isolated to the older iPods.  We know the app itself is compatible with v6.1.6, and the device doesn't appear to be having any issues connecting to the iTunes store for any other apps.  What should he do?

Maybe you are looking for

  • Can't connect to Internet after update

    I've had this issue before but I was atleast able to get on iTunes & firefox. After this update my comp can't connect to the Internet period. I called my cable company & everything was working fine on their end. My modem communicates that it's linked

  • New Smart Mailboxes Disappear (again & again)

    There are two smart mailboxes setup in the "Mail" application on my desktop Mac ("All Mail" & "Newspaper"). These mailboxes also exist on my laptop. On my desktop, I deleted the "Newspaper" mail box and created several new smart mailboxes. The next t

  • Problem in 'INS' operation in fm 'HR_INFOTYPE_OPERATION'

    Hi All, I am reading a text file and based on Rate type we have to do insertion or copy. If rate type is 'A' then we have to do copy operation with the help of fm 'HR_INFOTYPE_OPERATION'. If its 'C' then we have to do operation 'INS'. But while calli

  • How to get the logo box out of pages

    Hi guys I've been having trouble getting the title box (the one on the top and bottom of the page) deleted from the 09 pages, other forums suggest i find the ccs for it? but honestly I am a new mac user and i have no idea what that means, any help wo

  • Unable to activate printer app

    I am trying to print from my Samsun Gakaxy Note 10.1. I downloaded Hp eprint app and went through the install process to the point of submitting for an activation code. I have tried two different email addresses to no avail. Does anyone know next ste