Показать сообщение отдельно
Старый 28.03.2012, 15:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,646 / 848 (80) +++++++
Регистрация: 28.10.2006
axaptacorner: 'No Device' Error in AX 2009
Источник: http://axaptacorner.blogspot.com/201...n-ax-2009.html
==============

Its basic error which is pop up on Axapta start up
'No Device'..its very irritating ...following are remedy





error messages when opening the AX client with ConfigKey Telephony Integration enabled.
This error message is caused by the ActiveX component for the phone integration on form smmPhone which returns an error for each phone device which is offline.
I did the following code changes to prevent the error message:
AOT\Forms\smmPhone\Designs\Design\ActiveX:axPhone\Methods\onEvent_TapiError
// AOSRunMode::Client
void onEvent_TapiError(int errorCode)
{
;
if(errorCode !=-2147483582) // Added by Jit to Avoid 'No Device' Error

error(
this.errorMsg(errorCode));
}




Источник: http://axaptacorner.blogspot.com/201...n-ax-2009.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.