Migrating DFM data from LMS 3.1 to LMS 4.2.3

Hello, I need to migrate DFM alarm settings data from LMS 3.1 to LMS 4.2.3 and I want to use this method, http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_device_fault_manager/3.1/user/guide/useAAD.html#wp1433848 , to extract the data from 3.1 and then inport it into 4.2.3.
I successfully performed it for IP settings, it was easy since the data format was the same.
But the format differs quite alot for Interface and Port data, here is an example:
export from LMS 3.1
IF-hostname/17 [Gi0/0.524] [10.55.254.3]; INTERFACE:;IF-hostname/17; MANAGED_STATE:;EXPLICITLY_UNMANAGED
export from LMS 4.2.3
INTERFACE:IF-hostname/17 MANAGED_STATE:MANAGED GigabitEthernet0/0.524
It looks like I have convert interface names, sort and delete stuff to make it look the same.
Have anyone done this before and can give me some advice?
BR /Crille

Just want to report back that I found an answer to this, it is enough to import this string:
INTERFACE:IF-hostname/17 MANAGED_STATE:MANAGED (or EXPLICITLY_UNMANAGED).
So what i did was use Notepad++ and regexp to filter out the needed data:
Search for: ^.+(INTERFACE.+$)
Replace with: \1
and then another replace for ";" with nothing.
Then I ended up with:
INTERFACE:IF-hostname/17 MANAGED_STATE:EXPLICITLY_UNMANAGED
which could be imported with the mentioned scripts in my original post.

Similar Messages

  • Migrating data from LMS 3.2 to LMS 4.2

    I`m trying to migrate data from LMS 3.2 (windows) to LMS 4.2 (linux) I have run the backup job which contains many directories, I have created a .tar file to be able to ftp to LMS 4.2 but cannot get it to un-tar. Anyone been in this same scenario before?

    Share more details on what error do you see. Do you still have the old backup files, without tar? What tar utility are you using?
    I can suggest to use the tar utility available within LMS. Go to NMSROOT/bin directory and use:
    1. To create tar : tar -cv <filename> <source_files>
    2. To untar : tar -xvf <file_name>
    Being the same utility it may be good. Anyways, this seems less of an LMS issue. If possible use an WINSCP and copy the entire directory without compressing.
    -Thanks
    Vinod

  • I can't migrate my data from my old pc to my new macbook pro

    Hi,
        I have been trying to migrate my data from my PC to my new mac but it always seems to fail.
    At first, I would begin the migration assistant and then after a while the PC would just crash.
    But then I finally thought I managed to get it working. It said that process was complete (on both the PC and mac), but there was no data on my computer and no music in my iTunes.
    If anyone has any advice I would really appreciate it!!
    PS I also have an Ethernet cable if that's of any use but I don't know how to use it.

    I suggest you stop using the Migrastion Assistant. Simple fact is, as you have found out, that it does not work most of the time and when it fdoes actuall transfer data it doesn't do it very well.
    Just network the 2 computer together over your LAN and copy and past the files you want to move to the Mac.
    Otr use an External drive, formatted either FAT32 or exFAT (doinig the formatting on the Windows PC) and then copy to the external from the Win PC and then copy from the external to the Mac.
    You'll be happier.

  • How to migrate the data from DB to another DB

    Hi folks,
                 In my project I have one requirement. Let me explain in detail we are maintain two databases one for
                 master database called *GIIS* and one is history database HIST. Both DB version is 10g R1.
                 (Both DB’s have same no table as well structures)
                 1.  The GIIS database contains nearly 400 tables (master table as well as temporary table)   
                       each Master table having it’s own temporary table.
                 2. Whenever we made the entry first it will go to temporary table after authorized that entry it will move to the master table
                 3. But the temporary table contains the data after move to master table .
                 4.     The temporary table data’s will be move to the HIST database each and every day at the night.
                    This migration we done through the procedure.  After migration complete the temporary table data’s will de deleted.
    My Question:
               1.     Whether it’s good practice to migrate the data from GIIS DB to another HIST DB using oracle stored procedure.
                     (we created the DB link from GIIS to HIST) 
               2.     If not can any one suggest me the way to migrate the data from GIIS to HIST.?
               3.     Is there any other possibility to migrate the data from GIIS to HIST with out using procedure?Thanks
    Arun

    Arun wrote:
    Hi Mr.Aman Brother
    First of all sorry . I am not saying that don't command my requirement. Just i want know the way of migrate the data from one DB to another DB.
    you saying that IMPORT/EXPORT is one of the way to do migration.
    But in client side they don't know how to do the IMPORT & EXPORT the database..
    Can you suggest me the another way to do that
    Arun,
    If the client doesn't know how to do exp/imp, I would really doubt and would be immensely concerned before suggesting the client any other way. If they don't know, tell them that there is a concept called test database which is used for learning so they should invest time to learn this technique since the other options suggested by fellow members are far more tougher than this one.
    Aman....

  • Process to migrate configuration data from one BW development system to other

    Hi SAP Gurus,
    We need to migrate configuration data from one BW system DE1 to DE2.. Both systems are SAP net weaver  7.3.
    DE1 is BW pre-production system and DE2 is BW DEV.
    No transactional  data required.
    Please share a document if available.
    Kindly, let me know the procedure for Remote Client copy or client export/import with steps.
    Also let me know the pre-requisite for these activities.
    Thanks,
    Avadhesh Sharma
    +91 8095226536

    Hi,
    Remote Client Copy (SCC9)
    Remote client copy is performed in rare situation. When the client copy is done
    between two different SAP systems, the copy is called remote client copy.
    Before remote client copy is performed, a RFC connection must be set between those
    systems using SM59.
    1. Check RFC connection is working fine between two systems you want to perform
    remote client copy using SM59
    2. create client in the target system you want to copy the client
    3. login to target client using user SAP* and password PASS
    4. execute tcode SCC9 and select the RFC for the source system
    5. select the profile you want to copy like SAP_ALL
    6. select source client number you want to copy
    7. Select source client master data , mostly it is the same client number
    8. Now click on schedule as background job.
    9. Leave the background server field blank.
    10. Click schedule.
    11. Select Immediate from next screen.
    12. Save the screen.
    13. Client copy is scheduled now as a background job and client copy process started.
    14. The progress can be monitored using tcode SCC3
    Client Export/Import
    A client transport consists of two steps:
    First a client export extracts client data from the source client
    to files at the operating system level. Then the data is imported
    from the operating system files into the target client.
    To perform a client export, follow these steps:
    1. Log on to the source client. From the SAP initial screen,
    choose transaction SCC8 (Client Export). Select the data to
    be copied using a profile.
    2. Indicate the target system to which the client will be copied.
    The target system must be defined in TMS as part of the
    transport domain.
    3. Begin the client export. Because copying is a lengthy
    process, use scheduled background processing.
    Do not run any other client copy tool before the
    data export is finished.
    This export process will generate up to three data files at the
    operating system level:
    • RO< number >: this file contains cross-client data
    • RT< number >: this file contains client-specific data
    • RX< number >: this file contains SAPscript texts
    Depending on the type of data selected through the client
    transport profile, the client copy command files added to the
    buffer of the target system are as follows:
    • <S-SID>KO<number>: this file is for cross-client data
    • <S-SID>KT<number>: this file is for client-specific data
    • <S-SID>KX<number>: this file is SAPscript texts
    The client export change requests are not imported when an
    Import all takes place. Therefore, you must import these requests into the target client
    using TMS. Choose one of the transport requests of the client transport in the Transport
    Management System (TMS). The other transport requests belonging to this client
    transport are then automatically added in the correct order.
    After the import process has completed, post-import activities are required for object
    generation steps. After completing the import, log on to the target client. From the SAP
    systems initial screen, choose transaction SCC7
    Regards,
    Chandu

  • Urg req: Migration of data from 1 category to another - Error with 5 files

    Gurus,
    I am trying to migrate the data from one content category to another and it woks just fine with the standard sap report:DMS_RELOCATE_CONTENT.
    We moved all the documents except 5 files, when we use the report for the DIR's the content server shuts down automatically.
    I tried to read the file from SAP (CV03N) and the same thing happens. Can anyone pls suggest any solution for the issue. If we can atleast read the file we can check it into other content category manually but the challange here is to know what is causing the content server to be down.
    Appreciate your suggestion ! !
    //Madhav.

    Hi,
    could it be that you have also raised a SAP support message on this issue? Because I remember this kind of scenario and I forwarded a support message to the Content Server experts some days ago. At the moment the Content Server development team is analysing the issue.
    So if this is you message I would kindly ask you to wait for the reply of the development expert. Otherwise please tell me so I can update you with the findings too.
    Best regards,
    Christoph Hopf

  • How to migrate the data from DEC RDB 5.1 to Oracle 11g

    Hi,
    As part of my project, we need to migrate the data from DEC RDB 5.1 present on Alpha server with VMS 6.1 OS into Oracle 11g. The size of the data in DEC RDB is around 40 GB.
    Could you please suggest various ways of getting this done in easy and simpler way?
    Thanks in advance.

    Hello,
    when Oracle bought Rdb from Digital Equipment Corporation (DEC) in 1994, the name of the product changed from DEC Rdb to Oracle Rdb. Meanwhile the actual version of Rdb is 7.2, so you are on a VERY old version. And that excludes the suggestions from the mentioned note to use a database link from Oracle RDBMS to Rdb, that is simply not possible with that old version of Rdb.
    But Rdb 5.1 knew already the Rdb Management Utility (RMU) - I just checked that with Rdb 4.1 which is even older.
    There are two commands that are helpful for your task.
    RMU/EXTRACT - that writes the metadata into a file. That output helps you to build a script to create all the objects in your target database.
    RMU/UNLOAD - that writes the data of each table into a formatted file (one file per table). That output can be used by the SQL*Loader to load your data into the target database.
    You can read all details about these commands in the online help on your Alpha. At first, issue the HELP command and look in the output list whether it lists a command RMU or RMU51. Then run that command:
    $ help rmu /extract
    and
    $ help rmu /unload
    Replace rmu by rmu51 if the help command shows you that rmu51 exists but not rmu.
    There is one caveat. Do you use blobs in your Rdb database? If you don't know that, create an the output with RMU/EXTRACT and search the output file for the string LIST OF BYTE VARYING. If there are none then you have no blobs. If you have some you need to take more care of them, they can't be unloaded into a formatted file, that must happen programmatical. If you have such fields then let me know, then I'll tell you how to get them out of your Rdb database.
    Best regards
    Wolfgang
    P.S.: For Rdb related questions it is better to ask in our Communities at https://communities.oracle.com/portal/server.pt/community/rdb_product_family_on_openvms . That forum is watched by Rdb Support and Development.

  • Migrate Cal-Data from  V3.0 to OCS

    We plan to migrate the data from the calendar version 3.0 on AIX to the OCS R1 Calendar. After exporting (unicpoutu) an importing the data the descriptions and the acls are missing. They are not in the export-file. Is there any other way to migrate the data?
    Bye
    Michael

    We plan to migrate the data from the calendar version 3.0 on AIX to the OCS R1 Calendar. After exporting (unicpoutu) an importing the data the descriptions and the acls are missing. They are not in the export-file. Is there any other way to migrate the data?
    Bye
    Michael

  • I migrated all data from old PC to new and iTunes successfully transferred to new PC. When I click on a song it says it cannot locate the original. How does one map iTunes file to iMusic to enable play from original files ?

    Subject: Migration
    I migrated all data from old PC to new and iTunes successfully transferred to new PC. When I click on a song it says it cannot locate the original. How does one map iTunes file to iMusic to enable play from original files ?

    Subject: Migration
    I migrated all data from old PC to new and iTunes successfully transferred to new PC. When I click on a song it says it cannot locate the original. How does one map iTunes file to iMusic to enable play from original files ?

  • Regarding Batch Jobs for migration of data from client DB to our local DB

    Hi Folks,
    GoodDay, Previously I worked as a Oracle Developer and recently shifted into a BIG organisation as PL?SQL developer. Here my base work is with INTERFACES(Stored Procedure). That is retrieving data from client DB and need to put the data in our staging tables. For that i created 2 INTERFACES(stored procedures). One is for one time migration. No need to run on regular basis. The second one is to run regularly why because if any updations are done in client DB that should be replicate to our DB. For that we need to run a BATCH JOB regulary 24X7 basis.
    But i dont have any working knowledge on BATCH JOB creation and running. Please let me guide on this issue ASAP.
    Regards,
    Ramesh.

    You can try
    dbms_job(9i)
    or
    dbms_scheduler(10g)
    just out of curiosity.. tell me if you are interested...
    what you were doing as a "oracle developer" ( is it like writing only "sql" )...

  • Can I migrate my data from a regular hard drive to a solid state drive using only a Time Machine backup from an external hard drive?

    I just bought a Samsung 830 256GB solid state drive which I will use to replace my 15-inch, 2.53 GHz, Mid 2009 MacBook Pro's stock hard drive. I also keep an external hard drive in which I keep my regular Time Machine backups via FireWire. Would I be able to migrate all my data from it after putting in the solid state drive? I prefer not to use any third-party applications and I do not plan on replacing the SuperDrive with the hard drive that I'm going to remove from my laptop.

    chinodelarosa wrote:
    Would I be able to migrate all my data from it after putting in the solid state drive?
    Yes.

  • Migrating Users & Data from a Powerbook G4 to a MBP

    OK, I'm getting a refurb. MBP and I'm going to need to transfer over my stuff from the Powerbook G4 to the MBP. The thing is...both my 400 and 800 FW ports in the Powerbook have ceased to function, so Target Disk Mode will not work for me. I could use the Ethernet form of transfer to get everything over but that implies that the MBP will have to be up and running and have it's network settings all configured in order for it to be "seen" on the network. Is this the case? Or, upon startup of the MacBoook Pro, will I be prompted to migrate data & users via Ethernet?
    In the past, I've been able to use Target Disk Mode and I'm familiar with that procedure, I just don't know what to expect via an Ethernet migration. Can anyone enlighten me?
    Thanks

    A Basic Guide for Migrating to Intel-Macs
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate. Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3, G4, or G5 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
    Classic Environment, and subsequently any Mac OS 9 or earlier applications
    Screensavers written for the PowerPC
    System Preference add-ons
    All Unsanity Haxies
    Browser and other plug-ins
    Contextual Menu Items
    Applications which specifically require the PowerPC G5
    Kernel extensions
    Java applications with JNI (PowerPC) libraries
    See also What Can Be Translated by Rosetta.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior 4.1, TechTool Pro 4.6.1, SuperDuper 2.5, and Drive Genius 2.0.2 work properly on Intel-Macs with Leopard. The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries. Leopard Cache Cleaner, Onyx, TinkerTool System, and Cocktail are now compatible with Leopard.
    Before migrating or installing software on your Intel-Mac check MacFixit's Rosetta Compatibility Index.
    Additional links that will be helpful to new Intel-Mac users:
    Intel In Macs
    Apple Guide to Universal Applications
    MacInTouch List of Compatible Universal Binaries
    MacInTouch List of Rosetta Compatible Applications
    MacUpdate List of Intel-Compatible Software
    Transferring data with Setup Assistant - Migration Assistant FAQ
    Because Migration Assistant isn't the ideal way to migrate from PowerPC to Intel Macs, using Target Disk Mode, copying the critical contents to CD and DVD, an external hard drive, or networking
    will work better when moving from PowerPC to Intel Macs. The initial section below discusses Target Disk Mode. It is then followed by a section which discusses networking with Macs that lack Firewire.
    If both computers support the use of Firewire then you can use the following instructions:
    1. Repair the hard drive and permissions using Disk Utility.
    2. Backup your data. This is vitally important in case you make a mistake or there's some other problem.
    3. Connect a Firewire cable between your old Mac and your new Intel Mac.
    4. Startup your old Mac in Target Disk Mode.
    5. Startup your new Mac for the first time, go through the setup and registration screens, but do NOT migrate data over. Get to your desktop on the new Mac without migrating any new data over.
    If you are not able to use a Firewire connection (for example you have a Late 2008 MacBook that only supports USB:)
    1. Set up a local home network: Creating a small Ethernet Network.
    2. If you have a MacBook Air or Late 2008 MacBook see the following:
    MacBook (13-inch, Aluminum, Late 2008) and MacBook Pro (15-inch, Late 2008)- Migration Tips and Tricks;
    MacBook (13-inch, Aluminum, Late 2008) and MacBook Pro (15-inch, Late 2008)- What to do if migration is unsuccessful;
    MacBook Air- Migration Tips and Tricks;
    MacBook Air- Remote Disc, Migration, or Remote Install Mac OS X and wireless 802.11n networks.
    Copy the following items from your old Mac to the new Mac:
    In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/Calendars (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    Credit goes to Macjack for this information.
    If you need to transfer data for other applications please ask the vendor or ask in the Discussions where specific applications store their data.
    5. Once you have transferred what you need restart the new Mac and test to make sure the contents are there for each of the applications.
    Written by Kappy with additional contributions from a brody.
    Revised 1/6/2009
    Connect the two computers via FireWire to do any data transfer whether manually or with Migration Assistant.

  • Migrating SQL data from iSCSI LUNs on one NetApp to another

    Hi....
    I have a clustered pair of SQL 2012 servers which are using the Microsoft iSCSI initiator service to attach to some LUNs on a NetApp storage system.  I am trying to migrate the data on these LUNs to a different NetApp system and am not 100% sure how
    I should do this.  I have dedicated LUNs for:
    Database data
    Logs
    TempDB data
    TempDB logs
    Quorum
    Backup
    Each LUN is mapped to a drive.
    Does anyone know the best way to go about this?  I was going to detach all clients from the database, stop cluster services on the standby node, copy the data from active node to the standby node on the new LUNs with the same drive mappings, then stop
    all services on the active node, followed by turning on services on the standby making it the active.
    I have a feeling this isn't going to work as I expect so I figure I would ask the question.

    Hi,
    I recommend you check out the following articles:
    WINDOWS 2008 / 2008 R2 SAN Migration
    http://blogs.technet.com/b/hugofe/archive/2012/07/04/windows-2008-2008-r2-san-migration.aspx
    Swapping a new larger LUN for an existing LUN
    http://social.technet.microsoft.com/Forums/en-US/cfeac1ce-760f-4a92-a20c-02e4181b876b/swapping-a-new-larger-lun-for-an-existing-lun
    Best Regards,
    Tracy
    Tracy Cai
    TechNet Community Support

  • Help with migrating user data from one account to another

    I am on a G5 with 10.4.11. I installed FCP studio 6 and everything works fine except compressor. I have had only one user account on this mac (i will call it account 1). I was told to create another account (account 2), log on and see if compressor works. It does. Basically there are files missing on account 1 and compressor won't run. I have installed 3 times and no change.
    Anyway I was told to migrate all my user data from account 1 to account 2. I have been looking at threads and want to make sure I am doing the right thing. I found a way to close. Please see if this works. IT may be from the tiger forum:
    pick a short user name for your new account. then run the following terminal commands
    sudo mkdir /users/newshortname
    sudo ditto ~ /users/newshortname
    You'll have to enter your admin password (which you won't see) after the first command. that's normal. This will copy your current home directory to /users/newshortname. Then go to system preferences->accounts and create a new account with the short name newshortname. You'll get a popup saying that a home directory by that name already exists and asking if you want to use it. say yes.
    Anyway, I would like to migrate everything from account 1 to 2 and have all preferences...everything. I would also like to be able to delete the old account...account 1 and rename account 2. Since this is a home MAC, I really don't need it PW protected. I would like this MAC to just use my new account 2 at start up.
    Please ask me any questions. This is my editing MAC, and I can't get around inside the OS. I know FCP like the back of my hand, but don't want to screw up this computer.
    Thanks in advance.
    Message was edited by: Nelson May

    Yeah, you should be able to move most of it by changing permissions.
    Network settings could be any/all of these though for instance...
    /Users/YourUserName/Library/Preferences/ByHost/com.apple.networkConnect.<12 digit number>.plist
    /Users/YourUserName/Library/Preferences/com.apple.internetconnect.plist
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
    /Library/Preferences/com.apple.sharing.firewall.plist
    /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    /Library/Preferences/com.apple.networkConfig.plist
    /Library/Preferences/SystemConfiguration/com.apple.nat.plist
    /Library/Preferences/com.apple.print.FaxPrefs.plist
    As well as the old Keychain & cookies from your Browser.

  • Migrate Cprojects data from CRM 4.0 to CRM 5.0

    Hello,
    Please help me with this ?
    We have upgraded the CRM 4.0 (cProjects 3.1) to CRM 5.0 and doesnu2019t bring cProjects data new upgraded server (CRM 5.0).we have installed the add-on CPRXRPM in CRM 5.0 and would like to know how to migrate the cProjects data from CRM 4.0 to CRM 5.0
    Regards,
    SJ

    Okay the only question is that is your CRM 40 system and the CRM 2007 separate systems?  If so then you can use the XIF IDOC adapter to setup the transfer between the two systems. 
    Now if the CRM 40 system is being upgraded to CRM 2007 then you don't have to "transfer" data.
    As far as the CRM consultant role, you better understand basic IDOC setup and be able to do data mapping between the older and newer version.  Luckily you shouldn't have a lot of mapping work as 2007 IDOC structure is a refinement of 4.0.
    For more XIF information search the CRM general and framework forum.
    Take care,
    Stephen

Maybe you are looking for

  • Using from clause property

    i have written a query using joins inorder to get data from various tables.i have used FROM CLAUSE QUERY property and placed the quuery in the property pallate.now when Find button is pressed the data is not getting populated..please guide me in gett

  • Link and embedded fonts

    Hi, I'm using this to set the general format of my text flow: <TextFlow xmlns='http://ns.adobe.com/textLayout/2008' fontSize='16' textIndent='0' paragraphSpaceAfter='0' paddingTop='5' paddingLeft='0' paddingRight='0' lineHeight='100%' fontFamily='Roc

  • SCCM Collection with IE9 Installed Clients

    Hello , I would like to create a Collection on SCCM with all IE9 Clients . Because some clients downloaded and install the stand alone version of IE9 and others get the IE9 from our WSUS , i cant count the exact number of IE9 installed clients . i ha

  • What happens if I choose to NEVER upgrade to IOS 6?

    Mapping problems. Power drainage Slow applications Bluetooth problems Hopefully Apple will fix most or all of these issues.   I certainly will not upgrade until then.  However, what happens if I decide to NEVER upgrade to IOS6?   Will my phone stop w

  • Imovie crash when trying to delete a transition

    every time i try to delete a transition in a slideshow i'm doing the software shuts down it freezes at the point of the white poof and it shuts down. any idea's i like movie 5 so much more than 6 it's filled with bugs