Power Virtual Agent trigger flow on error - error-handling

I am trying to catch error generated by power virtual agent chat bot and send to power automate flow.
Below is the sample error screenshot generated by power virtual agent for reference.
I tried figuring out the topic that triggers and displays this kind of error codes but was not able to find.
Any ideas and suggestions would be helpful.

Related

Unable to record SAP BPC with loadrunner or fiddler

I have an issue while recording SAP BPC10 accessing with Netweaver with loadrunner 12.55. while recording, the event count is getting increased and I am able to navigate through application (excel sheet) but once the recording is stopped nothing is getting generated. similar issue with fiddler as well, it is not capturing any traffic. please let me know if anyone has faced this issue and how it got resolved. Thanks in advance.
I tried changing proxy settings and also there is no firewall placed in between my machine and server. I have followed sap document as well(https://www.sap.com/documents/2015/08/008b8186-547c-0010-82c7-eda71af511fa.html)
Record Winsock, see if you receive anything. If so, but not using Fiddler or an HTTP Virtual User, then you simply need to record a different protocol or use a different generation path, such as a Citrix/RDP/GUI virtual user to run excel.
Alternate path, grab Wireshark/Ethereal to take a look at the protocols expressed between your Excel add in and the next upstream architectural component for insight into how you should be developing your test code.

Error trying to start robot remotely with smartcard from UiPath Orchestrator

The UiPath Orchestrator and robot are set up according to the instructions in the UiPath Guide. When we now try to run a process remotely on a machine with a Developer License the following Error shows up in the Orchestrator logs:
Could not start executor. The requested certificate could not be received. (Exception HRESULT: 0x8010002D)
and the following shows in the Windows Eventviewer:
StartProcessInSession:session.cpp#255: Unable to validate credentials: error: 2148532269
The errorcodes map to SCARD_E_CERTIFICATE_UNAVAILABLE according to https://learn.microsoft.com/en-us/windows/desktop/secauthn/authentication-return-values but I could not find any information on to why this error is occuring.
The manual login is working as usual and we tried it on multiple machines with the same result. Machines without smartcards are working fine.
Does anybody know what the root of this error could be?
This looks like an issue concerning the different types of license. To my knowledge just having a "developer" (I assume here you mean a license to use Studio) does not mean that automations can be launched on that machine from Orchestrator. Orchestrator requires that an unattended bot license be present, which is distinct from a license for Studio or an Attended Bot.
I would recommend closely reading the documentation (https://robot.uipath.com/docs/about-licensing) on licensing to make sure that the you are only trying to call an unattended bot from Orchestrator.

The process cannot access the port 'COM4' because it is being used by another process

I am trying to send sms through gsm modem using vb.net winform application. But when i try to send sms it throws the error
The process cannot access the port 'COM4' because it is being used by another process.
i tried to check but there is no way i can find which process is using com4.
anyone else ever faced this problem? any solutions regarding this issue?
Regards
You can try this: How do I determine which process is using a serial port?
If that doesn't work, I had that happen before and basically I just renamed the device I was trying to access to another COM port number and then tried again. If it is actively being used by another process then you'll probably get an error from the application that was using it.

SQLException thrown on await SignInManager.ExternalSignInAsync google+

I am trying to implement google+ authentication on my MVC5 app but am struggling to get it working on my live environment.
I have generated new keys for me live site from google apis and deployed the code.
I have set anonymous authentication for my site in iis8 on my server.
When I click the Google+ login button for the first time, I get to the sign in page and can click accept. The process then waits and waits until finally it fails. The second time round, I don't get the google login, but again get loads of waiting until it fails.
The code is failing on this line with a SQLException:
var result = await SignInManager.ExternalSignInAsync(loginInfo, isPersistent: false);
"A network related or instance specific error occured while establishing a connection to the SQL server".
Now as far as I can see with that line of code, I am not trying to connect to my SQL environment. So is this connecting to google to validate? Do I need some firewall ports or IP's opened on the server?
In IIS Express on my local, everything works fine!!
Many thanks
It's impossible to give accurate advice based on your description, but i had about same issue after installed new web app template in Visual Studio (thats how i come here). Probably you forget to change computer name in your web-config/connectionStrings or you dont have sql server installed.

How to put Windows login process on hold

I am trying to create an application/service which will be running in the machine without any console or remote log-in. And if any user is trying to log-in this application will perform following task in sequence:
Put the log-in process on hold.
Do its own processing and and upon completion of its work,
It should allow the Windows to resume with the log-in process.
I could not find any way to put the windows log-in process on hold. Any suggestion/help appreciated.
Note: I am using Windows Embedded Standard 7.