connecting progress DB by Merant driver

vasudha

New Member
Hello All,

Please suggest me!

I am trying to make DSN by using merant driver and the database is locally on my machine.
But i am getting the network daemon erro if i try with my system ip instead of localhost in hostname.
Below are the steps which i am following.
Steps:-
1. First i have made one database as sports in progress explorer.

2. By using ODBC Datasource administrator, i am creating one DSN by using Merant 3.60 32-BIT progress SQL92 v9.1D.
And i am putting details as

Data Source Name: sports
description: sports
host name : 20.198.52.106 (my system ip)
portno : 3822
database name : sports
userid : sysprogress

by giving my host as my system ip giving me the following error.

"[DataDirect- Technologies][ODBC PROGRESS driver][PROGRESS]Error in Network Daemon"

by if i put host name as localhost then no error is coming.

3. Now the issue coming is like if i am trying this connection by using
host name = localhost instead of my system IP address then connection got established here
So, if i put my IP in host name why this error is coming.
Is there any addional setup required if i want to put my ip as hostname?

Thanks in advance.

Regards,
Vasudha

 

Mahdi-a

New Member
Hello,

I AM Trying to connect a local data base on my NB and I have progress 9.1D and I am using MERANT 3.6 32-Bit Progress SQL92 V9.1D and Put in the configuration:

Hostname : localhost
Port Number: Service number

I got and Error:
[DataDirect Technologies][ODBC PROGRESS Driver] Invalid Attribute in Connection String: Description.[DataDirect-Technologies][ODBC PROGRESS driver][PROGRESS]-219901


Thank You
Regards
Ahmad
 
Top