Error while attempting machine translate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2020 11:02 PM
Hi All,
I am receiving the following error when attempting to Machine Translate in the KTT - "Error while performing translation. If this persists, please contact administrator."
The plugin dynamic translation is already activated.
Please guide/help.
Thanks in advance.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2020 11:10 PM
Hi Sonali,
Was it working previously? any change happened in the api key and the password either Microsoft or IBM
Did you configure the steps correctly?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 12:05 AM
Have you set the activated model as default ? You can also test if this is working by executing this script:
DynamicTranslation.getTranslation("Bonjour", {
targetLanguages: ["en", "de"],
translator: "microsoft"
}).then(
function(successResponse) {
console.log("Translate bonjour from fr to en/de using Microsoft: ");
console.log(successResponse);
},
function(errorResponse) {
console.log(errorResponse);
}
);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 11:51 PM
Still, I am getting the same error message you elaborate step by step
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 03:01 AM
Hi Sonali,
Any luck??
Thanks,
Sailaja