microsoft / coe-starter-kit

Other
742 stars 219 forks source link

[CoE Starter Kit - QUESTION] QUESTION - ERROR #7589

Closed bhupendra14 closed 7 months ago

bhupendra14 commented 7 months ago

Does this question already exist in our backlog?

What is your question?

Getting error in Core Component's flows -

"Admin | Sync Template v3 (Desktop flows)" : Http request failed as there is an error: 'Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.'.

"Admin | Sync Template v3 (Solutions)" : Looks like your flow's operation is hitting an action limit designed to protect the connector service being called.

Can anyone suggest any way to get rid of this.

What solution are you experiencing the issue with?

Core

What solution version are you using?

November 2023

What app or flow are you having the issue with?

Admin | Sync Template v3 (Solutions)

What method are you using to get inventory and telemetry?

None

AB#2197

RahulBojji commented 7 months ago

For "Admin | Sync Template v3 (Desktop flows)" There was a issue reported on the same and it was fixed in the January Release. Please have a look at this, But for large organizations there are some limitations. Please have a look at this comment and also this

For "Admin | Sync Template v3 (Solutions)". Can you please check if there are any unmanaged layers on the flow. If not, please share the screenshots of the flow exactly where it's failing.

bhupendra14 commented 7 months ago

@RahulBojji there is no unmanaged layer on the flow, It's failing on the first action, FYI Screenshot with error.

Screenshot CoE

bhupendra14 commented 7 months ago

Screenshot 2024-02-05 161736

RahulBojji commented 7 months ago

As per the screenshot, it's not failing at the first step. It Executed the false block of the if condition. Since there are no actions in the false block, it might have executed next actions after if condition. Can you please share those screenshots?

bhupendra14 commented 7 months ago

As per the screenshot, it's not failing at the first step. It Executed the false block of the if condition. Since there are no actions in the false block, it might have executed next actions after if condition. Can you please share those screenshots?

@RahulBojji I have checked, it stopped here only there is no step been executed after if condition.

Jenefer-Monroe commented 7 months ago

Can you please take a larger screenshot? It must continue below as there are no failures in what you have shown

Jenefer-Monroe commented 7 months ago

closing out as no further action for starter kit team

bhupendra14 commented 7 months ago

Hi @Jenefer-Monroe / @RahulBojji , please see the below snapshot, it's not showing anything in the false condition.

image