Detecting Error Project Version

Hi Friends,

I created a component in Community Edition and its perfectcally fine,But when we change our UIPATH Version to Enterprise Edition iā€™m always getting this error.
Kindly Help :smiley:

image

cheers :smiley:

Happy learning :smiley:

5 Likes

@pattyricarte

I guess the package you used in Community Edition may be not available in Enterprise Edition and because of that you are getting this error.

Try to delete Project.json file and them open that xaml file.

5 Likes

@lakshman

I delete the Project.json file and re opened again the xaml file and got no luck.
Still the error is pop in.

6 Likes

@pattyricarte

May I know what are the packages you used in your process.

1 Like

@lakshman

"UiPath.Excel.Activities": "[2.6.2]",
"UiPath.Mail.Activities": "[1.5.1]",
"UiPath.System.Activities": "[19.7.0]",
"UiPath.UIAutomation.Activities": "[19.7.0]",
"UiPath.WebAPI.Activities": "[1.4.2]"
4 Likes

@pattyricarte

Packages seems to be OK. It should work.

Are you able to open other projects ?

2 Likes

@lakshman
I noticed that all the components that i created in Enterprise Edition is fine.But when i opened some xaml files that is not created in Enterprise Edition got an error

5 Likes

@pattyricarte

What Enterprise Edition and Community Edition versions are you using ?

1 Like

@lakshman
2019.4.4

4 Likes

@pattyricarte

I can open processes in Enterprise Edition 2019.4 version which are developed in Community Edition 2019.7 without any issues.

5 Likes

@lakshman
really! so bad for me that i cannot open that xaml files. :sleepy::cry:

5 Likes

@pattyricarte

Create one simple process in Community Edition and try to open it in Enterprise Edition.

5 Likes

@lakshman

Thanks for your swiftly response.I just import the workflow and it works.

5 Likes

I have another approach:
to open old projects using UiPathStudioSetup.exe (2019.8.0 - 8/29/2019, Community Edition)
and copy-paste code into UiPath Studio (installed using UiPathPlatformInstaller.exe 2019.4.4 - 06/27/2019, Enterprise Edition)

1 Like

Thanks for your solution @xmakyep

cheers :smiley:

Happy learning :smiley:

Welcome to the community :smiley:

3 Likes

Hello guys,
Iā€™m having the error Error detecting project version from orchestrator failed to run a process.

Im using community edition 19.8 with free orchestrator.

So, I have a Robot1 on machine1 with username1 and running a process1 and it is running well by trigger it by orchestrator, but the case is:

Running the process1 on another machine2 with a robot2 with same username1
Im getting the error:Capture

All my robot version on machine1 and machine 2 is 19.8
Where is the issue?

thanks for help,
Vincent.

1 Like

Hi @pattyricarte,

I had a similar problem, and may I know how you do you import the workflow ?

Thanks
Snowman

2 Likes

Hi @Snowman

image

cheers :smiley:

Happy learning :smiley:

3 Likes

Thanks a lot. I got it.

Should I then manually delete the original .json file and Main.xaml file from the folder after I import the workflow file ?

2 Likes

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