Forum Discussion

RobSoto's avatar
RobSoto
Iron Contributor
Nov 12, 2024
Solved

Microsoft Places Upload Errors

I am configuring the public preview of Microsoft Places with a client and when we tried to upload the IMDF files after uploading the building/floors CSV, the following error message appeared in the s...
  • NigelNewellEssential's avatar
    Nov 15, 2024

    Yes, the manual steps are described on that page. The correlation appears to be mainly adding "directory_id" property to each feature that's relevant to link it to the PlacesId for the building/floor/resource as needed. The error you are seeing suggests that there is no feature that has a directory_id linked to the floor.

    1. First generate a CSV of all the buildings/floor/resources from places
    2. Import your IMDF using Import-MapCorrelations
    3. The above step will create a mapfeatures.csv which you have to manually update with the details from the CSV from step 1
    4. Import your IMDF again along with the mapfeatures.csv using Import-MapCorrelations
    5. The above step will save a new correlated imdf to your folder. Then use New-Map but pointed to the correlated IMDF not your original.

    It's likely you can correlate manually by adding all the directory_id entries directly into your IMDF, but the above steps worked for us.

     

Resources