hi to all, first of all sorry of my bad english! i have to create an Axapta Object with ASP but i have no idea how i should do this! 1) I have register the axapta Com dll in the Componentenservice. I know that this was correctly done. I also see it in the registry. 2) i have created an asp file with this source code about creat an axapta com connection object:
Set ax = Server.CreateObject("AxaptaCOMConnector.Axapta")
But at this line my browser tells me: Serverobjekt- Error 'ASP 0177 : 800401f3' Server.CreateObject-Error /Schule/TestCom1.asp, line 2 Invalid ProgID
3)My Problem is that i can not create an AxaptaCOMConnector Object! i hope anyone is able to help me! THX BigDaddy
Hi, From the error message, it looks like the Business Connector is not installed properly in the IIS server. Remember - ASP is a server side scripting language. For ASP to instantiate COM Connector, you should have installed Axapta COM Connector in the IIS Server. One way to make sure whether you have installed COM connector properly in IIS server is - try running the code from Visual Basic (if you have got it installed). As you may be aware, you can find this code in Developers guide. Hope this helps, Harish Mohanbabu