Code for IBM i will not function correctly until the temporary library has been corrected in the settings #2512
-
I have the issue detailed in the title of this issue, but I have updated the settings to be my personal library and directory, both of which exist and both of which I own and have authority to. I have checked in the logs for this connection and can see some "code 9" errors but with no description of the problem in stderr. Google tells me that a code 9 is a "kill" request for the process in question but I am still in the dark as to what killed it and why. Any help in understanding where I have gone wrong would be much appreciated. Thanks, Paul. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @pambib , |
Beta Was this translation helpful? Give feedback.
-
Hi Sébastien, I didn't see the results that the tip suggested I would (neither before nor after) but it worked. Simply bouncing the SSHd on my LPAR has resolved my issue. So thank you very much. It's very much appreciated. |
Beta Was this translation helpful? Give feedback.
Hi @pambib ,
I don't say much about that code 9, unfortunately. However, I see that SQL executions return no result, which makes me think that
sshd
is not running correctly. Have a look at this section of the online documentation. It will give you a potential fix.