- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-21-2019 08:17 AM
Hi All,
In Discovery log i am getting below error.
" Payload length 5712574 exceeded limit of 5000000 ".
to fix this we needs to change "mid.discovery.max_payload_size" property value. But this Global parameter.
i cheeked in system properties, Discovery properties and MID server properties, but no use.
can some one help me, where can i found this property ?
Thanks in Advance
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-21-2019 08:39 AM
you can add that property .
name : mid.discovery.max_payload_size
type : string
value: -1
write sys_properties.list in application nav and create new one.
Screenshot:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-21-2019 08:21 AM
did you try to set the -1 in your properties.
Set the value to any negative number to disable the payload limit and allow payloads of any size to be sent to the instance. For example, -1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-21-2019 08:36 AM
Where can i see this property. it is not part of system properties, MID and discovery properties.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-21-2019 08:39 AM
you can add that property .
name : mid.discovery.max_payload_size
type : string
value: -1
write sys_properties.list in application nav and create new one.
Screenshot:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-21-2019 08:36 AM
You would actually add it to the properties table...