diogo.obpa
9th June 2005, 13:11
hi all !

i'm doing an asp page that uses a COM object to connect to BaaN...the file works fine locally but when i try to test it remotely i have the following error:

on the client side: server object error 'ASP 0177:80080005' Server.CreateObject failed

on the server side: The server {00000000-4000-11CE-AAA8-00608C50C597} did not register with DCOM within the required timeout

anyone came across with a similar problem ? i searched google and found one solution on the microsoft site...to create a new entry on regedit...but it's still not working...please help...i'm getting depressed with this problem and my time to complete this task is rapidly running out :(

thanks in advanced,
Diogo

Olaf vd Sanden
1st December 2005, 12:07
Hello dioga,

How did you make the asp-script to connect with Baan?
I also try to connect with Baan, but can't make it.

Olaf

hi all !

i'm doing an asp page that uses a COM object to connect to BaaN...the file works fine locally but when i try to test it remotely i have the following error:

on the client side: server object error 'ASP 0177:80080005' Server.CreateObject failed

on the server side: The server {00000000-4000-11CE-AAA8-00608C50C597} did not register with DCOM within the required timeout

anyone came across with a similar problem ? i searched google and found one solution on the microsoft site...to create a new entry on regedit...but it's still not working...please help...i'm getting depressed with this problem and my time to complete this task is rapidly running out :(

thanks in advanced,
Diogo

mr_suleyman
1st December 2005, 14:15
It is strange . I also wonder that there is a anyway to connect and use baan IV in different platform like web tools or other things.

Kozure Ohashi
1st December 2005, 14:37
Sounds like your server is missing some parameters from dcom.

Remembering my support job many customers had problems using dcom, it is not very easy to get it running.

Did you use regsvr32. But I think your client user needs proper permission settings as well to connect to the server.

Following links could help you:

(Firewall settings using DCOM)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndcom/html/msdn_dcomtec.asp

(How to configure a DCOM Server)
http://support.microsoft.com/default.aspx?scid=kb;en-us;165101

(General information)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/dcom.asp


Regards,

Kozure

Al Smith
1st December 2005, 16:43
Hi,
Try using CreateObject instead of Server.CreateObject.

Server.CreateObject is for MTS components which the Baan DCOM is not.

Al.