Hi,
I'm calling an AX static function from Powershell and getting the error "External component has throwed an exception".
Please help me with resolving it.
Regards,
Pradeep
Hi,
I'm calling an AX static function from Powershell and getting the error "External component has throwed an exception".
Please help me with resolving it.
Regards,
Pradeep
It seems tat sync() threw an exception. Look at details of the exception in Powershell or debug the method in AX, because you can't address an error unless you find out what it is.
Hi Pradeep,
I can't see the entire script. Have you provided the path for Business connector dll in the Program Files like this?
Add-Type -Path "C:\Program Files\Microsoft Dynamics AX\60\BusinessConnector\Bin\Microsoft.Dynamics.BusinessConnectorNet.dll"
Also, have you tried to refresh the client configuration?
Martin Dráb
601
Most Valuable Professional
Abhilash Warrier
416
Adis
384
Super User 2025 Season 1