WikiTransformationProject / wikitraccs-releases

Releases, issues and discussions for WikiTraccs from the Wiki Transformation Project
https://www.wikitransformationproject.com
8 stars 0 forks source link

WikiTraccs.GUI halts on "Test Confluence connection" #72

Closed ronaldolearnstocode closed 11 months ago

ronaldolearnstocode commented 11 months ago

Hi, I am testing the WikiTraccs.GUI and I am following your guide "WikiTraccs Migration Quick Start - First Confluence Migration" video. And got almost everything just fine until video time 10:20 (Authentication). *>> When I hit then "Test Confluence connection" button it does open my browser to check confluence site, and that works fine, but after that the gui is fineshed/terminated. Can you please help me ? I know we will have a new demonstration on Aug 8, and before that I would like to try the tool by myself. This is Ronaldo Akamine and I am from Linda's team.

Thank you!!

*>>at 6:30 "Pnp Powershell" I had to use the commands bellow:

Install-PackageProvider -Name nuget -MinimumVersion 2.8.5.201 -force Install-Module -Name "PnP.PowerShell" -RequiredVersion 1.12.0 -Force -AllowClobber

From link: https://learn.microsoft.com/en-us/answers/questions/1196279/import-module-could-not-load-file-or-assembly-syst

Because with just "Import-Module PnP.PowerShell" I was getting error bellow for command "Register-PnPManagementShellAccess": Import-Module : Could not load file or assembly 'System.Management.Automation

ronaldolearnstocode commented 11 months ago

The button to test "Test SharePoint connetion" works like a charm: image

ronaldolearnstocode commented 11 months ago

I leave confluence connection untested and tried buttons: "Open space inventory to choose source spaces": and it tries to open an invalid url: https://7xtrxb.sharepoint.com/sites/WikiTraccsStore/Lists/Confluence%20Space%20Inventory%20WikiTraccs I believe probably because confluence connection test failed in previous step.

Also tried button "Start Transformation" and the gui just halts and is terminated

ronaldolearnstocode commented 11 months ago

Forget about it. I got the problem here because used not the root link url. After using the root link correctly for confluence (source) the checn Confluence button worked. image

heinrich-ulbricht commented 11 months ago

@hopeforgood Love it how you are tackling those issues! Is there any issue left or are you making progress?

Note about space inventory: you need to select the "Update space inventory" button first for that to be created.

ronaldolearnstocode commented 11 months ago

Hi, Thanks! Migrating all now Still running lets see

ronaldolearnstocode commented 11 months ago

One question I already have is how to setup the migration to properly generate the page tree hierarchy ? image To try to maintain the look and feel of how the users navigated in Confluence

heinrich-ulbricht commented 11 months ago

@hopeforgood Confluence page tree hierarchy info is migrated by default. Each migrated SharePoint page has Confluence page ID and parent page ID attached as field values in the Pages library.

If you want a ready-made solution to visualize this data in SharePoint as page tree, you can try WikiPakk. It solves exactly this requirement.

heinrich-ulbricht commented 11 months ago

I'm going to close this issue as you could resolve it by yourself. Please don't hesitate to open a new one if there is something wrong, or start a discussion for general questions.

ronaldolearnstocode commented 11 months ago

Ok Thank you Heinrich!