Skip to main content
Solved

No se puede registrar bot creator en a360

  • 4 January 2023
  • 7 replies
  • 130 views

Al ingresar al servidor que sera el bot creator y darle conectar a dispositivo local da error

El control room ya esta como forma segura, se agrego en la linea del archivo host la linea para que sea segura y funciona con el https

 

7 replies

Userlevel 5
Badge +9

Hola @cacordero ,

Por favor siga los pasos descritos en el KB para importar el certificado intermedio en el botrunner/botcreator

 

https://apeople.automationanywhere.com/s/article/An-unexpected-problem-occurred-message-is-displayed-when-registering-device

 

  1. Download the Intermediate Certificate from the chrome browser and save it in .CER format at the location: C:\Program Files\Automation Anywhere\Bot Agent\jre\bin

Here is the link to download the intermediate certificate from the browser:

https://support.kemptechnologies.com/hc/en-us/articles/115002427603-How-to-Download-an-Intermediate-Cert-From-Browser

  1. Run the command prompt as administrator

  2. Navigate to C:\Program Files\Automation Anywhere\Bot Agent\jre\bin

  3. Use the following command to import the certificate in the keystore:

keytool -import -alias example -keystore "C:\Program Files\Automation Anywhere\Bot Agent\jre\lib\security\cacerts" -file "D:\cert\xyz.cer"

Note: Mention the destination path of the certificate along with the file name.

  1. Enter password : "changeit"

  2. Enter “Y”

  3. You will see the message that the certificate was imported successfully

  4. Go to the Start option and search for MMC.

  5. Open the console Root and click on Certificates.

  6. It will open the certificates snap-in. Please select Computer Account and give a Next.

  7. Please select Local Computer option from select Computer screen and click on Finish.

  8. Go to the Trusted Root Certificates and right click on Certificates -> All Tasks -> Import.

  9. It will open the certificate import wizard. Please select Next.

  10. Need to specify the file which need to Import. So click on Browse and select the Intermediate certificate. Ex. Inm.cer. Then Click on Next.

  11. It opens the Certificate Store. Please select "Place all certificates in the following store" and click Next.

  12. It will show message "Import was successful" once it is done.

  13. Please restart the machine and you will be able to register the device.

  14. If after this also the same error is encountered, follow steps mentioned in the below document to import the proxy credentials. 

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-bot-agent-authenticate-proxy.html#Zj0vY2F0ZWdvcnkvZXhwbG9yZT9wPUV4cGxvcmU=

 

Note: If third party trusted certificate is used, the certificate will be automatically added to the keystore. However, in cases where a valid third party certificate is not used then manual intervention would be required for sure.

  1. Check if there are any connectivity issues between the CR and Bot Runner device over Network Proxy, with the help of the Bot Agent diagnostic utility tool.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-diagnostic-utility.html

 

E.g. Run the diagnostic utility tool with "-checkProxy <CR_URL>" option to check the error.

For "Unknown host exception", run the diagnostic utility tool with "-importProxy <CR_URL>" option to import the proxy setting.

 

Saludos,

Userlevel 1
Badge +6

Esos pasos los ejecuto en el servidor de control room o los ejecuto en el servidor de bot creator?

Userlevel 5
Badge +9

@cacordero ,

Es en el bot creator. Necesitará abrir un cmd con privilegios de administrador.

Saludos,

Userlevel 1
Badge +6

 

 

Muchas Gracias ya me funciono bien!

 

Userlevel 5
Badge +9

@cacordero ,

Excelente!. Mucho nos ayuda seleccionado la mejor respuesta en el presente hilo.

Saludos,

Userlevel 1
Badge +6

Cuando intento crear un rol o cambiar la clave del usuario que cree me sale este error, sabe a que puede deberse?

 

 

Userlevel 5
Badge +9

Cuando intento crear un rol o cambiar la clave del usuario que cree me sale este error, sabe a que puede deberse?

 

 

Quizá se trate de un error en permisos.  

Reply