Aug 03 2016 03:01 AM
Hi guys
Here is the situation.
When I create several site collections one by one, the root webs and default libraries in the webs have the save id(guid), I wonder is it normal? I use web id in my program to identify the unique web I am looking for, but this issure makes me fail to do that.
Root web ID: 90ac824b-ac63-419e-9231-1050d4062bf1 https://jfoxdave.sharepoint.com/teams/testWebId03 90ac824b-ac63-419e-9231-1050d4062bf1 https://jfoxdave.sharepoint.com/teams/testWebId04 90ac824b-ac63-419e-9231-1050d4062bf1 https://jfoxdave.sharepoint.com/teams/testWebId02 90ac824b-ac63-419e-9231-1050d4062bf1 https://jfoxdave.sharepoint.com/teams/testWebId01 Documents ID: 887bd92c-6e00-4147-9659-c0d0697250fb https://jfoxdave.sharepoint.com/teams/testWebId01 887bd92c-6e00-4147-9659-c0d0697250fb https://jfoxdave.sharepoint.com/teams/testWebId02 887bd92c-6e00-4147-9659-c0d0697250fb https://jfoxdave.sharepoint.com/teams/testWebId03 887bd92c-6e00-4147-9659-c0d0697250fb https://jfoxdave.sharepoint.com/teams/testWebId04
Aug 03 2016 03:13 AM
Hi Justin,
What query are you using exactly to retrieve these IDs? Could it be that you are querying the id's for the root site collection? That would explain why you are getting the same ID's everywhere.
regards
Mike
Aug 03 2016 04:20 AM
Looks like you are querying not the web guids but a different one can you post your code?
Aug 03 2016 12:24 PM
Could it be the same issue that Wictor described on his blog @ http://www.wictorwilen.se/when-a-guid-is-not-really-unique-i-m-looking-at-you-sharepoint?
Aug 03 2016 12:33 PM
Looks like @Waldek Mastykarz found the cause! Didn't know this. Thanks!
Aug 08 2016 01:38 AM
Yes.
It is the same issue.
I think Microsoft should solve this.