Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem using DCOM on new installed server

Status
Not open for further replies.

mvsnl

Programmer
Apr 3, 2003
2
NL
We have one webserver(win2000) that is running websites
which contain dcom/asp to connect to the databaseserver
(mssql2000). This one works fine

We have a new webserver(win2000) that is running websites
which contain dcom/asp to connect to the databaseserver
(mssql2000). This is not working like it should be it
seems that the dcom is not working because it reporting a
"Application-defined or object-defined error".

The new server has the same MDAC version (7.1), same OS
(win2000, same IIS, same sql-server(2000).

The strange thing is that we have the same component (made
in vb 6.0) running on both servers the 'old' one is
running ok the new one is not running at all. I can get my
record set from the sql-server if a connect direct from
asp (without the component) but I would really like the
component to work.

I have already been through the knowledge base and tried
the solution they are giving. (the error number 713
solution, using report designer in vb, everything)
 
problem solved .. just needed to install the vb runtime on the server. stupid mistake
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top