Database creation error

Veenit Kumar

New Member
Hi Peg,
I am facing a problem. I installed OpenEdge after uninstalling 9.1D. But now when I want to create an empty or a copy of database then it shows an error
saying "**Can not find or open file .....(PATH of DB), error = 2". During installation I used my own customized paths to store OpenEdge. Can it be a problem? I am able to connect anyother Progress 10 DB but cannot create new one. Plz suggest...
Regards
Veenit Kansal
 
How are you trying to create or connect your DB?


Are you using something similar to:

prodb mydb empty

If so, I'm assuming that it can't find the empty DB. So either, add a DLC environment variable or enter the full path for the empty DB eg:

prodb mydb "c:\program files\progress\empty"

Later,
Gordon
 
Back
Top