runCommand does not always pass location
| | |
| | | '%s %s' % (STAFCmd, STAFCmdParams) |
| | | </message> |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Setup DS Script', |
| | | { 'location' : location, |
| | | 'name' : 'Setup DS Script', |
| | | 'command' : STAFCmd, |
| | | 'arguments' : STAFCmdParams, |
| | | 'path' : dsPath |
| | |
| | | </message> |
| | | |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Setup DS Script', |
| | | { 'location' : location, |
| | | 'name' : 'Setup DS Script', |
| | | 'command' : STAFCmd, |
| | | 'arguments' : STAFCmdParams |
| | | } |
| | |
| | | </message> |
| | | |
| | | <call function="'runCommand'"> |
| | | { 'command' : STAFCmd, |
| | | { 'location' : location, |
| | | 'command' : STAFCmd, |
| | | 'arguments' : STAFCmdParams, |
| | | 'location' : location |
| | | } |
| | |
| | | </message> |
| | | |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Stop DS Script', |
| | | { 'location' : location, |
| | | 'name' : 'Stop DS Script', |
| | | 'command' : STAFCmd, |
| | | 'arguments' : STAFCmdParams |
| | | } |
| | |
| | | '%s/import-ldif%s -l %s -n %s %s' % (dsBinPath,fileExt,ldifFile,backEnd,extraParams) |
| | | </message> |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Offline Import', |
| | | { 'location' : location, |
| | | 'name' : 'Offline Import', |
| | | 'command' : '%s/import-ldif%s' % (dsBinPath,fileExt), |
| | | 'arguments' : '-l %s -n %s %s' % (ldifFile,backEnd,extraParams) |
| | | } |
| | |
| | | </message> |
| | | |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Offline Import Script', |
| | | { 'location' : location, |
| | | 'name' : 'Offline Import Script', |
| | | 'command' : STAFCmd, |
| | | 'arguments' : STAFCmdParams |
| | | } |
| | |
| | | '%s/export-ldif%s -l %s -n %s %s' % (dsBinPath,fileExt,ldifFile,backEnd,extraParams) |
| | | </message> |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Ldif Export', |
| | | { 'location' : location, |
| | | 'name' : 'Ldif Export', |
| | | 'command' : '%s/export-ldif%s' % (dsBinPath,fileExt), |
| | | 'arguments' : '-l %s -n %s %s' % (ldifFile,backEnd,extraParams) |
| | | } |