Wednesday, February 14, 2018

Remove The PeopleCode program executed an error statement

This annoying message text can be removed by using:

error msggettext(&validMessageSet,&validMessageNum,"alt error text");

If you don't want  to define every error message in the catalog you can setup a generic
message as %1 and just pass a bind parameter.

Error MsgGetText(23000, 29, &errorString, &errorString);

2 comments:

  1. Hlo

    My name is Shikha Bawa student of st. Clair college windsor, Ontario. Actually i want to complete a daily questionnaire provided by my college, but I am unable to get that questionnaire because it is showing that people code executed an issue. I have missed many classes just because of it. Please help me to solve this problem ASAP. my student number is 0776345 and student email address is SB212@myscc.ca. please inform me ASAP.

    Thanks
    Shikha Bawa

    ReplyDelete

Integration broker message going to done with no action

If IB messages are just going straight to done without running the handler, it can be corrected by regenerating the routings on the service ...