cancel
Showing results for 
Search instead for 
Did you mean: 

SMP 3.0 Localization Error

Former Member
0 Kudos

Hi all,

I want set localizaton on SMP 3.0 for Agentry application. I created localization files under "localization" folder and changed configuration on Management Cockpit and Agentry.ini. I also set Client Global on framework for using default language. But Server gives error while startup like this;

Exception: 11:10:52 03/18/2015 : 27 (LocalizationException), Localization Exception (Skipping the 'tr-TR' localization because no matching override files were found.  ), agent\ChickamingAgent.cpp#3407:ChickamingAgent::initializeLocalizations

1) Where should the "localization" folder? (Application\Development\localizations)

2) What should be path for "localization" folder on App Settings? ("localizations" or "Application\Development\localizations")

Best Regards,

Serkan DEMIR

Accepted Solutions (1)

Accepted Solutions (1)

sahil_dudeja1
Participant
0 Kudos

Hi Serkan,

For single language support, following steps are required:

1. Bundle your localization files (ApplicationText.tr, ClientText.tr, Gobals.tr) in application package & point these files under configuration section of Agentry.ini

2. Deploy the application.

Regards,

Sahil Dudeja

Answers (2)

Answers (2)

former_member194451
Active Participant
0 Kudos

Hi Serkan,


If you are using Agentry.ini
Here are the settings:


[Configuration]

applicationGlobalsFile=Globals.ini

applicationStringsFile=ApplicationText.ini

clientStringsFile=ClientText.ini

developmentServer=True

transmitConfigurationFile=TransmitConfigurations.ini

localizationPath=localization

localizations=en;tr

Note: localization is the folder where you place the localization files(<drive_name>:\<SMP_HOME>\server\configuration\<APP_NAME>\localization)

Note: I saw your error was "tr-TR", is that what you set in the localizations? I know out of the Box WM6.2 has "tr" language pack(ex. ApplicationText.tr.ini)

In Management Cockpit.

For location path:
First try : localization
If it is still not working. replace it with the full path(<drive_name>:\<SMP_HOME>\server\configuration\<APP_NAME>\localization)

I hope this help.

Regards,
Chung - SAP Senior Support Engineer

Former Member
0 Kudos

Hi Chung,

I set configuration like ;

applicationGlobalsFile=Globals.ini

applicationStringsFile=ApplicationText.ini

clientStringsFile=ClientText.ini

developmentServer=True

transmitConfigurationFile=TransmitConfigurations.ini

localizationPath=localizations

localizations=tr

But this time its looking for base file in my localization folder. But there are my localization files with "tr" names.

Skipping missing application string overrides file 'C:\SAP\MobilePlatform3\Server\configuration\com.sap.mobile.platform.server.agentry.application.com.vkt.sap.crm\Application\Development\localizations\ApplicationText.ini

Best Regards,

Serkan DEMIR

0 Kudos

Hi Serkan,

1) The 'localizations' folder is relative to your application path e.g.

configuration/com.sap....appName/localizations

2) Based on above, value would be "localizations"

Regards