Proper steps to Add/Remove SP Solutions/Features

Hello SharePoint Fam,
I am still kind of lost on deploying/removing sharepoint featuers/solutions from the farm fully and want to try get understanding once and for all on totally cleaning or deploying a feautre/solution to try and keep clean environment and get rid of server
dependcies error
Below are my steps I follow but not sure if this is correct:
Add/Deploy Solution:
Add wsp file to C:\
1) Add-SPSolution -LiteralPath <SolutionPath>(C:\)
2) Install-SPSolution -identity <SOlutionName> -webapplication <URLNAME>
3) Confirm if solution deployed Get-SPSolution <SolutionName>
Remove a solution
Deactivate solution/feature from sites (Disable-SPFeature -identity "MyCustom" -URL http://somesite)
1) Uninstall-SPSolution -Identity <SolutionName> -WebApplication <URLName>
2) Remove-SPSolution -Identity <SolutionName>
Thanks n advance

Hi,
Here is the complete PowerShell script.
$solutionName="solutionname.wsp"
$featureName="featurename"
$SolutionPath="C:\wsp\"+$solutionName
if($args[0] -eq 'DEV') {
$webAppName="http://url"
elseif ($args[0] -eq 'QA') {
$webAppName="http://url"
elseif ($args[0] -eq 'PROD') {
$webAppName="http://url"
else {
Write-Host "$(Get-Date -Format o) Environment not specified - please pass appropriate environment to deploy -"
exit
Function WaitForJobToFinish([string]$SolutionFileName)
$JobName = "*solution-deployment*$SolutionFileName*"
$job = Get-SPTimerJob | ?{ $_.Name -like $JobName }
if ($job -eq $null)
Write-Host 'Timer job not found'
else
$JobFullName = $job.Name
Write-Host -NoNewLine "Waiting to finish job $JobFullName"
while ((Get-SPTimerJob $JobFullName) -ne $null)
Write-Host -NoNewLine .
Start-Sleep -Seconds 2
Write-Host "Finished waiting for job.."
$powershellSnapin = "Microsoft.Sharepoint.Powershell"
if ((Get-PSSnapin -Name $powershellSnapin -ErrorAction SilentlyContinue) -eq $null )
Write-Host "--------------------------------- Adding sharpoint powershell snapin if not existing-------------------------"
Add-PsSnapin $powershellSnapin
if($DeployWebURL -eq '')
Write-Host "$(Get-Date -Format o) Incorrect Environment specified - please pass 'DEV/QA/PROD' -"
exit
Write-Host 'Going to disable feature ' $featureName
disable-spfeature -identity $featureName -confirm:$false -url $webAppName
Write-Host 'Going to uninstall feature ' $featureName
uninstall-spfeature -identity $featureName -confirm:$false -force
Write-Host 'Going to uninstall solution '$solutionName
Uninstall-SPSolution -identity $solutionName -confirm:$false
Write-Host 'Waiting for job to finish'
WaitForJobToFinish
Write-Host 'Going to remove solution'
Remove-SPSolution –identity $solutionName -confirm:$false
Write-Host 'Going to add solution '$SolutionPath
Add-SPSolution $SolutionPath
Write-Host 'Going to install solution to web application '$solutionName
Install-SPSolution –identity $solutionName –GACDeployment
do
Write-Host “.” -NoNewline -ForeGroundColor Green;
Start-Sleep -Seconds 5;
try
write-host 'Verifying if the solution installation is valid'
$testsolution = Get-SPSolution -Identity $solutionName
catch
}while(!$testsolution);
Write-Host 'Going to enable Feature ' $featureName
Enable-spfeature -identity $featureName -confirm:$false -url $webAppName
Write-Host 'Enabled Feature' $featureName
Remove-PsSnapin Microsoft.SharePoint.PowerShell
Apart from this, there might be some situations deployment will not be successful due to some issues.  In that scenario, you have to either go the Central Admin to kill the Job or use the PowerShell script to kill the job.  And then start fresh
deployment.
Please mark it answered, if your problem resolved or useful.

Similar Messages

  • Cant add/remove role or feature

    I have a Domain Controller running 2012r2 and recently installed NPS role ,which I had problems with so I decided to remove the role and start again. Unfortunatley this is where my problems begin , when I now open server manager I get "role and features
    refresh failed with the following error. The operation cannot be completed because the server requires a restart ( tried restarting several times).
    when I go into windows logs \CBS
    2014-07-23 13:19:43, Error                 CSI    00000005 (F) Current pending rollback transaction content precludes other operations; reboot to complete rollback.[gle=0x80004005]
    2014-07-23 13:19:43, Info                  CBS    Failed to get transaction analysis because of pending operations. Disposition from Analyze: 0x1 [HRESULT =
    0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    2014-07-23 13:19:43, Info                  CBS    Failed to get inventory. [HRESULT = 0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    2014-07-23 13:19:43, Info                  CSI   
    00000006@2014/7/23:03:19:43.961 CSI Transaction @0x3929858060 destroyed
    2014-07-23 13:19:43, Info                  CBS    Failed to get CSI Inventory [HRESULT = 0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    2014-07-23 13:19:43, Info                  CBS    Failed to get component state. [HRESULT = 0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    2014-07-23 13:19:43, Info                  CBS    Failed to get current state of the deployment [HRESULT = 0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    2014-07-23 13:19:43, Info                  CBS    Failed to get Transaction State for package: Microsoft-Windows-NetFx4-OC-Package~31bf3856ad364e35~amd64~~6.3.9600.16384,
    update: NetFx4 [HRESULT = 0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    2014-07-23 13:19:43, Error                 CBS    Failed to get store state [HRESULT = 0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    I have tried playing with these reg keys
    The value of the UpdateExeVolatile registry key is anything other than 0.
    The PendingFileRenameOperations registry key has any value.
    and numerous other things still haven't fixed it i.e
    dism /online /cleanup-image /restorehealth
    Please any advice would be extremely gratefull , I do not want to have to rebuild DC ..
    Many Thanks in advance
    Paul

    Hi Vivian,
    many thanks for yoyur suggestions however I tried several more times running
    DISM /Online /Cleanup-Image /RestoreHealth and also changing Trusted installed to Automatic before starting the process and verifying it was in place before a reboot.
    I see nothing in the event log relating to it.
    Do you have any other possible solutions I could try ?
    I looked into maybe copying all the files from C:\Windows\servicing\Packages on a working server onto the 2012r2 dc 
    due to this line
    2014-07-23 13:19:43, Info                  CBS    Failed to get Transaction State for package: Microsoft-Windows-NetFx4-OC-Package~31bf3856ad364e35~amd64~~6.3.9600.16384,
    update: NetFx4 [HRESULT = 0x80070bc9 - ERROR_FAIL_REBOOT_REQUIRED]
    could this mean the framework package is corrupt ? I am so grabbing for anything.
    Paul

  • What are the steps in deleting in add remove to install a clean version of itunes/quicktime?

    what are the steps in deleting in add remove to install a clean version of itunes/quicktime?
    What has to go, in order, like itunes-quicktime-mobile me, or?

    There are two part when installing WebEnt.. The first one is the web server part where it installs the fortecgi.exe or other web server components. This should be installed where the web server is going to be running. This is usually not you development server. The second part is the http library and web designer part. This should be installed on the development server. The http library need to go through a install of its own to make it part of the central environment. After that all the developers will have access to the http library and all they will need to do is install the Web desinger part.
    Hope this helps.
    ka

  • Delegate specific domain user to do add/remove hardware&software, join to domain feature only.

    Dear team;
    I want to Delegate specific domain user to do two things add/remove hardware/software, join to domain feature only without give him Local admin
    Best regards
    LAshkham

    Hi,
    Please understand that if you want make some specific domain users add/remove hardware/software on domain computers, you should grant these users the local admin right. We could grant the local
    admin right using Restricted Groups Policy Settings or Local Users and Groups GPP setting. For details, please refer to the following articles.
    Restricted Groups Policy Settings
    http://technet.microsoft.com/en-us/library/cc756802(v=ws.10).aspx
    How to use Group Policy Preferences to Secure Local Administrator Groups
    http://www.grouppolicy.biz/2010/01/how-to-use-group-policy-preferences-to-secure-local-administrator-groups/
    You also mentioned that you want to delegate the
    Join a computer to a domain task to these specific users. Regarding the request, we could delegate the task via Delegation of Control Wizard. For details, please refer to the following article.
    Delegation of Control Wizard
    http://technet.microsoft.com/en-us/library/dd145344.aspx
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Equivalent to "Add/Remove Programs" aka "Programs and Features" Controls???

    WHEN will Apple finally get around to adding an equivalent thing to Windows' "Add/Remove Programs" (XP) aka "Programs and Features" (Vista) Control Panel???
    I am looking to uninstall some software from my computer. But only God knows where the installer has stashed files all over my drive! I don't want to leave behind a single preferences file or extension.
    Is there some easy way in Mac to do this? In Windows you just go to "Add/Remove Program" and you can uninstall every last shred or trace of that software. But in the Mac... there's about four or five major places to look, but how can you know if it installed something in a hidden directory in the Unix directories somewhere??

    drdocument, I respectfully, completely disagree with you.
    The average Mac user has no clue as to what the Library folder is for. Nor would they be able to sort through it all to find the five locations where the tons of crap might be stored.
    Lets take several examples. Here's some programs that I have installed that are quite typical of Mac users:
    Garage Band
    iTunes
    Adobe CS3
    Microsoft Office
    NONE of these programs can be deleted easily. Garbage Band stores its garbage in numerous unintuitive places:
    /Users/me/Music/Garageband
    /Library/Audio/Plug-ins
    /Library/Application Support/Garage Band/
    /Users/me/Library/Preferences/
    Further, it's not always clear whether the files you are deleting are used by just one application, or multiple applications from that same company (or even other companies). I often feel unsure if I'm deleting something from /Library/Audio/Plug-ins or /Library/Application Support/Adobe because... is it used only by Photoshop? What if I just wanted to uninstall InDesign and I no longer have the original install disk because, lets say, I sold it?
    It should not fall upon the user to play sleuth and hunt down the myriad places that these apps store things on the drive!!!
    There should be an EASY Control Panel in System Preferences that lets you uninstall any program off your drive. I seriously don't think that this would hamper application development or make the system run slower or be kludgy. Besides, when has Apple ever taken the path of making things harder on users because they were afraid by making it easier, it would slow down the computer???
    If anything the opposite has always been true.
    Even a shareware app that just has one application file and no other files on the drive should be able to be uninstalled with confidence by a control panel. Since, how do you KNOW it didn't put another file somewhere, even a preferences file? God only knows how many preferences files are on my drive that I don't need because they never got erased when I uninstalled the app. It would take me days to comb through that mess, especially since the arcane and unintuitive preference file naming scheme used by OS X does not use plain english but rather uses ridiculous un-Mac-like names like "com.unsanity.hoseyoursystem.preference"... whatever happened to "Microsoft Word Preferences" and "Adobe Photoshop Preferences" -- nice Mac-like filenames?!?!??!
    I'm tired of the PC-ization of the Mac, the further and further making it more complicated, having apps store more crap in more different places. Having multiple Library folders is just a nightmare from an ease-of-use standpoint, though I know it's necessary for a multi-user OS. But there ought to be a way to have a "single-user" mode that would eliminate the Users directory all together and just store everything at the root level of the HD, rather than having all my documents buried 10 levels deep into the drive.
    Anyway the point is you are wrong. The way it is set up makes it harder on users -- even seasoned users like me -- when we want to cleanly uninstall an application with confidence. It means tons of extra time sifting through the labrynthine unix crap. I hate it! Where has "user friendly" gone??
    Besides I would never trust a third-party shareware program to uninstall things. How would i know that it knew what to do? Plus it adds extra expense to the OS, for a feature that has been standard on Windows for what seems like 10 years!
    When will we finally get this feature? 2020?

  • TS1578 How can I remove this "feature" ? I always use caps lock key and it's so annoying ! I'm fed up ! I received my new MBA yesterday, but I think I'm going to come back on Windows because of that ! So is there a solution to remove this annoying feature

    How can I remove this "feature" ?
    I always use caps lock key and it's so annoying (I write very fast) ! I'm fed up ! I received a MBA 13" yesterday, but I think I'm going to come back to Windows because of that !
    So is there a solution to remove this annoying feature ?
    Thank you very much

    Yes, this is really a deal breaker for me as you say ... I'm forced to write three times slower than I did on Windows 8, that's horrible (I used to type about 110 words/min).
    I'm going to return my Mac and I think I'm going to buy an Asus laptop instead ...
    What a shame that Apple does not do anything for this to be configured, I have read other forums and I see that I'm not the only one complaining about that ...
    How to lose customers so stupidly ...
    But thank you for your reply.

  • Add/Remove Programs - export to text file?

    Hello,
    I am wondering if it is possible to export a list of everything in add/remove programs to a text file for inventory purposes.
    I have not found any easy method to do this short of copying reg files or installer 3rd party software.  Since the idea is to save time neither of those are viable solutions.
    Does anyone have any ideas?
    -Justin

    You could try this vbs script that lists installed programs and add info to a text file.
    Michael Petersen
    Option Explicit  
    Dim sTitle  
    sTitle = "InstalledPrograms.vbs by Bill James" 
    Dim StrComputer  
    strComputer = InputBox("Enter I.P. or name of computer to check for " & _  
                           "installed software (leave blank to check " & _  
                           "local system)." & vbcrlf & vbcrlf & "Remote " & _  
                           "checking only from NT type OS to NT type OS " & _  
                           "with same Admin level UID & PW", sTitle)  
    If IsEmpty(strComputer) Then WScript.Quit  
    strComputer = Trim(strComputer)  
    If strComputer = "" Then strComputer = "." 
    'Wscript.Echo GetAddRemove(strComputer)  
    Dim sCompName : sCompName = GetProbedID(StrComputer)  
    Dim sFileName  
    sFileName = sCompName & "_" & GetDTFileName() & "_Software.txt" 
    Dim s : s = GetAddRemove(strComputer)  
    If WriteFile(s, sFileName) Then 
      'optional prompt for display  
      If MsgBox("Finished processing.  Results saved to " & sFileName & _  
                vbcrlf & vbcrlf & "Do you want to view the results now?", _  
                4 + 32, sTitle) = 6 Then 
        WScript.CreateObject("WScript.Shell").Run sFileName, 9  
      End If 
    End If 
    Function GetAddRemove(sComp)  
      'Function credit to Torgeir Bakken  
      Dim cnt, oReg, sBaseKey, iRC, aSubKeys  
      Const HKLM = &H80000002 'HKEY_LOCAL_MACHINE  
      Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _  
                  sComp & "/root/default:StdRegProv")  
      sBaseKey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" 
      iRC = oReg.EnumKey(HKLM, sBaseKey, aSubKeys)  
      Dim sKey, sValue, sTmp, sVersion, sDateValue, sYr, sMth, sDay  
      For Each sKey In aSubKeys  
        iRC = oReg.GetStringValue(HKLM, sBaseKey & sKey, "DisplayName", sValue)  
        If iRC <> 0 Then 
          oReg.GetStringValue HKLM, sBaseKey & sKey, "QuietDisplayName", sValue  
        End If 
        If sValue <> "" Then 
          iRC = oReg.GetStringValue(HKLM, sBaseKey & sKey, _  
                                    "DisplayVersion", sVersion)  
          If sVersion <> "" Then 
            sValue = sValue & vbTab & "Ver: " & sVersion  
          Else 
            sValue = sValue & vbTab   
          End If 
          iRC = oReg.GetStringValue(HKLM, sBaseKey & sKey, _  
                                    "InstallDate", sDateValue)  
          If sDateValue <> "" Then 
            sYr =  Left(sDateValue, 4)  
            sMth = Mid(sDateValue, 5, 2)  
            sDay = Right(sDateValue, 2)  
            'some Registry entries have improper date format  
            On Error Resume Next   
            sDateValue = DateSerial(sYr, sMth, sDay)  
            On Error GoTo 0  
            If sdateValue <> "" Then 
              sValue = sValue & vbTab & "Installed: " & sDateValue  
            End If 
          End If 
          sTmp = sTmp & sValue & vbcrlf  
        cnt = cnt + 1  
        End If 
      Next 
      sTmp = BubbleSort(sTmp)  
      GetAddRemove = "INSTALLED SOFTWARE (" & cnt & ") - " & sCompName & _  
                     " - " & Now() & vbcrlf & vbcrlf & sTmp   
    End Function 
    Function BubbleSort(sTmp)  
      'cheapo bubble sort  
      Dim aTmp, i, j, temp  
      aTmp = Split(sTmp, vbcrlf)    
      For i = UBound(aTmp) - 1 To 0 Step -1  
        For j = 0 to i - 1  
          If LCase(aTmp(j)) > LCase(aTmp(j+1)) Then 
            temp = aTmp(j + 1)  
            aTmp(j + 1) = aTmp(j)  
            aTmp(j) = temp  
          End if  
        Next 
      Next 
      BubbleSort = Join(aTmp, vbcrlf)  
    End Function 
    Function GetProbedID(sComp)  
      Dim objWMIService, colItems, objItem  
      Set objWMIService = GetObject("winmgmts:\\" & sComp & "\root\cimv2")  
      Set colItems = objWMIService.ExecQuery("Select SystemName from " & _  
                                             "Win32_NetworkAdapter",,48)  
      For Each objItem in colItems  
        GetProbedID = objItem.SystemName  
      Next 
    End Function 
    Function GetDTFileName()  
      dim sNow, sMth, sDay, sYr, sHr, sMin, sSec  
      sNow = Now  
      sMth = Right("0" & Month(sNow), 2)  
      sDay = Right("0" & Day(sNow), 2)  
      sYr = Right("00" & Year(sNow), 4)  
      sHr = Right("0" & Hour(sNow), 2)  
      sMin = Right("0" & Minute(sNow), 2)  
      sSec = Right("0" & Second(sNow), 2)  
      GetDTFileName = sMth & sDay & sYr & "_" & sHr & sMin & sSec  
    End Function 
    Function WriteFile(sData, sFileName)  
      Dim fso, OutFile, bWrite  
      bWrite = True 
      Set fso = CreateObject("Scripting.FileSystemObject")  
      On Error Resume Next 
      Set OutFile = fso.OpenTextFile(sFileName, 2, True)  
      'Possibly need a prompt to close the file and one recursion attempt.  
      If Err = 70 Then 
        Wscript.Echo "Could not write to file " & sFileName & ", results " & _  
                     "not saved." & vbcrlf & vbcrlf & "This is probably " & _  
                     "because the file is already open." 
        bWrite = False 
      ElseIf Err Then 
        WScript.Echo err & vbcrlf & err.description  
        bWrite = False 
      End If 
      On Error GoTo 0  
      If bWrite Then 
        OutFile.WriteLine(sData)  
        OutFile.Close  
      End If 
      Set fso = Nothing 
      Set OutFile = Nothing 
      WriteFile = bWrite  
    End Function 
    Deploy deploy deploy

  • Custom icon in Windows Add/Remove Programs list

    Hi all,
    I am developing a software with Labview 2011/2012.
    When I am creating an installer for my application I am configuring icon section and I can see my icon in windows All programs section.
    And I want to see this icon also in windows Control Panel/Programs and Features section. In the list of installed applications my application is without an icon I have specified.
    Anybody faced with this issue? Have any idea how to figure out this?
    I have also found some thread about this, but I am wondering if some new experience available since this post.
    https://forums.ni.com/t5/LabVIEW/Generic-icon-in-Add-Remove-Programs-list/td-p/1241508
    Thanks in advance
    Attachments:
    LV.jpg ‏73 KB

    Yeah, I can't seem to come up with any other way.
    But for the product ID try these steps.
    To determine the value of ProductID:
    Open the setup.ini file that was created with the installer.
    Near the bottom, in the install.msi section, there is a key called ProductId.
    The value of ProductId should be substituted in the registry key chain listed above.
    Daniel P.

  • How do I uninstall a program that is not listed in add/remove​?

    Running Windows 7 Home Premium 32-64bit. Hp p6210f.  Installed SIIG USB 2.0 video capture device.  Program installed but did not work. Downloaded updated driver to my desktop. The following icons appeared on my desktop: Applications, DirectX9, Driver,atutorun, autorun,autorun, autorun.tgt and key. Have no idea what to do with these icons. Clicking on Autorun does not work.  Reinserted the install CD to try and uninstall program but there was not uninstall listed.  Also the program does not show in Add/Remove.  The program is shown under Programs X86. I don't understand how to install the driver or how to use this program  The program is listed as "Honestech VHS to DVD 3.0 SE". I would just like to get rid of this program.  Can anyone tell me how?
    Thank you,
    Pauley

    Hi,
    If you are not able to uninstall the software in the usual way from Programs and Features, you could try a third party uninstaller such as the application detailed below.
    Download and install the free version of Revo Uninstaller from the link below.
    http://www.revouninstaller.com/download-freeware-v​ersion.php
    Run revo and see if this detects the installation.  If it does, right click on the icon of the program you wish to remove and select Uninstall. During the process you may be asked to delete registry entries, just select all and then click delete. Do the same for any left-over files and folders. Once the uninstall has completed, restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How to uninstall ff 5.0 in xp when it's not showing in add-remove

    After installing FF 5.0 the remove option doesn't show in the Control Panel Add-Remove feature.
    Question: How to remove FF manually?

    Hi D60,
    maybe 5 years ago there was no "accept solution" button or maybe the OP never came back to this thread or was too lazy to accept a solution?
    To make that thread complete:
    - all NI software is listed under "National Instruments" in the Software system settings
    - the tool you're talking about is named "msiblast" and can be found here in the forum or by asking NI support
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to uninstall IE11 when it does not show in control panel Add/remove so that I can put back IE10

    I finally got HP smart web printing software to work, now I need to know how to uninstall IE11, it does not show in Add/remove programs in control panel, I want to install IE 10 instead as IE 11 keeps shutting down.
    Using HP Pavilion Elite desktop , windows 7 home, product # AY603AA.
    Thanks in advance.
    This question was solved.
    View Solution.

    Emma, welcome to the forum.
    You can go into Control Panel / Programs and Features / Turn Windows features on or off (In the left column).  Uncheck Internet Explorer 11 and click OK.  This will uninstall it.  You can uninstall of install all of Windows features from there.
    Please click the "Thumbs Up+ button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • How can I remove HP Solution Center w/o affecting my Deskjet D1660 printer?

    Could somebody be kind enough to give me step by step instructions on how to remove HP Solution Center from my
    Windows XP computer.  The incessant pop-ups promoting HP ink cartridges interfere with my work.  Thanks.
    This question was solved.
    View Solution.

    Hi there,
    Uninstall all the software via add/remove programs and use the basic driver located here.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • TS1567 I have tried manually removing itunes and reinstalling. i have gone through the sevices anf tried turning on the AMDS. i have tried turning off the firewall. i have tried restoring my device. i have tried "fixing" the AMDS in the add/remove program

    I have tried manually removing itunes and reinstalling. i have gone through the sevices anf tried turning on the AMDS. i have tried turning off the firewall. i have tried restoring my device. i have tried "fixing" the AMDS in the add/remove programs. I have tried using a different device. i have tried using a different cable. I have tried all of the steps given in the link supplied by Apple. None of these things have fixed my problem. I still have the Error Message "The Apple Mobile Device Service started then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs or Alerts service. I am using Windows XP. I am leaning towards a last resort which would be to wipe my hard drive and start from scratch. Does anyone have a solution?

    chicx wrote:
    This is the third time of writing this on your Apple Support Communities!
    Not with your current user id.
    Far too much uneccesary information in your post, which only confuses things, a vast amount!
    Let's start with iTunes.
    Have you updated iTunes to 11.1.5, because the previous version did appear to have an issue about seeing iPods?
    With iTunes 11.1.5 installed, look in Edit/Preferences/Devices, (or use the ALT key, followed by the E key and then the F key) and make sure that the box named Prevent iPods, iPhones and iPads from syncing automatically does not have a tick in the box.
    Once you have doen those two things, check to see if the iPod is seen by iTunes.
    chicx wrote:
    By the way, what does IOS mean? (I thought IO stood for operating system, but am flummoxed by the S on the end.
    Really?
    OS stands for Operating System. (In computer speak, IO means Input/Output.)
    iOS originally stood for iPhone Operating System, but it now refers to the iPod Touch and iPhone. The iPod Classic, which you have listed in your profile as your iPod, does not use iOS.
    I assume that you have been listening to the Podcast in your iTunes on the computer as you cannot transfer it to your iPod. It's what I'd do.

  • How can i remove the shuffle feature from my nano?

    How can I remove the shuffle feature from my nano?  I apparently "shook" it and now it is on shuffle.  I can go to settings and remove the shake feature but I can't seem to restore my playing options to a generic loop instead of the shuffle.  Help!

    chelseafromco:  I had the same problem and had an awful time before finding a clear explanation of the solution.  Forget the iPod nano 6Gen manual, p. 21; it doesn't tell you how to turn the feature off, just how to turn it on.  Not all of us like randomizing our playlists.  APPLE:  PUT UP AN ARTICLE EXPLAINING SIMPLY HOW TO DO THIS.  Meanwhile, here's what worked for me:
    1.  Go to the "Now Playing" icon and tap the "Play" arrow in the center.
    2.  On the touch screen that comes up (you'll see an eighth-note graphic with the song title superimposed at the top, a Play/Pause button in the middle, and "Reverse" and "Forward" buttons on either side of that), swipe your finger to the left (not to the right).
    3.  This touch screen will have a "Repeat" symbol with two arrows like a snake eating its tail on the left and another symbol on the right that shows two arrows pointing to the right.  This is the "Shuffle" symbol.  Touch the Shuffle symbol so it's white, not blue.  White means that Shuffle is  off.
    4.  To make sure you won't accidentally turn Shuffle on, which you can do by giving the iPod a shake, go to the main Settings icon, cick it and select "Music," then press "Shake to Shuffle" until the button next to it says "Off" (white, not blue).
    Hope this helps.  By the way, in case you were wondering:  The whirling-molecule symbol in the center of the "Now Playing" controls is the Apple "Genius" symbol. This is to remind us that Apple's  manuals are created by people who don't know that customers need  instructions on how to turn things off as well as how to turn them on.

  • Can no longer add / remove to bookmarks / reading list since ios 6 upgrade

    Hi all,
    I upgraded my ipod touch to ios 6 last night, and since the upgrade I can no longer add / remove bookmarks or add / remove items to the reading list in safari.
    Whenever I try I get the 'Bookmarks are being synced. Please edit the bookmarks once syncing has completed.' message.
    So far I've tried;
    A hard reset
    Turning off Safari in the icloud settings
    I still can't do anything with the bookmarks / reading list, I just don't get the 'Bookmarks are being synced' message
    Ensuring that push notifications are enabled for icloud
    I'm not sure what to try next.....
    When I disable Safari in the icloud settings, it asks me if I want to keep a copy of previously synched bookmarks on my ipod - So far I have as I don't want to lose them.
    I'm guessing the next step is to not keep a copy and hope ios wipes them - If I do this will the bookmarks still be available in icloud when I turn safari data back on?
    Cheers
    Macca

    I actually managed to fix it! But unfortunately I don't know what I was that I did that helped.
    Anyways, this is kind of what I did.
    1. I tried to reset form bakup via iTunes, no change.
    2. I tried to reset as a new iPhone, problem still there and reading list also as bookmarks!? (several hundred)
    3. Noticed that I could delete a bookmark, once in a while, the other times I got the 'Bookmarks are being synced. Please edit the bookmarks once syncing has completed.' message.
    4. Because I figured that it was a memory problem, I thought it made sense to delete as many as possible, witch I did.
    5. Noticed that it was more likely that I coould delete a bookmark if I restarted Safari.
    6. Notice that it was even more likely that I could delete a bookmark if I turned the Safari sync with iCould off (with option detete information on iPhone) and then back on again.
    7. When I was about half way through deleting the bookmark list I suddenly discovered that all but one of the items in my reading list was 'waiting' and one was downloading. I kind of was 'unstuck' now.
    8. I started to delete items in my reading list, but every other time I got the 'Bookmarks are being synced. Please edit the bookmarks once syncing has completed.' message.
    9. It took a while to delete all bookmarks and items in the reading list.
    Hope you guys could use the info here to fix your problems too!

Maybe you are looking for

  • Help with math / calculations in RTF templates

    Greetings, I know that there are math capabilities in the templates... I've seen the code samples in the Core Components guide. What this doesn't tell you is WHERE these things would go in a template. And... that... is my question. We are just starti

  • My 4th Gen iPod wont restore because of error 3194. PLEASE HELP?

    It went into recovery mode, and so i plugged it into iTunes. However when I plug it up it says it needs to be restored, and it wont restore because of error 3194. Nothing I have read yet is helping.

  • Domain and User Level Security

    Dear Friends Tuxedo Version : 8.0 Weblogic Server: 7.0 Operating System : Win 2000 I have successfully run the simpapp example with WTC as the connector between the remote domain (tuxedo) and local domain (WLS). Now, i want to perform authentication,

  • Adobe CS 5.5 Installation on 10.6.8 - ERROR

    Hi everybody, want to install CS 5.5 on an iMac running 10.6.8. On the iMac the CS 5 is running without any errors. Have mounted the CS 5.5 Image on the Client, and when opening the "Installer.app" it comes up with an error: "Failed to initialize" an

  • Why do we keep getting Verizon flyers about FIOS through snail mail for years?

    Hello. According to Verizon's web site and phone calls for the last several years, FIOS and DSL services are unavailable in my two house areas. It only shows DirecTV (over the air (OTA)'s local broadcast channels are enough for my family) and phone s