| | |
| | | 'Listing component %s, %s, %s' % (componentList[componentNumber][0], componentList[componentNumber][1], componentList[componentNumber][2]) |
| | | </message> |
| | | |
| | | <call function="'dsconfig'"> |
| | | { 'location' : location , |
| | | 'dsPath' : dsPath , |
| | | 'dsInstanceHost' : dsInstanceHost , |
| | | 'dsInstancePort' : dsInstancePort , |
| | | 'dsInstanceDn' : dsInstanceDn , |
| | | 'dsInstancePswd' : dsInstancePswd , |
| | | 'subcommand' : '%s' % componentList[componentNumber][0] , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | | <if expr="componentList[componentNumber][0] == 'list-je-indexes'"> |
| | | <call function="'dsconfig'"> |
| | | { 'location' : location , |
| | | 'dsPath' : dsPath , |
| | | 'dsInstanceHost' : dsInstanceHost , |
| | | 'dsInstancePort' : dsInstancePort , |
| | | 'dsInstanceDn' : dsInstanceDn , |
| | | 'dsInstancePswd' : dsInstancePswd , |
| | | 'subcommand' : '%s' % componentList[componentNumber][0] , |
| | | 'objectType' : 'backend-name' , |
| | | 'objectName' : 'userroot' , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | | <else> |
| | | <call function="'dsconfig'"> |
| | | { 'location' : location , |
| | | 'dsPath' : dsPath , |
| | | 'dsInstanceHost' : dsInstanceHost , |
| | | 'dsInstancePort' : dsInstancePort , |
| | | 'dsInstanceDn' : dsInstanceDn , |
| | | 'dsInstancePswd' : dsInstancePswd , |
| | | 'subcommand' : '%s' % componentList[componentNumber][0] , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | | </else> |
| | | </if> |
| | | |
| | | <script> |
| | | returnString = STAXResult[0][1] |