I need some help with the labels on Axapta 3.0. I just copied the Standard
directory from one server to another server with Axapta. The application
works fine, except that I can´t see any label. Instead I get the identifier
(
@SYS...) of the corresponding label. What should I do to fix this? Any help
would be great. Thanks.
Comments
Restart the AOS
As admin in the application recompile the application
Still don't see the labels?
Shutdown the AOS
Delete *.ali files
Delete the axdat.udb and axapd.aoi files
Start the AOS - it will take a while
As admin login to the application, the index files will be rebuilt
recompile the application
Still don't see the labels?
Time to enter a support incident with Microsoft or your partner
Make sure you copy correct right language label index files (.ali).
Just a small tip - I regularly export the label files (along with the code ofcourse) from development environment into testing environment. Before I export the label files I run a small DOS file (.bat) which contains the following two lines -
.........................
del *.aoi /s
del *.ali /s
.........................
The above commands take care of many issues including updating label files etc.
I hope this helps,
Long way to go before I sleep..