Показать сообщение отдельно
Старый 13.06.2012, 16:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
emeadaxsupport: AX 2012 Retail: License issue in transaction services
Источник: http://blogs.msdn.com/b/axsupport/ar...-services.aspx
==============

Description

When the user used any function through the Retail Transaction services, the call failed with error 13010

In the Event Viewer of the server running the Retail Transaction service this error appeared on the Business connector



Event id 175

Microsoft Dynamics AX Business Connector Session 4.

Microsoft Dynamics license problem : No license code available for language en-US. Please use a licensed language.

__________________________________________________________________________________________________________________________________________

Microsoft Dynamics AX Business Connector Session 4.

License error. Axapta cannot be started using current configuration and license codes. No license code available for the language en-US. Please use a licensed language.



Reason

The customer had bought AX license for EN-GB language only, but the language on the stores( RBOSTORETABLE) was set to EN-US.

Resolution

In a SQL query update the tables, so they only run with the language which was a valid license



Update dbo.RBOSTORETABLE
set CULTURENAME = 'en-gb'
where CULTURENAME = 'en-us'



Update [dbo].[RBOSTAFFTABLE]
set CULTURENAME = 'en-gb'
where CULTURENAME = 'en-us'


Replicate the N-1060 and N-1070 scheduler jobs to all store databases



Author: Kim Truelsen

Date: 13/6-2012










Источник: http://blogs.msdn.com/b/axsupport/ar...-services.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.