• Topic
  • Discussion
  • UdaWikiWeb.ProgressinisFileNotFound(Last) -- Owiki? , 2016-08-19 15:00:50 Edit owiki 2016-08-19 15:00:50

    Error Messages (P)

    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 #

    Progress.ini file can not be found

    The "Progress.ini file can not be found" error occurs when the PROGRESSINI environmental variable is not set. If you experience "PROGRESSINI" errors, pursue the remedy which corresponds to your drivers:


    SINGLE-TIER

    1. Access your PC client.
    2. Use the Windows Explorer to locate the Progress.ini file.
    3. Record the full path to progress.ini. For example:

    C:\DBS\Progress\progress.ini
    


    4. Open your Windows Control Panel "System" utility.
    5. Set the PROGRESSINI variable on the "Environment" or "Advanced" tab.
    6. If you do not have the System utility, set PROGRESSINI in your autoexec.bat..
    7. Test.


    MULTI-TIER

    1. Go to your Progress database server.

    2. Use the Windows Explorer or find (Unix) to locate the Progress.ini file.

    3. Record the full path to progress.ini. For example:

    C:\DBS\Progress\progress.ini
    


    4. Use a text editor to open the oplrqb.ini file. The oplrqb.ini file appears in the /bin sub-directory of the OpenLink server components installation.

    5. Locate the [Environment PROGRESSXXX] section which corresponds to the database agent which you use. For example:

    [Environment PROGRESS82A]
    DLC = C:\DBS\Progress
    Path = C:\DBS\Progress\BIN;D:\WINNT\System32
    


    6. Insure that PROGRESSINI is set to the full path to the progress.ini file. For example:

    [Environment PROGRESS82A]
    DLC = C:\DBS
    Path = C:\DBS\Progress\BIN;D:\WINNT\System32
    PROGRESSINI = C:\DBS\Progress\progress.ini
    


    7. Restart your Broker to initialize changes.

    8. Test.

    Evidence

    Session Rules Book
    Request Broker Log


    Referenced by...