diogo.obpa
26th April 2005, 13:26
Hi everyone !

i'm doing an asp page to the session mantaining deliveries. I'm using dll functions to do it but just at the beginning of the file, when i try to do the connection to baan, i got this error: :eek:
(0x800A0046)
Permission denied: 'CreateObject'

to connect to baan i'm using:
Set BaanObj = CreateObject("Baan4.Application")


The permisson that's refered in the error message, has anything to do with baan permissions ?

thanks for your help !!!

best regards

lakoon
26th April 2005, 19:57
Hello

I think you have to add the name of the *.bwc file for your connection to baan.
Look at the part after ..Application. >
Like: Set BaanObj = CreateObject("Baan4.Application.MyConnection")

Then it should work.

Search the board with "Baan4.Application" and you will find plenty of additional tipps

/Lakoon