Cannot delete a device as it is a part of active bot deployment In A360

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 38

  • @LoveMoreMayur
    @LoveMoreMayur Год назад +1

    My sincere thanks to you for making this video since I have been facing this issue for the past few weeks and I really appreciate the help you provided to resolve it for me.🙏

    • @RPAFeed
      @RPAFeed  Год назад

      Great to hear!😅

  • @roobanrajr8866
    @roobanrajr8866 Год назад +2

    Last week I faced this error ..now I fixed bro ..thx

    • @RPAFeed
      @RPAFeed  Год назад

      Share it with your network you think it would benefit 😇

  • @raymartespanillo6238
    @raymartespanillo6238 3 месяца назад

    Please reply my error is on the reset POST is:
    "message": " Reset type not set. "

  • @rajithakaranam4156
    @rajithakaranam4156 4 месяца назад +1

    Thank you, this one helped, I also got access denied. i've used v2 instead of v1 to generate token. it worked.

    • @RPAFeed
      @RPAFeed  4 месяца назад +2

      @@rajithakaranam4156 yeah, now v1 is deprecated ⚠️ Hence, for authentication we have to use v2

  • @roksanajagoda4883
    @roksanajagoda4883 7 месяцев назад +1

    Hi! I deleted the pending stuck task but still the device is there in the devices and I cannot delete it despite that there are no longer pending tasks. The device that I want to delete is some old already deleted virtual machine and now I using another virtual machine which I cannot connect as Community edition allows just one device connected. What I can do?

    • @RPAFeed
      @RPAFeed  7 месяцев назад

      You can try using "reset" API of the control room. For a detailed step-by-step instructions follow this blog 👉 rpafeed.com/cannot-delete-device-as-it-is-part-of-active-bot-deployment/

  • @sakthivelcslm
    @sakthivelcslm Год назад

    Hi,
    For me token not generated..
    Getting error as generic. Server exception in code

  • @Sreekanth41
    @Sreekanth41 Год назад +1

    Hi, I have seen your videos reg importance of python in RPA, I am interested to learn python through online, i got doubt like is python and python script are different are same ?? As Java and Javascript
    I am doing in AA360 now, does learning python help out of RPA also?

    • @RPAFeed
      @RPAFeed  Год назад

      Python and python script is same. Python is useful in RPA as it has lot of reusable libraries. You can check out the video on how rpa developer can python.
      ruclips.net/video/1BcuAH030Ws/видео.html

    • @Sreekanth41
      @Sreekanth41 Год назад +1

      @@RPAFeed thank for reply, i got free time now and watched ur python videos so only I joined python course😊
      Before this also I used watch ur videos which are short and very informative

  • @joseabrahammaciastorres1414
    @joseabrahammaciastorres1414 Год назад +1

    Sos un mago tahnks bro i love this content jejej you can help me, thanks brother jeje

  • @TeamBloodshed
    @TeamBloodshed Год назад

    Can you say the solution if the same error for automation anywhere community edition?

    • @RPAFeed
      @RPAFeed  Год назад

      The demo is using community edition only. The same solution would work.

  • @gunjansharma7841
    @gunjansharma7841 Год назад

    I am getting this error "Bot launcher for user ** crashed. Last recorded command at line number 0." Can someone please help.

  • @yogeshmittal1757
    @yogeshmittal1757 Год назад +1

    It solved the issue, thanks a lot

    • @RPAFeed
      @RPAFeed  Год назад

      Glad it was helpful

  • @OmkarBhatwadekar
    @OmkarBhatwadekar Год назад +3

    In authentication, I am getting {
    "code": "json.deserialization.exception",
    "details": null,
    "message": "Invalid request parameters"
    }
    I tried ID password is right

    • @RPAFeed
      @RPAFeed  Год назад

      You might be doing something wrong while making a request. Check the api call after getting the token. Check header and body parameters, if you are passing them correctly.

    • @MohammedZayan
      @MohammedZayan 6 месяцев назад

      if the username contains a domain "domain\ user" make sure to but "\\" between them

    • @AUDIOMIND
      @AUDIOMIND 5 месяцев назад

      You ever figure this out?

  • @skvprajapati
    @skvprajapati 6 месяцев назад

    I am getting error like ( "code": "access.is.denied",
    "details": null,
    "message": "Access is denied")

    • @RPAFeed
      @RPAFeed  6 месяцев назад

      @@skvprajapati the user you are trying to do this might not have the privilege to perform action.

    • @skvprajapati
      @skvprajapati 6 месяцев назад

      @@RPAFeed but it's I am doing in community version CR.

    • @xeqtioner0660
      @xeqtioner0660 6 месяцев назад

      @@skvprajapatidid you figure it out? Running into the same problem on mine when I didn’t before.

    • @skvprajapati
      @skvprajapati 6 месяцев назад +1

      @@xeqtioner0660 it is now resolved. API key was different right now we need to replace v2 instead of v1.

    • @xeqtioner0660
      @xeqtioner0660 6 месяцев назад +1

      @@skvprajapatiawesome, that worked! Thanks so much for getting back so fast!

  • @lncsaurabh
    @lncsaurabh 9 месяцев назад +1

    thanks a lot for this. helped me

    • @RPAFeed
      @RPAFeed  9 месяцев назад

      Glad to know! Welcome 😊

  • @RazmaSultani-y4u
    @RazmaSultani-y4u Год назад

    I have this problem I did these processes but didn’t get the token

    • @RPAFeed
      @RPAFeed  Год назад

      What is the error or problem?

  • @ismartjittaishanvivlogs8875
    @ismartjittaishanvivlogs8875 Год назад

    hi ,i am not getting token ,error like missing X-authorization in postman ,could you please help me .i am unable to delete device

    • @RPAFeed
      @RPAFeed  Год назад

      Follow the instructions properly. First get the token then add that token in headers