\.local\.globalvariables\GlobalVariablesT1PNoYwrqg.dll does not exist

こんにちは
UiPath Studio 2025.0.161 Community editionのユーザです。

1年ほど前に作成したワークフローを実行したところ、冒頭で

\.local\.globalvariables\GlobalVariablesT1PNoYwrqg.dllが存在しません。

というエラーメッセージが出ました。

試しに他のプロジェクトから.local.globalvariables\GlobalVariablesT1PNoYwrqg.dllをコピーしたら1回は動きましたが、
2回目から、また、.local.globalvariables\GlobalVariablesT1PNoYwrqg.dllが存在しません。というエラーメッセージが出ました。

2点ご教示ください。

1.昔のワークフローを実行したら.local.globalvariables\GlobalVariablesT1PNoYwrqg.dllはどうして削除されるのでしょうか?

2.このエラーを恒久的に回避する対処策があればご教示ください。

Most probably you are just copying the old project and you are placing it in another location.
As the .local folder is hidden, most probably the files from it are not transferred to the new location and the local variables are not recreated when you are trying to run the project.

You have couple of solutions:

  • Copy and paste also the dll files and the .tmp folder from the origin .local\.globalvariables\GlobalVariables to the same location in the destination
  • Recreate the missing global variables in the project
  • In the origin location try to set the .local folder as not Hidden and then try to copy and paste the project into a new location

This process is hard to do because I do not think I intentionally removed some global variables in the project. No Way. That’s so UiPath!

You don’t need to remember them. You will find them specified in the .project\globalVariables.json file.

Example:

Hi,Thank you for your reply!
Let me confirm.
Do the three actions you suggested have the same effect even though they look different?

If they are having different names, the issue will remain.
Get them from the original location not from copies of copies.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.