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.
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.
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