Orchestrator manager - Data transfer between versions

Hi,
I’m trying to transfer my orchestrator data between versions using orchestrator manager.
I’m doing it by using the orchestrator manager process on studio.
first, I’m using “get” option on orchestrator manager, and he lets me choose the data I want to transfer.
I have chose the “users” data, and the process worked fine and successfully got the data and transferred the data to the “users” xls file.
but when I was trying to do it with the other data such as “queues”, “triggers”, "asset and others I was getting an error-
“Deserialize JSON: Cannot create and populate list type Newtonsoft.Json.Linq.JToken. Path ‘ous’, line 1, position 8.”

I’ll appreciate your help.
:slight_smile:

1 Like

Hello @1111172!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Hello,

Please give us some more details.
Is the request failing during the GET operation (ex.: Get Assets)?
If so, are you getting to the folder selection dialog?
If the 2 conditions above are accomplished, can you please run the process using the debugger, setting a breakpoint on the failing activity that you highlighted (Deserialise JSON - OUFolderPanelOutput) and evaluate the value of the variable OUFolderPanelOutput?
image

You can do this in the Immediate pane while in debug mode by typing the name of the variable and pressing Enter, when the debugger stops at the aforementioned activity.

Thank you!

Hi,
Thanks for the answer.
About your questions- yes, it failed during get operation , I’m getting the selection dialog, and execute it.
I’m debugging it and getting the value of OUFolderPanelOutput.
The error I’m getting - “Deserialize JSON: Cannot create and populate list type Newton.Json.Linq.JToken. Path ‘ous’, line 1, position 8.”
but I still dont now what it means and what am I doing wrong.
thanks,

Can you please share the value of OUFolderPanelOutput with us?

Hi,
This is the OUFolderPanelOutput value:
"{"ous":["20","11","10","1","12","6","9","8","3","25","4","21","24","26","27","13"]}\r\n

Thanks,