Closed PretoPlasma closed 1 year ago
In addition I can report that trying to "Updating space inventory and WikiTraccs site..." through GUI.app throws the acception "Failure. Cannot build space inventory. The SharePoint connection test failed. Hope this helps.
This sounds like #68 again. How did you solve this the last time?
Are you by any chance running WikiTraccs in AWS and could by any chance the note about AWS here apply?
Is the error consistently happening, 100% of the time? Or does it sometimes continue and sometimes not? I'm thinking about intermittent connectivity issues that might be at play here.
If it is specifically and consistently stuck at the authentication step I'd like to test authenticating using PnP PowerShell, outside WikiTraccs. PnP PowerShell uses the same endpoints as WikiTraccs and any blocked endpoints should surface there as well.
The test with PnP PowerShell would go like this:
Install-Module PnP.PowerShell -Scope CurrentUser
Connect-PnPOnline -Url "https://yourtenant.sharepoint.com/sites/yourtestsite" -ClientId 31359c7f-bd7e-475c-86db-fdb8c937548e -Interactive
(replace 31359c7f-bd7e-475c-86db-fdb8c937548e with the ID of your Azure AD app) - this should open the Microsoft login experience where you can enter your credentialsGet-PnPGraphAccesstoken
The last command should output a long string like eyJ0eXAiOiJKV1QiLCJub25jZSI6.....manycharacters
.
Does this work? If not, there's an issue in your environment. If yes: we need to dig further.
Thanks for your strong support! You are right, #68 is same. Sorry for confusion. This time we could not fix it, we changed the machine running the console. On the other machine it is now fine. And due to your reminder we do know now what might cause the issue (network). You can close this one!
Is there an existing issue for this?
Current Behavior
After passing the final connectivity tests of the GUI.app and starting the transformation by using the CONSOLE.app the process stucks in the moment whilst: "Checking that destination SharePoint site is prepared" throwing after a while ERR: Unhandled exception in subscription of AttachToRequestPipeline->scanRequestObservable
Expected Behavior
The destination check should pass successfully and the transformation should reach the start migrate point.
WikiTraccs Version
v1.6.29
Confluence Version
Confluence 7 (up to 7.17)
Confluence Data Center?
Relevant log output or page storage format
Anything else?
I assume that there is a problem with the connecting of the user to the site. Can you agree and if this is true could you let me know which right should be set? If I am wrong could you pls kindly advise what to do?