Hi, I have a process that adds a member in a existing AD group and I'm using "Execute Windows PowerShell Script" activity to do so as below:$gr = $args[0]$usr = $args[1]Add-ADGroupMember -Identity $gr -Members $usr Half of the time it runs fine, but ...
Hi,I'm trying to find a solution for a process as follows: 1) A process(1) is initiated at CPO via Northbound Web Services. 2) The process(1) has 2 input parameters: Starting DateTime and Duration (hours) 3) The process(1) needs to start schedule/sta...
Can Orchestrator talk to F5 BigIP devices? Our Comms team tell me they do not have terminal connectivity and are configured via a web interface.Is anyone talking to F5 devices?
In Tidal Scheduler, we can configure a failover SQL partner so that if the primary SQL server is not available, it will automatically try to connect to a failover partner. For JDBC, you can use "failoverPartner=xxxxxxxx"Is there something s...
Is there a trick to getting the enable password working on a Cisco IOS device?I set up my first workflow to connect to a Cisco IOS device recently and initially could not get the enable mode working.Using the "Send Interface Commands" activity, I iss...
Hi Shaun, I implemented the second solution (calculate date/time diff) and it's working well. My question to you is whether having processes sleepping for a considerable amount of time (perhaps a day or two) would cause any performance/stability prob...
Thanks Shaun, You gave me another idea. Where I start process(2) straight away getting the start date/time as input and sleep until the date/time is reached. Then sleep for "n" seconds and then start process(3). I'm quite new to CPO. Would you help m...
For whatever reason, our DB team are no longer doing DB clusters. They are doing mirroring - this is why the other method is required.Anyway, apparently with SQL 2012 they are going to use clusters again, so as long as CPO 3.0 can use SQL 2012 we sh...