lawbsh error

Sort:
You are not authorized to post a reply.
Author
Messages
TerryB
Posts: 5

    During the compilation of a COBOL app (LSF Environment 10.0.7) (Applications 10.0.0.6), the lawbsh execute issues the message "mKEYS hit max 500" and terminates:


    ...

    Editing  PD: WHWF70CP
    Editing  PD: WHWF70PD
    Editing  PD: WHWHDPROC
    mKEYS Hit Max 500
    /lawson/100/gen/bin/lawbsh: Error Encountered In Execution


    I am looking for a work-around.

    Kwane McNeal
    Veteran Member
    Posts: 479
    Veteran Member
      Is this a custom program?
      TerryB
      Posts: 5
        Yes, it a customized version of PR160.
        JimY
        Veteran Member
        Posts: 510
        Veteran Member
          Did you find a solution for this? I saw on the Infor Support site that it has been reported and they are working on a fix. Did you find a work around? I have used the bldsh utility to build the program and make the changes in that and then compile it using the commands that get generated when you use qcompile. The draw back to this is if you apply any patches to PR160 you will have to generate it again using bldsh and apply your changes.
          Kwane McNeal
          Veteran Member
          Posts: 479
          Veteran Member
            There won't be a work around. The mXXXXX are hard limits in the header files that are used to build the environment.

            I believe mKEYS deals with the number of keys in index searches with building the black box template code

            I had another client run into one of these a few years back when they had more tables defined than the system would allow. Blddbdict bombed at I believe 5000 or 6000

            You are not authorized to post a reply.