My photos in photo stream do not refresh automatically on my PC even when online.

When I take a photo with my phone is does not update automatically to my PC and IPAD even when they are all connected to wireless. I have to shut off the photo stream and turn it back on, even then it does not always work.

Your photos are not shared automatically. You must select photos and share them with others manually.

Similar Messages

  • Why??? Simple snapshot can not refresh automatically, but can refresh manually.

    Server 1 : Oracle 7.3.4 (as a Master site)
    Server 2 : Oracle 7.3.4 (as a Snopshot site)
    Client PC: SQL*Plus (Oracle 7.3.4 Client)
    Step 1: on Client PC, start 2 SQL*Plus dialog Windows,
    one(Window A) for <Server 1> , another(Window B) for <Server 2>;
    Step 2: on <Window A> do:
    SQL>connect scott/tiger@Server1
    SQL>CREATE SNAPSHOT LOG ON scott.dept ;
    SQL>select * from dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    Step 3: on <Window B> do:
    SQL>connect scott/tiger@Server2
    SQL>CREATE DATABASE LINK oracle USING 'Server1';
    SQL>CREATE SNAPSHOT all_dept REFRESH fast
    start with sysdate NEXT SYSDATE+1/(24*60)
    AS SELECT * FROM scott.dept@oracle;
    -- refresh interval: 1 minute
    SQL>select * from all_dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    Step 4: on <Window A> do:
    SQL>insert into dept values (50,'MMMMMM','NNNNN');
    SQL>commit;
    SQL>select * from dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    50 MMMMMM NNNNN
    <one or two minutes later ... ... >
    Step 5: on <Window B> do:
    SQL>select * from all_dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    conclusion: Simple snapshot can not refresh automatically ???????
    SQL>exec DBMS_SNAPSHOT.REFRESH( list => 'all_dept',method => 'F');
    SQL>select * from all_dept;
    DEPTNO DNAME LOC
    10 AAAAAA AAAAA
    20 BBBBBB AAAAA
    30 CCCCCC AAAAA
    50 MMMMMM NNNNN
    conclusion:Simple snapshot can refresh manually.
    How to solve this problem?????
    Thank you very much
    Zhang Ming-an

    When you are manually refreshing the snapshot as scott/tiger, and your database link was defined with a 'connect to/identified by ' clause, your login credentials will be scott/tiger. When the refresh happens from the job queue, it does not use those credentials, It uses some default set. What you should probably do is:
    1. create public database link Oracle using 'server1';
    2. as scott/tiger, create database link Oracle connect to scott identified by tiger;
    3. your automatic refresh should work now.

  • Exchange 2010 SP3 RU7 - additionals mailboxes does not refresh automatically

    Hello
    On Exchange 2010 SP3 RU7 , my additionals mailboxes does not refresh automatically (Outlook 2010 up-to-date).
    i need to perform "send/receive" and "update the folder" to get the mail.
    Primary mailbox is running correctly and new mails are displayed .
    Thanks

    Hi,
    Based on the description, you added additional mailboxes from Outlook, but messges sent to these additional mailboxes didn't show until you tried the option "update the folder".
    How many additional mailboxes did you add?
    Did this issue affect all users?
    If possible, please remove these additional mailboxes and then re-add them. I recommend you add one additional mailbox first to check if the issue occurs. Then you can add another additional mailbox to check result.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • My apple tv is not working on my panasonic projector even when I changed the resolution

    My apple tv is not working on my Panasonic projector even when I have changed the resolution to all of the different settings

    What is the model #? Is it a direct HDMI connection? Have you tried a different cable and port? If possible try a different display.

  • My airport express seems to be broken -- light is yellow and does not flash and doesn't change even when I press the "reset".  Tried unplugging and reset -- still a solid yellow.

    AX light is yellow and does not flash and doesn't change even when I press the "reset".  Tried unplugging and reset -- still a solid yellow. I assume this is a goner?

    Unfortunately, based on your description, I would have to second that your Express is a "goner." However, before giving up on the unit, be sure that you attempt a "factory default" reset at least 3x just to be sure.

  • The photos in a slideshow do not advance automatically. What can I do to fix it?

    I have created a slideshow but the photos do not advance automatically after 3 seconds.  What can I do to fix it?

    Which version of iPhoto are you using?
    If it is iPhoto 9.6, what are your settings for  the slideshow settings > This slide > Play this slide for ....?
    You may have set the duration for one slide much longer than the 3 seconds.
    The "All Slides" setting for "Play each slide for a minimum ....."  will not override the minimum duration set for the individual slides.

  • Business Layer not refreshed automatically

    Dear Friends,
      I'm working on IDT  for creating business layers based on SAP BW Multi-providers. The issue I'm facing right now is that whenever I modify the underlying Multi-provider, my business layer is not getting refreshed automatically with the changes.
      Please let me know if I need to do any settings in IDT for the business layer to get refreshed automatically or do I need to create a fresh design right from creating the connections.
    Many Thanks,
    Karanam.

    Another quick question with something similar to above. I am building the UNX universe on top of Multi Provider and I noticed that normal select statements on Dimensions would return "ZERO" records unless a measure is included in the query. Is there a workaround for this? I do not mind using a dummy null measure for simple queries. However, this is becoming cumber some when doing cascading prompts. IDT has a simple way of doing it but me without being able to generate LOVs without a dummy measure, its becoming difficult to implement cascading LOVs.
    Now the 2nd question is, I am developing all in DEV. When I use LCM and promote it to my QA, I can go ahead and create a new connection pointing to my QA Backend. However, when I try to change the connection from Dev to QA in the IDT Datafoundation "Connections" tab, it allows me to change the connection. However, the objects in the Business Layer does not reflect the new Calalog Name of the QA connection and none of them would parse. For example, Lets say my Dev connection is named D31Conn and my QA connection is named Q31Conn. Their catalog names by defaulyt are D31Conn and Q31Conn. Now, after developing my universe in BOBJ Dev and promoting it to QA, I am creating a new connection in BOBJ QA called Q31 Conn. When I open the promoted universe and try to change the connection from D31conn to Q31conn, it does it successfully. However, in my business layer, all objects would not parse and woul fail because their SQL still points to the old Catalog D31Conn instead of Q31Conn. Am I missing something here? Any help is much appreciated !
    Ramki
    Edited by: Ramki Krishnamoorthy on Mar 6, 2012 2:46 AM
    Just a Quick Update, I forgot to mention that my deployment is BI4.0 SP2 Patch 12

  • JComboBox in JTable not refresh automatically

    Hi folks,
    I put a JComboBox in a JTable cell as editor and with a GlassPane over the whole frame. Initially, I got lots of problems in dispatching events to JComboBox. Eventually, comboBox.setLightWeightPopupEnabled(false) seems solve many of them. However, after I called the said API to prevent light-weighted popup in JTable, when I move mouse on popup list or navigate with scroll bar, the UI does not refresh at all. I am pretty sure that all the models except UI has been updated because when I switch to another application and back, the UI repaints with expected appearance.
    Any idea ? Thanks a lot.!

    I think you might be doing this to yourself. This block here:
        private void tblContactFocusLost(java.awt.event.FocusEvent evt)
            if (tbl.isVisible())
                TableCellEditor tce = tbl.getCellEditor();
                if (tce != null) tce.stopCellEditing();
        }What purpose does it serve? It seems to muck up your table cell editing, including the combobox editing. If you comment out the tce.stopCellEditing() like so:
        private void tblContactFocusLost(java.awt.event.FocusEvent evt)
            if (tbl.isVisible())
                TableCellEditor tce = tbl.getCellEditor();
                if (tce != null) ; //tce.stopCellEditing();
        }Things work better.

  • Does CP7.01 branching not refresh automatically?

    I'm working in a file that uses branching, but when I instruct a button to jump to a specific slide the branching view isn't automatically refreshing to show the change. The change is active in the file, it just isn't reflected in branching view.
    I setup a file in both CP6 and CP7 and recorded how the brancing view does not refresh in CP7 like it does in CP6.
    http://www.screencast.com/t/qEsznBOV7FM

    A workaround avoiding to save/close/open the whole project seems to play with groups: select 2 slides, group them, then remove the group and you trigger a refresh (not always)....

  • BO XIR3.1 CMC does not refresh automatically

    Inside CMC, there are various rights set to different groups (for e.g. the rights for "Administrators" are different from the rights of "Everyone"). When I click on one of the folders and check their user security, the other folder shows the same rights as of the first one. It doesn't change automatically to the rights of the next folder. I guess it has to do with automatic refresh.
    I have noticed that CMC does not refresh pages properly. For example, I was checking the Access Rights set on a Public Folder, it shows all rights are granted for "Administrators". But, when I switch to "Everyone", it still shows all rights are granted, which is incorrect because they should be Unassigned.
    I have to log off CMC, clear the cache/cookies in web browser and then Login again in order to see the correct settings.
    That means, every time after I view the settings for an object, I have log out, clear cache, and re-login. Otherwise I will see incorrect information for the next one. Changing and configuring User Security settings is even a bigger challenge because I am not sure whether the values displayed on the screen are correct and what will the system remember.

    if restoring the ipad to factory default don't fix it I would say it's
    an hardware issue and take it in for service

  • My email is very slow and does not refresh automatically.

    My Yahoo and Gmail accounts on my iPhone are very slow.  They do no refresh automatically and I often have to restart the wireless to push emails out.  I thought it might be the email provider but it happens with both accounts. 

    Try these basic troubleshooting steps and see if any of them help.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit all apps and restart. In order to quit or close apps - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • "Sync" is not working correctly.  selected playlists even when the "Sync selected playlists" was selected and playlists were checked in the music iTunes library.  Do I have a defective iPod touch?

    Ever since I bought my ipod touch 4th generation, IOS 4G, 8GB in January 2011, it would not sync selected playlists.
    This is even when I have checked 3 things: 
    1.  Under Summary/Options, I've checked "Manually manage music and videos" and "sync only checked songs and video."
    2.  When I go to the Music tab and attempt to sync, I have already chosen "selected playlists, artists, albums and genres"
    3.  When I click on "Sync" a window comes up and says "Are you sure you want to sync music?  All existing content on the iPod will be removed and replaced with songs and playlists from your iTunes library."
    Do I have a defective ipod?
    5Red5

       Sync should be an automatic feature that can be triggered manually. Although, I have a two Shuffles, which are obviously not Touches, so they might be different.
       If you have your iPod set to manually manage music, the option to sync only checked songs should not do anything. You have to drag songs manually to the iPod on the sidebar to add music (I've created playlists of only songs I want, then I shift-click the whole thing and drag all of the songs at once to update them, that way I don't have to remember what goes where), and you have to manually select and delete songs from the iPod's 'Music' library on the sidebar to remove them.
       As for syncing the files, on my shuffles, they sync individual songs (for Get Info information changes ONLY) automatically every time I plug them into iTunes, and again if I make any changes to the Get Info stuff while they're plugged in. For example, if I added a song to my iPod playlist, it wouldn't sync it, but if I changed the genre of a song that's already on it, it will automatically sync.
       Good luck.

  • ARD 3 not prompting user to save changes even when told to

    Hello! I have ARD 3 and when I send out a restart command and select the radio option "Users can save changes or cancel restart" it acts as if I didn't select this, and instead selected "Users lose unsaved changes".
    This has never worked for me. If working properly, it SHOULD actually show up on the affected computer a dialog popup of some sort providing the user just those option: to save changes or cancel restart.
    What is wrong/going on, and how do I fix it?
    Thanks ahead of time,
    Sam Marcus

    Slava Natapov wrote:
    Samita wrote:
    Whenever a user changes some items in Block_1 and presses save button, the values from non_db items get copied to the db_items (based on view) and commit_form is called. Try to copy values to the db_items not in save button, but in WHEN-VALIDATE_ITEM of non_db items.- I created the non-db items becoz, it was asking me 'Do you want to save changes', even when I only queried data from the view (becoz i was doing some computations while displaying the items. and the form assumed that the DB items were begin changed ). Inorder to get rid of that problem, i used mirror_items (non-db) for all the db items.
    So under this scenario, when i copy values to the db_items in WHEN-VALIDATE_ITEM trigger of non_db items, the form considers the db_items are changed and asks 'Do you want to save changes' even when the user has not made any changes and only queried data.
    Edited by: Samita on Dec 9, 2009 10:12 AM

  • Firefox security settings will not save any of my passwords even when i click on the check box for saving passwords. please help.

    When a pop-up comes up on the screen it will ask to save my password or not, well, I click on save password but it doesnt save any passwords even when I have the check box checked for remembering my passwords for certain sites it will not save any type of passwords at all. What am I doing wrong? I am using linux-mac OS user.

    Simply because I don't think about using this option that takes more time to close... I always close ALL my windows with the X.
    Firefox doesn't hang at exit also...
    Using Firefox / Exit doesn't always save the bookmarks also... let's say there is 80% chances it will but not always... I noticed the first time I open firefox after booting the computer... Bookmarks won't be saved... But if I close firefox and re-open it, then it might save it... 50% guess...
    I tried the safe mode, but since its closing firefox and re-open it... new saved bookmarks sometimes work, sometimes don't... it's pretty unstable...
    Hopefully there is a solution to this problem in a near update, annoying... else I will simply reverse to firefox 3.6.16

  • Why did Photo in iOS 7 start loading duplicates from my SD card even when instructed not to load them?

    On a long trip, I would download the photos from my camera to my iPad in Photo.  I have done this for years.  In the process, I would tell Photo not to load the duplicates.  Since I updated to iOS 7, Photo is now loading duplicates from my SD card ignoring the instructions not to do so.  When I took my iPad to the Genius Bar, I was told that this is an iOS 7 problem they have reported.  I can find no way to report it through Apple Support.  Does anyone else have this problem?  Is there any way to stop Photo from downloading the duplicates?

    Hi canondude!
    Thanks for posting.
    Ho are you bringing the video clips over to your computer?  Are you connecting the camera or are you using a card reader?  What program are you using to import the video clips?
    If this is a time sensitive-matter, additional support options are available at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for