Here they have mentioned to use Transactions.xlsx file in read range activity,
but this file is not exist in my REframefork-master folder.
why dont you download it from git: here GitHub - UiPath/ReFrameWork: Robotic Enterprise Framework Template
from here i can download template only right? but in order to create dispatcher and performer i have to follow those steps which you have described before : go to start>>Robotic Enterprise framework
You are at a old version of studio which does not have that option.
what link i gave you will give you the Reframework project as a zip which you can unzip and then open with the Studio. You can rename it to Dispatcher.
See this link on how to:
You can repeat the same for Performer.
Once you do the above you will have 2 blank projects. As per the PDD you can follow the steps and build your automation.
You can ignore the previous reply.
so i need to rename this main.xaml to dispatcher.xaml and performer.xaml ?
any update to this?
Do not rename your Main.xaml.
You can rename the folder and inside the project.json file edit the name.
The Transaction.xlsx comes as part training download.
If you dont have it. here you go.Transactions.xlsx (10.6 KB)
Please place it in Data\Input path.
thanks for the excel sheet.
Sorry i couldn’t get this .
Rename folder : REFramework-master to Dispatcher or Performer
inside project.json file we have these fields:
“description”: “UiPath_REFrameWork Template”,
“version”: “2016.2.6274.33252”,
“main”: “Main.xaml”,
“id”: “UiPath_REFrameWork”,
“dependencies”: {},
“configurationOptions”: {},
“excludedData”: [
“Private:*”,
“password”
dont have any name field in this
Do one thing. Just rename your folder. and begin with your project build.
Hi i found this error
Add queue item : Orchestrator information is not available. Please check if UiPath Robot Service is started
i have to publish this xaml file? and i have to create a Robot in orchestrator ?
Have you setup your Orchestartor ?
Have you Gone through the Orchestrator training and completed all the required steps to create and setup a robot?
Yeah, as i am learning in company itself, here in Ui-robot>>Settings everytime it is asking admin credentials and difficult to get those output from here. So i just got stuck to manage robots
As i have one more doubt like
for example:
i have created one excel reading workflow and one more is Notepad workflow…both are in different folders.
ABC folder>> excel.xaml >> published this
XYZ folder>> Notepad.xaml >> published this
now is this possible to create only one Robot to work on both applications at a time?
or i have to create two different robots?
If i create two different robots say Robo1 and Robo2 how to assign those above task to them ?
Then this is an issue. As you will not be able to publish any workflow to your Orchestrator or altogether connect to it.
for 2nd question
Folders do not matter. Once your publish your project it is deployed to your Orchestrator environment which is connected with one or many bots. You can then execute your processes once deployed.
I suggest you close this thread marking the answer that solved your initial query.
We are going off-topic and this will just be a problem if anyone else has a similar issue refers this topic later
Yeah sure…i have one more issue: