• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

[FIXED] Receiver too small error when saving Cats in Portal Admin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [FIXED] Receiver too small error when saving Cats in Portal Admin

    Might be related to the large number of cats we have (over 100). To recreate this error I click Edit, then change a couple of Cats to disabled, then click Save.

    Let me know if you need more info,
    David

    Receiver value too small to hold result.
    From program . . . . . . . . . : VVADM_CATS
    From library . . . . . . . . : VALENCE40
    From module . . . . . . . . : VVADM_CATS
    From procedure . . . . . . . : SAVECATS
    From statement . . . . . . . : 64435

    Function check. MCH1210 unmonitored by VVADM_CATS at statement 0000064435,
    instruction X'0000'.
    To program . . . . . . . . . . : VVADM_CATS
    To library . . . . . . . . . : VALENCE40
    To module . . . . . . . . . : VVADM_CATS
    To procedure . . . . . . . . : VVADM_CATS
    To statement . . . . . . . . : 6402

    The call to SAVECATS ended in error (C G D F).

  • #2
    This problem is due to data being truncated on the save, which could happen in cases where there are extreme numbers of apps and categories being maintained, resulting in a string being sent to the back end that exceeds 65535 characters. We will include a fix to address this on the next build. For systems running V6R1 or higher, the work field size in procedures such as VVIN_JSON and VVUTILITY_PARSE (both of which are used on the category save) will be expanded well beyond the current 65535A limit.

    Thanks for the heads-up.
    -Rob

    Comment

    Working...
    X