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?
Have you had any luck with your conversion? I have had issues with my conversion as well and wondered if you were successful. Thanks.
I got a specific error when running the conversion:
Started AM applications conversionNo application with an id of 143Parameter 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 applicationswhere NodeID not in (SELECT NodeID FROM Nodes)