Atanu Mishra created TRAFODION-2960: ---------------------------------------
Summary: Trafodion Command Interface Guide has an incorrect example Key: TRAFODION-2960 URL: https://issues.apache.org/jira/browse/TRAFODION-2960 Project: Apache Trafodion Issue Type: Documentation Components: documentation Affects Versions: any Reporter: Atanu Mishra The first example in Section 8.21.3 (PRUN command Examples) is not correct in that the command and output don't match each other. Note that number of connections specified does not match with the number in the output. {{Enter as input to stop the current prun session }} {{-------------------------------------------------- }} {{Enter the scripts directory : c:\ddl_scripts }} {{Enter the script file extension[sql] : }} {{Enter the logs directory[scripts dir] : c:\log }} {{Overwrite the log files (y/n)[n]? : y }} {{Enter the number of connections(2-248)[2]: 3}} After you enter the number of connections, {{PRUN}} starts to process the script files and displays this status: {{Status: In Progress.......}} After executing all the script files, {{PRUN}} returns a summary of the operation: {{ __________________________________________________ }} {{ PARALLELRUN(PRUN) SUMMARY __________________________________________________ }} {{Total files present............................. 3 }} {{Total files processed........................... 3 }} {{Total queries processed........................ 40 }} {{Total errors.................................... 4 }} {{Total warnings.................................. 0 }} {{Total successes................................ 36 }} {{Total connections............................... 5 }} {{Total connection failures....................... 0 }} {{Please verify the error log file c:\log\error\prun.err.log}} -- This message was sent by Atlassian JIRA (v7.6.3#76005)