Hwo to tell if Streams is up-to-date on the source database

Scenario:
* Red Hat Enterprise Linux Server release 5.2, Oracle 11.1.0.7
* Streams is being used to replicate data from source DBSRC to target DBTRG
* Weekly archiving job on DBSRC needs to check that there are no pending streams updates to DBTRG before it starts archiving data
* How can this be done with recourse to a DB link from DBSRC to DBTRG - anhtying in the DBMS_STREAMS or AQ which will tell us this?

There are many ways do do it, here is the one I use to check descrepancy between objects per site:
set head on
col rsn format A28 head "Rule Set name"
col rn format A30 head "Rule name"
col rt format A64 head "Rule text"
col d_dblk format A34 head 'Destination dblink'
col nams format A31 head 'Source queue'
col namd format A61 head 'Remote queue'
col prop format A22 head 'Propagation name '
col rsname format A20 head 'Rule set name'
COLUMN TOTAL_TIME HEADING 'Total Time Executing|in Seconds' FORMAT 999999
COLUMN TOTAL_NUMBER HEADING 'Total Events Propagated' FORMAT 999999999
COLUMN TOTAL_BYTES HEADING 'Total mb| Propagated' FORMAT 9999999999
COL PROPAGATION_NAME format a24
COL SOURCE_QUEUE_NAME format a24 head "Source| queue name" justify c
COL DESTINATION_QUEUE_NAME format a24 head "Destination| queue name" justify c
col QUEUE_TO_QUEUE format a9 head "Queue to| Queue"
col RULE_SET_NAME format a18
set linesize 125
prompt
set linesize 132
col Stream head 'Stream|Type' justify l
col capture_name for a30
col QUEUE_NAME for a30
col RULE_NAME for a20
col last_snc for 999999999999
break on stream on capture_name on QUEUE_NAME on report
SELECT 'cap' stream, capture_name,  queue_name, rule_type, rule_name , last_enqueued_scn last_snc
       FROM dba_capture dc, dba_streams_rules dsr
      WHERE dsr.rule_set_name = dc.rule_set_name
union
SELECT 'app' stream, dc.apply_name,   queue_name,rule_type, rule_name , nvl(r.DEQUEUED_MESSAGE_NUMBER,0) last_dequeued
       FROM dba_apply@DSDVL2 dc, dba_streams_rules@DSDVL2 dsr, V$STREAMS_APPLY_READER@DSDVL2 r
      WHERE dsr.rule_set_name = dc.rule_set_name
        and dc.apply_name = r.apply_name (+)
union
SELECT 'prop' stream,propagation_name,  source_queue_name,rule_type, rule_name,0 FROM dba_propagation dc, dba_streams_rules dsr
      WHERE dsr.rule_set_name = dc.rule_set_name
order by stream desc
And the output is:
MACHINE host03.unix.b - ORACLE_SID : DEV1                                              Page:   1
Date              -  Tuesday   07th July      2009  12:22:54
Username          -  STRMADMIN
Show propagation overal status and figures (prop -h for help)
Stre
Type CAPTURE_NAME                   QUEUE_NAME                     RULE_TYPE RULE_NAME                 LAST_SNC
cap  CUST_CAPTURE                   CUST_CAPTURE_Q                 DML       DB_LOC31              110519659589
                                                                   DML       LOGGING27             110519659589
                                                                   DML       TEST_BPA47            110519659589
app  CUSTOMR_APPLY                  CUSTOMR_APPLY_Q                DML       DB_LOC154             110519659589
                                                                   DML       LOGGING152            110519659589
                                                                   DML       TEST_BPA159           110519659589You may derived a customized version to check that each object/SCN on source is matched on target. I am quite confident that there are others means to achieve this result

Similar Messages

  • Capture streaming does not work after upgrade of the source database.

    Hello,
    We have a complex system with 2 X RAC databases 10.2.0.4 (source) and 2 X single databases (target) 11.2.0.2
    Streaming is running only from source to target.
    After upgrading RAC databases to 11.2.0.2 , streaming is working only from one RAC to one single database.
    First RAC streaming is flowing to first single database only, and second RAC to second single only.
    First source-target is streaming fine, second capture are aborted just after starting with following errors:
    Streams CAPTURE CP05 for STREAMS started with pid=159, OS id=21174
    Wed Mar 28 10:41:55 2012
    Propagation Sender/Receiver (CCA) for Streams Capture and Apply STREAMS with pid=189, OS id=21176 started.
    Wed Mar 28 10:43:05 2012
    Streams APPLY AP05 for STREAMS started with pid=134, OS id=21696
    Wed Mar 28 10:43:06 2012
    Streams Apply Reader for STREAMS started AS0G with pid=191 OS id=21709
    Wed Mar 28 10:43:06 2012
    Streams Apply Server for STREAMS started AS04 with pid=192 OS id=21711
    Wed Mar 28 10:43:30 2012
    Streams CAPTURE CP05 for STREAMS with pid=159, OS id=21174 is in combined capture and apply mode.
    Capture STREAMS is handling 1 applies.
    Streams downstream capture STREAMS uses downstream_real_time_mine: TRUE
    Starting persistent Logminer Session with sid = 621 for Streams Capture STREAMS
    LOGMINER: Parameters summary for session# = 621
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 1
    LOGMINER: Memory Size = 10M, Checkpoint interval = 1000M
    LOGMINER: SpillScn 0, ResetLogScn 7287662065313
    LOGMINER: summary for session# = 621
    LOGMINER: StartScn: 12620843936763 (0x0b7a.84eb6bfb)
    LOGMINER: EndScn: 0
    LOGMINER: HighConsumedScn: 12620843936763 (0x0b7a.84eb6bfb)
    LOGMINER: session_flag 0x1
    LOGMINER: LowCkptScn: 12620843920280 (0x0b7a.84eb2b98)
    LOGMINER: HighCkptScn: 12620843920281 (0x0b7a.84eb2b99)
    LOGMINER: SkipScn: 12620843920280 (0x0b7a.84eb2b98)
    Wed Mar 28 10:44:53 2012
    LOGMINER: session#=621 (STREAMS), reader MS00 pid=198 OS id=22578 sid=1148 started
    Wed Mar 28 10:44:53 2012
    LOGMINER: session#=621 (STREAMS), builder MS01 pid=199 OS id=22580 sid=1338 started
    Wed Mar 28 10:44:53 2012
    LOGMINER: session#=621 (STREAMS), preparer MS02 pid=200 OS id=22582 sid=1519 started
    LOGMINER: Begin mining logfile for session 621 thread 1 sequence 196589, /opt/app/oracle/admin/singledb/stdbyarch/singledb_1_196589_569775692.arc
    Errors in file /opt/app/oracle/diag/rdbms/singledb/singledb/trace/singledb_ms00_22578.trc (incident=113693):
    ORA-00600: internal error code, arguments: [krvxruts004], [11.2.0.0.0], [10.2.0.4.0], [], [], [], [], [], [], [], [], []
    Incident details in: /opt/app/oracle/diag/rdbms/singledb/singledb/incident/incdir_113693/singledb_ms00_22578_i113693.trc
    Use ADRCI or Support Workbench to package the incident.
    See Note 411.1 at My Oracle Support for error and packaging details.
    krvxerpt: Errors detected in process 198, role reader.
    We have 5 streaming processes running.
    When we rebuilded one of them, everything works fine, but other are too big for rebuilding.
    Has anybody met with such a behaviour ?
    Oracle development is already working on it but we need faster solution.
    Thanks
    Jurrai

    wwn wrote:I got this after a former kernel update and I can give you only a typical windows advice: reinstall all the Bumblebeestuff after uninstallation and after a reboot. Sounds strange but worked for me.
    What exactly did you reinstall? I am experiencing the same problem.

  • Streams Replication:Source database Physical or Logical Standby DB

    Can the source database in streams replication be a physical or logical standby database ? If so, is the process of configuring streams the same as a regular database ? Are there any best practices or different configuration if the source is Logical or Physical standby DB ?
    Thanks in advance.

    Never done it, but I don't see any reason why it should not work.
    Streams, at capture site, is only a data dictionary game and in a logical standby your data dictionary is open read write.
    Streams, at capture site, never touch the source tables, in fact they may even not exists from Streams point of view,
    as it deals only with the redo that are generated.
    So Streams horizon is limited to the data dictionary, the log buffer, the archives and, in SYSAUX tablespace, all the LOGMNR_% tables. All these structures are read write in the logical standby. However, for the capture/propagation you may have to set to true the 'include_tagged_lcr' parameters.

  • HT204291 Does anyone know why when streaming a movie from my iMac the screen on my tele goes grey but I still get audio. It only happens when using the DVD application on the mac. iPhoto streams fine.

    Does anyone know why when streaming a movie from my iMac the screen on my tele goes grey but I still get audio. It only happens when using the DVD application on the mac. iPhoto streams fine.

    You are prevented from Airplay mirroring certain things like DVD content as the material is usually protected so you get a checkerboard type display.  I think there is a theoretical risk that the Airplay stream could be intercepted and the protected video copied, albeitin lower quality.
    Apple may be being cautious or are required to do so with the DVD player app by movie studios/licensing authorities.  It makes no sense to the average consumer who is just trying to send their purchased DVD to the TV via the computer and AppleTV.
    Playback in something like VLC should work - not tried it myself but others have commented it doesn't have the restriction.

  • My friend sent me an invite for shared photo stream. I've done all the requirement upgrades but everytime i clink on the invite it sends me to the requirements page. Any ideas?

    My friend sent me an invite to join a shared photo stream. When I clink on the invite it opens up a page that tells me the steps to ensure I have all the requirements for photo stream. I've triple checked and I do. But it is the same response every time I clink on the invite. Any ideas as to what I"m doing wrong?

    It's a fresh install so give the software a try from the Vista area and let us know what works:
    This is the Vista 64 bit page so it would be a better chance of working:
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=2100&lc=en&cc=us&dlc=en&sw_lang=en&product=33...
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may click on the white star in the "Kudos" button for any helpful post to give that person a quick thanks. These feedback tools help keep our community active, so you receive better answers faster.

  • I have a Sony radio in my car.   With IOS  4 on my IPhone I could use the docking plug to the usb input on the radio and stream ESPN radio or pandora to the radio.  After upgrading to IOS 5 on the phone the Sony radio will not recognize the phone .  Any t

    I have a Sony radio in my car.   With IOS  4 on my IPhone I could use the docking plug to the usb input on the radio and stream ESPN radio or pandora to the radio.  After upgrading to IOS 5 on the phone the Sony radio will not recognize the phone .  Any thoughts.

    I am reading on this site about the error I am getting and it wants me to change some files that I am not comfortable messing with. Mainly because it is like a foreign language. Will the store do this for me or tell me if it is neccessary?

  • Oracle Streams setup for multiple schemas in a same database

    We are on 11.1.0.7 and will be using Oracle 11g Streams that will replicate the data real-time for two schemas between the source and target set of schemas with in the same database. We will be doing DDL as well as DML replication.
    I created the following plan and want your inputs. After implementing this, I created a table in SCOTT but it's get replicated to RPT_SCOTT later I tried inserting a row in the table created under SCOTT but that too didn't get replicated to RPT_SCOTT.
    Here are the steps that I used to set up my STREAMS -
    Database Instance:     TESTDB
    Schemas:
         Source:          SCOTT
                   HR
         Target:          RPT_SCOTT
                   RPT_HR
    Configuring Streams:
    1.     Database is in Archive log mode
    2.     Set up the Streams administrator.
    create user STRMADMIN identified by STRMADMIN default tablespace USERS temporary tablespace temp;
    grant resource, dba, AQ_ADMINISTRATOR_ROLE to STRMADMIN;
    BEGIN
    DBMS_STREAMS_AUTH.GRANT_ADMIN_PRIVILEGE(
    grantee => 'STRMADMIN',
    grant_privileges => TRUE);
    END;
    3.     Set up Streams queues
    CONNECT STRMADMIN/****
    BEGIN
    DBMS_STREAMS_ADM.SET_UP_QUEUE(
    queue_name => 'STREAMS_QUEUE',
    queue_table => 'STREAMS_QUETAB',
    queue_user => 'STRMADMIN');
    END;
    4.     Add the Apply rule
    BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
    schema_name      => 'RPT_SCOTT',
    streams_type     => 'APPLY',
    streams_name     => 'APPLY_CC_STREAM',
    queue_name          => 'STRMADMIN.STREAMS_QUEUE',
    include_dml     => true,
    include_ddl     => true,
    inclusion_rule     => true,
    source_database     => 'TESTDB');
    END;
    BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
    schema_name      => 'RPT_HR',
    streams_type     => 'APPLY',
    streams_name     => 'APPLY_AB_STREAM',
    queue_name          => 'STRMADMIN.STREAMS_QUEUE',
    include_dml     => true,
    include_ddl     => true,
    inclusion_rule     => true,
    source_database     => 'TESTDB');
    END;
    BEGIN
    DBMS_APPLY_ADM.ALTER_APPLY(
    apply_name     => 'APPLY_CC_STREAM',
    apply_user     => 'STRMADMIN');
    END;
    BEGIN
    DBMS_APPLY_ADM.ALTER_APPLY(
    apply_name     => 'APPLY_AB_STREAM',
    apply_user     => 'STRMADMIN');
    END;
    5.     Add the Capture Rule
    CONNECT STRMADMIN/*****
    BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
    schema_name     => 'SCOTT',
    streams_type     => 'CAPTURE',
    streams_name     => 'CAPTURE_CC_STREAM',
    queue_name          => 'STRMADMIN.STREAMS_QUEUE',
    include_dml     => true,
    include_ddl     => true,
    inclusion_rule     => true,
    source_database     => 'TESTDB');
    END;
    BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
    schema_name     => 'HR',
    streams_type     => 'CAPTURE',
    streams_name     => 'CAPTURE_AB_STREAM',
    queue_name          => 'STRMADMIN.STREAMS_QUEUE',
    include_dml     => true,
    include_ddl     => true,
    inclusion_rule     => true,
    source_database     => 'TESTDB');
    END;
    6.     Set the instantiation system change number (SCN)
    CONNECT STRMADMIN/******
    DECLARE
    source_scn NUMBER;
    BEGIN
    source_scn := DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER();
    DBMS_APPLY_ADM.SET_SCHEMA_INSTANTIATION_SCN (
    source_schema_name => 'SCOTT',
    source_database_name => 'TESTDB',
    instantiation_scn => source_scn);
    END;
    7.     Start the Apply
    CONNECT STRMADMIN/******
    BEGIN
    DBMS_APPLY_ADM.START_APPLY('APPLY_CC_STREAM');
    END;
    BEGIN
    DBMS_APPLY_ADM.START_APPLY('APPLY_AB_STREAM');
    END;
    8.     Start the Capture
    CONNECT STRMADMIN/******
    BEGIN
    DBMS_CAPTURE_ADM.START_CAPTURE('CAPTURE_CC_STREAM');
    END;
    BEGIN
    DBMS_CAPTURE_ADM.START_CAPTURE('CAPTURE_AB_STREAM');
    END;
    Waiting for your inputs!

    If I understand from your code, you want to do this on the same DB :
    SCOTT --> RPT_SCOTT
    HR  --> RPT_HRSo there is a schema transformation, where is it coded ?
    General info : http://download.oracle.com/docs/cd/B28359_01/server.111/b28321/strms_transform.htm
    More specific on schema rename : http://download.oracle.com/docs/cd/B28359_01/server.111/b28321/strms_mtransform.htm#CHDGDHDE
    Next : where are the initialisation of both capture schema ?
    Missing :
    execute DBMS_CAPTURE_ADM.PREPARE_SCHEMA_INSTANTIATION( schema_name          => 'scott'');
    execute DBMS_CAPTURE_ADM.PREPARE_SCHEMA_INSTANTIATION( schema_name          => 'HR'');This tell Streams from where to capture the SCN.
    Also there is an (WRONG) instantiation of SCOTT for the apply, which tells the apply to consider as valuable candidate all LCR after source_scn,
    but where is the code or RPT_HR. Alas, you put for the APPLY target schema 'SCOTT' while it should have been 'RPT_SCOTT'.
    the fact that is correct or false depends where you put the schema transformation. If you put the transformation at apply time then use the SOURCE schema name (SCOTT, HR) for the LCR will contains their name. If you put the transformation at capture time, then put target schema name for the LCR will contain their name (RPT_HR,RPT_SCOTT).
    Let's say you put the schema transformation at capture time then
    Missing:
    DBMS_APPLY_ADM.SET_SCHEMA_INSTANTIATION_SCN (
    source_schema_name => 'RPT_HR',
    source_database_name => 'TESTDB',
    instantiation_scn => source_scn);If you attache the transformation on the apply process then the code is :
    DBMS_APPLY_ADM.SET_SCHEMA_INSTANTIATION_SCN (
    source_schema_name => 'HR',
    source_database_name => 'TESTDB',
    instantiation_scn => source_scn);And this is useless:
    -- useless code
    BEGIN
    DBMS_APPLY_ADM.ALTER_APPLY(
    apply_name => 'APPLY_CC_STREAM',
    apply_user => 'STRMADMIN');
    END;
    BEGIN
    DBMS_APPLY_ADM.ALTER_APPLY(
    apply_name => 'APPLY_AB_STREAM',
    apply_user => 'STRMADMIN');
    END;
    /Last : You are using the same queue for 2 separated capture/apply transformation.
    Do yourself a favor and give each couple capture/tranform/apply its own queue.

  • Like to understand - Stream DataSet (of XML data) to ZIP file?

    i have similar kind of requirement where i need to save dataset data in multi part zip file. from this site i got a sample code
    .NET - Stream DataSet (of XML data) to ZIP file? but few area is not clear.
    the sample code as follows
    // get connection to the database
    var c1= new System.Data.SqlClient.SqlConnection(connstring1);
    var da = new System.Data.SqlClient.SqlDataAdapter()
    SelectCommand= new System.Data.SqlClient.SqlCommand(strSelect, c1)
    DataSet ds1 = new DataSet();
    // fill the dataset with the SELECT
    da.Fill(ds1, "Invoices");
    // write the XML for that DataSet into a zip file (split into 1mb chunks)
    using(Ionic.Zip.ZipFile zip = new Ionic.Zip.ZipFile())
    zip.MaxOutputSegmentSize = 1024*1024;
    zip.AddEntry(zipEntryName, (name,stream) => ds1.WriteXml(stream) );
    zip.Save(zipFileName);
    how this word code Ionic they are using dotnet zip library ? tell me what is
    Ionic
    i guess this line zip.MaxOutputSegmentSize = 1024*1024; means each segment size would be 1mb ? am i right ?
    this line is not clear
    zip.AddEntry(zipEntryName, (name,stream) => ds1.WriteXml(stream) );
    what is the meaning of this (name,stream) stream never declared but how they can use ?
    tell me what is the meaning of this line zip.AddEntry(zipEntryName, (name,stream) => ds1.WriteXml(stream) ); what the code will do reading the above statement.
    suppose if the above code save dataset data in 5 separate zip file then what name will be used for each segment?
    if possible give me the code which will read all segment file and extract its content in a folder. thanks

    Ionic is a 3rd party library which can be download by click on the shortcut where you got the code.  I don't recommend using compiled 3rd part software unless the source code is provided.  Codeplex solutions are usually very reliable.
    Yes 1024 x 1024 is the 1mbyte size of the stream
    The library is using a Linq syntax.  So  simple Linq uses something like this
    .Select(x => x.ToString())  Where x is a variable name that can be any letter(s) you choose.  Select is part of an enumeration.  It is really just a shortcut instead of using a "FOR" statement.
    The line zip is more complicated version of Linq.  It is using two parameters (name,stream).  I don't think the code actually works and you would have to look at the documentation at the codeplex website.
    jdweng

  • If i delete a photo in my iphoto library that I added to a photo stream, does it delete it from the photo stream?

    If i delete a photo in my iphoto library that I added to a photo stream, does it delete it from the photo stream?

    i can't tell if my question is the same, or slightly different, but this thread seems closest to my question so i will ask it here so as to not duplicate:
    on my iphone 6 i have icloud photos beta on. in iphoto on my computer, i have photostream on, but auto import off. so, the only thing i have for photo stream photos is "icloud" under the shared heading.
    when i delete a photo from the icloud section in photo, it does not delete it from the photos beta app in beta.icloud.com. if i had auto import turned on, i would think this would be normal functioning with respect to the actual events that get imported, but since i have it turned off and am working with photostream itself i would have thought it would delete from the photos app on the website when i delete it from the stream in iphoto.
    similarly, deleting a photo from the photos app on the icloud website does not delete it from the iphoto photostream if i had already opened iphoto and thus the album had already been updated (though if i delete the photo from the beta website before opening iphoto, it won't show up in iphoto since it was deleted from photostream before iphoto updated from photostream).
    so, as it stands - my iphoto only sort of syncs with photostream. is everyone experiencing this? i'll be honest - i still don't get the new icloud drive and photos, so maybe the issue i am having is exactly what the photos app for osx is intended to correct when it comes out next year. or am i just wrong in how i think the syncing is supposed to function?
    iphoto 9.6; yosemite; mid 2010 MBP

  • HELP Logfile Error: applepushserviced: APSCourier: 0x7f8a6150fad0 : Stream error occurred for APSTCPStream: 0x7f8a61504a40 : The operation couldn't be completed. Socket is not connected

    Two days ago I noticed a noise my MBP started to make all by itself, it started basically right after I changed the sync contacts option in iTunes for my iPhone to sync my contacts along with my gmail contacts. I've changed it back since then but it continues to make the noise and log file error entries are still posting. Below is my error log file for this issue from the first instance to the last one. Can someone please tell me how to fix this?
    5/6/12 5:36:55.323 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. Socket is not connected
    5/6/12 5:36:55.338 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 5:36:55.343 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:19:08.556 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152ab60>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:31:36.063 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. Socket is not connected
    5/6/12 6:31:36.077 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab5a350>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:31:36.085 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab5a350>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:37:38.014 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:37:40.525 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152cd20>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:16.042 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. Socket is not connected
    5/6/12 9:16:16.065 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab4bf30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:16.070 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:17.575 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab5a350>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:18.597 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab58270>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:44:10.355 AM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    5/7/12 7:59:36.004 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. Socket is not connected
    5/7/12 7:59:36.065 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:36.096 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab5d240>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:36.520 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:39.044 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:41.177 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab7f8d0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:43.695 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab7f8d0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 8:51:48.271 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab67f60>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 8:51:48.272 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:16:30.061 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab4bf30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:17:37.165 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. Socket is not connected
    5/7/12 9:17:37.172 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6c0b0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:17:37.188 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:20:19.760 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. Socket is not connected
    5/7/12 10:20:19.766 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:20:19.775 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:20:19.781 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:21:47.436 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:21:47.671 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 1:45:59.140 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6e570>: The operation couldn’t be completed. Socket is not connected
    5/7/12 1:45:59.155 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 1:45:59.243 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73150>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 1:46:00.308 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 2:09:38.352 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. Socket is not connected
    5/7/12 2:09:38.394 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 2:09:38.414 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 2:09:39.301 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:34:43.403 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. Socket is not connected
    5/7/12 5:34:43.430 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:34:43.447 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:34:45.952 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:20:48.145 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. Socket is not connected
    5/7/12 6:20:48.169 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:20:48.178 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:20:48.184 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61553e50>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:33:59.398 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab58660>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:34:01.913 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:57:20.569 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab66ab0>: The operation couldn’t be completed. Socket is not connected
    5/7/12 6:57:20.583 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 8:11:38.386 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:14:13.280 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. Socket is not connected
    5/7/12 9:14:13.298 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:14:13.311 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:14:14.076 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:23:52.792 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615479b0>: The operation couldn’t be completed. Socket is not connected
    5/7/12 9:23:52.809 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab58270>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:23:52.828 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab58270>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:01:40.292 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. Socket is not connected
    5/8/12 1:01:40.307 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:01:40.312 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab3fe30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 2:49:58.175 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab3fe30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:31:59.322 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:32:00.256 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:32:01.763 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:32:02.767 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:10.243 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615479b0>: The operation couldn’t be completed. Socket is not connected
    5/8/12 6:02:10.268 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615479b0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:10.323 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab3fe30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:12.129 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61554bf0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:14.638 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61554bf0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 10:58:53.278 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. Socket is not connected
    5/8/12 10:58:53.307 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 10:58:53.315 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:41:08.131 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. Socket is not connected
    5/8/12 11:41:08.152 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:41:08.249 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615168f0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:41:09.746 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:46:54.727 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab63590>: The operation couldn’t be completed. Socket is not connected
    5/8/12 11:46:54.740 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab63590>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:46:54.746 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:55:41.541 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:55:44.051 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab66ab0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)

    I get same error, i was trying to, understand why the host in my Terminal was "HOST139cddb40e29 " and not "MacBookHouse", then after the same error you get i see this two lines, just after:
    21/06/12 13:05:22,371 configd: network configuration changed.
    21/06/12 13:05:22,747 configd: setting hostname to "HOST139cddb40e29"
    May be make some sense to somebody. i will see...

  • HT1349 I have multiple albums that I've purchased that iTunes will not allow me to play stating they cannot locate the source. I then tried going into available downloads in iTunes to see if I needed to download it again, and iTunes tells me it is already

    I have multiple albums that I've purchased through iTunes, and iTunes will not allow me to play them stating they cannot locate content.I tried going into iTunes Store and look for available downloads, but the store shows it's already downloaded. It's a lot of music i've bought and can't play. How do I fix this?

    Forget the pad for a moment and just think about I tunes on your computer.  Every now and then( 3 times over 6 years) when doing an I tunes upgrade, I tunes seems to lose track of some of my music files.  They show up in the I tunes listing, but when you try to play, it cannot find the source.   The cause is always that I have somehow moved some or all of the music to a library that is outside of the set of libraries I have dragged into I tunes.
    On your computer, search for one of the songs.  All the missing ones are probably together, and when you find one, you will find the rest.  When you find it, note the directory  and file path to where it lives, then add that path to your I tunes
    Ibarra.
    Note, the original listing will still be in I tunes, so you will get double listings for theses songs, and no easy way to tell which is the valid ane and which is not, other than the ! Symbol when it cannot find the file.  I know of no good way to get rid of the duplicate listing except manually going through and deleting them.
    One you get them back into your I tunes library, they will sync and play fine.
    Second side effect,  if you are streaming to atv, and it comes accross one of those entries that leads nowhere, it simply stops streaming, and you have to restart the play.

  • Audio streaming on my Mac from an unknown source

    Hi. This has happened a couple of times where I don't have any programs running that I can tell and audio starts streaming on my Mac from an unknown source. This last time it was a talk radio. Internet browser is closes and no other programs are open. When I turned off airport it disappeared. Am I being hacked or do I have a virus?

    How frustrating??

  • How can I see My Photo Stream from two Macs associated with the same Apple ID?

    I have a MacBook Pro (my personal machine) and an iMac (our family computer).
    The iPhoto library housing all of our family photos lives on the iMac.
    The iPhoto library on my MacBook Pro is currently empty.
    I have an account on both machines.  I have associated the same Apple ID with both machines.
    When I launch iPhoto on my MacBook Pro and attempt to turn on photo sharing (so that I can see My Photo Stream, as well as other shared streams), iPhoto informs me that "iCloud Photos for xxx@xxx is being used with another library named 'iPhoto Library'."
    My iPhone, which is also affiliated with the same Apple ID, shows the streams just fine.
    What can I do to remedy this situation?  I'd like to be able to view my shared streams on my MacBook Pro, while leaving the actual massive photo library on the iMac.

    I found out about this issue when I created a new library with some photo's I wanted to sync to my iCloud account.  I found the following on the Fat Cat Software page and thought it might be helpful to others:
    Using Photo Stream with multiple libraries
    Starting in iPhoto 9.2, Apple introduced a new feature called Photo Stream, which lets you automatically transfer photos via their iCloud service between your iPhoto library and your other devices such as an iPhone, iPad, or another Mac. This feature works when you have multiple iPhoto libraries set up, but there are a couple things to be aware of.
    First, iPhoto will only allow Photo Stream to be active in one iPhoto library at any given time. If you've already enabled Photo Stream in one library, but then open a second library and enable Photo Stream there, this will cause Photo Stream to be turned off in the first library.
    Any photos downloaded by Photo Stream are actually stored in an entirely separate location from any of your iPhoto libraries. This means that, even if you do switch Photo Stream from one library to another, you will not need to go through redownloading all the photos you already have in Photo Stream back from the iCloud servers. So, switching Photo Stream from one library to another is a relatively inexpensive operation, so you can do it as often as needed without it being much of a hassle.

  • TS1368 When I try to make a purchase at the App Store or iBook Store or iTunes an error message tells me my account is not valid at the UK store. I live in Canada so how did I get to be connected to the UK and how can I get back to Canada?

    When I try to make a purchase at the App Store or iBook store or at iTunes an error message tells me my account is not valid for the UK store. I've no idea how I got connected there and I'd like help getting back to Canada where I live. Any suggestions?

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3.Tap "View Apple ID"
    4. Enter your user name and password.
    5. Tap "Country/Region."
    6. Tap "Change Country/Region"
    7. Select the region where you are located.
    8. Tap "Done".

  • TS1702 I've done recent iOS update on IPad (2nd gen) and now game center will not open.  and when I attempt to contact support it tells me that I need current safari browser, yet when I plug in it tells me all is up to date????????

    I've done recent ios update on my IPad (2nd gen.)  and now game center has stopped connecting.  Just goes to blank white screen.   I have synced 4 times and turned IPad on and off several times.  when I try to connect to Apple support it tells me that i must have current safari browser.  Yet when I sync to my MAC it tells me all is up to date with current ios. 
    Please help.......

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    If no joy... Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Restoring  >  http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes (v11.1.5) Installed on your computer
    iTunes free download from www.itunes.com/download

Maybe you are looking for

  • Installation Problem on CentOS

    Hello guys, i am using an Centos 6.2 linux with installed oracle-xe. I have installed it from an rpm. I use always the default settings. After that i could start it normal and successful connect to apex. Now i want to create an database user. I conne

  • Error while trying to create a new company

    Hey All I found an error while trying to create a new company. the Error like - No matching Records Found - [ODBC -2028] This can generate only database but not any tables in that database. Please help me. Thanking you Hepil Doshi

  • Upgrading to OS 4.3, Podcast plays NO SOUND

    After upgarding to OS4.3, the economist podcast can't be played on iphone 4. I click the particular episode, it shows seconds and jump back listing screen. it plays but no sound at all click "Get More Episodes" a. shows "Canno't connect to iTuens Sto

  • Audio Rendering

    Hey Guys Im importing all my old videos through imovie using my vcr to camera to computer (since FCE needs a "timecode") when i bring in the video which can be up to 30+ minutes long is their anyway to turn off the audio rendering or still watch the

  • Order Management - Integration to ECC

    Hi, when we replicate order from CRM to ECC, we encounter the following errors. any advice is really appreciated. Thanks. JD Characteristics for Controlling object have errors (Notification E IAOM 034) Company code  is not defined (Notification E F5