in More Search Options

APM Migration Utility Problems

Last post 08-20-2008 4:03 PM by Lisser. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
  • 07-24-2008 3:04 PM

    • Lisser
    • Not Ranked
    • Joined on 03-25-2004
    • USA
    • Posts 6
    • Points 10

    APM Migration Utility Problems

    I ran the migration utility and I thought it worked successfully at first.  However, after auditing the AM to APM conversion I have found that 100+ applications did not move over.  So I have approx half of the applications migrated, meanwhile I have a ton that did not.  What do I do now?  I'm afraid that if I re-run the utility I will have 100+ duplicates, however if I don't run the utility I will have hours upon hours of work to recreate these watches.  Advice? 

    • Post Points: 3
  • 08-18-2008 5:22 AM In reply to

    • WINNT
    • Top 75 Contributor
    • Joined on 06-22-2004
    • USA
    • Posts 99
    • Points 580

    Re: APM Migration Utility Problems

    Have you had any luck with your conversion?  I have had issues with my conversion as well and wondered if you were successful.  Thanks.

    • Post Points: 3
  • 08-20-2008 4:03 PM In reply to

    • Lisser
    • Not Ranked
    • Joined on 03-25-2004
    • USA
    • Posts 6
    • Points 10

    Re: APM Migration Utility Problems

    I got a specific error when running the conversion:

    Started AM applications conversion
    No application with an id of 143
    Parameter name: applicationId

    It turns out there were some deleted nodes in the AM database that was causing the converter to fail out when it encountered the data for the deleted nodes. SolarWinds gave us the following SQL command to run on the database to remove the invalid data, once we ran the SQL script we were able to migrate the watches.

    delete FROM applications
    where NodeID not in (SELECT NodeID FROM Nodes)

     

    • Post Points: 1
Page 1 of 1 (3 items)