(Sequence) job "silently" fails to get started
Problem We call a DS job by its but DS does not seem to show even the request. Well, the caller gets an according message but other wise, Directory remains unmoved, logging does not seem to apply. Due to lack of permissions I could not double check it myself but I trust our DS admin. Causes a) Calling a sequence job with invocation id that does not allow multiple instances Well, yeah, DataStage does not allow that for whatever reason. b) Passing a parameter not specified to a (sequence) job Again, it seems picky to me. c) Not passing a parameter specified without default value to a (sequence) job I did not actually test this (yet), but it seems logic to me that DS must fail. Solution a) Remove the respective tick in the general tab of the job properties dialog (probable on the upper left corner). b) Remove the passing of the parameter (or define the parameter in the job properties and use it - there might be a reason that the parameter gets passed). c) Pass the para...