TSCOR0071 Cannot write on file descriptor of type InputStream.

The setContents method was called with a parameter of type input stream. It is not possible to write on an input stream.

Model Administrator Response:
Verify your tool output parameters of type file descriptor. The type of a file descriptor that is a tool output parameter may not be of type "InputStream".