R
Rob Fitzpatrick
Guest
> BROKER 0: dbname is a void multi-volume database. (613) This is your issue. You can't proserve a void database (a database that was created via prostrct create). It contains no meta-schema. Copy one of the empty databases in the DLC directory overtop of it. E.g.: procopy %DLC%\empty8 dbname Then you will be able to open the database. If you haven't already, download the OpenEdge documentation set and look for the Database Essentials manual. Also look at the section on creating databases in the Database Administration manual.
Continue reading...
Continue reading...