Error Messages (U)

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 #

Unable to open or create . lg, error 2. (2257)

If you receive "Unable to open or create dbname.lg" errors, take the following action:

1. Login to your Progress database server. Use the Progress user id.
2. cd into the directory which contains your actual Progress database. For example:

$ cd /usr/lpp/progress/dbs/


3. Type ls, and see if the .lg file exists. For example:

$ ls demo.b1 demo.d1 demo.db demo.lg


4. If the .lg file exists, use chmod to insure that the OpenLink user has write privileges on the .lg file. For example:

$ chmod a=w demo.lg


5. If the .lg file does not exist, create an empty .lg file in your Progress database directory. Then, use chmod to provide write privileges. For example:

$ touch demo.lg $ chmod a=w demo.lg


6. Test.


Evidence

Request Broker Log