I'm getting this error when opening any UI flow. Resource not found for the segment 'flowsessions' . Any idea why? - power-automate

I'm getting this error when opening any UI flow. Resource not found for the segment 'flowsessions'.
I've created a flow which is calling a UI flow (web) which is failing with the same error.

UI Flow is not yet GA, still in Preview.
MSFT response in Forum clearly state that there are limitations & issues related to this error:
If you are using the UI Flow in a Flow, it will needs install on-premise gateway and the gateway only supported in default environment, so the UI Flow only supported in default environment, in the new environment you can only create it and test it.
The UI Flow still in preview, please wait until the feature is rolled out everywhere, be patient to some known issue solved.

Related

LUIS incorrectly gives error saying we have to migrate to an Azure authoring resource while we already use an authoring resource

When trying to open the LUIS portal (luis.ai) we get the error To continue using the LUIS portal, please migrate your apps to an Azure authoring resource. We could use the portal this morning and everything was working fine. Then suddenly this error occurs and we can't open the portal anymore. It happens to our entire team. Even after refreshing or logging out and logging in again.
The thing is that we are already using an Azure authoring resource. We have always used an Azure authoring resource from the moment we started working with LUIS. So I'm fairly sure that this error is incorrect.
What is going on? What do we do? Does anyone else have this problem?

Facing 2 Min threshold issue (2-minute timeout exception) in the Async plugin in Dynamics 365

In one of our CRM online environment, we have an asynchronous plugin which is deleting a NOTE(annotation) record by using the GUID of the notes.
This plugin is crashing due to the 2-minute timeout error which ideally should not be happened.
Can anybody share the possible reason behind this behavior?
Any help would much be appreciated.
This is a known limitation on plugins and custom workflow assemblies running in the sandbox environment.
ref: https://learn.microsoft.com/en-us/dynamics365/customer-engagement/developer/create-own-actions#watch-out-for-long-running-actions
As advised by the article above, use an external application to perform the action. Create a console application to delete the notes.

Fireloop.io chat app with nativescript

I loved with loopback. But I am new with fireloop. fireloop working fine with angular 4 webapp client but when I try to use fireloop with nativeapp client (nativescript) its SDK only work for REST API. its Real-time feature not working.
debug logs only show 'Creating a new connection with: '
for example:
Creating a new connection with: http://192.123.1.13:3000
only this just logging in console.
I need some guide to settings up fireloop real-time feature with nativeapp.
sorry for my language.
I think it has to do with the websocket api. I presume for the real time you might actually be using that. Its is related to a question I asked earlier regarding angularfire2 and nativescript.
Here is one response: angular-fire2 is expected to run in a browser/server. Mobile devices have different specifications, more limitations, they work differently. Mobile SDKs are also optimized and made to work with the device's operating system and application lifecycle events. The same does not apply to node.js backends.
angular fire2 and nativescript

Azure API Time slowness/timeouts when server not under much load

I have an Azure App Service running an MVC Web API. It connects to a DB and Redis cache. The calls to the API are taking a massive amount of time or timing out. I have stripped back the methods to be doing pretty much nothing.
public HttpResponseMessage GetData()
{
Request.CreateResponse(HttpStatusCode.OK, "abc");
}
I still have the same issue. The webserver isn't under any pressure, nor is the DB, both below 30%. I'm at a loss to know where to even start.
This method is called quite a lot so there may be a lot of concurrent requests. I'm running an S3 App Service plan which should more than suffice.
Any suggestions on how to trouble shoot greatly welcome? I can only think it is down to the number of simultaneous requests.
As far as I know, this issue is often caused by:
requests taking a long time
application using high memory/CPU
application crashing due to an exception.
I suggest you could firstly enable diagnostics logging for your web app.
By using this way, you could find the details information about Detailed Error, Failed Request Tracing,Web Server Logging in your web application.
More details, you could refer to bellow link:
Enable diagnostics logging for web apps in Azure App Service
You could also use the Azure App Service Support Portal.
By using this way, you could troubleshoot issues related to your web app by looking at HTTP logs, event logs, process dumps, and more.
You can access all this information using our Support portal at http://.scm.azurewebsites.net/Support
More details, you could refer to below link:
New Updates to Support Site Extension for Azure Websites
Besides, you could also refer to this article:Troubleshoot slow web app performance issues in Azure App Service

Does ExecuteMultipleRequest work in Outlook offline mode?

I have a plugin ex:which updates all its child records when that is updated.
This plugin is registered to execute in offline mode as well.
I have done this using ExecuteMultipleRequest. This is working fine when I am updating the parent record from CRM instance.
When I go offline and try to update the parent record its throwing business process error "executemultiplemaxbatchsize".
I checked the exception with Debugging it is as below.
System.NotImplementedException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #ABA895C7
Does ExecuteMultipleRequest work in Outlook offline mode?
As per MSDN link https://msdn.microsoft.com/en-in/library/microsoft.xrm.sdk.messages.executemultiplerequest.aspx
it says
This message works regardless whether the caller is connected to the server or offline.
Per the SDK documentation it should but I think that is typo in the documentation. You can open a ticket with Microsoft and they'll probably correct the documentation but not change the functionality.
The reason I believe it's a documentation is is that there is NO reason to use ExecuteMultipleRequest in a plugin. Since there is no SOAP overhead or latency - because the plugin is running on the server and does not use the Organization.svc endpoint - you don't gain any benefit from using ExecuteMultipleRequest in a plugin. ExecuteMultipleRequest is intended for use in client applications to improve performance, not for plugins and workflows.

Resources