• Is there more documentation for developing OO Plugins?

    Hello, I have been trying to create a plugin for OO Studio with Java. However, the documentation is a bit scarce, and I am struggling to get my solution into the state I want it to. Before I begin explaining my situation, I have to state that the documentation…
  • Remote Command Execution Success with exitStatus -1

    test
  • Cant retrieve exit code from Powershell script in OO

    Hello , I am using a PowerShell script located in /Base\[1.23.5]/Library/operations/Remote Command Execution/Powershell/Powershell Script, simply trying to run the following commands in script input: dir d:\ exit 13 even dir command is not working…
  • Execute OO Flow via Rest (OO Containerized)

    Hi all, is there a possibility to execute an OO Flow via REST API for OO Containarized? If so, how does it work? We tried it with an Admin OO User which has the permission to execute flows but via API we get a HTTP Status Code 403 Forbidden. …
  • How to automate migration of steps/sub flows from one project to another?

    How to automate migration of steps/sub flows from one project to another? Is there a way? because I have a huge number of flows to update and it will take me weeks to complete if I will do it manually. Thanks in advance :-)
  • Update Base (CloudSlang) content pack version

    I would like to know is it possible to re-deploy the latest Base (CloudSlang) CP to upgrade the existing CP version? I got the error message below when trying to deploy the latest Base (CloudSlang) CP. The reason that I do not want to delete the existing…
  • Java Not Found Error in Python Operation

    We wanted to extract data in table format from PDF with Python Tabula. We installed all the required dependencies and packages for Tabula, installed JDK 1.8 and updated environment variable. However, when we debug the python operation and we got Java…
  • RPA Activity not editable

    Hi, I am currently testing an OO 230 training where one should edit the RPA activity created. However the activity is not editable (indicated with the red pencil icon crossed), why? Is there a reason for a recorded activity to not be editable?. Can that…
  • Download content pack in HP OO 10.80

    Hi Team, Can any body help me how download a content pack from OO central HP 10.80
  • Error when running with PowerShell V3

    Hello all, May I know if you have experience the similar issue as me. When running in the HPOO, we always got the error as following. However, the credential was passed, the EXO powershell has already connected as well. and this issue is randomly…
  • Remote SSH Shell Script Issue - command for waiting for output

    Hello everyone, I've spent some time this week trying to get things going in a SSH Shell (/Base [1.21.7]/Library/Operations/Remote Command Execution/Remote Shell) but despite my efforts I'm still stuck with management breathing down my neck. The context…
  • Import Packages in a Python Operation

    Im currently trying to create a new Python Operation for one of my Flows. For my Operation to work I need to import some packages like: import requests import json Is there any possibility to install them in my Designer? If Im trying to debug the…
  • OO Upgrade from 10.80 to 2022.05 - Content Pack Migration

    Hello fellow OO admins! We are planning to upgrade our existing OO 10.80 to version 2022.05, now I have this idea of creating new VMs with OO 2022.05 clean installed that will run side by side with our existing OO 10.80. Question is, by upgrading…
  • Recommended pipeline and CI/CD for OO

    Recently upgraded to the new Microfocus OO and would like to implement a new system for pipeline and CI/CD. Need some suggestion on what is a good tools to be used for this purpose.
  • Microfocus Solution Content Pack use

    Hi All, We are trying to use the add annotation flow using the content pack 2.8.6. However, we are unable to add annotation back to event. Flow: Trigger Runbook against event (Works well) --> Workflow performs specific activity and should add annotation…
  • How to Access Flow UUID during Flow Run in OO Studio

    While debugging a flow in OO Studio, the step input "METADATA" is created at the beginning of the flow and is assigned both the UUID and flow name at the end of the flow. How can I access the UUID and flow name during the flow run?
  • Azure authorization Bearer token.

    Hello OO Users My name is Kimihiko, I`m working in MFE Japan. I am currently validating Azure operations with OO and I don't know how to put the value of the Azure authorization bearer token. Please tell me how to generate an Auth-Token.
  • What is the API for OO - Flow Library where you can see the permission Level for each folder ( displays Role name - and access to View and Run)?

    What is the API for OO - Flow Library where you can see the PERMISSIONS level for each folder (which would display Role name - and permission level of View and Run)? One sees all the info in OO Central but when you make call via -API to get the FLOW LIBRARY…
  • Support for Nested Multi Instance Flows

    Are multi instance steps supported in a nested manner? I know I can't place a multi-instance step directly in another multi-instance step, but if I create a subflow with a MI step and add it to the parent, is that a valid design approach? The reason…
  • Flows stuck in running state for hours.

    Hello, RAS was in client environment, it interacts with OO load balancer. There is no issue here. Flows that runs from RAS in client environment getting stuck even though they were built with time out. Many of these flows are multi-instance ones…
  • Unable to access Disks or shared repertory other than C: with OO

    Hello everyone, It is my first post on this forum and also my first post on an English forum so please be lenient. I'm currently working with my computer and a distant server. Those 2 machines are linked by my company's network with some shared repertory…
  • Unabled to clone a git repository from Studio 2020.08.0

    Hi, I'm triying to configure git in my new Studio 2020.08.0 version. First I have installed Git version 2.9.2 64 Bits and copy the bin Path in a new folder called Git (as appears in this guide https://docs.microfocus.com/itom/Operations_Orchestration…
  • How To Add New User By LDAP

    Dears, I just added LDAP in OO CENTRAL and it's configured well and tested. How I can add users from LDAP ( Not Internal User ). Best Regards.
  • How to Reset Admin user of HPOO Central

    Dears, Seems my HPOO Central facing an issue with LDAP and we cant use our AD user to login to central. So, How we can reset the admin password of HPOO central. Kindly note that we are able to log in to the server, but no luck for central. …
  • Dynamic Flow Launcher AbstractLaunchFlow exception

    I have a flow that dynamically launches another flow. I got the following exception at the Dynamically Launch Flow operation. (/HPE Solutions [1.13.0]/Library/Integrations/Hewlett-Packard/Operations Orchestration/9.x/Dynamically Launch Flow). Does anyone…