5398N/A<?
xml version="1.0" encoding="UTF-8" standalone="no"?>
5398N/A ! The contents of this file are subject to the terms of the 5398N/A ! Common Development and Distribution License, Version 1.0 only 5398N/A ! (the "License"). You may not use this file except in compliance 5398N/A ! You can obtain a copy of the license at 5398N/A ! See the License for the specific language governing permissions 5398N/A ! and limitations under the License. 5398N/A ! When distributing Covered Code, include this CDDL HEADER in each 5398N/A ! file and include the License file at 5398N/A ! add the following below this CDDL HEADER, with the fields enclosed 5398N/A ! by brackets "[]" replaced with your own identifying information: 5398N/A ! Portions Copyright [yyyy] [name of copyright owner] 6322N/A ! Copyright 2011-2013 ForgeRock AS 5398N/A <!-- SDK ldapsearch Function --> 5398N/A <
function name="SDKldapSearch">
5398N/A This function performs an ldapsearch using the SDK java API
5398N/A <
function-
arg-
def name="dsInstanceHost" type="optional">
5398N/A Directory server hostname or IP address
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="hostname"/>
5398N/A <
function-
arg-
def name="dsInstancePort" type="optional">
5398N/A Directory server port number
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="Port number"/>
5398N/A <
function-
arg-
def name="dsInstanceDn" type="optional">
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="DN"/>
5398N/A <
function-
arg-
def name="dsInstancePswd" type="optional">
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="string"/>
5398N/A <
function-
arg-
def name="dsScope" type="optional">
5398N/A The scope of the search operation
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="string"/>
5398N/A <
function-
arg-
def name="dsBaseDN" type="optional">
5398N/A The baseDN for the search operation
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="dn"/>
5398N/A <
function-
arg-
def name="dsFilter" type="optional">
5398N/A The filter for the search operation
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="filter"/>
5398N/A <
function-
arg-
def name="dsAttributes" type="optional">
5398N/A Only return these attributes
5398N/A </
function-
arg-
description>
5398N/A <
function-
arg-
property name="type" value="string"/>
6350N/A <
function-
arg-
def name="outputFile" type="optional" default="'None'">
6350N/A Output file containing the command output
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="file"/>
6350N/A <
function-
arg-
def name="outputPath" type="optional">
6350N/A Path containing the outputFile
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
5398N/A myHost=String(dsInstanceHost)
5398N/A myPassword=String(dsInstancePswd).toCharArray()
5398N/A myFilter = '(objectClass=*)'
5398N/A factory = LDAPConnectionFactory(myHost,myPort)
5398N/A #TODO: handle search result references
5398N/A #TODO: not really a need to use writer to write to stdout
5398N/A except ErrorResultException, e:
5398N/A except ErrorResultIOException, e:
5398N/A except InterruptedException, e:
5688N/A This function runs ldap authrate tool from OpenDJ SDK
5688N/A <
function-
arg-
def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="hostname"/>
5688N/A <
function-
arg-
def name="sdkBinPath" type="optional" default="'%s' % SDK_BIN">
5688N/A Pathname to installation of sdk binaries
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A <
function-
arg-
def name="dsPath" type="optional" default="'%s/%s' % (DIRECTORY_INSTANCE_BIN,OPENDSNAME)">
5688N/A Pathname to installation root
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A <
function-
arg-
def name="dsInstanceHost" type="optional">
5688N/A Directory server hostname or IP address
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="hostname"/>
5688N/A <
function-
arg-
def name="dsInstancePort" type="optional">
5688N/A Directory server port number
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="Port number"/>
5688N/A <
function-
arg-
def name="dsInstanceDn" type="optional">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="DN"/>
5688N/A <
function-
arg-
def name="dsInstancePswd" type="optional">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
5688N/A <
function-
arg-
def name="extraParams" type="optional">
5688N/A Optional extra parameters for specific test cases
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
5688N/A <
function-
arg-
def name="expectedRC" type="optional" default="0">
5688N/A Expected return code value. Default value is 0
5688N/A Wildcard 'noCheck' to not check the RC
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="integer"/>
5688N/A <
function-
arg-
def name="verbose" type="optional" default="True">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="integer"/>
5688N/A <
function-
arg-
def name="knownIssue" type="optional" default="None">
5688N/A Known issue. Corresponds to an issue number.
5688N/A </
function-
arg-
description>
6350N/A <
function-
arg-
def name="outputFile" type="optional" default="'None'">
6350N/A Output file containing the command output
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="file"/>
6350N/A <
function-
arg-
def name="outputPath" type="optional">
6350N/A Path containing the outputFile
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A dsBinPath='%s/%s' % (dsPath,fileFolder)
5688N/A <!-- Set common ldap arguments --> 5688N/A <
call function="'_ldapCommonArgs'" />
5688N/A STAFCmdParams=' '.join(STAFCmdParamsList)
6350N/A <
if expr="outputFile != 'None'">
6350N/A <
call function="'runCommand'" >
6350N/A 'arguments' : STAFCmdParams,
6350N/A 'outputFile': '%s/%s' % (outputPath, outputFile),
6358N/A <
call function="'runCommand'">
6358N/A 'arguments' : STAFCmdParams,
6358N/A for line in STAXResult[0][1].split('\n'):
5688N/A <
function name="searchRate">
5688N/A This function runs ldap searchrate tool from OpenDJ SDK
5688N/A <
function-
arg-
def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="hostname"/>
5688N/A <
function-
arg-
def name="sdkBinPath" type="optional" default="'%s' % SDK_BIN">
5688N/A Pathname to installation of sdk binaries
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A <
function-
arg-
def name="dsPath" type="optional" default="'%s/%s' % (DIRECTORY_INSTANCE_BIN,OPENDSNAME)">
5688N/A Pathname to installation root
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A <
function-
arg-
def name="dsInstanceHost" type="optional">
5688N/A Directory server hostname or IP address
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="hostname"/>
5688N/A <
function-
arg-
def name="dsInstancePort" type="optional">
5688N/A Directory server port number
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="Port number"/>
5688N/A <
function-
arg-
def name="dsInstanceDn" type="optional">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="DN"/>
5688N/A <
function-
arg-
def name="dsInstancePswd" type="optional">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
5688N/A <
function-
arg-
def name="extraParams" type="optional">
5688N/A Optional extra parameters for specific test cases
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
5688N/A <
function-
arg-
def name="expectedRC" type="optional" default="0">
5688N/A Expected return code value. Default value is 0
5688N/A Wildcard 'noCheck' to not check the RC
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="integer"/>
5688N/A <
function-
arg-
def name="verbose" type="optional" default="True">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="integer"/>
5688N/A <
function-
arg-
def name="knownIssue" type="optional" default="None">
5688N/A Known issue. Corresponds to an issue number.
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
def name="dsBaseDN" type="optional">
5688N/A The baseDN for the search operation
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="dn"/>
6350N/A <
function-
arg-
def name="outputFile" type="optional" default="'None'">
6350N/A Output file containing the command output
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="file"/>
6350N/A <
function-
arg-
def name="outputPath" type="optional">
6350N/A Path containing the outputFile
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A dsBinPath='%s/%s' % (dsPath,fileFolder)
5688N/A <!-- Set common ldap arguments --> 5688N/A <
call function="'_ldapCommonArgs'" />
5688N/A STAFCmdParams=' '.join(STAFCmdParamsList)
6350N/A <
if expr="outputFile != 'None'">
6350N/A <
call function="'runCommand'" >
6350N/A 'arguments' : STAFCmdParams,
6350N/A 'outputFile': '%s/%s' % (outputPath, outputFile),
6358N/A <
call function="'runCommand'">
6358N/A 'arguments' : STAFCmdParams,
6358N/A for line in STAXResult[0][1].split('\n'):
5688N/A This function runs ldap modrate tool from OpenDJ SDK
5688N/A <
function-
arg-
def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="hostname"/>
5688N/A <
function-
arg-
def name="sdkBinPath" type="optional" default="'%s' % SDK_BIN">
5688N/A Pathname to installation of sdk binaries
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A <
function-
arg-
def name="dsPath" type="optional" default="'%s/%s' % (DIRECTORY_INSTANCE_BIN,OPENDSNAME)">
5688N/A Pathname to installation root
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A <
function-
arg-
def name="dsInstanceHost" type="optional">
5688N/A Directory server hostname or IP address
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="hostname"/>
5688N/A <
function-
arg-
def name="dsInstancePort" type="optional">
5688N/A Directory server port number
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="Port number"/>
5688N/A <
function-
arg-
def name="dsInstanceDn" type="optional">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="DN"/>
5688N/A <
function-
arg-
def name="dsInstancePswd" type="optional">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
5688N/A <
function-
arg-
def name="extraParams" type="optional">
5688N/A Optional extra parameters for specific test cases
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
5688N/A <
function-
arg-
def name="expectedRC" type="optional" default="0">
5688N/A Expected return code value. Default value is 0
5688N/A Wildcard 'noCheck' to not check the RC
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="integer"/>
5688N/A <
function-
arg-
def name="verbose" type="optional" default="True">
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="integer"/>
5688N/A <
function-
arg-
def name="knownIssue" type="optional" default="None">
5688N/A Known issue. Corresponds to an issue number.
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
def name="dsBaseDN" type="optional">
5688N/A The baseDN for the operation
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="dn"/>
5688N/A <
function-
arg-
def name="attribute" type="optional">
5688N/A The attribute to be modified
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
5688N/A <
function-
arg-
def name="formatString" type="optional">
5688N/A The attribute value to be modified
5688N/A </
function-
arg-
description>
5688N/A <
function-
arg-
property name="type" value="string"/>
6350N/A <
function-
arg-
def name="outputFile" type="optional" default="'None'">
6350N/A Output file containing the command output
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="file"/>
6350N/A <
function-
arg-
def name="outputPath" type="optional">
6350N/A Path containing the outputFile
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
5688N/A dsBinPath='%s/%s' % (dsPath,fileFolder)
5688N/A <!-- Set common ldap arguments --> 5688N/A <
call function="'_ldapCommonArgs'" />
5688N/A STAFCmdParams=' '.join(STAFCmdParamsList)
6350N/A <
if expr="outputFile != 'None'">
6350N/A <
call function="'runCommand'" >
6350N/A 'arguments' : STAFCmdParams,
6350N/A 'outputFile': '%s/%s' % (outputPath, outputFile),
6358N/A <
call function="'runCommand'">
6358N/A 'arguments' : STAFCmdParams,
6358N/A for line in STAXResult[0][1].split('\n'):
6350N/A This function runs ldap searchrate tool from OpenDJ SDK
6350N/A <
function-
arg-
def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="hostname"/>
6350N/A <
function-
arg-
def name="sdkBinPath" type="optional" default="'%s' % SDK_BIN">
6350N/A Pathname to installation of sdk binaries
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="dsPath" type="optional" default="'%s/%s' % (DIRECTORY_INSTANCE_BIN,OPENDSNAME)">
6350N/A Pathname to installation root
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="dsInstanceHost" type="optional">
6350N/A Directory server hostname or IP address
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="hostname"/>
6350N/A <
function-
arg-
def name="dsInstancePort" type="optional">
6350N/A Directory server port number
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="Port number"/>
6350N/A <
function-
arg-
def name="dsInstanceDn" type="optional">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="DN"/>
6350N/A <
function-
arg-
def name="dsInstancePswd" type="optional">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="string"/>
6350N/A <
function-
arg-
def name="extraParams" type="optional">
6350N/A Optional extra parameters for specific test cases
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="string"/>
6350N/A <
function-
arg-
def name="expectedRC" type="optional" default="0">
6350N/A Expected return code value. Default value is 0
6350N/A Wildcard 'noCheck' to not check the RC
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="integer"/>
6350N/A <
function-
arg-
def name="verbose" type="optional" default="True">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="integer"/>
6350N/A <
function-
arg-
def name="knownIssue" type="optional" default="None">
6350N/A Known issue. Corresponds to an issue number.
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
def name="templateFile" type="optional">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="dn"/>
6350N/A <
function-
arg-
def name="outputFile" type="optional" default="'None'">
6350N/A Output file containing the command output
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="file"/>
6350N/A <
function-
arg-
def name="outputPath" type="optional">
6350N/A Path containing the outputFile
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A dsBinPath='%s/%s' % (dsPath,fileFolder)
6350N/A <!-- Set common ldap arguments --> 6350N/A <
call function="'_ldapCommonArgs'" />
6350N/A STAFCmdParams=' '.join(STAFCmdParamsList)
6350N/A <
if expr="outputFile != 'None'">
6350N/A <
call function="'runCommand'" >
6350N/A 'arguments' : STAFCmdParams,
6350N/A 'outputFile': '%s/%s' % (outputPath, outputFile),
6358N/A <
call function="'runCommand'">
6358N/A 'arguments' : STAFCmdParams,
6358N/A for line in STAXResult[0][1].split('\n'):
6350N/A This function runs ldap delrate tool from OpenDJ SDK
6350N/A <
function-
arg-
def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="hostname"/>
6350N/A <
function-
arg-
def name="sdkBinPath" type="optional" default="'%s' % SDK_BIN">
6350N/A Pathname to installation of sdk binaries
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="dsPath" type="optional" default="'%s/%s' % (DIRECTORY_INSTANCE_BIN,OPENDSNAME)">
6350N/A Pathname to installation root
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="dsInstanceHost" type="optional">
6350N/A Directory server hostname or IP address
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="hostname"/>
6350N/A <
function-
arg-
def name="dsInstancePort" type="optional">
6350N/A Directory server port number
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="Port number"/>
6350N/A <
function-
arg-
def name="dsInstanceDn" type="optional">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="DN"/>
6350N/A <
function-
arg-
def name="dsInstancePswd" type="optional">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="string"/>
6350N/A <
function-
arg-
def name="extraParams" type="optional">
6350N/A Optional extra parameters for specific test cases
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="string"/>
6350N/A <
function-
arg-
def name="expectedRC" type="optional" default="0">
6350N/A Expected return code value. Default value is 0
6350N/A Wildcard 'noCheck' to not check the RC
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="integer"/>
6350N/A <
function-
arg-
def name="verbose" type="optional" default="True">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="integer"/>
6350N/A <
function-
arg-
def name="knownIssue" type="optional" default="None">
6350N/A Known issue. Corresponds to an issue number.
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
def name="dsBaseDN" type="optional">
6350N/A The baseDN for the search operation
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="dn"/>
6350N/A <
function-
arg-
def name="outputFile" type="optional" default="'None'">
6350N/A Output file containing the command output
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="file"/>
6350N/A <
function-
arg-
def name="outputPath" type="optional">
6350N/A Path containing the outputFile
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A dsBinPath='%s/%s' % (dsPath,fileFolder)
6350N/A <!-- Set common ldap arguments --> 6350N/A <
call function="'_ldapCommonArgs'" />
6350N/A STAFCmdParams=' '.join(STAFCmdParamsList)
6350N/A <
if expr="outputFile != 'None'">
6350N/A <
call function="'runCommand'" >
6350N/A 'arguments' : STAFCmdParams,
6350N/A 'outputFile': '%s/%s' % (outputPath, outputFile),
6358N/A <
call function="'runCommand'">
6358N/A 'arguments' : STAFCmdParams,
6358N/A for line in STAXResult[0][1].split('\n'):
6350N/A <
function name="LdifDiffSdk">
6350N/A This function runs ldap delrate tool from OpenDJ SDK
6350N/A <
function-
arg-
def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="hostname"/>
6350N/A <
function-
arg-
def name="sdkBinPath" type="optional" default="'%s' % SDK_BIN">
6350N/A Pathname to installation of sdk binaries
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="dsPath" type="optional" default="'%s/%s' % (DIRECTORY_INSTANCE_BIN,OPENDSNAME)">
6350N/A Pathname to installation root
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="sourceLdif" type="required">
6350N/A LDIF file to use as the source data
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="targetLdif" type="required">
6350N/A LDIF file to use as the target data
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="outputLdif" type="required">
6350N/A File to which the diffs should be written
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="filepath"/>
6350N/A <
function-
arg-
def name="expectedRC" type="optional" default="0">
6350N/A Expected return code value. Default value is 0
6350N/A Wildcard 'noCheck' to not check the RC
6350N/A </
function-
arg-
description>
6350N/A <
function-
arg-
property name="type" value="integer"/>
6350N/A <
function-
arg-
def name="knownIssue" type="optional" default="None">
6350N/A Known issue. Corresponds to an issue number.
6350N/A </
function-
arg-
description>
6350N/A dsBinPath='%s/%s' % (dsPath,fileFolder)
6350N/A STAFCmdParams=' '.join(STAFCmdParamsList)
6350N/A <
call function="'runCommand'">
6350N/A 'arguments' : STAFCmdParams,
6350N/A for line in savSTAXResult[0][1].split('\n'):
6350N/A if len(savSTAXResult[0][1]) > 0: