This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Migration - what happens ?

Former Member
Former Member
I have not seen any new migrated activities in my account in the last months.
When can I expect my motionbased activites from 2009 to be available in Connect ?

peroo
  • I have not seen any new migrated activities in my account in the last months.
    When can I expect my motionbased activites from 2009 to be available in Connect ?


    Nothing migrated other than 15 activities since June 2009.
    Should I manually migrate activities from MB???
  • How do you manually migrate activities from motionbased? I only have 22 on there but all are large files. I have tried exporting as .hst but that won't upload?
  • How do you manually migrate activities from motionbased? I only have 22 on there but all are large files. I have tried exporting as .hst but that won't upload?


    You can force an export of TCX versions of the activities. More here: https://forums.garmin.com/showpost.php?p=1179&postcount=8
  • Thanks for your help but this is the message I get when I try to use the following method:


    " Alternately, you can use the following URL (substituting the xxxxxx with your activity number) and you should receive a TCX formatted file.

    http://trail.motionbased.com/trail/export.mb?episodePkValues=xxxxxx&forceVersion2=true

    Give this a try and see. "


    A system error occurred. We apologize for the inconvenience. Please try again or return to the MotionBased Home Page.
  • A system error occurred. We apologize for the inconvenience. Please try again or return to the MotionBased Home Page.


    MotionBased is throwing errors in a few areas right now.
  • Former Member
    0 Former Member over 15 years ago
    Actually, MB hasn't allowed me to see any of my 1,844 activities for the last month or so. I just get the "system error" message. I was going to "migrate" them myself since only about half have made it to GC. Hopefully they haven't deleted my 40,000 miles of running and biking!
  • I get the error sometimes, but have for the most part successfully exported courses from my activities as well as other users' activities.
  • Ok, Motionbased is finally allowing me to force download files (These are .tcx files). Garmin Connect manual upload will not work and gives me an error message. Should I be doing something different or do you think this a temporary Garmin Connect fault?
  • If anyone can help, I have attached the smallest file that I have forced download from Motionbased.

    Thanks


  • From what I can see, using firstobject xml editor and TCXConverter, things started going wonky with the first trackpoint that contained a position tag. Your total distance was incrementing correctly until this trackpoint.

    <Trackpoint>
    <Time>2009-04-02T18:08:32Z</Time>
    <Position>
    <LatitudeDegrees>53.6885073</LatitudeDegrees>
    <LongitudeDegrees>-2.5668209</LongitudeDegrees>
    </Position>
    <AltitudeMeters>177.5006104</AltitudeMeters>
    <DistanceMeters>1.5710990336E10</DistanceMeters>
    <HeartRateBpm xmlns:AA="www.w3.org/.../XMLSchema-instance" AA:type="HeartRateInBeatsPerMinute_t">
    <Value>179</Value>
    </HeartRateBpm>
    </Trackpoint>


    This produced a negative distance until the last lap.I can upload your activity only if I delete the first 3 laps, which doesn't leave you much. Perhaps our resident Tsar of XML (SAEEDI) can have a look. ;)