Israr Khan

182
reputation
72 views

Registered User

name Israr Khan
member for 1 year
seen yesterday
website
location Oslo, Norway
age
1d
accepted AX / Axapta: Retrive Custom fields via SQL
1d
comment Microsoft AX and Business Connector / Enterprise Portal / Application Integration Framework
Also - the project ended for a while ago - and the end of the story here was that I implemented a custom database connector on top of Linq2Sql where a certain amount of business logic needed for data to come out correct was added. In addition a persistent caching was added in between the DAL and database connector. At the end we got a quite snappy solution which was custom made for this project.
1d
comment Microsoft AX and Business Connector / Enterprise Portal / Application Integration Framework
Whoo - this is a dead corpse - but still thanks for a reply. EP adds an extra layer on top of BC providing a custom "mutex" - thus overcomming the issue with multiple sessions stumbling on each other causing performance issues. This was the case here when BC was exposed "directly" to the end user via the DAL. What could have been done was using a singleton-pattern in the DAL to ensure only one instance of the BC used(or a certain amount of BC' depending on the license) in addition to a queing system controlling the flow of request sent in to the BC-pipe via DAL.
Nov
14
awarded  Yearling