problem with DB client /server

Project:thing
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hello Evrybody,
I back agian to looking for some soltion . why i cant connect my DB on server?
i get same error " unble to find or open c:\progress\wrk\db\test.dl" error =2 (43) when i try connect from client (laptop).
but the i have this c:\progress\wrk\db\test.dl and i can connect it when i am login direct on my server.

Thanx,
Y


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

Because you probably used operating system command/utility and copied database files directly to your R drive.
You have to do following :
1. cd r:\wherever\your\db\is\located
2. notepad test.st // you should edit locations of all your database extents to use relative path
example:
#
b .
#
d "Schema Area":6,32;1 .
#
d "DataArea":7,32;1 . f 320
d "DataArea":7,32;1 .
// read the documentation about structure file and also see prostrct list command

3. Run following command from 'proenv' :
prostrct repair test


#2

Thanks for your help.
I copy the DB in correct way .
i did it from data administion.

if the copy of db is not correct then i cant have connect with it . but i can have connect with is if i try to that on server . but when i try to have connect with DB from my laptop then i get the error.

:)
Y


#3

Read the documentation regarding structure file as I suggested.
Your database internally lists extents with reference to the C: drive.
That is why you are getting error when you try to do single user connect
across to the remote mapped drive.