Disconnected from server because database name was incorrect (437)

yoduc

New Member
I m new to progress and would like some help. I m running progress 9.1D on Window Server 2000 as a server and I have a test db called "myTestDB".

Now from a client machine I also have 9.1D installed. Using SQL Explorer, I can connect to the Server and access the "myTestDB". But I cannot connect using prowin32.exe -pf myConn.pf.

Where the myConn.pf file contain:

-db myTestDB -H proServer -S 6000 -N tcp


I get the error "Disconnected from server because database name was incorrect (437) ***Server rejected login. (700)" :(
icon9.gif
icon8.gif


Please help !!! thanks in advance
 

yoduc

New Member
i figure out the problem. I didnt set the progress environment variable to where the db is located. I got it working now

Thanks for you help.:D
 
Top