Stuck applying SPstacks in ERP2005...

Hi Guys,
I've installed ERP2005 ABAP + Java successfully. I then Applied the kernel and Java SP stacks using JSPM (success there too). Now, after updating SPAM and importing the SP's BASIS 07 to 10 (all at once, even though there was not extra requirement), this is what I get:
These steps go ok:
Generate Transport Information File
Import Request Piece List          
Test Import                        
Import ABAP Dictionary Objects     
Then, I notice that I get very little system activity (CPU) and I get one workprocess stuck in STOPPED RFC.
After many hours (8), I tried shutdown the system and restart it and then restart the SPAM import.
I get this:
STOP  tp_getprots          BT6 P      20070201082010              DDIC         sapserver1 20070201081957                            
STOP  MOVE NAMETABS        BT6 6      20070201082010              DDIC         sapserver1 20070201081957                            
START MAIN IMPORT          BT6 I      20070201082010              DDIC         sapserver1 20070201081957                            
WARNING:
sapserver1\sapmnt\trans\tmp\SAPKKB70007.BT6 is already in use (10), I'm waiting 4 sec (20070201082038). My name: pid 7228                                                                               
WARNING:
sapserver1\sapmnt\trans\tmp\SAPKKB70007.BT6 is already in use (20), I'm waiting 1 sec (20070201082102). My name: pid 7228
I go to ST22 and I see hundreds of shortdumps (SYNTAX ERROR).
What am I doing wrong?
Anyway, now many standard transactions don't work.
Any help is greatly appreciated.
Thanks
Leonardo

Hi,
Check that no tp and R3trans are running in task manager (i understand that you have windows). Delete any running tp/R3trans  process.
rename the file
sapserver1\sapmnt\trans\tmp\SAPKKB70007.BT6
and restart SPAM
It should be OK
Thanks

Similar Messages

  • Stuck Applying SP stacks for ERP2005...

    Stuck applying SPstacks in ERP2005...

    Thanks Jacob for quick response.
    I have desktop with Pentium 3.0 GHZ and 4GB RAM, Windows XP.
    CPU time and memory use was constant and had not reach to max.
    I waited for 65 minutes and then stop the installation.
    May be I should have waited little longer.
    But, now can not continue EP6 installation because J2EE instance is not coming up. SAP Management Console does not have any process to start/stop.
    Any idea how to revert the partial EP6 upgrades or resolve this problem?
    Thanks once again.
    Abhay

  • Feedback on 1995970

    hi
       we have same problem as this notes mentioned,but after we reinstall the portal 7.31 and apply spstack 10, the problem is still same. but according to notes after sp 10 pl9 ,it should be solved.
    thanks
    larry zhu

    Hi Matan
    Could it be that the following error message(Query analyzer) is related to the patches?
    "ABEND RSWWW (051): Inconsistency in the database for object  (03 )"
    Kind regards
    Marian

  • My iphone 3GS no longer syncs with iTunes. The phone is recognised, backs up but then I get an error message: "Waiting for changes to be applied". BUT unlike other people, it doesn't stay stuck on it, instead the process closes down immediately

    Hi all,
    Apologies: I've just joined the community and didn't quite figure how to write a msg! Hope it works...
    Anyway,
    I read many posts on this annoying error message (Waiting for changes to be applied) in the last 2/3 days, but they all refer to the sync staying stuck on it.
    Mine doesn't.
    I read the message, then it quickly shuts down the sync and the iTunes progress bar only shows the apple...
    As suggested by many, I removed voice msgs, turned off/on, tried to sync in individual stages (calendar only...) but nothing works.
    I am up to date on iTunes (11.1.1.11) and have IOS 6.1.3 on my phone, to sync on a Win8 pc (all worked fine until recently).
    I have had this phone for several years and it has never done this.
    It worked absolutely fine, until I loaded the latest version of iTunes it seems...
    Any suggestions?
    Many thanks

    ALSO, on the iPod under Settings>General>iTunes Sync, you may need to back out of the "iTunes Wi-fi Sync," and reopen it to get it to update.
    (I use iTunes 11.1.5.5)

  • Logical standby stuck at initializing SQL apply only coordinator process up

    Hi
    OS: solaris 5.10
    Hardware: sun sparc
    Oracle database: 11.2.0.1.0
    Primary database name: asadmin
    Standby database name: test
    I had been trying to convert a physical standby to logical standby database. Both the primary and standby reside on the same machine.
    The physical standby was created with a hot backup of primary.
    I had been following document id 278371.1 to convert the physical to logical standby and used the following steps:
    Relevant init parameters on primary:
    *.db_name='asadmin'
    *.db_unique_name='asadmin'
    *.log_archive_config='dg_config=(asadmin,test)'
    *.log_archive_dest_1='location=/u01/asadmin/archive valid_for=(all_logfiles,all_roles) db_unique_name=asadmin'
    *.log_archive_dest_2='SERVICE=test async valid_for=(online_logfiles,primary_role) db_unique_name=test'
    *.log_archive_dest_state_1='enable'
    *.log_archive_dest_state_2='enable'
    *.fal_client='asadmin'
    *.fal_server='test'
    *.remote_login_passwordfile='EXCLUSIVE'
    Relevant init parameters on standby database:
    *.db_name='test' -- Was asadmin before I renamed the DB during conversion to logical standby
    *.db_unique_name='test'
    *.log_archive_dest_1='location=/u01/test/archive valid_for=(all_logfiles,all_roles) db_unique_name=test'
    *.log_archive_dest_2='service=asadmin async valid_for=(online_logfiles,primary_role) db_unique_name=asadmin'
    *.log_archive_dest_state_1=enable
    *.log_archive_dest_state_2=defer
    *.remote_login_passwordfile='EXCLUSIVE'*.fal_server=test
    *.fal_client=asadmin
    Steps on primary:
    1) alter system set log_archive_dest_state_2=defer;
    2) shutdown immediate;
    3) Made sure that the physical standby has applied all of the redo sent to it following the shutdown.
    4) startup mount;
    5) ALTER DATABASE BACKUP CONTROLFILE to '/home/oracle/control01.ctl';
    6) ALTER SYSTEM ENABLE RESTRICTED SESSION;
    7) ALTER DATABASE OPEN;
    8) Verified that the supplemental logging is on.
    9) ALTER SYSTEM ARCHIVE LOG CURRENT;
    10) Checked for the checkpoint change no. at this point which is 72403818 and is present in archive log file 1_62_775102253.dbf
    11) EXECUTE DBMS_LOGSTDBY.BUILD;
    12) ALTER SYSTEM ARCHIVE LOG CURRENT;
    13) Checked for the archive log containing dictionary build which is 1_64_775102253.dbf
    14) ALTER SYSTEM DISABLE RESTRICTED SESSION;
    Details of archive logs and related checkpoint change nos:
    NAME FIRST_CHANGE# NEXT_CHANGE#
    /u01/asadmin/archive/1_61_775102253.dbf 72402901 72403817
    /u01/asadmin/archive/1_62_775102253.dbf 72403817 72404069
    /u01/asadmin/archive/1_63_775102253.dbf 72404069 72404211
    /u01/asadmin/archive/1_64_775102253.dbf 72404211 72405700
    Steps on standby:
    1) shutdown immediate;
    2) Copy the archivelog file 61(was created at primary after apply stopped at standby), 62(contains checkpoint no. 72403818), 63 and 64(contains dictionary build). Copy the backup controlfile from step 5 above to the controlfile location in standby init.
    3) startup mount;
    4) Rename all datafiles and redo log files (including standby redo log files) to the correct path on standby.
    5) alter database recover automatic from '/u01/test/archive' until change 72405700 using backup controlfile; -- This completed error-free
    6) alter database guard all; -- this completed error free
    7) alter database open resetlogs; -- this completed error free.
    8) nid target=sys/oracle12 dbname=test
    9) Changed the db_name in init file to new name test.
    10) Added a tempfile to temp tablespaces.
    11) ALTER DATABASE REGISTER LOGICAL LOGFILE '/u01/test/archive/1_61_775102253.dbf'; -- ORA-16225: Missing LogMiner session name for Streams
    12) ALTER DATABASE START LOGICAL STANDBY APPLY INITIAL 72405700; -- This completed error free.
    Also enabled the log_archive_dest_state_2 on primary.
    After this output from some views:
    SQL> SELECT SESSION_ID, STATE FROM V$LOGSTDBY_STATE;
    SESSION_ID STATE
    1 INITIALIZING
    SQL> SELECT SID, SERIAL#, SPID, TYPE FROM V$LOGSTDBY_PROCESS;
    SID SERIAL# SPID TYPE
    587 22 15476 COORDINATOR
    SELECT PERCENT_DONE, COMMAND
    FROM V$LOGMNR_DICTIONARY_LOAD
    WHERE SESSION_ID = (SELECT SESSION_ID FROM V$LOGSTDBY_STATE);
    PERCENT_DONE
    COMMAND
    0
    SQL> SELECT TYPE, HIGH_SCN, STATUS FROM V$LOGSTDBY;
    TYPE HIGH_SCN STATUS
    COORDINATOR ORA-16111: log mining and apply setting up
    SQL> SELECT APPLIED_SCN, NEWEST_SCN FROM DBA_LOGSTDBY_PROGRESS;
    APPLIED_SCN NEWEST_SCN
    72405700 72411501
    SELECT THREAD#, SEQUENCE#, FILE_NAME FROM DBA_LOGSTDBY_LOG L
    WHERE NEXT_CHANGE# NOT IN
    (SELECT FIRST_CHANGE# FROM DBA_LOGSTDBY_LOG WHERE L.THREAD# = THREAD#)
    ORDER BY THREAD#,SEQUENCE#;
    no rows selected
    SQL> SELECT EVENT_TIME, STATUS, EVENT
    FROM DBA_LOGSTDBY_EVENTS
    ORDER BY EVENT_TIMESTAMP, COMMIT_SCN; 2 3
    EVENT_TIME STATUS EVENT
    14-FEB-12 02:00:50 ORA-16111: log mining and apply setting up
    14-FEB-12 02:00:50 Apply LWM 72405699, HWM 72405699, SCN 72405699
    14-FEB-12 02:20:11 ORA-16128: User initiated stop apply successfully
    completed
    14-FEB-12 02:20:39 ORA-16111: log mining and apply setting up
    14-FEB-12 02:20:39 Apply LWM 72405699, HWM 72405699, SCN 72405699
    14-FEB-12 02:54:15 ORA-16128: User initiated stop apply successfully
    completed
    14-FEB-12 02:57:38 ORA-16111: log mining and apply setting up
    EVENT_TIME STATUS EVENT
    14-FEB-12 02:57:38 Apply LWM 72405699, HWM 72405699, SCN 72405699
    14-FEB-12 03:01:36 ORA-16128: User initiated stop apply successfully
    completed
    14-FEB-12 03:13:44 ORA-16111: log mining and apply setting up
    14-FEB-12 03:13:44 Apply LWM 72405699, HWM 72405699, SCN 72405699
    14-FEB-12 04:32:23 ORA-16128: User initiated stop apply successfully
    completed
    14-FEB-12 04:34:17 ORA-16111: log mining and apply setting up
    14-FEB-12 04:34:17 Apply LWM 72405699, HWM 72405699, SCN 72405699
    EVENT_TIME STATUS EVENT
    14-FEB-12 04:36:16 ORA-16128: User initiated stop apply successfully
    completed
    14-FEB-12 04:36:21 ORA-16111: log mining and apply setting up
    14-FEB-12 04:36:21 Apply LWM 72405699, HWM 72405699, SCN 72405699
    14-FEB-12 05:15:22 ORA-16128: User initiated stop apply successfully
    completed
    14-FEB-12 05:15:29 ORA-16111: log mining and apply setting up
    14-FEB-12 05:15:29 Apply LWM 72405699, HWM 72405699, SCN 72405699
    I also greped for lsp and lcr processes and found that lsp is up but do not see any lcr.
    The logs are getting transported to the archive destination on standby whenever they are archived on primary but are not getting applied to standby.
    Also in case the standby is down while a log is generated on primary it is not automatically transported to standby once the standby is up, means gap resolution is also not working.
    I see the following in alert log every time I try to restart the log apply, everything seems to be stuck at initialization.
    ALTER DATABASE START LOGICAL STANDBY APPLY (test)
    with optional part
    IMMEDIATE
    Attempt to start background Logical Standby process
    Tue Feb 14 05:15:28 2012
    LSP0 started with pid=28, OS id=23391
    Completed: alter database start logical standby apply immediate
    LOGMINER: Parameters summary for session# = 1
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 201
    LOGMINER: Memory Size = 30M, Checkpoint interval = 150M
    LOGMINER: SpillScn 0, ResetLogScn 0
    -- NOTHING AFTER THIS

    Hello;
    I noticed some of your parameters seem to be wrong.
    fal_client - This is Obsolete in 11.2
    You have db_name='test' on the Standby, it should be 'asadmin'
    fal_server=test is set like this on the standby, it should be 'asadmin'
    I might consider changing VALID_FOR to this :
    VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES)Would review 4.2 Step-by-Step Instructions for Creating a Logical Standby Database of Oracle Document E10700-02
    Document 278371.1 is showing its age in my humble opinion.
    -----Wait on this until you fix your parameters----------------------
    Try restarting the SQL Apply
    ALTER DATABASE START LOGICAL STANDBY APPLY IMMEDIATEI don't see the parameter MAX_SERVERS, try setting it to 8 times the number of cores.
    Use these statements to trouble shoot :
    SELECT NAME, VALUE, UNIT FROM V$DATAGUARD_STATS;
    SELECT NAME, VALUE FROM V$LOGSTDBY_STATS WHERE NAME LIKE ;TRANSACTIONS%';
    SELECT COUNT(1) AS IDLE_PREPARERS FROM V$LOGSTDBY_PROCESS WHERE
    TYPE = 'PREPERER' AND STATUS_CODE = 16166;Best Regards
    mseberg
    Edited by: mseberg on Feb 14, 2012 7:37 AM

  • Stuck on "waiting for changes" to be applied during a restore from backup

    I am on an iPhone 5s and before installing iOS 8, I made sure to create a backup of everything on my phone onto my laptop.  The iOS 8 download completed and during the install, it would get stuck on a white screen with a black apple and a status bar 1/4 complete.  I waited several hours and nothing changed, so I talked to someone at Apple and they said that I needed to restore the iPhone, get iOS 8 up and running, then restore my phone from my latest backup which was made with the most recent version of iOS 7.  The restore on the phone worked fine to bring it back to factory settings, then I went to restore from my backup on my laptop and this seemed to be working fine as it had my text messages, emails, etc., but it only has 1.5 pages of app icons (half of which are blacked out) and my iTunes remains on Step 5 of 5 "Waiting for changes to be applied".  After several hours, I cancelled this backup restore and attempted to do it again, but the same thing happens.  Is it possible to have a corrupt Backup? and if so, what should I do?
    Thanks.

    Try this previous discussion:
    "Waiting for changes to be applied": Apple Support Communities

  • When syncing after recent update, sync is stuck at "Step 4 of 4" "Waiting for changes to be applied" and will not complete, even after hours.  How can this be fixed?

    I completed the most recent software update for both iTunes and iPhone recently.  I am now trying to sync my iPhone to add newly purchased audiobooks and the sync remains stuck at "Step 4 of 4" with the message "Waiting for changes to be applied"  I have tried everything to correct this.  When sync is cancelled a failure to sync message is generated.  Any ideas????

    Alright, so I reset my computer and suddenly it then recovered. Other times it wouldn't recover after resetting the computer, so I have no idea how it happened. I just restarted the computer lots of time and finally it worked.
    Okay, back to square one. Now to transfer music, I tried my previous acknowledgable solutions but they didn't work. The iPod touch does not feature a hard-disk mode, and windows media player doesn't support iPods.
    I've tried multiple programs to transfer music but none of them work properly and keep giving me error codes. So my iPod still gets stuck at Step 4: Waiting for changes to be applied or whatever it said.
    Thanks in advance ._. (Please help)
    p.s - Apple is useless. If I don't get steady answers tomorrow I'm going to end up calling them and get this problem fixed first hand. Second hand? I don't know, over the **** phone.
    juiceb0xk signing out for the night. Bye. >:(

  • ITunes stuck on "Waiting for changes to be applied"

    Here are the symptoms I'm seeing:
    - If I restore my phone, or delete/reinstall iTunes, or uncheck "Sync Music", wait for a sync to complete, recheck "Sync Music", ONE sync attempt will complete. I try adding one additional song and re-syncing the device, it gets stuck.
    - If a sync doesn't complete, it gets stuck on "Waiting for items to copy" or "Waiting for changes to be applied". Via fs_usage, it seems like nothing is happening during this phase. I've left it for two hours and it doesn't move on from this phase unless you manually cancel the sync.
    - It's manifested itself on two different phones - an iPhone 4S and a iPhone 6.
    - Each phone has enough space for the items I'm syncing
    - Sometimes iTunes or gets confused and moves the entire music library on my phone into "Other". Recently I had 42GB of "Other" on a 55GB device. See attached screenshot: http://monosnap.com/file/AaDzqWpgtNXtfTYdy8iscfTKrkZGWC
    - The problem has persisted across multiple versions of iTunes (at least versions 11 and 12)
    Here are the things I've tried to solve the problem:
    - Restore the device - as mentioned, works one time, further syncs fail
    - Turn my laptop off and on
    - Turn my phone off and on
    - Replace "iTunes Library.xml" by moving it to the Desktop and rebuilding the file (really fun as I lost all playlists, import date info and most played information by doing this)
    - uncheck Sync Music and recheck it - as mentioned above, this works one time, this method is also error prone (takes 3 or 4 canceled syncs before it decides to actually transfer the songs)
    - signed out of Apple Store
    - repair disk permissions
    - repair disk
    - trace iTunes process with fs_usage, will try dtruss next
    - remove the SyncServices/Local directory - didn't do anything
    - remove iTunes and every trace of it I could find (com.apple.itunes and related plist files) and reinstall from the Internet - I got one good sync after this and then it got stuck again.
    I would appreciate your help as I'm at wit's end here. If there are any debugging logs or further information I can post, please tell me - I'm a software engineer by trade and have a fairly good idea of how to operate a machine (though not really how to debug a closed-source binary, maybe I should learn how).
    Thanks,
    Kevin

    This problem started last year when ios 8 was released. I think apple is trying to force users to buy music on iTunes store and that's why it's impossible to sync other music and also that's the reason why they haven't solved this serious problem. That's really disappoints me and i'm angry with apple because i have like 10 gb of music in mp3 and i can't sync music from iTunes to my iPhone.

  • Ipod touch 3rd generation is stuck in "waiting for changes to apply" during sync

    My iPod touch 3rd generation is stuck at "waiting for changes to apply" during sync.  I have the latest update and the latest version of iTunes downloaded.  Any suggestions for a remedy to this problem?  Thanks!

    Here is the link for the downgrade from Apple.
    Link: http://support.apple.com/kb/DL1103
    Here is the Link before you install Apple 10.3 downgrade Read Oct. 17th the 1st on of the 17th.where I said "A" OKAY
    Link: https://discussions.apple.com/message/16500143#16500143
    I went into my desktop PC the to Start/My music/iTunes folder.
    In my folder there was nothing called ITunes Library.itl., but I had file called iTunes Library, in the center of it labeled "Lib", so I re-named it to "iTunes Library.itl.backup" Then went to the folder from iTunes" Previous iTunes
    Library" and copied and pasted mine was iTunes Library 2011-04-02 right into the iTunes main folder.
    Close your iTunes folder and then install the previous ver. 10.3 of the Apple link. I did not reboot PC. Did not use Cc cleaner nor add/Remove. then after 10.3 said finished installing 10.3 I clicked on my iTune Icon and iTune came up, iPod not plugged in yet.
    Then I clicked on "let iTune to find all my music and install them", said towards bottom of iTunes.
    Why we don't have the answer but iTune will put all your music in but you will have duplicates of the songs, so you will have your work cut out for you, takes time. plus some of my Artwork was missing, but I save that too.
    I'm not Responsible for this instructions, this is what worked for me.
    I think everything here is in order. Lot of my information came from all of you guys.Thank you. took a lot of reading, and trial and errors 2 1/2 day latter.

  • Can no longer sync from Itunes to my Ipod. It stays stuck on "waiting for changes to be applied".

    I get to the part where it says "waiting for changes to be applied". And it stays stuck on there. It's been going on since yesterday. I've never had this problem before.

    "Waiting for changes to be applied": Apple Support Communities
    Also look at the previous discussions listed on the right side of this page under the heading "More Like This"

  • Itunes sync stuck on waiting for changes to be applied

    I recently updated itunes to version 12.0.1.26.  I have an Iphone 5 - with ios 8.1.1.
    When I tried to sync my iphone to itunes, it constantly gets stuck on "step 6 of 6 - waiting for changes to be applied"
    The only songs I now have access to on my iphone are songs I have downloaded through itunes - none of the music I previously had on my phone from CDs or other sources.  It also made my videos unaccessable.
    I am really frustrated as I have spent hours trying to fix this.  Every time I update my itunes I have a different problem.  I have read many other questions with the same issue over the years - but there never seems to be an answer or solution.
    Thanks in advance for help!

    I really don't appreciate the fact that no one from Apple seems to be dealing with the many, many threads that have started on this topic since iOS 7 came out. In any event, I seem to have solved my problem with a full software restoration -- that is, iOS software restoration.
    I clicked on "Restore iPhone..." which does a complete reinstall of the iOS but also all apps, photos, songs, etc. Took about 45 minutes, but seems to have worked.
    I had previously tried reverting to a backup of my iPhone, but that did not solve the problem. Only a full restore solved it.

  • Workflow stuck in starting state after applying SharePoint 2010 CU December 2012

    I have custom visual studio workflow which are associated with Custom content type. workflow gets triggered automatically when a file is uploaded to SharePoint. Everything was working fine till when i apply the following CU
    http://blogs.msdn.com/b/joerg_sinemus/archive/2012/12/27/sharepoint-2010-and-december-2012-cu.aspx
    After applying this my workflow get stuck in "Starting" state.
    No error were logged in 14 hive logs.
    Thanks in Advance!

    It took me a while but I came up with a work around.  There is a PowerShell script below that can be used to trigger the workflow.  Hopefully this will hold all of us over until the official fix arrives.
    First remove the auto start on change or new from the affected workflow
    Edit the script below to match your environment
    Add the script to Windows task scheduler with the PowerShell.exe in the command line
    This assumes PowerShell.exe is in the path
    Then add the full path and script name in the add arguements text box
    Script:
    #The purpose of this script is to start the SPD workflow with the windows task scheduler for a trigger
    #This should avoid the check in-out issue caused by the December 2012 SP CU patch
    #This needs to be run on an account with membership in the farm administration group for SharePoint and Shell in SQL
    #You can use a find and replace to replace the server and other names with your actual names
    #There are no status messages being used since this will be a scheduled task in the Windows task scheduler
    #Add SharePoint modules and create variable space
    add-pssnapin microsoft.sharepoint.powershell
    start-spassignment -global
    #Open the web site, list and the workflow
    $site=get-spsite %site url%"
    $web=get-spweb %Web url%
    #Open the %affected% library or list and workflow association
    $%affected%=$web.getlist("%affected%")
    $manager=$site.workflowmanager
    $culture=[system.globalization.cultureinfo]::currentculture
    $wfname="%affected workflow name"
    $association=$%affected%.workflowassociations.getassociationbyname($wfname,$culture)
    $data=$association.associationdata
    $wfrunoption=[microsoft.sharepoint.workflow.spworkflowrunoptions]::synchronous
    #Start workflow
    foreach ($item in $%affected%.items) {
    $site.workflowmanager.startworkflow($item,$association,$data,$wfrunoption)
    stop-spassignment -global

  • Stuck with waiting for changes to be applied to syncing?

    Am stuck with waiting for changes to be applied to syncing?
    what can I do?

    Did yo try all of these:
    SOLUTION: Some Music Won't Play After Upgrading Your iPhone To iOS7
    Red square in red circle cannot play songs
    My iPod isn't playing certain songs. Help?
    Remove Red Circles with Square in middle

  • IPhone 4 w/iOS 5 stuck on "waiting for changes to be applied" any solutions?

    So far I'm loving iOS 5 on my iPhone 4. Most everything is working great except for the fact that when I sync my phone it gets stuck on the final part of the sync (which was never part of the sync steps in the past) "waiting for changes to be applied." It happens anytime I make the iPhone sync: Transferring purchases, backing up, or making new changes like adding songs or apps.
    So far I've just cancelled out of it and it's usually put everything I had synced onto it. But why does it get stuck on this? Has anyone else noticed this on their iOS devices?

    I had the same problem. I updated yesterday, and ended up leaving the phone plugged in overnight, only to wake up in the morning and find it still "waiting for changes to be applied." One website suggested doing this inside the phone:
    (Settings>General>iTunes Wi-Fi Sync), and CANCEL/TURN OFF the sync.
    I found that for the first sync, or reboot of your iPhone after the iOS 5 and iTunes 5 updates, it's better to do that straight through USB and not over WiFi at all.
    I was trying to do it that way, BUT even though I did indicate that on iTunes, the phone was still set to sync over WiFi until I disabled it as described above. My thought is that it was trying to do both, or something like that and could get past it. I hope this helps some of you. After you've done that, it would make sense to sync again straight through USB. Now, my sync takes a minute or two.

  • Image deployment Stuck at Applying Unattend.xml with DISM.EXE

    Hello All, 
    I've integrated around 90 Patches into MDT Image of windows Server 2012. so far, only Image and Packages are in Media contents.
    When I am deploying Image on a VM- then it is working fine till applying Operating system Image upto (100%)...and gets stuck at Applying Unattend.xml with DISM.exe which is very next step, see screenshot below.
    This process is going on for a longer time and after this I am getting below Error and Image is not getting deployed ...
    Please advise!!!
    Please....

    In the task sequence folder ([deploymentsharename] -> Control -> [task
    id]) do you see an unattend.xml file there?

Maybe you are looking for

  • Zen Nano Plus Playb

    When I turn off my Zen Nano Plus, I want the player to resume from where I left off (usually in the middle of my audio book), but it goes back to the beginning of the file. It only started doing this recently... Is there a setting I can change so I c

  • For maintaining FI text

    Hi All, I want to give text to FI document just after posting (As we give text thru FB02 going to Extras->Texts..). I am getting the pop up for text using function module 'FI_TEXTS_DOCUMENT'. But after clicking OK, I am still unable to save the text

  • Trouble Downloading The iPod Software, Error 1418, Error 1348

    My iPod every so often crashes and erases my Music and Videos. Prompts me to "Connect to your computer Use iTunes to restore". I come home from school, I hope on my computer and connect the USB to my iPod open iTunes click the restore button, Ask me

  • Invalid handle to path? Help!

    I dowloaded a program LOGOS and it keeps on crashing. Their tech people said it came down to this problem. Can anyone help me with this 'path'? She said it may be something with LION and not being downloaded properly? Error detail: IOException: Inval

  • Will I need to download a Cloud version of Lightroom 4?

    As I understand it, Lightroom 4 will not be included in Creative Cloud when it is available on May 7, butt will be later.  Will I have to download a different version of LR4 when it becomes available or will my current version beaujtomatically includ