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
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