diogo.obpa
4th May 2005, 10:35
hi again everyone !

i'm facing a problem while trying to connect to baan. i'm using an asp to insert data into baan through session's dll...when i run the asp localy on my laptop it works fine but when i try to run it remotely it get's stuck.i got the baan client and the asp page in the same directory.what can be the problem ?

i'm using
'LoginToBaan()
Set BaanObj = CreateObject("Baan4.Application")
BaanObj.Timeout = 300
ConnectBAAN = "0"

to do the connection and i get the following error message:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'Baan4.Application'
/mobaan/objectos/form4_teste.asp, line 12

thanks in advanced

mark_h
4th May 2005, 15:17
Check the registry on the remote machine and make sure the baan4.application is present. I assume the remote machine can log directly into Baan. This is the only thing I can think of to check.