Attempting to run dtmigration tool to simply create an archive and getting error
"Invalid arguments targetArchiveDir F:TEMP found!
F:TEMP does not yet exist not sure what I have typed wrong. Can anyone help? Command and error is below:
C:\Program Files (x86)\Java\jre7\bin>java -jar F:\tmp\dtmigration.jar -migration
-sourceDTHome "F:\Apps\dynaTrace\dynaTrace 4.2.0" targetArchiveDir "F:\TEMP"
-------------------------------------------------------------------------------
dynaTrace Migration Tool
Copyright (C) 2004-2013 dynaTrace software GmbH
-------------------------------------------------------------------------------
Version 5.5.0.5226 built Wed May 15 05:20:00 EDT 2013
Invalid Argument Failure:
Invalid arguments targetArchiveDir F:\TEMP found!
Answer by Santiago G. ·
Have you tried "-targetDTHome" instead of "-targetArchiveDir"?
Santiago,
In changing the switch to targetDTHome I noticed the - missing preceding the -targetDTHome. I went back to my targetArchive and it was missing as well. Added and tried and it looks to be running. I think creating the F:\TEMP directory did the trick and I just botched the - in the command after the creation.
Thanks for your help!
Answer by Santiago G. ·
Hi John,
Make sure you have TEMP folder created. Also try using:
>java -jar F:\tmp\dtmigration.jar -migration F:\tmp\dtmigration.jar -migration
-sourceDTHome "F:\Apps\dynaTrace\dynaTrace 4.2.0" -targetDTHome "F:\TEMP"
Regards
JANUARY 15, 3:00 PM GMT / 10:00 AM ET