Hi.
I do not understand how to fill the file Config.xlsx correctly.
In Assets sheets should I specify only the path to the directory? And Name and Value is “UiDemoPath” ?
And the most difficult. What should I specify in Settings?
Name queues? But what value should be Value?
Name assets from Orchestrator for login to UiDemo ? Name=Value in this case?
The name column is just like declaring variables i.e these names would be used in your workflow and then from config using their values they will be referenced
for eg.
The ‘Value’ column is what you have specified in the orchestrator i.e. the name of your queue in orchestrator.
The ‘Name’ is what you will use in your workflow!
Same goes for credentials
Make sure you have the same name in orchestrator and in config file(‘Value’ column)
I hope I was clear in explaining this
Feel free to clear your doubts.
you have used directory path in value column, that is not correct. your storing the directory path in orchestrator then use the asset name from the orchestrator in value column.
name
qtransactions qtransactions
Login_UIdemo Login_UIDemo
UIdemoPath UIdemoPath ( in your screenshot i used the value u have given)
in Reframework it is by default implemented that if you put your values in setting sheet, while using in framework if you declare variable as credential. Reframework will take care of the bringing the asset from the orchestrator. you just need to pass the assetname to Getappcredentials.xaml
Assets sheet
you need handle all this using an activity( orchestrator asset ).
there are some unclear steps are there in Level3 assignements, dont just believe everything they have given there. some they have left us to work on and decide
URL you can directly put in setting sheet if you prefer.
I tried both versions of the Config.xlsx file. The error in InitAllSettings.xaml still remains. I do not know what to do
What is this variable “LogF_BusinessProcessName” used in activity AddLofFields ?
I did not declare this variable anywhere, either in the fraware, or in Config.xlsxl
I did this task! Everything worked! The problem was in this incomprehensible variable LogF_BusinessProcessName. I assigned it in Config.xlsx
Why about it in any of the instructions were not written? A very poor description has been made of the problem ((
I am not understanding how to set up config file. How to give the values for input to getappcredentails.xaml. What ever i have done is not working. Let me know how to assign the values to Asset and how to call them in script?
I want to add the below setting in config file. But Assigning the values is not working.
It’s a good practice to keep the values that are prone to changes in the configuration file. Open the Data\Config.xlsx workbook and switch to the Settings sheet.
o Add settings for System1 URL and SHA1 Online URL.
o The System1 application requires authentication; we’ll use Orchestrator Assets to store the credentials for System1. Add another setting, System1_Credential, to store the Credential name.
o Add an Asset of the Credential type and write the username and password for System1. Make sure that the Asset name matches the value of the System1_Credential setting.
I tried like in below image. I think i’m wrong somewhere. Can you please help me?