[Progress Communities] [Progress OpenEdge ABL] Forum Post: Workaround for Error 598 ?

  • Thread starter Thread starter S33
  • Start date Start date
Status
Not open for further replies.
S

S33

Guest
I'm getting error 598: is a copy of . Database cannot be opened. (598) PROGRESS tried to open a multi-volume database, identified by the first pathname. This structure file, however, is a copy of the structure file identified by the second pathname. I'm getting this b/c we're moving to a new server and i'm forced to use a new filesystem: /apps, whereas before all my stuff was in /u2/appl. So, hoping to avoid issues related to no longer being in /u2/appl, I did a symbolic link (ln -s /apps/u2 /u2). Smooth sailing until I tried to open the database /u2/appl/mydb, when I got error 598. Is there an easy workaround to tell progress not to care that my database isn't where it thinks it is?

Continue reading...
 
Status
Not open for further replies.
Back
Top