Question


Accenture Solutions Pvt Ltd
IN
Last activity: 23 Aug 2018 19:06 EDT
Regarding Deployment & BOT Creation for OpenSpan Implemented Automation
HI,
How to create runtime bot & deploy the OpenSpan implemented automation or solution, how to set trigger point to start automation ,how to deploy & publish the solution in server & local environment.
Regards,
Pravallika.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
RAJESH KUMAR PARASHAR -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution


Pegasystems Inc.
US
Creating a solution and running it within the runtime environment is covered in the initial training. Within Studio you create a deployment package and use Runtime to run it. Running the solution cannot be triggered automatically by the solution - however it is easy to use a scheduling application such as Task Scheduler to kick off your solution. At that point, your solution can wait for a triggering event - you just need to code it to do so. Most automations use desktop applications and therefore you will need a desktop to run it on. We generally recommend using a VM for robots performing repetitive tasks.


Pegasystems Inc.
US
Pavallika, I do not really understand your questions. Can you please clarify what information your are looking for?


Accenture Solutions Pvt Ltd
IN
my doubt is after implementing openspan solution for the projects inside it we will deploy & create runtime bot which should trigger automatically instead of running form Openspan studio, the solution itself should trigger itself & run automatically ,how this is possible either in server or in local environment?
Accepted Solution


Pegasystems Inc.
US
Creating a solution and running it within the runtime environment is covered in the initial training. Within Studio you create a deployment package and use Runtime to run it. Running the solution cannot be triggered automatically by the solution - however it is easy to use a scheduling application such as Task Scheduler to kick off your solution. At that point, your solution can wait for a triggering event - you just need to code it to do so. Most automations use desktop applications and therefore you will need a desktop to run it on. We generally recommend using a VM for robots performing repetitive tasks.


Accenture Solutions Pvt Ltd
IN
but where do we mention path of Deployment files(.OpenSpan & .manifest ) to get it triggered by Task scheduler.


Pegasystems Inc.
US
The command to load a specific deployment package from the command line is; OpenSpan.Runtime.exe project="\\Path to deployment package\PackageName.OpenSpan"


Innovsol Systems and technologies Pvt Ltd
IN
I am unable to run by using task scheduler, Can any one help me Thanks in advance.


Pegasystems Inc.
US
What specifically are you having problems with? You can configure runtime to load your deployment package automatically on startup using the RuntimeConfig.xml StartupProject value. Then in Task Scheduler, all you need to do is have it launch Runtime. Remember that Runtime is a desktop application, so it will require a user to be logged in.


The Royal Bank of Scotland Group PLC
IN
I have produced the deployment file for an OpenSpan automation. I would like to run it at specific server for every hour. I don't want to do it by windows scheduler to execute it. Is there any functionality available in OpenSpan 8.2 studio/runtime, to run automation automatically at specific interval?


Pegasystems Inc.
US
If Runtime is already running, you can have it check the current time (using the DateTimeUtils) and create some logic to determine if it OK to initiate your automation. Runtime is a desktop application, so it cannot "start" itself. You'll need to use something like Task Scheduler to get it running initially.