Answered by:
CRM 4.0 Label Translation Upload

Question
-
Hi,
I am currently deploying multiple organizations CRM. i have installed the various languages for different organization based on their geographical location.
I am currently trying to use the label translation functionality within the CRM but somehow the uploading seems to hit an infinity loop which never ends.
I assume that this functionality is based on the donwloading XML file from 'Export Labels for Translation'. I retain the 3 worksheets within the zip file and only keep 1 row of record within the 2 main worksheet 'Displayed String' and 'Localized Labels' for testing purposes. But once i click the 'Import Label for Translation', the process just keep going on forever.
Did i miss something between the downloading and uploading?? Or is there any configuration that i need to set before this functionality will work??
By the way, the uploading has been tested on both client and server side with the same result.Wednesday, April 1, 2009 11:03 AM
Answers
-
I also faced this problem some month ago.
Keeping under check the CPU behavior I noticed that processor worked at 100% during import process, but after a certain time it went to 0: but the CRM popup that tells you that system is importing remains up while system is doing nothing!!!
The solution is to change the "execution timeout" in the webconfig:
<httpRuntime executionTimeout="1000" maxRequestLength="8192" />
The problem is that with the default value (300 seconds) the system is not able to finish the process and after 5 minutes it aborts the operation without notifying that to the user.
Regards
Marco- Proposed as answer by Marco Ray._ Thursday, September 10, 2009 8:46 AM
- Marked as answer by Donna EdwardsMVP Monday, September 14, 2009 7:31 PM
Wednesday, September 9, 2009 1:50 PM
All replies
-
How long does it takes?
Do you have a lot of MUI packs installed?Thursday, April 2, 2009 2:46 AM -
Basically, it has never ended so far.
I have 4 different langages installed beside the base English language i.e. Japan, Korean, Thai and Traditional Chinese.
But each organization only has the base language plus the local language setup for each entity. By the way, does multiple language affect the importation of the label translation? And if i understand correctly, the label translation required at least one language pack installed beside the based language in order to work.Thursday, April 2, 2009 2:51 AM -
I also faced this problem some month ago.
Keeping under check the CPU behavior I noticed that processor worked at 100% during import process, but after a certain time it went to 0: but the CRM popup that tells you that system is importing remains up while system is doing nothing!!!
The solution is to change the "execution timeout" in the webconfig:
<httpRuntime executionTimeout="1000" maxRequestLength="8192" />
The problem is that with the default value (300 seconds) the system is not able to finish the process and after 5 minutes it aborts the operation without notifying that to the user.
Regards
Marco- Proposed as answer by Marco Ray._ Thursday, September 10, 2009 8:46 AM
- Marked as answer by Donna EdwardsMVP Monday, September 14, 2009 7:31 PM
Wednesday, September 9, 2009 1:50 PM