ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Signature violation

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

  • Signature violation

    Hi
    When "Program signature violation" error comes?

  • #2
    Re: Signature violation

    more information please.

    My first guess is that a program has a different signature that what was expected. Something was missed during the last promotion of code changes.
    Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

    Comment


    • #3
      Re: Signature violation

      well

      2C1F
      Program Signature Violation

      The source program specifies a signature which is not supported by the service program. The service program interface has changed and the source program must be rebound.
      will come for e.g. from here



      k.

      Comment


      • #4
        Re: Signature violation

        a signature violation is similar to a level check. what's happening is that the service program being used by the program has been changed or recreated with EXPORT(*ALL) or in the BND source the STRPGMEXP SIGNATURE(*GEN). when the program is called it checks to see if the signature for the service program is the same as when the program was originally created. if it is the same everything is fine. if the signature has changed it errors out. generally i use BND source and specify a static signature and when i need to add need procs i just add them to the end of the export list.
        I'm not anti-social, I just don't like people -Tommy Holden

        Comment

        Working...
        X