Automic Workload Automation

 View Only
  • 1.  Using Advanced search in AWI 12.2.1-HF02-83419

    Posted Jul 10, 2019 05:53 PM
    We are trying to do an advance search for server names in the RA_FTP solution connection objects.  We are not receiving anything and in the objects I do not see anything to do with RA_solutions like there was in V9 when we could do it.  Does anyone have any Ideas or experience the same problem?

    Thanks


    ------------------------------
    [Sr Software Engineer]
    [ICW Group]
    [CA]
    ------------------------------


  • 2.  RE: Using Advanced search in AWI 12.2.1-HF02-83419
    Best Answer

    Posted Jul 11, 2019 05:54 PM
    Maybe this database search query would help?

    select 'RA-FTP parameter', oh_name, oh_client, ocv_vname, ocv_value
    from ocv
    inner join uc4.dbo.oh on ocv_oh_idnr = oh_idnr
    where (ocv_value like '%searchstring%')
    and OH_DELETEFLAG=0 and OH_REFIDNR=0


  • 3.  RE: Using Advanced search in AWI 12.2.1-HF02-83419

    Posted Jul 17, 2019 02:25 PM
    Thanks Pete.  I guess I should have specified this is through AWI in the search field and advance options.

    ------------------------------
    [Sr Software Engineer]
    [ICW Group]
    [CA]
    ------------------------------