| | |
| | | nbMaxModify = cParams[3][1] |
| | | except IndexError: |
| | | nbMaxModify = NOT_DEFINED |
| | | msg = '%s\nERROR: nbMaxModify undefined,mandatory' % msg |
| | | msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg |
| | | try: |
| | | attributeName = cParams[4][1] |
| | | except IndexError: |
| | |
| | | nbMaxSearch = cParams[3][1] |
| | | except IndexError: |
| | | nbMaxSearch = NOT_DEFINED |
| | | msg = '%s\nERROR: nbMaxSearch undefined,mandatory' % msg |
| | | msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg |
| | | try: |
| | | attributeName = cParams[4][1] |
| | | except IndexError: |
| | |
| | | <!-- to inform scheduler if it has pass/fail status --> |
| | | <script> |
| | | errNum = 0 |
| | | msg = '' |
| | | </script> |
| | | |
| | | <!-- ================== Preamble =================== --> |
| | |
| | | nbMaxSearch = cParams[3][1] |
| | | except IndexError: |
| | | nbMaxSearch = NOT_DEFINED |
| | | msg = '%s\nERROR: nbMaxSearch undefined,mandatory' % msg |
| | | msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg |
| | | try: |
| | | attributeName = cParams[4][1] |
| | | except IndexError: |