Error while attempting machine translate

Sonali17
Kilo Contributor

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.

 

 

 

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

shashanktonpeka
ServiceNow Employee
ServiceNow Employee

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);
    }
  );  
 

 

Ramjee
Tera Expert

Still, I am getting the same error message you elaborate step by step

sailaja jinugu1
Tera Contributor

Hi Sonali,

 

Any luck??

 

Thanks,

Sailaja