WikiTransformationProject / wikitraccs-releases

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

How to use appsettings.json to pre-config wikitraccs.gui? #40

Closed PretoPlasma closed 1 year ago

PretoPlasma commented 1 year ago

Hi, we plan to run wikitraccs.gui controlled by rpa robot.

However the appsettings.json to pre-config wikitraccs.gui seems to be ignored when starting the gui.

According to WikiTraccs Documentation it should be enough to place the file inside the same folder of the gui. However, as I wrote, it is not recognized.

Is there anything else to do to get the tool fetching the config from this file?

We have tried it with wikitraccs 0.2.0 and 0.2.3 @win_x64.

Looking forward to a quick reply. Best regards

heinrich-ulbricht commented 1 year ago

Hi @PretoPlasma,

WikiTraccs.GUI should pass configuration options from appsettings.json to WikiTraccs.Console (the console application doing the actual migration).

If something does not work it can be on of the following issues:

To reduce complexity, but also for any automation approach, I recommend using WikiTraccs.Console directly. Have a look at the new sample configuration page showing a configuration sample, that is proven to work with WikiTraccs.Console. Your config file might work as well.

Please give that a try and please report back if WikiTraccs.Console fails to adhere to the configuration file. In this case please post the anonymized version of the configuration file here so I can have a look.

Thank you!

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 20 days with no activity. Remove stale label or comment, or this will be closed in 10 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 10 days with no activity.

PretoPlasma commented 1 year ago

Thank you very much for your information. It took a while to prepare my test environment for automated execution. I have used your recommendations on https://www.wikitransformationproject.com/docs/reference/settings/#configuring-via-configuration-file. However when trying to automate the execution of the wikitraccs.console I found out that the console is not closing when all done. How can I find out that the migration is finished?

PretoPlasma commented 1 year ago

I have seen that this issue is all closed. So I am going to open another one.