I have created an ASP page. I am using an MERANT 3Progress Driver to connect to the progress database. When I am trying to connect to the progress database I am getting an Error "Microsoft OLE DB Provider for ODBC Drivers 80004005 MERANT (ODBC Progress Driver Optional Feature Not implemented)
I am using IIS 4.0 and Progress 9.1B
How can I solve this problem.
I had the same problem and tracked it down to the -mm paramater that was being
used in the database .pf startup files. We were using a value of 2048 with
that param and when we removed it our problem went away.
I recently found a white papaer that states that a -mm value that is a multiple
of 4096 can be used, however I have not tested it.
"Sudarsan R" wrote:
>
>I have created an ASP page. I am using an MERANT 3Progress Driver
>to connect to the progress database. When I am trying to connect
>to the progress database I am getting an Error "Microsoft OLE DB
>Provider for ODBC Drivers 80004005 MERANT (ODBC Progress Driver Optional
>Feature Not implemented)
>
>I am using IIS 4.0 and Progress 9.1B
>How can I solve this problem.