The reason for disabling the UPLIFT function is a heavy load on the server.
Is it possible to disable completely the upLIFT function in GS2017? Is it possible to disable the upLIFT function for individual TMs?
Is it possible to disable completely the upLIFT function in GS2017? Is it possible to disable the upLIFT function for individual TMs?
Hi Sergey Lobanov,
It is not possible to disable upLIFT for individual TMs, but to disable it completely you could try (completely at your own risk) the following in the TMService database:
- Change CronTrigger in [dbo].[ScheduledTask] to something in the distant future e.g. 0 0 0 ? * * 2099
- For each existing TM in [dbo].[TranslationMemory], change NeedsModel to 0
It would be interesting to see if this works. Do you have any particular reason for wanting to disable upLIFT?
Kind regards,
Nick
Hi Nick,
Hi Nick,
Hi Sergey Lobanov,
By default the upLIFT task only runs overnight between the hours of 9:00pm and 6:00am. If this is inside your working hours you can easily change it by editing the config files. You can also tell the service to use fewer processes if you like (the workerCount number).
These are the two config files:
C:\Program Files\SDL\SDL Server\FGAService\Sdl.FineGrainedAlignmentService.Agent.exe.config
C:\Program Files\SDL\SDL Server\TranslationModelService\Sdl.TranslationModelService.Host.exe.config
And this is the part you need to change in each:
<workerCountRules>
<rule workerCount="10" from="21:00" to="06:00" />
</workerCountRules>
When you've done this you will need to restart the GroupShare services. Make sure all of the services are running following the restart.
Kind regards,
Nick
Nick, thank you so much!
There is an idea to extend this time range during the weekend to reorganize more TMs.
Best Regards
Sergey
Hi Sergey Lobanov,
You are very welcome.
Unfortunately not. The workaround would be to change the configuration files before you leave on Friday night, and then to set them back to normal on Monday morning.
Kind regards,
Nick