Skip to content

Problem "zos_operator" command #592

Closed Locked Answered by ddimatos
fabiobncbb asked this question in Q&A
Discussion options

You must be logged in to vote

@fabiobncbb thank you for reaching out to us,

First thing I notice is typos in your variables, e.g. BPXK_AUTOCVT it should be _BPXK_AUTOCVT, this typo with a leading underscore seems to be missing from many of your variables:

  1. _CEE_RUNOPTS
  2. _TAG_REDIR_ERR
  3. _TAG_REDIR_IN
  4. _TAG_REDIR_OUT
  5. _ENCODE_FILE_NEW
  6. _ENCODE_FILE_EXISTING

Second,
@ketankelkar has a point, the environment variables look a bit off to me, notice the excessive quotes , eg you have BPXK_AUTOCVT='"'"'"'"'"'"'"'"'“ON”'"'"'"'"'"'"'"'"' where I have _BPXK_AUTOCVT=ON

Here is what a log should look like.

 SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentication…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ddimatos
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Resolved The issue is resolved, authors issue has been addressed
3 participants