Total Pageviews

Search This Blog

Tuesday, March 13, 2012

Troubleshooting Error: No License code available for language EN-US. Please use a licensed language

Hi there, I was setting up an AX Instance from an existing  database backup and I hit this below error.

Error: No License code available for language EN-US. Please use a licensed language

Event Viewer Error: The Microsoft Dynamics AX Application Object Server is running on an operating system that is not supported. The supported operating system is Microsoft Windows Server 2003 with Service Pack 1.




Solution:

The language for the startup user needs to be setup as per the installation

update dbo.USERINFO set LANGUAGE = 'EN-AU', HELPLANGUAGE = 'EN-AU' where ID = 'Admin'


1 comment:

Anonymous said...

You could also add the language-file to the xpo-file or add -language=en-au on the shortcut. Usually use the -language=en-au version for a one time start so that I can change from inside Axapta instead