Robotic Process Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 07:02 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 07:12 PM
Please check the user Privileges on Server as Connectivity seems ok but it has permission Issue.
Regards
RP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 07:16 PM
Hi @KalaiSelviJ
When you say you're trying to connect your instance, are you referring to a personal developer instance? If so, I don't believe RPA plugins are available for installation on PDIs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 07:18 PM
No, I am not referring to personal developer instance, I have installed RPA plugins in the AI instance only.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 08:20 PM
Hi Kalai
PDI or Personal Developer Instance are same free stuff. Many Service Now Products are not available on PDI But I see RPA Hub is free and Available on PDI
But for RPA you need other Components also Apart from Just Enabling the Plugins like
- RPA Desktop Design Studio is a .Net-based IDE for creating and developing automation projects. The RPA developer uses the design studio on the developer machine and tests the automation locally
- The studio is also used for debugging and troubleshooting for existing automation
- Unattended (RPA) runtime is installed on Windows VM/VDI. One robot is coupled with one machine. These robots are trigged based on schedules or APIs. Any schedule that is defined for a particular process is saved on the runtime machine and hence it is client-side execution
- Attended (RDA) runtime is installed on Windows user desktops. This robot are manually triggered
- Desktop-In-Desktop is a unique capability for attended automation, where the robot creates a parallel session on the user’s desktop and executes the automation in that session, which allows the user to work parallelly on the same machine
Just few Input for Same.
Regards
RP