i am unable to get credentials from orchestrator with the get credentials activities that used to work before i now get a pop up asking for user to input in the credentials which not what should happen. my robot is connected to the orchestrator and i have verified the credentials that are the same on both sides. i have also done a research where they mentioned is some compatibility issues but i have tried to change the package versions with no success. Can anyone help as i am trying to complete assessment 2.
are you using the config file to store the asset name?, double check that the name matches
and also try running it in debug mode and put a break point in the get credentials activity and zoom in to the parameters, maybe that will help you get into the issue
Hi @SenzoD i was previously using a config file but now to just to test the process i had to manually put in the parameter values just to see if it indeed working but still it could not get the asset from orchestrator instead it jump to the windows credentials as if the orchestrator was not specified or was incrorrect. i can share xaml file if you want?
Hi @SenzoD please see the attached files. the workflow was working fine recently but i think there might have been some updates that may have affected this. i am currently using community studio 2020.10.5 beta version.
issue may be coming from here (see highlighted below), you would be able to know for sure if you run the entire project in debug mode and put a breakpoint in the GetAppCredentials activity
Hi @SenzoD I still get the same error under your workflow and I’ve also unselected the preview versions of the dependencies under packages. please see below along with the variable watch.
make sure the asset name in orchestrator matches the asset name in the config file, just runn the project in debug mode and step into geAppCredentials, this will make it easier to identify the issue.
I’ve actually went and copied the asset name (Acme_Credentials) in orchestrator to make sure its the same. when run in debug mode i set a breakpoint at “get credential” workflow and when i step into it i get the pop up window(“Hello im a robot”) and when i check the values in the parameters they are correct as stated in config file. at this stage im now clueless.
my last attempt to resolve this was playing with the packages under package manager by going into lower versions as suggested in others posts but that doesn’t seem to work as i tried several lower versions of the packages.