How to troubleshoot "Transaction cancelled: maximum number of outbound HTTP"

xMTinkerer
Giga Expert

Hello all,

    We are banging our head against the table over this error. We are loading 1000 users via import set and the import set fails with this error:

ProgressWorker SYSTEM WARNING *** WARNING *** Transaction cancelled: maximum number of outbound HTTP requests exceeded

We've tracked it down to two business rules on the sys_user table, but the error only happens if BOTH BRs are enabled. If we disable one or the other, the error does not happen. One of the business rules is a scoped app, the other is global.

On success or failure we do not see anything in the ECC queue, so we're guessing it is REST based calls, but we don't know how to tell.

So, does anyone have any info on the following:

  1. How to see the "dings" against a quota rule for a process
  2. Where we can see the outbound REST calls. I'm hoping there is something somewhere that is similar to the ECC queue, but for REST calls.

We looked at the "glide.quota.manager.debug", but I'm not sure where this output goes or how to read it.

Any help is appreciated.

Happy Friday!

    --- Travis

2 REPLIES 2

Bharat23
Kilo Guru

Are these 2 BRs somehow creating a loop by triggering each other?


Yes, that seems to be the case.