- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 05:04 AM
What is the fefault event parameter size? Could we increase max lenghth ot the parameter when we need it?
Thanks in Advance,
í–zgür
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 05:28 AM
I got it now
parm1 and parm2 fields belong to 'sysevent' table and their default max length is 4000 (they're both String type). You can check them in the Dictionary, see below a screen shot:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 06:21 AM
sysevent table is a rotated table. You will find the rotation definition under System Definition -> Table Rotations. Each of those tables you saw are 'shards' as we call them. You will need to modify the value on each shard indeed.