1. Start Spoon.
2. Connect to repository.
Note: The connection to the repository should be carried out according to your environment.
3. Create a new job.
4. Add "Start" entry.
5. Add "Ping a host" entry.
6. Add "Success" entry.
7. Add "Abort job" entry.
8. Connect a hop to "Ping a host" entry from "Start" entry.
9. Connect a hop to "Success" entry from "Ping a host" entry.
10. Connect a hop to "Abort job" entry from "Ping a host" entry.
11. Double-click "Start" entry and set following properties. Then click OK.
Note: Since "Type" is "No Scheduling", the following setting items cannot be changed, so use the default values.
12. Double-click "Ping a host" entry and set following properties. Then click OK.
Name of the job entry: ping_send_001
Host name/IP: <specify the host name or IP address in the stopped state>
Ping type: Classic ping
Timeout (ms): <keep on default>
Nr. packets to send: 2
13. Double-click "Success" entry and set following properties. Then click OK.
—
Job entry name: "success"
—
14. Double-click "Abort job" entry and set following properties. Then click OK.
—
Abort job: "Stop"
Message: <empty>
—
15. Save the job.
16. Open the execution screen, select "Pentaho local" in "Run configuration:", and execute the job.
Expected Result::
An execution error should occur as the given Hostname/IP is in stopped state.
Note:: When we open the command prompt on the Workstation side and executed the ping command(like >>ping hostname/IP), the ping did not pass and it was as expected
Actual result::
An execution was successful.
Note:: Attached sample job for recreating the issue.Need to change hostname/IP in given sample job to verify.