Re: BizTalk Dynamics AX Adapter – Failed to connect to an IPC Port

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk Dynamics AX Adapter – Failed to connect to an IPC Port Re: BizTalk Dynamics AX Adapter – Failed to connect to an IPC Port

#18053

ok heres the deal, ipc is the new communication used by .net framework 2.0, and like i guessed first, problem is ur client does not have access to write to the ipc port(ipc works only for processes on the same machine) , so you will have to make changes in either the client or the server(in this case client is biztalk, server i think may be  a windows service, Im guessing coz i dont know abt the adapter).