Brian
"Dick Bianco" <DickB...@discussions.microsoft.com> wrote in message
news:2E44F39A-B03C-4F40...@microsoft.com...
>I am migrating a web application from an NT to Win 2003 Server environment.
> RDS is used for accessing ACCESS and Oracle tbales. I am getting :8209
> Internet Server Error: Object/module not found". The error occurs when
> the
> second command is issued. Here are the commands:
> Set objDataSpace = CreateObject("RDS.DataSpace")
> Set objDataFactory =
> objDataSpace.CreateObject("RDSServer.DataFactory","http://es-app-jetform/webaccess")
> I believe it has something to do with the server parameter. I have tried
> a
> number of variations for the server name with no luck.
>
> Any suggestions?
>
> Thanks
>
> Dick
Dick
http://support.microsoft.com/kb/251122
The MSADC virtual directory can be set up automatically in the root default
web site automatically if you download and install MDAC:
http://www.microsoft.com/downloads/details.aspx?familyid=78cac895-efc2-4f8e-a9e0-3a1afbd5922e&displaylang=en
HTH
Brian
Dick
Anything else I should try?
--
Thanks
Dick
Yes, read the link I already posted to you. It describes this error.
http://support.microsoft.com/kb/251122
Brian
Dick