Promon won't see my DB

I have an 85g db running as out main db.
The db is on UNIX and at locaiton /app_dsk/data/qad/rfp01.db
If I type promon rfp01 (the name of the db), promon launches and runs fine.
I have a version 91d db running also.
Its location is /app_dsk/data/91d/rfp01new.db
If I type promon rfp01new, I get
"** Cannot find or open file /app_dsk/data/qad/rfp01new.db, errno =
There is no server for database /app_dsk/data/qad/rfp01new. (1423)"
I know the 91d server is running.
If I specify an exact path with:
promon /app_dsk/data/91d/rfp01new.db I get
"** Cannot find or open file /app_dsk/data/qad/app_dsk/data/91d/rfp01new.db,"
can anyone help?
 

cecsno

Member
Try the full pathname of V9 promon, you have 2 versions. Or make sure you $DLC is pointing to the correct version.

It also sounds like there is a script written for your site that wraps around the promon untility to prefix the database directories.
 
Top