[development-axapta] Re: Error when install Ax 4

2007-11-08 Thread axaeffect
sorry, where I can find remote connection and named pipes? thanks, --- In development-axapta@yahoogroups.com, leetopida [EMAIL PROTECTED] wrote: Check the following in your SQL server Management studio: right click the appropriate instance and enable remote connections, and named pipes.

RE: [development-axapta] Map performance

2007-11-08 Thread Malcolm Burtt
Hi Its not table Maps that are slow but this particular method that has a problem. You need to focus on optimising the method and the methods that it calls. I'm guessing that you have a problem with this statement due to the large number of customer/vendor transactions that you have and that

[development-axapta] Interacting via AxaptaCOMConnector, how to set fields?

2007-11-08 Thread sy0thoa
I have been trying to interact with AX 4 using C# and .Net as I need post to be made instantly and having a batch running all the doesnt seem like a good idea. But I am having problem finding out how to do. MS documentation is slim to say the least. Logging on with the .Logon() method is easy