Hi,
I am facing problems with a client application installed on Windows 2003
Terminal Server OS. I have applied latest Service Pack to the OS i.e. SP2.
In this application, I use COM over HTTP via RDS (RDS.Dataspace).
Client side application is written in VB6 SP4. Following error message is
displayed:
Err.Number: -2147024809
Err.Description: One or more arguments are invalid.
Following is the piece of code where an error occurs:
Set rdsObj = CreateObject("RDS.DataSpace") ' No error
Set serverObj = rdsObj.CreateObject("MyServer.MySub", "http:\\server\svr")
'No error
serverObj.Initialize ' No error
serverObj.someCustomAPI 'An error occurs here
Earlier, I was using MDAC 2.7. But as Windows 2003 Terminal Server does
not
allow to install this version of MDAC, I tried this piece of code with
MDAC
2.8 SP 2 (****pped with Windows 2003 OS SP1). I also tried this scenario
with
MDAC 2.8 (Without any service pack) but no luck again.
Further to this, the piece of code works well with Windows 2000 Terminal
Server, Windows XP and Windows 2000 Professional. When I install MDAC 2.8
(without any service pack) and MDAC 2.8 SP1, it works well again with the
mentioned OS(s).
One more point I would like to add is, the remote object is running on
Windows 2003 Server. Also, I have tried this client application with
remote
object running on Windows 2000 Server. In both the cases, behavior is same
(mentioned
error occurs) when client application runs on the Windows 2003 OS.
Any help on this topic will be appreciated.
Thanks in advance.
Seema


|