Forum Discussion
RobSoto
Nov 12, 2024Iron Contributor
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 shell:
"Import not supported for file fixtures.geojson"
We removed that file from the IMDF zip file and tried again but a different error appeared:
"No levels were found correlated to directory floors for the building"
When the CSV file with building and floor data was uploaded before the configuration step, I didn't add any SMTP address values in that column because they don't exist yet. When the import script finished, a few errors appeared stating that an identity wasn't found. Maybe that's part of the issue?
I'm not sure what I'm missing. Anyone else made it through this step yet in the public preview?
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.
- First generate a CSV of all the buildings/floor/resources from places
- Import your IMDF using Import-MapCorrelations
- The above step will create a mapfeatures.csv which you have to manually update with the details from the CSV from step 1
- Import your IMDF again along with the mapfeatures.csv using Import-MapCorrelations
- 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.
- NigelNewellEssentialCopper Contributor
Hi Rob,
I had this error when trying to run New-Map with an uncorrelated IMDF. Did you go through the correlation process?
Nigel
- RobSotoIron Contributor
Hi Nigel - Thanks for responding. Is that step done in Archilogic or whatever tool is used to create the IMDF? Or is the correlation done in PowerShell?
When we tried this, we didn't go the manual route. We just did the steps above the manual instructions here: Configure floorplans - Microsoft 365 Places | Microsoft Learn
- NigelNewellEssentialCopper Contributor
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.
- First generate a CSV of all the buildings/floor/resources from places
- Import your IMDF using Import-MapCorrelations
- The above step will create a mapfeatures.csv which you have to manually update with the details from the CSV from step 1
- Import your IMDF again along with the mapfeatures.csv using Import-MapCorrelations
- 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.