• Topic
  • Discussion
  • UdaWikiWeb.DLimitExceeded(Last) -- Owiki? , 2016-08-19 14:59:51 Edit owiki 2016-08-19 14:59:51

    Error Messages (#)

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

    -D limit exceeded. Auto incrementing to x. (5410)

    -D is a Progress start-up parameter. It governs the number of r-code directory entries within which Progress manages r-code files. To eliminate this error, increase the value passed to -D at database start up. Then, take the following action:
    • If you are using Single-Tier drivers, include the -D setting in the Server Options field of your DSN.
    • If you are using Multi-Tier drivers:
      1. Use a text editor to open the oplrqb.ini file which resides in the /bin/ sub-directory of your OpenLink server components installation.
      2. Locate the [generic_proxxx] section which corresponds to your OpenLink Database Agent. For example:


        [generic_pro82a] Program = pro82a_sv.exe Environment = PROGRESS82A ServerOptions = -q -d mdy -TB 31 -TM 31 ReUse = never

      3. Add the -D setting to ServerOptions. For example:


        ServerOptions = -q -d mdy -TB 31 -TM 31 -D 100

      4. Save your changes and exit the file.
      5. Restart or reinitialize your OpenLink Request Broker.
      6. Test.

    Evidence

    • Data Source Attributes
    • Request Broker Log
    • Request Broker Session Rulebook

    Referenced by...