LMS4, DFM, remove and re-add single device

A couple of times now I found that devices have gotten into DFM before the DNS was updated with the device name. A simple rediscover of the device does not pick up the device DNS name in DFM (in LMS it does ofcourse).
Also somethimes devices are stuck in learing or move to questioned without ever really trying to rediscover.
In LMS 3.2 it was possible to remove such single devices from DFM and to bring them back from the DCR later on. (no impact on configurations, map, groups, etc)
Is there a way in LMS4 to do this? A CLI method is what I'm looking for as I can see it is no longer possible in the GUI.
I'm aware I can turn of and on faultmanagement but I that is quite impacting where you have several hundred devices
Cheers,
Michel.

Hi Joe,
Is there any update on bringing back the ability to remove devices from DFM in LMS 4.2.2?
The scenario I have is there are a couple of devices that do not exist in DCR but are in DFM. My install of DFM has had some issues until recently and I deleted these devices some time ago from DCR but they were never removed from DFM. I now have DCR and DFM syncing ok but these are the remnants that need to be removed
Your above solution can't work in this case because the devices are already unmanaged and deleted.
Thanks,
Mark

Similar Messages

  • Remove and re-add old NW65 server in mixed NW/Linux Tree 614

    Wasn't sure where to post this as it's really an eDirectory issue caused by trying to remove and re-add a rebuilt NW65 server.
    We have a mixed Netware and Linux Tree and due to some very strange hardware issues the Netware server completely died and corrupted DS. Novell assisted getting the server back in to the tree using this TID https://www.netiq.com/communities/co...ster-recovery/ without the rebuild and everything was pretty good.
    Then Disaster 2 occurred, the Hardware failed completely and tanked the Netware server again. We've now completely replaced the Chassis, controller and drives and done a clean NW install in a new tree. Restored the SYS and DATA volumes from tape (Backup Exec 9.2 for NW) which has now 'broken' then temp tree as expected (error -6061) as the restored NICI is now unable to work with the new tree.
    So we're at step 5 again of the DR doc mentioned above. When we did this previously it worked fine. But it looks like something from the previous NCP server object delete is still stuck somewhere, we now get an error -614 "An attempt was made to add a duplicate value to the specified property" and we can't delete the NCP server object from ConsoleOne. I'm assuming it's something to do with the "Unknown Base Class" attribute which was set from the previous time the server was removed from the tree, I'm assuming that it's trying to add the attribute and it's already there (I can still see it in iMonitor). Can I clean this up so I can remove the server from the tree?
    I have a Chat session on hold waiting for Novell, but this could take a couple of hours for a response.
    TIA,
    Mark.

    I think this is going to need a dialin from NTS.

  • How to remove and then add new version of network driver on Local IPS repo

    Hi
    I have create a local repo of IPS on my system for solaris 11.1
    I have a network driver package ,now i wan to update this new driver in local IPS repo,so while doing installion on client through PXE,i will get this latest driver.
    These is some issue with old network driver,so i need to upgrade this driver.
    Please let me know the steps
    Thanks in advance

    If you're needing to use this driver during the installation then you'll need to create a custom AI image as described in the documentation at http://docs.oracle.com/cd/E23824_01/html/E21800/index.html. If you only need this driver post-installation then you just need to add the package (and its repository, assuming it's in a separate repository) to the AI manifest used for the client.

  • SMS_STATE_SYSTEM message ID 6104 and 6105 for single devices

    My issue with this situation is different from what I have seen in other posts, so I'm not having any real luck correcting it.  I get this in a onesy-twosy frequency where it is affects only one machine instead multiple.  I go through all the same
    processes, look at the statesys.log, etc., see what machine it is, look at the logs, but not getting anything really concrete.  The error I get in the statesys.log actually points to a problem with the database.
    sql message: spProcessStateReport - error: message processing encountered a sql error 201 at record 1 for topictype 0: "procedure or function 'spProcessRecord' expects parameter @UserType which was not supplied.", line 0 in procedure.
    So I looked this up and found out that it means the usertype variable was expecting a default entry and there was none.  I went to the database and the default is 0 (not null), so there actually is an entry, but I'm thinking it is seeing it as null. 
    I am not adept enough at sql to feel confident enough to change the value to 1, and quite frankly, if that was the big issue, then I would likely have this problem with many or most of the clients (we many thousand clients).  So does anyone have any suggestions? 
    I realize it is the onesy-twosy occurance right now, but I would like to know how to correct it, especially if it potentially grows in number.  Thanks for any help you can provide.

    Hi,
    I'm encountering the problem too..  exact same message 
    SQL MESSAGE: spProcessStateReport - Error: Message processing encountered a SQL error 201 at record 1 for TopicType 0: "Procedure or function 'spProcessRecord' expects parameter '@UserType', which was not supplied.", Line 0 in procedure "
    However looking further did you see the Non Fatal error? 
    CMessageProcessor - Non-fatal error while processing RW9ICC0T.SMX
    Thread "State Message Processing Thread #0" id:7764 was unable to process file "C:\Program Files\Microsoft Configuration Manager\inboxes\auth\statesys.box\process\RW9ICC0T.SMX", moving to corrupt directory.
    I assumed these are related?
    System state is showing warning, messages are :- The State System message file processing processed one or more files that contained errors or invalid data. Review the statesys.log file for further details. The State System message file processing
    could not process file 'RW9ICC0T.SMX' and moved it to the corrupt directory. Review the statesys.log file for further details.
    Let see if i still the error tomorrow... 

  • How do I find out who is attached to my sharing of my account and remove and add someone? Is 5 devices the limit?

    Devices sharing is 5?
    Where do I go to remove and add a devic

    Hey 1980justme!
    I have an article for you that can help you address this question:
    iTunes Store: Authorize or deauthorize your Mac or PC
    http://support.apple.com/kb/ht1420
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • How to remove and add plotted data?

    In my code below I would like to add two buttons and by clicking on a button("Remove") it will remove one by one plotted data,and plot it back by clicking on the button("Add") such as the examples:
    Full data plotted by running the class
    Now by a single click on a Remove button last data point disappear
    another click and again last data point disappear, and so on
    The inverse operation would be performed by clicking on "Add" button: each click will add back a data point
    import javafx.application.Application;
    import javafx.beans.property.SimpleDoubleProperty;
    import javafx.event.EventHandler; 
    import javafx.scene.chart.NumberAxis;
    import javafx.scene.chart.XYChart;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.chart.LineChart;
    import javafx.scene.control.Button;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.layout.BorderPane;
    public class XYMove extends Application {
    BorderPane pane;
    XYChart.Series series1 = new XYChart.Series();
    SimpleDoubleProperty rectinitX = new SimpleDoubleProperty();
    SimpleDoubleProperty rectX = new SimpleDoubleProperty();
    SimpleDoubleProperty rectY = new SimpleDoubleProperty();
    @Override
    public void start(Stage stage) {
    final NumberAxis xAxis = new NumberAxis(12, 20, 1);
    double max = 12;
    double min = 3;
    max *= (1+((double)3/100));
    min *= (1-((double)3/100));
    final NumberAxis yAxis = new NumberAxis(min, max, 1);
    xAxis.setAnimated(false);
    yAxis.setAnimated(false);
    yAxis.setTickLabelFormatter(new NumberAxis.DefaultFormatter(yAxis) {
        @Override
        public String toString(Number object) {
            return String.format("%2.0f", object);
    final LineChart<Number, Number> lineChart = new LineChart<Number, Number>(xAxis, yAxis);
    lineChart.setCreateSymbols(false);
    lineChart.setAlternativeRowFillVisible(false);
    lineChart.setAnimated(false);
    lineChart.setLegendVisible(false);
    series1.getData().add(new XYChart.Data(1, 3));
    series1.getData().add(new XYChart.Data(2, 8));
    series1.getData().add(new XYChart.Data(3, 6));
    series1.getData().add(new XYChart.Data(4, 7));
    series1.getData().add(new XYChart.Data(5, 5));
    series1.getData().add(new XYChart.Data(6, 6));
    series1.getData().add(new XYChart.Data(7, 4));
    series1.getData().add(new XYChart.Data(8, 7));
    series1.getData().add(new XYChart.Data(9, 6));
    series1.getData().add(new XYChart.Data(10, 7));
    series1.getData().add(new XYChart.Data(11, 6));
    series1.getData().add(new XYChart.Data(12, 7));
    series1.getData().add(new XYChart.Data(13, 6));
    series1.getData().add(new XYChart.Data(14, 12));
    series1.getData().add(new XYChart.Data(15, 10));
    series1.getData().add(new XYChart.Data(16, 11));
    series1.getData().add(new XYChart.Data(17, 9));
    series1.getData().add(new XYChart.Data(18, 10));
    pane = new BorderPane();
    pane.setCenter(lineChart);
    Scene scene = new Scene(pane, 800, 600);
    lineChart.getData().addAll(series1);
    stage.setScene(scene);        
    scene.setOnMouseClicked(mouseHandler);
    scene.setOnMouseDragged(mouseHandler);
    scene.setOnMouseEntered(mouseHandler);
    scene.setOnMouseExited(mouseHandler);
    scene.setOnMouseMoved(mouseHandler);
    scene.setOnMousePressed(mouseHandler);
    scene.setOnMouseReleased(mouseHandler);
    stage.show();
    EventHandler<MouseEvent> mouseHandler = new EventHandler<MouseEvent>() {
    @Override
    public void handle(MouseEvent mouseEvent) {
        if (mouseEvent.getEventType() == MouseEvent.MOUSE_PRESSED) {            
            rectinitX.set(mouseEvent.getX());
        else if (mouseEvent.getEventType() == MouseEvent.MOUSE_DRAGGED || mouseEvent.getEventType() == MouseEvent.MOUSE_MOVED) {
            LineChart<Number, Number> lineChart = (LineChart<Number, Number>) pane.getCenter();
            NumberAxis xAxis = (NumberAxis) lineChart.getXAxis();
            double Tgap = xAxis.getWidth()/(xAxis.getUpperBound() - xAxis.getLowerBound());
            double newXlower=xAxis.getLowerBound(), newXupper=xAxis.getUpperBound();            
            double Delta=0.3;
            if(mouseEvent.getEventType() == MouseEvent.MOUSE_DRAGGED){
            if(rectinitX.get() < mouseEvent.getX()&& newXlower >= 0){   
                newXlower=xAxis.getLowerBound()-Delta;
                newXupper=xAxis.getUpperBound()-Delta;
        else if(rectinitX.get() > mouseEvent.getX()&& newXupper <= 22){   
                newXlower=xAxis.getLowerBound()+Delta;
                newXupper=xAxis.getUpperBound()+Delta;
            xAxis.setLowerBound( newXlower );
            xAxis.setUpperBound( newXupper );                       
            rectinitX.set(mouseEvent.getX());                                
        public static void main(String[] args) {
            launch(args);
    }Thanks!

    I would use an ObservableList (probably backed by a LinkedList) of XYChart.Data to store the collection of "deleted" data points. Create the buttons as usual; your "Remove" button's event handler should remove the last element of the series and add it to the first element of the deleted items data points. The "Add" button should remove the first element of the deleted data points and add it to the end of the series. You can bind the "disable" property of the remove and add button to Bindings.isEmpty(series1.getData()) and Bindings.isEmpty(deletedDataPoints), respectively.
    Something like
    ObservableList<XYChart.Data<Number, Number>> deletedDataPoints = FXCollections.observableList(new LinkedList<XYChart.Data<Number, Number>>());
    removeButton.setOnAction(new EventHandler<ActionEvent>() {
      @Override
      public void handle(ActionEvent event) {
        deletedDataPoints.add(0, series1.getData().remove(series1.getData().size()-1));
    addButton.setOnAction(new EventHandler<ActionEvent>() {
      @Override
      public void handle(ActionEvent event) {
        series1.getData().add(deletedDataPoints.remove(0));
    removeButton.disableProperty().bind(Bindings.isEmpty(series1.getData()));
    addButton.disableProperty().bind(Bindings.isEmpty(deletedDataPoints));The other approach would be to use a separate List for all the data points, and keep an integer variable storing the number of data points displayed. Your "remove" button would decrement the number displayed, and your "add" button would increment the number displayed. Both would also call
    series1.getData().setAll(allDataPoints.sublist(0, numberOfDisplayedPoints));You might even be able to make the numberOfDisplayedPoints an IntegerProperty and bind the data property of the series to it in a nice way. This approach probably doesn't perform as well as the previous approach (using a stack of deleted points), because you are not directly giving the chart as much detailed information about what has changed.
    Both approaches get problematic (in the sense that you need to carefully define your application logic, and then implement it) if the underlying data has the potential to change.

  • Trying to add a device, web site says I have an order pending and I can't add until completed ?

    I'm trying to add a device and the web site says I can until the pending order is complete.. Yet I have no pending orders at least authorized  by me.. and the help and chat assistance is non-existence.. worrisome that there might be some kind of order pending with out my OK, and you can't chat with any reps about it... ..

    Have a bigger problem than this pls advise if you can help..
    AT&T
    I have a plan with them. And I'm upset With them (at&t)
    So I'd like to switch (from them)
    I've had AT&T since 1984 (though all there airtouch,cigular, etc)switches. they have no loyalty anymore.
    There free upgrade, is 36 dollars (they lie a lot lately)..(free upgrade fee???) then there's the required data plan for the free upgrade etc. do you want to use the phone for phone calls ?? there's a free fee for that too...
    So this is how I'm here poking around.
    Verizon I have a mobile hotspot.. it used at times in Monterey, CA . by Lori.
    My company gave me a Verizon Smart phone (removed). this is primarily for work. there plan.
    I've been told I can use it at will, but it's still not to me a personal line.
    With at&t I have 3 lines shared minutes etc, and home internet though uverse (at&t)
    So I have a mixed bag I'd like to clear up to one low easily managed service.
    I'd rather not incur additional cost trying to switch out all the phones etc
    Like to keep current phone numbers.
    The home internet (uverse) double my rate last month (end of promo) to 42 a month. not happy about that and am canceling that asap and returning there modem. I don't need much more than reading e-mail and such for my desktop computer, and netbook I use at wifi when needed (free hotspots etc).
    my wireless (cell phones) 3 lines 1400 minutes runs 130 a month. I'm not using that much anymore as the company phones picking up all the business calls now.. (they drop the cellular reimbursement money from my paycheck).
    the 1400 plan I had unlimited email no data free friends family (a list) grandfathered.
    One phone is a Pantech breeze III (p2030) (removed) (think it's locked)
    #2 phone AT&T Z221  (removed)  (think it's locked)
    my phone #3 is a sony-ericsson C905 (unlocked) bit it's having problems (slider open disconnect calls sometimes and static. Ok using Bluetooth closed slider) (removed).
    So let me know if you can come up with a way to save me time and of course money. 
    I personally think I could share data off my existing account for my desktop here, as I'm mainly interested in doing e-mail on my home computer.
    Thanks mike
    (removed)
    Private info removed as required by the Terms of Service.
    Message was edited by: Admin Moderator

  • I can remove add trusted devices are used in addition to my password

    i can remove add trusted devices are used in addition to my password in appleid

    Hi hoang32,
    Thanks for visiting Apple Support Communities.
    It sounds like you are wondering about removing or adding trusted devices to use with two-step verification for your Apple ID.
    You can use these steps to remove or add a trusted device:
    As long as you still have your Recovery Key and remember your Apple ID password, you can sign in and add a new trusted device to your account. You can also remove any devices you may have lost, sold, or given away.
    Go to My Apple ID (appleid.apple.com), select "Manage your Apple ID," and sign in.
    On the Verify Your Identity screen, select "Unable to receive messages at any of your devices?"
    In the pop-up window, enter your Recovery Key.
    Then, under "Edit your Apple ID," select Password and Security > Trusted devices > Manage.
    Remove the device you no longer wish to use to verify your identity.
    Either verify another device already listed, or select "Set up Find My iPhone" to add a new trusted device to your list.
    From:
    Apple ID: Can't sign in with two-step verification - Apple Support
    For more help with two-step verification, see the Frequently Asked Questions:
    Frequently asked questions about two-step verification for Apple ID - Apple Support
    Sincerely,
    Jeremy

  • To remove (and add) a panel inside a dialog.

    hello
    I would like to change the layout of one dialog.
    I thought to do it by removing one panel an adding another.
    That is the code I wrote:
    import java.awt.Component;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    public class TestForChangePanel extends JFrame {
        PanelOne panelOne;
        PanelTwo panelTwo;
        public TestForChangePanel() { // costruttore
            panelOne = new PanelOne(this);
            panelTwo = new PanelTwo(this);
            changeThePanel(panelTwo);
            setSize(200, 150);
            this.setDefaultCloseOperation(EXIT_ON_CLOSE);
            setVisible(true);
        } // costruttore
        static public void main(String[] args) {
            TestForChangePanel testForChangePanel = new TestForChangePanel();
        public void changeThePanel(Component panel) {
            System.out.println("function to changethe Panel");
            if (panel instanceof PanelTwo) {
                remove(panelTwo);
                add(panelOne);
                System.out.println("put Panel One");
            if (panel instanceof PanelOne) {
                remove(panelOne);
                add(panelTwo);
                System.out.println("put Panel Two");
             validate();
        } // changeThePanel()
    }// class TestForChangePanel
    class PanelOne extends JPanel {
        JLabel labelOne = new JLabel("LABEL ONE");
        JButton jbOne = new JButton("Change");
        TestForChangePanel owner;
        PanelOne xxx = this;
        public PanelOne(TestForChangePanel ownr) {  // costruttore
            owner = ownr;
            this.add(labelOne);
            this.add(jbOne);
            jbOne.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    JOptionPane.showMessageDialog(null, "mouse panel ONE");
                    owner.changeThePanel( xxx);
        } // costruttore
    }  // class PanelOne
    class PanelTwo extends JPanel {
        JLabel labelTwo = new JLabel("LABEL TWO");
        JButton jbTwo = new JButton("Change");
        TestForChangePanel owner;
         PanelTwo xxx = this;
        public PanelTwo(TestForChangePanel ownr) { // costruttore
            owner = ownr;
            add(labelTwo);
            this.add(jbTwo);
            jbTwo.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    JOptionPane.showMessageDialog(null, "mouse panel TWO");
                    owner.changeThePanel(xxx);
        } // costruttore
    }  // class PanelTwoThere is not error in the execution of the code. But the layouth of the dialog does not change.
    Please, someone can tell me why the code doesn't work how I think it should have to do ?
    thank you
    regards
    tonyMrsangelo.

    I never had any problem with revalidate.I still don't understand the difference between validate() and revalidate(). The vast majority of time they are interchangeable and a repaint() is not required. However, I have noticed a few cases where validate() works and revalidate() doesn't (and vice-versa). I have also noticed a few cases where repaint() is required. Of course I can't remember all the situations, but here are a couple of examples showing problems:
    This posting shows a repaint() is required when removing a single component:
    [http://forums.sun.com/thread.jspa?forumID=31&threadID=789317&start=8]
    And this posting shows a repaint() is required when removing and adding a component (but only if the last component in the container is removed and added)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ValidateTest extends JFrame implements ActionListener
         JComponent north;
         int number;
         public ValidateTest()
              north = new JPanel();
              getContentPane().add( north, BorderLayout.NORTH );
              north.add( new JButton("Button1") );
              north.add( new JButton("Button2") );
              north.add( new JButton("Button3") );
              north.add( new JButton("Button4") );
              JPanel south = new JPanel();
              getContentPane().add( south, BorderLayout.SOUTH );
              JButton validate = new JButton("Validate");
              validate.addActionListener( this );
              JButton revalidate = new JButton("Revalidate");
              revalidate.addActionListener( this );
              JButton repaint = new JButton("Repaint");
              repaint.addActionListener( this );
              south.add( validate );
              south.add( revalidate );
              south.add( repaint );
         public void actionPerformed(ActionEvent e)
              //  repaint() is needed in this case
              int position = 3;
              //  repaint is not needed in this case
    //          int position = 0;
              north.add( new JButton( "" + number++), position );
              String command = e.getActionCommand();
              if ("Validate".equals(command))
                   north.validate();
              else if ("Revalidate".equals(command))
                   north.revalidate();
              else
                   north.repaint();
         public static void main(String[] args)
              JFrame frame = new ValidateTest();
              frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
              frame.setSize(500, 200);
              frame.setLocationRelativeTo( null );
              frame.setVisible(true);
    You can even see in the JScrollPane tutorial they use revalidate without repaint when resizing the client area. I think, the key here is the "resizing" seems to automatically cause the area to be repainted.

  • I have songs on my iPhone 6 that I can't remove and when I plug into iTunes and go to "Summary" and "On This Device" the songs don't show up but they are on my phone. How do I remove them? Not even sure how they got on actually.

    I have songs on my iPhone 6 that I can't remove and when I plug into iTunes and go to "Summary" and "On This Device" the songs don't show up but they are on my phone. How do I remove them? Not even sure how they got on actually since I have a iTouch and keep all my music there. HELP!!

    Have you tried deleting the songs from Settings?
    Settings -> General -> Usage -> Manage Storage (not the iCloud link!) -> Music and then click Edit to enable you to be able to delete.

  • Both my iPad and iPhone have ios8 On either device in Calendars edit shared with add person when I enter an email address and press add nothing happens - just goes back to edit screen and what I have entered has gone. No error message or any clue

    Both my iPad and iPhone have ios8
    On either device in Calendars> edit >shared with> add person when I enter an email address and press add nothing happens - just goes back to edit screen and what I have entered has gone. No error message or any clue about why I cant share my calendar. Please help.

    UDPATE:
    Spoke with Express lane, and issue was escalated.  Kudos to the support guys that handled this one (Brian and Yi).  Went through everything in detail and took all the crash dumps off the iphones and ipads to send to engineering.
    After backing up the contacts, the recommendation was to delete all contacts in  iCloud.  Doing that caused my iCloud to crash (in the browser), so more crash dumps were sent to apple.
    Eventually got all contacts deleted, then did a resync.  Looks like IOS devices are coming back to life and syncing again.
    Also, Outlook iCloud connector has just been updated to ver 1.0.1 so i installed that on their recommendation.
    BOTTOM LINE workaround:
    1. Backup contacts
    2. Delete contacts in iCloud
    3. Delete accounts on IOS devices
    4. Recreate accounts on IOS devices.
    Hoping a real root cause can be found and real fix implemented.  This has caused me to doubt the stability of iCloud, so i will procees with caution.

  • Can't remove FF from add & remove, says FF 17.0. but in browser it says 19. and in this forum it says FF 6, help anyone

    .......... maybe someone a---whole lot smarter than me can help solve this major meltdown? but in firefox browser and as i open in help to find what version i'm using, it says 19.0.2. but this firefox site "" https://support.mozilla.org/en-US/kb/find-what-version-firefox-you-are-using#os=win7&browser=fx20 "" it says i'm using Firefox 6. and as i go into add and remove programs it says i'm using Mozilla Firefox 17.0. blah blah. but yet in add and remove programs, i can't remove it, it keeps asking simply to reboot, but will in no certain terms remove this morphed crap, please, anyone out there has a clue into fixing this mess. why i can't remove and redownload is beyond me. and i'm using Norton 360 with HP Windows 7, on a Dell 7100 Studio XPS, i've tried oh so many things, even to rid my self of Noton 360, but no-go....? help!!!

    ... anyone...? help. ya see, i picked up some kinda hitch hiker last week traveling this wide open world wide web, i'll be damned if-n it's not safe no more to just browse and melandering around these days. ya just can't wander around with out full body protection, like wearing a full bode suit of prophylactic covering ... who knew? damn hitch hikers who wanted in on my e-mail address book to send a bunch of spam to folks who once liked me, thanks Firefox. with the updated Java and weak way of having tree different FireFox editions did me in, this time. and it want let me even remove this crap. oh well,if someone could help me on down the road of browsing again, then i'd be off and searching unto the ends of the WWW....? i just wonder if-n anyone has reached the end of the web? i must ponder on this very thing. i must get back on my meds, sorry folks, i wondered off there a bit, opps.

  • I downloaded newest itunes version and it would not install properly and now i can't open it. i have removed and reinstalled several times. i get error 7 (windows error 126) something about apple mobile device failed to start. anybody having this problem.

    i downloaded newest itunes version and it would not install properly and now i can't open itunes. i have removed and reinstalled several times. i get error 7 (windows error 126) something about apple mobile device failed to start. what can i do to fix this problem besides restoring system to an earlier date

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • I updated Firefox and now it will not open at all. The hourglass shows that it's working but then nothing. I went to add/remove and removed mozilla and reinstalled it and still the same thing. It worked fine before I updated.

    I updated Firefox and now it will not open at all. The hourglass shows that it's working but then nothing. I went to add/remove and removed mozilla and reinstalled it and still the same thing. It worked fine before I updated. Now I can't even remove the program at all. Why is this happening?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • HT2589 I already have 2 devices on one apple ID account and want to add apple TV.  How do I add another device on an existing apple ID account so that I can download movies from the cloud to any of 3 devices?

    how do I add another device on to my apple ID account so that I can download movies etc.. from my icloud to any of the 3 devices on the account?   I already have my iphone and ipad on the account and for some reason my 3rd device (apple TV) dropped off.   If you can help, greatly appreciated!!

    Hello there, HannaGriffin.
    Since the Apple TV (1st Generation) is the only one that has storage, I would recommend the following Knowledge Base articles for troubleshooting issues with authorization:
    Apple TV (1st generation) may not play content purchased from the iTunes Store
    http://support.apple.com/kb/ts1359
    or
    Apple TV (1st generation): Apple TV repeatedly asks for password to play iTunes Store rentals or purchases
    http://support.apple.com/kb/ts2845
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

Maybe you are looking for

  • Selection-screen differ from developement to quality

    Hi All, I made one standard report as Z report.In this they used Logical databases.I made the changes in selection-screen by selecting some of the fields as invisible,and i created the request number for the report and i moved it to quality,But there

  • HANA SQL for BPC cubes

    I have been looking for getting start help/ideas on how to push BPC BADI logic down to HANA SQL. Not really sure where is the right place my question. Which forum should I focus on?  Not much help in BPC forum on this subject. ~Dilkins

  • InvocationTargetException:There was an error while invoking the operation.

    Hi, I am having issues getting my remote server configured right after everything working properly on the local host. I am getting the following error: InvocationTargetException:There was an error while invoking the operation. Check your operation in

  • WAAS - 4.0.13 - Disk Check

    Hi, I have hopefully a very simple question. How can I check ix my WAAS devices have either 1 or 2 Hard drives and the size of each. Thanks Nathan

  • How do I set up flickr to use photos in ATV screen saver

    I uploaded photos to Flickr, but ATV expects things to be in a specific place.