I can't create a progress database. When I try to do it from Data Dictionary, it tries to connect to an already existing database
I have had this happen as well.. Easiest way around it is to create the database using the command line tools. Start a 'proenv' session, navigate to your target directory:
procopy %DLC%\empty new-db-name (assuming you are on Windows)
HTH
Kevin
Thanks for reply. It worked. But can't I use the Data Dictionary to create databases any more?
Yeah, you can, but sometimes (and it seems to be completely random) the Data Dictionary will throw up this error and refuse to create the DB.. I haven't had the inclination to work out why the error occurs, I must admit..
null
To create a new database from data dictionary then u need to select "an empty database " and do not forget to click "Replace if exists "while creating a database and then give the path where u want to create it.
i think it will solve your problem.
To create a new database from data dictionary then u need to select "an empty database " and do not forget to click "Replace if exists "while creating a database and then give the path where u want to create it.
i think it will solve your problem.